@import "https://fonts.googleapis.com/css?family=Poppins:300,300i,500,400";
@import "https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700&display=swap";
/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap"); */

/* START: ***************************** Common ************************** */
:root {
  --color_primary: #05266d;
  --color_secondary: #ba0909;
  --color_third: #fcc107;
  /* --color_secondary: #fac908; */
  /* --color_button: #ba0909; */
  /* --color_third: black; */
  /* --color_fourth: #29156e; */
  --color_white: #ffff;
  --site_color_5: #b5bad3;
  --site_color_6: #efefef;
  --site_color_9: #00861b;
}
.text_white {
  color: #ffff !important;
}
/* END: ***************************** Common ************************** */

body {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
ol,
ul {
  list-style: none outside none;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
/* .head-one {
  background-color: var(--color_secondary);
} */
.header_top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-right li {
  display: inline-block;
}

.header-right {
  text-align: center;
  /* margin-top: 38px; */
}

.header-right .fa.fa-phone-square,
.header-right .fa.fa-envelope {
  color: var(--color_primary);
  vertical-align: middle;
  /* width: 50px; */
}
.header-right .fa.fa-whatsapp {
  color: rgb(19, 132, 0);
  /* display: inline-block; */
  /* padding: 11px; */
  vertical-align: middle;
  /* width: 50px; */
}

.main-navigation {
  background-color: var(--color_primary);
}

.header-right .fa.fa-map-marker {
  border: 1px solid rgb(248, 153, 29);
  border-radius: 50%;
  color: rgb(248, 153, 29);
  display: inline-block;
  font-size: 26px;
  height: 50px;
  padding: 10px 15px 0 0;
  vertical-align: middle;
  width: 50px;
}

.banner-left {
  left: 15%;
  max-width: 585px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-right {
  right: 8%;
  max-width: 585px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-left > b,
.banner-right > b {
  display: block;
  font-size: 47px;
  line-height: 57px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.banner-left.banner-white > b,
.banner-right.banner-white > b {
  color: #fff;
}

.banner-bottom {
  /* background-color: var(--color_primary); */
  padding: 10px 0;
}

.banner-bottom-left > b {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}

.banner-bottom-left p {
  color: #fff;
  font-size: 16px;
}

.banner-bottom-right > a {
  border: 1px solid rgb(247, 165, 55);
  color: rgb(247, 165, 55);
  border-radius: 30px;
  padding: 8px 30px;
}
.banner-bottom-right {
  margin-top: 44px;
  text-align: center;
}

.banner-bottom-right > a:hover {
  color: #fff;
}

.home-about-banner > img {
  width: 100%;
}

.home-content {
  padding: 50px 0;
}

.home-right-content h1 {
  font-size: 48px;
  color: var(--color_primary);
  margin-bottom: 15px;
}

.home-right-content > p {
  font-size: 16px;
  color: var(--color_primary0);
}

.home-right-content {
  padding-top: 0;
}

.home-about-banner::after {
  background-color: #f8991d;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: -15px;
  width: calc(100% - 70px);
  z-index: -1;
}

.home-scnd-content {
  display: flex;
  text-align: center;
}

.about-section-left {
  width: 50%;
}

.about-section-right {
  background-color: #f8991d;
  padding: 50px;
  text-align: left;
  width: 50%;
}
.about-section-right h2 {
  color: #222222;
  font-size: 38px;
  font-weight: 600;
}

.about-section-right > p {
  font-size: 16px;
  margin-bottom: 19px;
}

.title > h2 {
  color: var(--color_primary);
  font-size: 35px;
  font-weight: 600;
}
.title > p {
  font-size: 16px;
  color: #333;
}
/* START: Services List ==================================== */
#astrology_services {
  text-align: center;
  .title > p {
    font-size: 16px;
    color: var(--color_primary0);
  }

  .each_service {
    border-radius: 50px;
    border: 2rem solid rgba(245, 245, 245);
    min-height: 650px;
    /* box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3); */
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: -1px 2px 16px -2px var(--color_primary);
    h4 {
      font-size: 23px;
      font-weight: 600;
      padding: 10px;
      text-transform: uppercase;
      margin: 0;
      text-shadow: 1px 1px 0px rgb(255 213 92);
    }
    div > a:hover {
      color: #fff;
    }
    img {
      filter: contrast(120%);
      width: 100%;
      height: auto;
      height: 300px;
      transition: 0.5s;
      border-radius: 28px;
    }

    /* img:hover { 
      color: var(--color_primary);
      box-shadow: 0 0 5px var(--color_primary);
      text-shadow: 0 0 5px var(--color_primary);
    } */
    p {
      font-size: 16px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .read_more_section {
      padding-bottom: 10px;
      .read_more_button {
        text-transform: capitalize;
        border-radius: 20px !important;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
        background-image: linear-gradient(
          180deg,
          var(--color_primary),
          var(--color_secondary)
        ) !important;
        color: white;
        border: 2px solid white !important;
      }
      .read_more_button:hover {
        transform: scale(1.2);
        transition: all 0.3s;
      }
    }
  }
}
@media screen and (max-width: 768px) {
  .each_service {
    text-align: center;
  }
}
/* .each_service:hover {
  transform: scale(1.1);
} */

/* END: Services List ==================================== */
#locations {
  padding: 40px 0;
}

/* START: Testimonials ==================================== */
#testimonials {
  padding: 50px 0;
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;

  .title {
    text-align: center;
    span {
      color: var(--site_color_5);
    }

    h2 {
      color: var(--color_primary);
    }
    p {
      color: #fff;
    }
  }
  .owl-dots {
    display: none !important;
  }
  .owl-nav.disabled {
    left: 310px;
    position: absolute;
    top: 130px;
    display: none;
  }
}
.testimonial-right {
  /* background-color: var(--color_primary); */
  box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  border-left: 20px solid var(--color_secondary);
  /* border-radius: 20px; */
  p {
    text-align: justify;
    width: 100%;
    span {
      font-family: "Times New Roman", Georgia, Serif;
      font-size: 30px;
      font-weight: bold;
      color: var(--color_white);
    }
  }
  span {
    display: block;
    font-weight: bold;
    text-align: center;
  }
  em {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-right {
    padding: 20px !important;
  }
}

/* END: Testimonials ==================================== */

.foot-box a:hover {
  color: var(--color_secondary);
}

.foot-left {
  display: inline-block;
  vertical-align: top;
}
.foot-right > p {
  color: #fff;
  margin: 0 0 0 8px;
  font-size: 15px;
}
.foot-right {
  display: inline-block;
  /* max-width: 250px; */
}
.foot_service_links .fa.fa-angle-double-right {
  color: var(--color_secondary);
}
.foot-left .fa.fa-map-marker,
.foot-left .fa.fa-envelope,
.foot-left .fa.fa-phone,
.foot-left .fa.fa-whatsapp {
  color: var(--color_white);
}

.phone-foot {
  padding-bottom: 10px;
}
.phone-foot a:focus {
  color: #fff !important;
}

.footer-bottom {
  background-color: var(--color_secondary);
  border-top: 1px solid var(--site_color_2);
  padding: 10px 0;
}

.foot-bottom-left > p {
  color: var(--color_white);
  font-size: 14px;
}

.foot-bottom-right {
  text-align: right;
}

.testimonial-right > .foot-bottom-right > p,
.foot-bottom-right a {
  font-size: 14px;
  color: #fff;
}

.foot-box .fa.fa-arrow-right {
  font-size: 10px;
  vertical-align: middle;
}

.foot-bottom-right a:hover {
  color: rgb(247, 165, 55);
}

.testimonial-left {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

#astrologer-location {
  background-color: rgb(247, 249, 251);
  text-align: center;
  padding: 40px 0 60px;
}

.locate-title {
  background-color: #fff;
  border-radius: 5px;
  bottom: 21px;
  left: 10%;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 82%;
  text-align: left;
}

.location-box {
  border-radius: 5px;
  overflow: hidden;
}

.location-box > img {
  border-radius: 5px;
}

.locate-title span {
  font-weight: 600;
}

.locate-title > a {
  color: #131313;
  font-size: 17px;
}

#footer {
  text-align: left;
  background-size: cover;
  padding: 20px 0 10px;
  background-image: url("../../assets/images/small_banner.jpg");
}

.foot-box > ul {
  padding-left: 0;
}

.foot-box h6 {
  font-size: 19px;
  margin-bottom: 21px;
  padding-bottom: 10px;
  color: white;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 767px) {
  .foot-box h6 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-right li:nth-child(1),
  .header-right li:nth-child(2),
  .header-right li:nth-child(3) {
    /* border-bottom: 2px solid #fff;
    border-radius: 20px;
    padding-left: 0px;
    background-color: var(--site_color_9); */
  }
}

.foot-box a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.home-content .first-carousel .owl-nav.disabled {
  display: none;
}

.two-carousel .owl-prev {
  background: rgba(0, 0, 0, 0) url("../image/blaack-arrow-1.jpg") no-repeat
    scroll 0 0;
  height: 43px !important;
  margin-right: 3px;
  width: 43px !important;
}

.two-carousel .owl-next {
  background: rgba(0, 0, 0, 0) url("../image/blaack-arrow-2.jpg") no-repeat
    scroll 0 0;
  height: 43px !important;
  width: 43px !important;
}

.two-carousel .owl-prev > span {
  font-size: 0;
}

.two-carousel .owl-next > span {
  font-size: 0;
}

#astrologer-location .owl-dots {
  display: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/********* about ***************/

.inner-banner-left > h1 {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner-banner-left > h1 {
    font-size: 30px;
  }
}

.inner-banner-right ul li {
  display: inline-block;
}

.inner-banner-right a {
  color: #fff;
  display: block;
  padding: 0 4px;
}

.inner-banner {
  background: url("../images/small_banner.jpg");
  background-size: cover;
  padding: 45px 0;
  opacity: 0.9;
}

.inner-banner-right {
  text-align: right;
}

.about-page-content {
  padding: 40px 0;
}

.about-left-content > h1 {
  color: rgb(247, 165, 55);
}

.side-city > h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.side-city > ul {
  border: 1px solid #dedede;
}
.side-city li {
  border-bottom: 1px solid #dedede;
  list-style-type: none;
  padding: 9px 15px;
}
.side-city a {
  color: #333;
  display: block;
}

.side-city > ul {
  border: 1px solid #dedede;
  padding-left: 0;
}

.about-left-content > p {
  color: #333;
  font-size: 16px;
}

.form-box {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.textfield {
  border: medium none;
  color: #333;
  font-size: 14px;
  margin: 5px 0;
  min-height: 42px;
  width: 100%;
  padding: 0 2%;
}

.about-section-right > span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-boxs {
  width: 100%;
}

.textfield.text-area {
  width: 99%;
  min-height: 145px;
  padding-top: 6px;
  color: #999999;
}

.sub {
  background-color: #333;
  border: none;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

/*********** contact page ****/

.contact-left .about-form .textfield {
  border: 1px solid #d3d3d3;
  margin-bottom: 9px;
}

.contact-left > h2 {
  color: #333;
}

.location-box i {
  color: rgb(248, 153, 29);
  font-size: 25px;
}

.location-box p,
.location-box a {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

.location-box {
  border-bottom: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.contact-map iframe {
  margin-top: 30px;
}

.drops {
  display: none;
}

/* .header-right li:last-child {
  display: none;
} */

.dropdown.new-drop-down {
  position: unset;
}

.new-drop-down .dropdown-menu {
  left: 0;
  position: absolute;
  width: 100%;
}
.new-drop-down .dropdown-menu > li {
  width: 20%;
  float: left;
}

.disc {
  color: #fff;
  font-size: 13px;
}

.disc a {
  color: rgb(248, 153, 29);
}

.about-left-content.thanks {
  text-align: center;
}

.about-left-content.thanks > a {
  background-color: rgb(14, 51, 104);
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.about-left-content.thanks > p {
  font-size: 22px;
}
.form-box {
  float: left;
  margin-bottom: 8px;
  margin-right: 1%;
  position: relative;
  width: 49%;
}
.about-section-right .text-danger {
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 0;
  position: absolute;
}

.contact-left .text-danger {
  font-size: 14px;
  position: absolute;
  top: 45px;
}

.home-about-button {
  border: 1px solid var(--site_color_5);
  border-radius: 50px;
  color: var(--site_color_5);
  display: inline-block;
  padding: 9px 25px;
}

.home-about-button:hover {
  color: var(--site_color_5);
}

#astrologer-location .owl-nav.disabled {
  display: none;
}

.foot-sell {
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999999;
}

.foot-call.foot-whtsapp {
  background-color: #138400;
  border-right: 0 none;
  min-height: 62px;
  padding: 16px 0;
}

.foot-call {
  background-color: rgb(199, 92, 40);
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 57px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-whatsapp {
  background-color: rgb(19, 132, 0);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  left: 26%;
  padding: 15px;
  position: absolute;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}
.foot-call {
  background-color: rgb(199, 92, 40);
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 57px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-phone {
  background-color: rgb(199, 92, 40);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 12%;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

#ac-wrapper {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

.main-pop-up-box textarea {
  margin-top: 2px;
}

#popup {
  left: 50%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pop-up-left.pop-up-right > b {
  color: #fff;
}

.pop-sub {
  background-color: rgb(240, 156, 24);
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 16px;
  font-weight: 600;
}

.textfields {
  width: 100%;
  border: none;
  margin-bottom: 8px;
  min-height: 42px;
  padding: 2%;
  font-size: 14px;
}

.close-icon {
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -16px;
  width: 40px;
}

.close-icon .fa.fa-times {
  color: #fff;
  font-size: 24px;
  padding: 10px;
}

.pop-up-left {
  background-color: rgb(240, 156, 24);
  float: left;
  min-height: 408px !important;
  padding: 2% !important;
  text-align: left;
}

.pop-up-left-box-whtsapp-left {
  float: left;
}

.pop-up-left > b {
  font-size: 22px;
}

.pop-up-left-box {
  float: left;
  width: 100%;
  margin: 5px 0;
  border-bottom: 1px dashed;
  padding: 5px 0;
}
.pop-up-left-box-whtsapp-right > a:hover {
  color: #000;
}

.pop-up-left-box-whtsapp-right > a {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.pop-up-left-box-whtsapp-left i {
  font-size: 30px;
  margin-right: 10px;
}

.pop-up-left-box-whtsapp-right > p {
  margin-bottom: 0;
}

.pop-up-left-box-whtsapp-right {
  float: left;
}

.pop-up-left.pop-up-right {
  background-color: rgb(14, 51, 104);
}

#scnd-astrologer-location {
  display: flex;
}

.scnd-astrologer-location-left {
  width: 50%;
  background-color: rgb(248, 153, 29);
  padding: 20px 0;
}
.scnd-astrologer-location-right {
  width: 50%;
  background-color: rgb(14, 51, 104);
  padding: 20px 0;
}
.scnd-astrologer-location-left > h2 {
  padding-left: 40px;
  margin-bottom: 20px;
}

.scnd-astrologer-location-right > h2 {
  padding-left: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.scnd-astrologer-location-left a:hover {
  color: #fff;
}

.scnd-astrologer-location-left li {
  float: left;
  width: 32%;
  background-color: rgb(14, 51, 104);
  margin-right: 1%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 0;
}

.scnd-astrologer-location-right li {
  float: left;
  width: 32%;
  background-color: #fff;
  margin-right: 1%;
  text-align: center;

  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 0;
}

.scnd-astrologer-location-left a {
  color: #fff;
}

.scnd-astrologer-location-right a {
  color: var(--site_color_5);
}
