@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 {
  --site_color_1: #b50000;
  --site_color_2: #29156e;
  --site_color_3: #0c1023;
  --site_color_4: #fcc107;
  --site_color_5: #b5bad3;
  --site_color_6: #efefef;
  --site_color_7: #590007;
}
.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(--site_color_3);
}
.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(--site_color_1);
  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(--site_color_1);
}

.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(--site_color_1); */
  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(--site_color_1);
  margin-bottom: 15px;
}

.home-right-content > p {
  font-size: 16px;
  color: #ffff;
}

.home-right-content {
  padding-top: 0;
  /* padding-left: 50px !important; */
}

.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(--site_color_1);
  font-size: 35px;
  font-weight: 600;
}
.title > p {
  font-size: 16px;
  color: #333;
}

#astrology_services {
  background: url("../../assets/images/big_banner.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;

  /* background-color: #f7f9fb; */
  padding: 40px 0;
  text-align: center;
}

#astrology_services .title > p {
  font-size: 16px;
  color: #ffff;
}
#astrology_services .title > h2 {
  color: var(--site_color_4);
  font-size: 35px;
  font-weight: 600;
}

.each_service {
  text-align: left;
  background-color: var(--site_color_3);
  border: 1px solid var(--site_color_3);
  box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .each_service {
    text-align: center;
  }
  .each_service > img {
    width: 100% !important;
    height: unset !important;
  }
}
.each_service:hover {
  transform: scale(1.1);
}

.each_service > img {
  width: 370px;
  height: 250px;
  box-shadow: -1px 2px 16px -2px var(--site_color_1);
  -webkit-box-shadow: -1px 2px 16px -2px var(--site_color_1);
  -moz-box-shadow: -1px 2px 16px -2px var(--site_color_1);
  transition: 0.5s;
  transform: scale(1);
}

.each_service > img:hover {
  color: var(--site_color_1);
  box-shadow: 0 0 5px var(--site_color_1);
  text-shadow: 0 0 5px var(--site_color_1);
}

.each_service h4 {
  color: var(--site_color_4);
  font-size: 23px;
  padding-top: 20px;
}

.each_service > p {
  font-size: 15px;
  color: #fff;
  padding: 20px;
  padding-bottom: 0px;
}

.each_service div > a:hover {
  color: #fff;
}

.title {
  /* margin-bottom: 50px; */
}

#testimonials {
  background-color: #0b1239;
  padding: 50px 0;
}
#testimonials .title {
  text-align: center;
}
#testimonials .title > span {
  color: var(--site_color_5);
}

#testimonials .title > h2 {
  color: var(--site_color_1);
}

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

.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-left .fa.fa-map-marker,
.foot-left .fa.fa-envelope,
.foot-left .fa.fa-phone,
.foot-left .fa.fa-whatsapp {
  color: var(--site_color_1);
}

#testimonials .title > p {
  color: #fff;
}

.testimonial-right {
  background-color: #0c1023;
  border: 1px solid #252839;
  box-shadow: 0 15px 13px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 45px;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  border-left: 2px solid #fff;
  border-radius: 20px;
}
.testimonial-right > p {
  color: var(--site_color_5);
  text-align: justify;
  width: 100%;
}

.testimonial-right > p span {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--site_color_4);
}
.phone-foot {
  padding-bottom: 10px;
}
.phone-foot a:focus {
  color: #fff !important;
}

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

.foot-bottom-left > p {
  color: #fff;
  font-size: 14px;
}

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

.testimonial-right > span {
  color: var(--site_color_1);
  display: block;
  font-weight: bold;
  text-align: right;
  border-right: 2px solid #fff;
  border-radius: 20px;
  padding-right: 10px;
}

.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-right > em {
  color: #fff;
}

.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 {
  background-color: var(--site_color_3);
  padding: 20px 0 10px;
}

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

.foot-box h6 {
  font-size: 19px;
  margin-bottom: 21px;
  padding-bottom: 10px;
  color: var(--site_color_1);
  border-bottom: 1px dashed white;
}
@media screen and (max-width: 767px) {
  .foot-box h6 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-right li {
    border-bottom: 2px solid #fff;
    border-radius: 20px;
  }
}

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

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

#testimonials .owl-dots {
  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;
}

#testimonials .owl-nav.disabled {
  left: 310px;
  position: absolute;
  top: 130px;
  display: none;
}

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

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

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

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

.inner-banner-left > h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.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);
}
