/* START: ***************************** Common ************************** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "El Messiri", sans-serif;
  font-feature-settings: "lnum" 1;
  /* font-variant-numeric: lining-nums; */
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
}

/* text colors */
.site_color_1 {
  color: var(--site_color_1);
}
.site_color_2 {
  color: var(--site_color_2);
}
.site_color_3 {
  color: var(--site_color_3);
}

/* background colors */
.site_bg_1 {
  color: var(--site_color_1);
}
.site_bg_2 {
  color: var(--site_color_2);
}
.site_bg_3 {
  color: var(--site_color_3);
}

/* font sizes */
.fs_10 {
  font-size: 10px;
}

.fs_20 {
  font-size: 20px;
}

.fs_30 {
  font-size: 30px;
}

.fs_40 {
  font-size: 40px;
}

/* margin */
.m_10 {
  margin: 10px;
}

/* padding */
.p_10 {
  padding: 10px;
}

/* buttons */
.site_button_1 {
  padding: 10px 20px;
  border: 0px;
  border-radius: 5px;
  background: var(--site_color_1);
  color: #ffff;
}
.site_button_1:hover {
  background: #ffff !important;
  color: #29156e !important;
}
.site_button_2 {
  display: block !important;
  text-transform: uppercase !important;
  background-color: var(--site_color_1) !important;
  color: #fff !important;
  padding: 5px 0 5px 0 !important;
}

.sec-name {
  font-size: 60px !important;
  color: var(--site_color_1);
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: "El Messiri", sans-serif;
  padding-bottom: 0px;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .sec-name {
    font-size: 35px !important;
  }
}

.fa {
  color: var(--site_color_1);
}
.fa:hover {
  color: var(--site_color_1) !important;
}

.line {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  position: relative;
  width: 270px;
}
.line::before {
  background-color: #ffff;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

/* Talk Buttom Zoom */
.talk_button div {
  background-color: var(--site_color_1);
  border-radius: 10px;
  border: 2px dotted var(--site_color_4);
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}
/* END: ***************************** Common ************************** */

/* START: ***************************** Header ************************** */
.logo img {
  width: 200px;
}
.logo_footer img {
  width: 250px;
}
#header marquee {
  color: #ffff;
}

/* END: ***************************** Header ************************** */

/* START: ***************************** Contact Form ************************** */
.form_parent {
  background-color: #590007;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.form_heading {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  border-radius: 20px;
}
.form_body {
  padding: 20px;
}

.form_body input,
.form_body textarea {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 9px 17px;
  border: 1px solid #8a000b9c;
}
.form_parent input {
  height: 36px;
}

.form_body textarea {
  height: 120px !important;
}
/* END: ***************************** Contact Form ************************** */

/* START: ***************************** why choose us ************************** */
#why_choose_us .choose-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#why_choose_us .choose-name {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 71px;
}

#why_choose_us .choose-box > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #b50000;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0px 0px 50% 50%;
}

/* END: ***************************** why choose us ************************** */

/* START: ***************************** contact us page ************************** */
.contact_details {
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact_details p {
  background-color: var(--site_color_3);
  border-radius: 30px;
  padding: 25px;
  text-align: center;
  margin-bottom: 10px;
  border-right: 10px double white;
  border-left: 10px double white;
}
.contact_details > p {
  color: white;
}
.contact_details > p a,
.contact_details > p {
  font-size: 20px;
  color: white;
}
/* END: ***************************** contact us page ************************** */

/* START: ***************************** Home Page ************************** */
.about_area {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about_image {
  margin-bottom: 20px;
}
.about_image img {
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 100%;
  border-radius: 20px;
  box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 16px -2px rgba(0, 0, 0, 0.75);
}

.about-sec {
  padding: 50px 0px;
  background: var(--site_color_3);
}

.about-sec .sub-head {
  font-size: 30px;
}

.sub-head {
  display: block;
  font-size: 17px;
  color: var(--site_color_5);
  text-transform: capitalize;
  padding: 0px 0px 0px;
  font-weight: 600;
}
.sec-head-col {
  padding: 0px 15px 30px;
  text-align: center;
}

.about-sec .why_section_heading {
  padding: 20px;
}
.about-sec .why_section_heading h2 {
  background-color: var(--site_color_1);
  color: white;
  padding: 10px;
  border-radius: 10px;
}

.about-sec .why_each_item {
  background-color: var(--site_color_2);
  box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  color: white;
  border-radius: 10px;
  padding: 10px;
}
.about-sec .why_each_item h4 {
  border-bottom: 2px solid red;
  text-align: center;
  padding-bottom: 5px;
}

.about-sec .why_each_item1 {
  border: 10px solid var(--site_color_1);
}
.about-sec .why_each_item2 {
  border: 10px solid var(--site_color_4);
}
.about-sec .why_each_item3 {
  border: 10px solid darkorchid;
}
.about-sec .why_each_item4 {
  border: 10px solid green;
}
/* END: ***************************** Home Page ************************** */

/* START: ***************************** Side Contact Buttons ************************** */
.contact-fixed-buttons {
  width: 60px;
  position: fixed;
  z-index: 999;
  bottom: 5px;
  left: 5px;
}
/* END: ***************************** Side Contact Buttons ************************** */
