* {
  box-sizing: none;
}




body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  background-color: #ffffff;
  color: #797979;
  overflow-x: hidden;
  font-weight: 500;
}



::-webkit-scrollbar {
  display: none;
}



img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}




.main-banner-section {
  position: relative;
  overflow: hidden;
  background-color: #010027;
  padding: 100px 0;
}

.main-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png);
  opacity: .3;

}

.main-banner-section .left-content {
  position: relative;
}


.main-banner-section .left-content h5 {
  color: #cfcfcf;
  font-family: 'Philosopher', sans-serif !important;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.main-banner-section .left-content h5 span {
  position: relative;
}

.main-banner-section .left-content h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 155px;
  height: 10px;
  background-color: #dd000b;
  opacity: .6;

}

.main-banner-section .left-content h3 {
  font-family: 'Philosopher', sans-serif !important;
  color: #fff;
  font-size: 30px;
}

.main-banner-section .left-content h2 {
  font-size: 48px !important;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-banner-section .left-content h2 span {
  font-weight: 700;
  color: #FFB007;
  position: relative;
}



.main-banner-section .left-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;

}

.main-banner-section .left-content ul li img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  animation: spinListImg 10s infinite linear;
}

@keyframes spinListImg {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-banner-section .left-content .btn-grp {
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-banner-section .left-content .btn-grp a {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #dd000b;
  color: #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}

.main-banner-section .left-content .btn-grp a:hover {
  background-color: #fff;
  color: #010027;
}

.main-banner-section .left-content .social-icon p {
  margin-bottom: 10px;
  font-weight: 600;
  color: #cecece;
}

.main-banner-section .left-content .social-icon a svg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-right: 10px;
  transition: all 0.4s;

}

.main-banner-section .left-content .social-icon a svg:hover {
  background-color: #dd000b;
  color: #fff;
  transform: scale(1.2) rotate(360deg);
}



.main-banner-section .right-content {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.main-banner-section .right-content .contact-form {
  padding: 20px 20px 40px;
  background-color: #010027;
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.main-banner-section .right-content .contact-form p {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}


.main-banner-section .right-content .contact-form span {
  display: block;
  margin-bottom: 30px;
}


.main-banner-section .right-content .contact-form input {
  background-color: transparent;
  border: none;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}


.main-banner-section .right-content .contact-form input::-webkit-calendar-picker-indicator {
  font-size: 22px;
  filter: invert(1);
  cursor: pointer;
}

.main-banner-section .right-content .contact-form span label {
  color: #fff;
  text-align: left !important;
  width: 100%;
  margin-left: 10px;
}

.main-banner-section .right-content .contact-form input::placeholder,
.main-banner-section .right-content .contact-form textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.main-banner-section .right-content .contact-form input[type=Date] {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.main-banner-section .right-content .contact-form input:focus,
.main-banner-section .right-content .contact-form textarea:focus {
  box-shadow: none;
}

.main-banner-section .right-content .contact-form textarea {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
}



.main-banner-section .right-content .contact-form button {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #dd000b;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border: none;
  transition: all 0.4s;
  font-weight: 600;
  text-transform: uppercase;
}

.main-banner-section .right-content .contact-form button:hover {
  transform: scale(1.08);
  background-color: #FFB007;
  color: #010027;
}


@media (min-width:992px) and (max-width:1200px) {
  .main-banner-section .left-content h3 {
    font-size: 32px !important;

  }

  .main-banner-section .left-content h2 {
    font-size: 44px !important;

  }

  .main-banner-section .left-content h2 span {
    font-weight: 500;
  }



  .main-banner-section .right-content .contact-form {
    padding: 20px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .main-banner-section .left-content h3 {
    font-size: 32px !important;

  }

  .main-banner-section .left-content h2 {
    font-size: 44px !important;
    margin-bottom: 0;
  }

  .main-banner-section .left-content h2 span {
    font-weight: 600;
  }

  .main-banner-section .left-content .btn-grp {
    margin-top: 30px;
  }

  .main-banner-section .right-content {
    margin-top: 30px;
  }

  .main-banner-section .right-content .contact-form {
    padding: 20px;

  }
}

@media (min-width:568px) and (max-width:768px) {
  .main-banner-section .left-content h3 {
    font-size: 32px !important;

  }

  .main-banner-section .left-content h2 {
    font-size: 44px !important;
    margin-bottom: 0;
  }

  .main-banner-section .left-content h2 span {
    font-weight: 600;
  }

  .main-banner-section .left-content .btn-grp {
    margin-top: 30px;
  }

  .main-banner-section .right-content {
    margin-top: 30px;
  }

  .main-banner-section .right-content .contact-form {
    padding: 20px;
  }
}

@media (max-width:568px) {
  .main-banner-section .left-content {
    text-align: center;
  }

  .main-banner-section .left-content h5::before {
    left: 50%;
    transform: translate(-50%);

  }

  .main-banner-section .left-content h3 {
    font-size: 28px !important;
  }

  .main-banner-section .left-content h2 {
    font-size: 36px !important;
    margin-bottom: 0;
  }

  .main-banner-section .left-content h2 span {
    font-weight: 600;
  }


  .main-banner-section .left-content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
  }

  .main-banner-section .left-content ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: spinListImg 10s infinite linear;
  }

  .main-banner-section .left-content .btn-grp {
    margin-top: 30px;
  }

  .main-banner-section .right-content {
    margin-top: 50px;
  }

  .main-banner-section .right-content .contact-form {
    padding: 20px;

  }
}


.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
}

.whatsapp-fixed img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: wpBoxRing 1s infinite linear;
}

@keyframes wpBoxRing {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    transform: rotate(0);
  }

  20% {

    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  }

  40% {

    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: rotate(-20deg);
  }

  60% {

    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }

  80% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    transform: rotate(0);

  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
}






.section-title {
  position: relative;
  margin-bottom: 10px;
}

.section-title .subtitle {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "Philosopher", sans-serif !important;
}

.section-title.dark-bg .subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.section-title .subtitle span {
  position: relative;
}

.section-title.text-center .subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-title.dark-bg .subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, .6);
}



.section-title .title {
  position: relative;
  font-size: 34px;

}

.section-title.dark-bg .title {
  color: rgba(255, 255, 255, .8);
}

.section-title .title .txtstyle {
  position: relative;
  font-weight: 700;
  color: #010027;
  text-transform: uppercase;
}

.section-title.dark-bg .title .txtstyle {
  color: rgba(255, 255, 255, 1);
}

.section-title.dark-bg .title .txtstyle::before {
  background-color: #dd000b;
}

.section-title .title .txtstyle span {
  position: relative;
}

.section-title .title .txtstyle::before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: #FFB007;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

@media(max-width:768px) {
  .section-title .title .txtstyle::before {
    display: none;
  }

  .section-title .title .txtstyle span {
    position: relative;
    font-weight: 700;
    color: transparent;
    text-transform: uppercase;
    background-color: #FFB007;
    background: linear-gradient(315deg, #FFB007 0%, #000000 74%);
    background-clip: text;
    -webkit-background-clip: text;
  }

  .section-title.dark-bg .title .txtstyle span {
    position: relative;
    font-weight: 700;
    color: transparent;
    text-transform: uppercase;
    background-color: #FFB007;
    background: linear-gradient(315deg, #dd000b 0%, #FFB007 100%);
    background-clip: text;
    -webkit-background-clip: text;
  }

}

@media(max-width:568px) {
  .section-title .title {
    position: relative;
    font-size: 26px;

  }

}


.qoute-box {
  position: relative;

  width: fit-content;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;

}

.qoute-box.dark-bg {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}

.qoute-box p {
  font-weight: 500;
  color: #797979;
  margin-bottom: 8px;
}

.qoute-box.dark-bg p {
  color: rgba(255, 255, 255, 0.7);
}

.qoute-box span {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #474747;
}

.qoute-box.dark-bg span {
  color: rgba(255, 255, 255, 1);
}

.home-about-section {
  background-color: #eeebe6 !important;
  padding: 80px 0;
  position: relative;
}

.home-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-dark.png);
  opacity: .2;
}

.home-about-section .left-content {
  position: relative;
}

.home-about-section .left-content p {
  line-height: 30px;
  font-weight: 400;
  color: #474747;
  text-align: justify;
  margin-bottom: 30px;
}

.home-about-section .left-content ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  margin-bottom: 40px;
}

.home-about-section .left-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: #010027;
  padding: 20px 14px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}



.home-about-section .left-content ul li img {
  width: 50px;
  height: 50px;
  animation: spinListImg 10s infinite linear;
  filter: drop-shadow(0 0 20px #ffb007);
}

.main-btn {
  padding: 10px 20px;
  color: #fff !important;
  font-weight: 600;
  background-color: #010027;
  transition: all 0.4s;
}

.main-btn:hover {
  background-color: #ffb007;
  color: #010027 !important;
  transform: translateY(-10px);
}

.btn-group .main-btn {
  margin-right: 10px;
}

.btn-group .main-btn:nth-child(2) {
  background-color: #dd000b;
}

.btn-group .main-btn:hover:nth-child(2) {
  background-color: #FFB007;
}


.home-about-section .right-content {
  padding: 20px 40px;
  margin-bottom: 25px;
}

.home-about-section .right-content .video-box {
  width: 100%;
  height: 400px;
}

.home-about-section .right-content .video-box video {
  height: 100%;
  width: 100%;
  border-radius: 100px 0 100px 0;
  border-bottom: 6px solid #FFB007;
  border-left: 6px solid #FFB007;
  object-fit: fill;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}





@media (max-width:768px) {
  .home-about-section .right-content {
    padding: 20px 0;
  }

  .home-about-section .right-content .video-box {
    width: 100%;
    height: 340px;
  }
}

@media (max-width:420px) {
  .home-about-section .right-content {
    padding: 20px 0;
  }

  .home-about-section .right-content .video-box {
    width: 100%;
    height: 260px;
  }
}



.service-section {
  padding: 80px 0;
  background-color: #010027;
  position: relative;
}

.service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png);
  opacity: .1;
}

.service-section .container {
  position: relative;
}

.service-box {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;


}

.service-box .box-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.service-box .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  filter: grayscale(100%);
}

.service-box:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.service-box .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px;
  transform: scale(.8);
  transition: all 0.4s;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.service-box:hover .box-content {
  transform: scale(1);
}

.service-box .box-content h5 {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Philosopher", sans-serif !important;
}

.service-box .box-content h5 a {
  color: #fff;
}

.service-box .box-content h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.service-box .box-content .service-btn {
  color: #fff;
  font-weight: 600;
  width: fit-content;
  padding: 5px 10px;
  background-color: #FFB007;
  color: #010027;
  margin: 0 auto 20px;
  display: block;
}

.service-box .box-content p {
  color: #fff;
  text-align: center;
}

.service-box .box-content p a {
  color: #dd000b;
  font-weight: 600;
}

.service-section .view-more .main-btn {
  background-color: #fff;
  color: #010027 !important;

}


.service-section .view-more .main-btn:hover {
  background-color: #FFB007;
}


.whyus-section {
  background-color: #eeebe6 !important;
  padding: 80px 0;
  position: relative;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-dark.png);
  opacity: .2;
}

.whyus-section .container {
  position: relative;
}

.whyus-section .left-content p {
  color: #474747;
  line-height: 30px;
  text-align: center;

}

.whyus-section .whyus-box {
  padding: 20px 14px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #010027;
  height: 240px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.whyus-section .whyus-box::before {
  content: "";
  position: absolute;
  bottom: 140px;
  left: 50%;
  width: 260px;
  height: 260px;
  background-color: #ffb007;
  border-radius: 10px;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.4s;
}

.whyus-section .whyus-box:hover::before {
  bottom: 0;
  left: 0;
  transform: rotate(0);
  width: 100%;
  height: 100%;
}

.whyus-section .whyus-box .box-img img {
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.whyus-section .whyus-box .box-content {
  position: relative;
}

.whyus-section .whyus-box .box-content h3 {
  color: #fff;
  transition: all 0.4s;
  font-family: 'Philosopher', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
}

.whyus-section .whyus-box .box-content p {
  color: #cecece;
  font-weight: 500;
}

.whyus-section .whyus-box:hover .box-content h3 {
  color: #dd000b;
}

.whyus-section .whyus-box:hover .box-content p {
  color: rgba(0, 0, 0, 0.6);
}

.whyus-section .certificate-slider {
  margin-top: 60px;
}

.whyus-section .certificate-slider h3 {
  width: fit-content;
  position: relative;
  border-bottom: 2px solid;
  padding: 0;
  margin: 0 auto 20px;
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 700;
}

.whyus-section .certificate-slider .owl-stage {
  padding: 20px 0;
}

.whyus-section .certificate-slider .img-box {
  padding: 10px;
  border: 2px solid #010027;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.whyus-section .certificate-slider .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #010027;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.whyus-section .certificate-slider img {
  height: 260px;
  position: relative;
  border: 1px solid #010027;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  filter: blur(.9px) brightness(80%);

}



.zodiac-section {
  padding: 80px 0;
  background-color: #010027;
  position: relative;
}

.zodiac-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png);
  opacity: .1;
}

.zodiac-section .container {
  position: relative;
}

.zodiac-section .zodiac-box {
  padding: 24px;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 30px;
}

.zodiac-section .zodiac-box img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;

}

.zodiac-section .zodiac-box p {
  font-weight: 600;
  text-transform: capitalize;
  color: #010027;
  margin-bottom: 2px;
}

.zodiac-section .zodiac-box span {
  font-weight: 600;
  color: #010027;
}

.testimonial-section {
  padding: 80px 0 0;
  position: relative;
  background-color: #eeebe6 !important;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-dark.png);
  opacity: .2;
  transform: rotate(180deg);
}


.testimonial-section .testimonial-wrapper {
  margin-top: 20px;
}

.testimonial-section .testimonial-wrapper .testimonial-box {
  text-align: center;
  padding: 20px;
  position: relative;
  border-radius: 20px;

}

.testimonial-section .testimonial-wrapper .testimonial-box .box-img img {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  border-radius: 50%;
  filter: blur(2px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 2px solid #010027;

}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.message {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  max-height: 150px;
  font-size: 14px;
  overflow: auto;
}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.message::-webkit-scrollbar {
  display: block !important;
  width: 4px;
}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.message::-webkit-scrollbar-track {
  background-color: #010027;
  border-radius: 10px;
}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.message::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cecece;
}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.message svg {
  width: 28px;
  height: 28px;
  color: #010027;

}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content p.name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #010027;
}

.testimonial-section .testimonial-wrapper .testimonial-box .box-content span {
  font-size: 14px;
  font-weight: 600;
  color: #dd000b;
}

.testimonial-section .testimonial-wrapper .owl-nav svg {
  width: 22px;
  height: 22px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 10px !important;
  border-radius: 50%;
  background-color: #FFB007;
  transition: all 0.4s;
  opacity: .3;
}

.testimonial-section .testimonial-wrapper .owl-nav svg:hover {
  background-color: #010027;
  opacity: 1;
}

.testimonial-section .testimonial-wrapper .owl-nav .owl-prev svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

}

.testimonial-section .testimonial-wrapper .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

}

.faq-section {
  padding: 80px 0;
  position: relative;
  background-color: #010027;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png);
  opacity: .1;
}

.faq-section .accordion {
  margin-top: 30px;
  position: relative;

}

.faq-section .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #fff;

}

.faq-section .accordion .accordion-button {
  font-weight: 600;
  color: #010027;
  border: none;
  box-shadow: none;
  border-radius: 10px;

}

.faq-section .accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-section .accordion .accordion-button:not(.collapsed) {
  color: #010027;
  background-color: #FFB007;
  box-shadow: none;
}

.faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/chevron-down-solid.svg);
  transform: rotate(-180deg);
}

.faq-section .accordion .accordion-button::after {
  background-image: url(../img/chevron-down-solid.svg);
}

.faq-section .accordion .accordion-body {
  background-color: transparent;
}

.faq-section .accordion .accordion-body p {
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  line-height: 30px;
}


.cta-main-btm {
  padding: 80px 0 120px;
  background: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}

.cta-main-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.cta-main-btm .container {
  position: relative;
}

.cta-main-btm h3 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 30px;
  font-family: 'Philosopher', sans-serif !important;
  text-transform: uppercase;

}

.cta-main-btm h6 {
  color: #cecece;
}

.cta-main-btm .btn-grp .main-btn:last-child {
  background-color: #dd000b;
}

.cta-main-btm .btn-grp .main-btn:hover:last-child {
  background-color: #FFB007;
}





.innerpage-title-banner {
  padding: 80px 0;
  text-align: center;
  background: url(../img/innerpage_banner_bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}

.innerpage-title-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.innerpage-title-banner .container {
  position: relative;
}

.innerpage-title-banner h2 {
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  text-transform: uppercase;
  font-weight: 900;
}

.innerpage-title-banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.innerpage-title-banner ul li {
  color: #fff;
}

.innerpage-title-banner ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.innerpage-title-banner ul li.active {
  color: #cfcfcf;
}





.innerpage-content-section {
  padding: 60px 0;
  position: relative;
}

.innerpage-content-section .left-content .content-wrapper h3 {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 5px;
  color: #010027;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.innerpage-content-section .left-content .content-wrapper p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;

}

.innerpage-content-section .left-content .content-wrapper p strong {
  text-transform: capitalize;
  color: #010027;
  font-weight: 500;
}

.innerpage-content-section .left-content .content-wrapper p a {
  color: #dd000b;
  font-weight: 600;
  text-transform: capitalize;
}

.innerpage-content-section .left-content .content-wrapper h4 {
  font-weight: 600;
  color: #010027;
  text-transform: capitalize;
  margin-top: 40px;

}

.innerpage-content-section .left-content .content-wrapper h5 {
  font-weight: 600;
  color: #FFB007;
  text-transform: capitalize;
  font-size: 18px !important;
}

.innerpage-content-section .left-content .content-wrapper img {
  margin: 30px auto 0;
  display: block;
  width: 60%;
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media (max-width:992px) {
  .innerpage-content-section .left-content .content-wrapper img {
    width: 100%;
  }
}

.innerpage-content-section .left-content .content-wrapper .imgtitle {
  text-align: center;
  margin: 6px 0 30px;
  color: #010027;
  font-weight: 600;
  text-transform: capitalize;

}

.innerpage-content-section .left-content .content-wrapper h4.sub-title {
  color: #010027;
  font-size: 20px;
  font-weight: 600;
  width: fit-content;
  padding-right: 10px;
  border-bottom: 1px solid #010027;
  padding-bottom: 4px;
  text-transform: capitalize;
}

.innerpage-content-section .left-content .content-wrapper li {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
}

.innerpage-content-section .left-content .content-wrapper li strong {
  font-weight: 600;
  color: #010027;
}

.innerpage-content-section .left-content .content-wrapper li::marker {
  color: #010027;
  font-weight: 600;
}

.inner-content-cta {
  margin: 40px 0;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  background-color: #FFB007;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.inner-content-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png) no-repeat;
  background-size: cover;
  opacity: .4;
}


.inner-content-cta h6 {
  color: #010027;
  font-weight: 600;
  position: relative;
}

.inner-content-cta h2 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
  color: #010027;
}

.inner-content-cta .main-btn {
  position: relative;
  border: 1px solid #010027;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: capitalize;
}


.other-inner-pages-section {
  padding: 60px 0;
  position: relative;
}

.other-inner-pages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/astrology-bg.png) no-repeat;
  background-size: cover;
  opacity: .15;

}

.other-inner-pages-section .container {
  position: relative;
}

.other-inner-pages-section .link-container {
  text-align: center;
  margin-bottom: 30px;
}

.other-inner-pages-section .link-container h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}


.other-inner-pages-section ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.other-inner-pages-section ul li a {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  background-color: #010027;
  border-radius: 20px;
  position: relative;
  color: #fff;

  transition: all 0.4s;

}

.other-inner-pages-section ul li a:hover {
  background-color: #dd000b;

}



.inner-contact-page {
  padding: 80px 0;
  position: relative;
}

.inner-contact-page .heading h4 {
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 60px;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: center;
}

@media (max-width:568px) {
  .inner-contact-page .heading h4 {
    padding: 10px;
    font-size: 20px;

  }
}


.inner-contact-page .left-content {
  margin-bottom: 30px;
  padding-right: 30px;
}

.inner-contact-page .left-content .contact-box {
  padding: 20px 14px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}



.inner-contact-page .left-content .contact-box .box-img img {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 10px;
  transition: all 0.4s;
}

.inner-contact-page .left-content .contact-box:hover .box-img img {
  transform: scale(1.2);
}

.inner-contact-page .left-content .contact-box .box-content a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 6px;
  margin: 8px 0;
  color: #000;
  font-weight: 600;
}

.inner-contact-page .left-content .contact-box .box-content a svg {
  width: 20px;
  height: 20px;
}

.inner-contact-page .right-content {
  height: 400px;
  background: url(https://images.indianexpress.com/2017/05/google-maps-759.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.inner-contact-page .right-content .location-map {
  padding: 140px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

}

.inner-contact-page .right-content .location-map h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.inner-contact-page .right-content .location-map svg {
  color: #fff;
  width: 50px;
  height: 50px;
}

@media (max-width:768px) {
  .inner-contact-page .left-content {
    padding-right: 0;
  }

  .inner-contact-page .left-content .contact-box {
    border-radius: 0;
  }

}

@media (max-width:568px) {
  .inner-contact-page .right-content {
    height: 360px;
  }

}



.fixed-contact-button {
  position: relative;
  z-index: 10;

}

.fixed-contact-button a svg {
  width: 20px;
  height: 20px;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  opacity: .8;
  transition: all 0.4s;
  animation: bgZoomInOut .8s linear infinite;
  border: 1px solid #fff;
}

@keyframes bgZoomInOut {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 32, 80, 0.2);
    transform: rotate(0);
  }

  20% {
    box-shadow: 0 0 0 2px rgba(0, 32, 80, 0.2);
  }

  40% {
    box-shadow: 0 0 0 4px rgba(0, 32, 80, 0.2);
    transform: rotate(-20deg);
  }

  60% {
    box-shadow: 0 0 0 6px rgba(0, 32, 80, 0.2);
  }

  80% {
    box-shadow: 0 0 0 8px rgba(0, 32, 80, 0.2);
    transform: rotate(0);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 32, 80, 0.2);
  }
}

.fixed-contact-button a:hover svg {
  opacity: 1;
}

.fixed-contact-button a:nth-child(1) svg {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: rgb(0, 32, 80);
}

.fixed-contact-button a:nth-child(2) svg {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(0, 88, 0);
}


.blog-archieve-page-section {
  padding: 80px 0;
  position: relative;
}

.blog-archieve-page-section .blog-box-main {
  position: relative;
  margin-bottom: 30px;

}

.blog-archieve-page-section .blog-box-main .box-img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #010027;
}

.blog-archieve-page-section .blog-box-main .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.blog-archieve-page-section .blog-box-main:hover .box-img img {
  transform: scale(1.1);
}

.blog-archieve-page-section .blog-box-main .box-content {
  padding: 20px 0;
}

.blog-archieve-page-section .blog-box-main .box-content h4 a {
  font-weight: 600;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: #dd000b;
}

.blog-archieve-page-section .blog-box-main .box-content p.date {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-archieve-page-section .blog-box-main .box-content p.date strong {
  color: #010027;
}

.blog-archieve-page-section .blog-box-main .box-content p.text {
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 28px;
}

.blog-archieve-page-section .blog-box-main .box-content p.text .read-more-btn {
  color: #dd000b;
  font-weight: 600;
}


@media (min-width:1200px) and (max-width:1400px) {
  .blog-archieve-page-section .blog-box-main .box-img {
    height: 340px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .blog-archieve-page-section .blog-box-main .box-img {
    height: 320px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .blog-archieve-page-section .blog-box-main .box-img {
    height: 360px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .blog-archieve-page-section .blog-box-main .box-img {
    height: 320px;
  }
}

@media (max-width:568px) {
  .blog-archieve-page-section .blog-box-main .box-img {
    height: 200px;
    min-height: 200px;
  }

  .blog-archieve-page-section .blog-box-main .box-content p.date {
    display: block;

  }

  .blog-archieve-page-section .blog-box-main .box-content p.date span {
    display: block;
  }
}


.blog-single-page {
  padding: 80px 0;
  position: relative;
}

.blog-single-page .blog-title {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.blog-single-page .blog-title h4 {
  color: #dd000b;
  font-weight: 600;
  line-height: 40px;
}

.blog-single-page .blog-title p.date {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px !important;
  letter-spacing: 1px;

}

.blog-single-page .blog-content h6 {
  color: #dd000b;
  font-weight: 600;
  font-size: 22px !important;
}

.blog-single-page .blog-content p {
  color: #010027;
  line-height: 28px;
  margin-bottom: 30px;
}

.blog-single-page .blog-content ul li {
  line-height: 40px;
  letter-spacing: 1px;
  color: #010027;
}

.blog-single-page .blog-content img {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.blog-single-page .blog-content .cta-box-main {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background: url(../img/blogs/blog-cta-bg.jpg) no-repeat;
  background-attachment: fixed;
  margin-bottom: 30px;
  border: 2px inset #010027;
}

.blog-single-page .blog-content .cta-box-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.blog-single-page .blog-content .cta-box-main h4 {
  font-size: 30px !important;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.blog-single-page .blog-content .cta-box-main p {
  position: relative;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.blog-single-page .blog-content .cta-box-main a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFB007;
  color: #010027;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.4s;
}

.blog-single-page .blog-content .cta-box-main a:hover {
  transform: scale(1.1);
}

.blog-single-page .right-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-single-page .right-content .popular-blog-box {
  margin-bottom: 30px;
  position: sticky;
  top: 140px;
}

.blog-single-page .right-content .popular-blog-box h4 {
  color: #dd000b;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;

  border-left: 6px solid #010027;


}

.blog-single-page .right-content .popular-blog-box h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #010027;
}

.blog-single-page .right-content .popular-blog-box h4 span {
  padding: 10px 16px;
  position: relative;
  background-color: #fff;
}

.blog-single-page .right-content .popular-blog-box .blog-box {
  margin: 20px 0;
}

.blog-single-page .right-content .popular-blog-box .blog-box .img img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #010027;
}

.blog-single-page .right-content .popular-blog-box .blog-box .text h6 a {
  font-size: 18px !important;
  line-height: 28px;
  color: #010027;
  font-weight: 600;


}


@media (max-width:568px) {
  .blog-single-page .blog-title p.date {
    display: block;
  }

  .blog-single-page .blog-title p.date span {
    display: block;
  }

  .blog-single-page .right-content .popular-blog-box .blog-box .text h6 a {
    font-size: 16px !important;
  }

  .blog-single-page .right-content .popular-blog-box .blog-box .img img {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #010027;
  }
}