/* 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(--color_primary);
}
.site_color_2 {
  color: var(--site_color_2);
}
.site_color_3 {
  color: var(--color_secondary);
}

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

/* 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;
}
.mb_20 {
  margin-bottom: 20px;
}

.sec-name {
  font-size: 40px !important;
  color: var(--color_primary);
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  padding-bottom: 0px;
  line-height: inherit;
  text-align: center;

  font-size: 2.4em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .sec-name {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 425px) {
  .sec-name {
    font-size: 28px !important;
  }
}
.fa {
  color: var(--site_color_6);
}
.fa:hover {
  color: var(--color_secondary) !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(--color_primary);
  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: auto; */
  width: -webkit-fill-available;
}
.logo_footer img {
  width: 250px;
}
#header marquee {
  color: black;
  font-size: 20px;
  /* background: var(--color_white); */
  padding: 5px;
  /* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6); */
  span {
    font-family: Garamond, serif;
    line-height: 1em;
    color: white;
    font-weight: bold;
    font-size: 30px;
  }
}

li.contact_now_button a {
  background-color: #b50000;
  color: white !important;
  padding: 10px !important;
  border-radius: 40px;
}

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

/* START: ***************************** Contact Form ************************** */
.contact_form {
  /* border-top: 20px solid var(--color_primary); */
  margin-bottom: 20px;
  /* background-color: var(--color_primary); */
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 0px 0px 0px 0px;

  .form_heading {
    padding: 17px 17px 17px 17px;
    background-color: var(--color_secondary);
    font-size: 20px;
    color: #fff;
  }

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

    input {
      height: 36px;
    }
  }
  button {
    color: white;
    font-size: 18px;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    background-image: linear-gradient(
      90deg,
      var(--color_primary),
      var(--color_secondary)
    );
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  button:hover,
  button:active,
  button:focus {
    color: white !important;
    border: none;
    outline: none;
    background-image: linear-gradient(
      90deg,
      var(--color_primary),
      var(--color_secondary)
    );
  }
}
/* 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_page {
  p {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px;
    background-image: linear-gradient(
      90deg,
      var(--color_primary),
      var(--color_secondary)
    );
    a {
      font-size: 20px;
      color: white;
    }
    i {
      font-size: 40px;
      padding-right: 10px;
      padding-left: 10px;
    }
  }
}
@media screen and (max-width: 767px) {
  .contact_page {
    p {
      padding: 20px;
      i {
        font-size: 30px;
        padding-left: 5px;
      }
    }
  }
}
/* .location_map {
  padding: 30px;
  background-color: var(--color_primary);
} */
/* END: ***************************** contact us page ************************** */

/* START: ***************************** Home Page ************************** */
.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;
}

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

.sub-head {
  display: block;
  font-size: 17px;
  color: var(--color_primary);
  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(--color_primary);
  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(--color_primary);
}
.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;
  img {
    filter: drop-shadow(5px 5px 10px #000000);
  }
}
/* END: ***************************** Side Contact Buttons ************************** */

/* START: *****************************About Us Page ************************** */
#about_us_page .sec-name {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  background: red;
  border-radius: 20px;
  color: white;
}
/* END: ***************************** About Us Page ************************** */
/* START: ****************************Service Details Page ************************** */
.service_page_image {
  text-align: center;
}

.service_page_image img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .service_page_image img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 425px) {
  .service_page_image img {
    width: 300px;
    height: 300px;
  }
}

/* new class */
.service_page_block {
  margin-top: 25px;
  margin-top: 25px;
  margin-bottom: 10px;

  .img_wrap {
    float: right;
    width: 50%;
    overflow: hidden;
    position: relative;
    img {
      transform: scale(1);
      transition: all 0.5s;
      height: 350px;
      width: 100%;
    }
  }
  .content {
    /* height: 350px; */
    float: left;
    padding: 20px 20px 0 38px;
    position: relative;
    width: 50%;
    border: 1px solid #e5e5e5;
    min-height: 300px;
    background-color: var(--color_secondary);
    h2 {
      color: var(--color_third);
      font-size: 25px;
    }
    p {
      font-size: 16px;
      color: white;
      text-align: justify;
    }
    a {
      background-color: var(--color_primary);
      color: #fff;
      padding: 8px 15px;
      display: inline-block;
      font-size: 16px;
    }
  }
}
@media screen and (max-width: 767px) {
  .service_page_block {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-top: 25px;

    .img_wrap {
      width: 100%;
      img {
        height: auto;
      }
    }

    .content {
      width: 100%;
      padding: 30px;
    }
  }
}
/* END: ***************************** Service Details Page ************************** */

/* START: ******************************** Locations Page ************************** */
#locations_page {
  padding: 30px 0;
  border-radius: 20px;

  /* #locations_page .each_location img {
  width: 100%;
  height: 180px;
  filter: contrast(120%);
} */
  .each_location_section {
    transition: transform 0.2s;

    .each_location {
      box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3);
      border-radius: 20px;
      h2 {
        color: white;
        font-size: 18px;
        margin: 0px;
        border-radius: 20px;
        padding: 10px;
        background-image: linear-gradient(
          90deg,
          var(--color_primary),
          var(--color_secondary)
        );
      }
    }
  }
  .each_location_section:hover {
    transform: scale(0.9);
  }
}
/* END:   ******************************** Locations Page ************************** */

/* START:   ******************************** Counts Page ************************** */
#experience_counts_block {
  padding: 30px 15px 30px 15px !important;

  .our_counts {
    padding-top: 30px;
    color: white;

    .each_count {
      background: linear-gradient(
        90deg,
        var(--color_primary),
        var(--color_secondary)
      );
      padding: 10px;
      border: 2px solid white;
      margin-bottom: 10px;
      border-radius: 10px;
      margin-top: 10px;
      text-align: center;
      text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
    }
    .each_count i,
    .each_count span {
      font-size: 25px;
      font-weight: bold;
    }
    h3 {
      font-size: 25px;
      font-weight: 600;
      margin-top: 15px;
    }
  }
}
/* END:   ******************************** Counts Page ************************** */

/* START:   ******************************** Satisfaction Block ************************** */
/* 
<br />
<div class="container-fluid">
	<div class="row">
		<div class="col-md-6 satisfation_block_left">
			<div class="">
				<h2> <span>Why </span> Astrologer Omkar?</h2>
				<ol>
					<?php echo $GLOBAL_DUMMY_TEXT_LI;?>
				</ol>

				<!-- START: Contact Button -->
				<?php echo $contact_button_TWO; ?>
				<!-- END: Contact Button -->
			</div>
		</div>
		<div class="col-md-6 satisfation_block_right">
			<div class="">
				<h2> <span>100% </span> Satisfaction Guarantee</h2>
				<p class="text-align: justify">
					<?php echo $GLOBAL_DUMMY_TEXT_P_1;?>
				</p>
				<p class="text-align: justify">
					<?php echo $GLOBAL_DUMMY_TEXT_P_2;?>
				</p>
				<br />
				<!-- START: Contact Button -->
				<?php echo $contact_button_ONE; ?>
				<!-- END: Contact Button -->
				<br />
			</div>
		</div>
	</div>
</div>
<br /> */

/* .satisfation_block_left {
  background-color: blue;
  color: white;
  div {
    padding: 30px;
  }
  h2 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    span {
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
      font-size: 50px !important;
    }
  }
  ol {
    list-style: auto !important;
    li {
      margin-bottom: 10px;
    }
  }
}

.satisfation_block_right {
  background-color: #fed200;
  div {
    padding: 30px;
  }

  h2 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    span {
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
      font-size: 50px !important;
    }
  }
  ol {
    list-style: auto !important;
    li {
      margin-bottom: 10px;
      text-align: justify;
    }
  }
}
@media screen and (max-width: 425px) {
  .satisfation_block_right,
  .satisfation_block_left {
    div {
      padding: 10px !important;
    }
  }
}
@media screen and (max-width: 768px) {
  .satisfation_block_right,
  .satisfation_block_left {
    div {
      padding: 20px;
    }
  }
} */
/* END:   ******************************** Satisfaction Block ************************** */

/* START:   ******************************** Contact Buttons ************************** */
.contact_button_group_1 {
  text-align: center;
  .contact_button_each {
    border: 0;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 30px;
    border-radius: 20px;
    animation: zoom-in-zoom-out 1s ease-in infinite;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
  }
  .contact_button_1 {
    background-color: var(--color_primary);
  }
  .contact_button_2 {
    background-color: var(--site_color_9);
  }
  a {
    color: white;
  }
  img {
    filter: drop-shadow(5px 5px 10px #000000);
  }
}

.contact_button_group_2 {
  text-align: center;
  .contact_button_each {
    border: 0;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 30px;
    border-radius: 20px;
    animation: zoom-in-zoom-out 1s ease-in infinite;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 4px 6px 2px rgba(0, 0, 0, 0.6);
    border: 1px solid white;
  }
  .contact_button_3 {
    background-image: linear-gradient(
      180deg,
      var(--color_primary),
      var(--color_secondary)
    );
    border: 1px solid white;

    /* background-color: var(--color_secondary); */
    margin-right: 100px;
  }
  .contact_button_4 {
    background-color: var(--site_color_9);
  }
  a {
    color: white;
  }
  a:hover,
  a:focus {
    color: var(--color_secondary);
  }
  img {
    filter: drop-shadow(5px 5px 10px #000000);
  }
}

@media screen and (max-width: 425px) {
  .contact_button_each {
    padding: 10px !important;
    font-size: 18px !important;
    img {
      width: 50px;
    }
  }
  .contact_button_3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact_button_1 {
    padding: 20px;
    font-size: 18px;
    img {
      width: 50px;
    }
  }
}
@media screen and (max-width: 1024px) {
  .contact_button_3 {
    margin-right: 10px !important;
  }

  .contact_button_each.contact_button_3,
  .contact_button_each.contact_button_4 {
    font-size: 22px;
  }
}

.contact_button_group_3 {
  margin-top: 30px;
  margin-bottom: 30px;
  button {
    border: 0;
    background: none;
    animation: zoom-in-zoom-out 1s ease-in infinite;
  }
  a {
    font-size: 37px;
    font-weight: 700;
    background-image: linear-gradient(
      180deg,
      var(--color_primary),
      var(--color_secondary)
    );
    border-radius: 50px;
    padding: 12px 50px 19px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .contact_button_group_3 a {
    font-size: 20px;
    padding: 15px 25px;
    img {
      width: 30px !important;
    }
  }
}
/* END:   ******************************** Contact Buttons ************************** */

/* START: ******************************** Animations **************************/

/* =========== #1. Zoom-In-Zoom-Out ===========*/
/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {
  /* At the beginning of the animation */
  0% {
    /* Scale the element to its original size */
    transform: scale(1, 1);
  }
  /* At the middle of the animation */
  50% {
    /* Scale the element to 1.2 times its original size */
    transform: scale(1.2, 1.2);
  }
  /* At the end of the animation */
  100% {
    /* Scale the element back to its original size */
    transform: scale(1, 1);
  }
}
/* Keyframes for the blink animation */
@keyframes blink-animation {
  /* At the beginning of the animation */
  0%,
  49% {
    background-color: var(--color_primary);
    color: #fff !important;
  }
  50%,
  100% {
    background-color: var(--color_secondary);
    color: #fff !important;
  }
}
/* END: ******************************** Animations **************************/

/* START: ******************************** Contact Block **************************/
.contact_block {
  padding-top: 20px;
}
/* END: ******************************** Contact Block **************************/

/* START: ******************************** Headings **************************/
.header_1 {
  text-align: center;
  font-family: Garamond, serif;
  line-height: 1em;
  color: var(--color_primary) !important;
  font-weight: bold;
  font-size: 60px;
  text-shadow: 0px 0px 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216),
    2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187),
    4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158),
    6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6),
    7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.p_heading_1 {
  font-family: Garamond, serif;
  line-height: 1em;
  color: var(--color_primary) !important;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 0px 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216),
    2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187),
    4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158),
    6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6),
    7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, 0.2);
}

/* NOT USED */
.header_2_NOT_USED {
  text-align: center;
  font-size: 50px !important;

  font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: 0px 0px 0 rgb(250, 188, 2), 1px 1px 0 rgb(245, 183, 0),
    2px 2px 0 rgb(240, 178, 0), 3px 3px 0 rgb(235, 173, 0),
    4px 4px 0 rgb(230, 168, 0), 5px 5px 0 rgb(225, 163, 0),
    6px 6px 0 rgb(220, 158, 0), 7px 7px 0 rgb(215, 153, 0),
    8px 8px 0 rgb(210, 148, 0), 9px 9px 0 rgb(205, 143, 0),
    10px 10px 0 rgb(200, 138, 0), 11px 11px 10px rgba(0, 0, 0, 0.6),
    11px 11px 1px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .header_1 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 425px) {
  .header_1 {
    font-size: 22px !important;
  }
}
/* END: ******************************** Headings **************************/

/* START: ******************************** Page Top Header **************************/
#header {
  background: var(--color_secondary);
  /* background-image: linear-gradient(
    180deg,
    var(--color_primary),
    var(--color_secondary)
  ); */
}
/* END: ******************************** Page Top Header **************************/

/* START: ******************************** Add-on Page Block **********************/
#addon_block_1 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  .addon_content {
    text-align: left;
    ul {
      margin-bottom: 20px;
      li {
        font-size: 30px;
        font-weight: 500;
        margin: 10px 0;
        display: inline-flex;
        background-image: url(../images/icons/star_red.png);
        background-repeat: no-repeat;
        padding-left: 65px;
        background-size: 45px;
      }
    }
  }
  .addon_block_call_now {
    margin-bottom: 20px;
    button {
      border: 0;
      background: none;
      animation: zoom-in-zoom-out 1s ease-in infinite;
    }
    a {
      font-size: 37px;
      font-weight: 700;
      background-image: linear-gradient(
        180deg,
        var(--color_primary),
        var(--color_secondary)
      );
      border-radius: 50px;
      padding: 12px 50px 19px;
      color: #fff;
    }
  }
  .addon_gif_text {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 37px;
    background: linear-gradient(
      180deg,
      var(--color_primary),
      var(--color_secondary)
    ); /* animation: blink-animation 1s infinite; */
    color: #fff;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #addon_block_1 {
    .addon_content {
      ul {
        padding: 0;
        li {
          font-size: 18px;
          padding-left: 50px;
          background-size: 36px;
        }
      }
    }
    .addon_block_call_now a {
      font-size: 20px;
      padding: 15px 25px;
      img {
        width: 30px !important;
      }
    }
    .addon_gif_text {
      font-size: 20px;
      padding: 10px 10px;
    }
  }
}
/* END: ******************************** Add-on Page Block ************************/
.home_about_image img {
  width: -webkit-fill-available;
}
