@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body{
  margin:0;
  padding:0;
  color: #ec9878;
  font-family: "Jost", sans-serif;
}
/*font-family: "Momo Trust Display", sans-serif;*/
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}
/*linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e)*/

/* START HEADER SECTION */

/* start head section */

.head-section{
  border-top:4px solid;
  border-image: linear-gradient(to right, #ffae00, rgb(255 173 210));
  border-image-slice: 1;
  padding: 7px 0 22px;
}
.head-logo2 a{
  width: fit-content;
  position: relative;
}
.head-logo2 a picture img{
  height: 81px;
}
.head-logo2 a span{
  color: #ffffff;
  text-align: left;
  margin: -12px 0 0;
  padding: 1px 10px;
  border-radius: 20px;
  font-size: 12px;
  width: fit-content;
  text-transform: uppercase;
  background: #eb7b44;
  font-weight: 500;
}
.head-logo2 a strong{
  font-size: 38px;
  margin: -5px 0 0;
  position: relative;
  font-weight: 700;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Momo Trust Display", sans-serif;
}
.head-logo2 a strong::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 2px;
  width: 0%; /* Initially set width to 0 */
  height: 1px; /* Thickness of the border */
  background: linear-gradient(45deg, #515151, #515151); /* Border color */
  animation: border-bottom-animation 12s ease-in-out infinite; /* Animation duration */
}
@keyframes border-bottom-animation {
    0% {
      width: 0%;
    }

    100% {
      width: 100%;
    }
}
.head-logo2 a em{
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #6f6f6f;
  bottom: 42px;
  text-transform: capitalize;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  width: fit-content;
  display:block;
  animation: typing 3s infinite steps(20) forwards;
  }

  @keyframes typing {
    from { width: 0 }
    to { width: 100px } /* adjust width to text length */
  }

  @keyframes blink {
    50% { border-color: transparent }
}

.top-navbar ul li{
  list-style:none;
  display:inline-block;
}
.top-navbar ul li a{
  border: 1px solid #c1c1c1;
  padding: 6px 17px;
  margin: 0 7px 0 0;
  text-transform: capitalize;
  color: #4b4b4b;
  border-radius: 33px;
}
.top-navbar ul li a svg{
  height: 24px;
  width: 24px;
}

.astro-head2 img{
  height: 102px;
  margin: 2px 0 0;
}
.astro-head2 span{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  width: fit-content;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  padding: 5px 10px 3px;
  border-radius: 4px;
}
.astro-head1{
  width: 16%;
}
.head-logo1{
  width: 22%;
}
/* end head section */


/* start navigation */

.head-right1{width: 62%;}
.navigation{padding: 13px 0 0px;}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #000000;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  left: 0;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;padding: 0;margin: -78px 0px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: center;
  width: 100%;
}
.menu li{
  padding: 9px 15px;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  z-index: 9;
}
.menu li a:before{
  content:"";
  position:absolute;
  right:0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  width: 40%;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  bottom: 0;
  transition:0.9s ease-in;
}
.menu li a:hover:before{
  width:100%;
}
.menu li a{
  color: #5d5d5d;
  padding: 4px 0px !important;
  margin: 0;
  position: relative;
}
.navbar-nav .nav-link.active{
  color: #333333;
}
.nav-link:focus, .nav-link:hover{
  color:#aa113d;
}
  
  
/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #000000;
}

.nav-link:focus, .nav-link:hover {
  color: #000000;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    margin: 10px 0 0;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 8px 0px !important;
    box-shadow: 0 0 5px 0px #bdbdbd;
    border: 0px solid #5b214b;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 1px 14px !important;
    display: block !important;
    line-height: 29px;
    font-weight: 600;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  color: #8b8b8b;
  font-weight: 500;
  font-size: 16px;
}
.dropdown ul li a:before{display:none;}
.nav-link:focus, .nav-link:hover {
  color: #000000;
}
.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #000000;
}
/* end navigation section  */

/* start slide section */

.slide-section{
}
.astro-img{
  position:absolute;
  right: 50px;
  bottom: -110px;
  opacity: 24%;
  z-index: -9;
  width: fit-content;
}
.astro-img img{
}
.slide-left1{
  padding: 10px;
}
.slide-center1{
  padding: 10px;
}
.slide-right1{
  padding: 10px;
}
.slide-left1 picture img{
  border-radius: 10px;
}
.slide-img picture img{
  border-radius: 10px;
}
.slide-text{
  padding: 30px 0 0 0;
}
.slide-text strong{
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
  display: block;
  font-size: 46px;
  padding: 27px 0 40px 0;
}
.slide-right-text picture img{
  border-radius: 10px;
}
.slide-text-content p{
  color: #141414;
  font-size: 22px;
  line-height: 37px;
  padding: 20px 0px 20px;
}
.slide-text-content a{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 25px;
  display: block;
  font-weight: 500;
  width: fit-content;
  background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
  padding: 14px 38px 14px;
  border-radius: 34px;
}
.text-heading{
  text-align: center;
  font-family: "Momo Trust Display", sans-serif;
  color: #000;
  font-size: 102px;
  margin: 20px 0;
  text-transform: capitalize;
}
/* end slide section */

/* END HEADER SECTION */

/* start top services section */

.topservices-section{
  padding: 50px 0 40px;
}
.topservices-left1{
  padding: 0 30px 0 0px;
}
.top-services1{
  padding:10px;
}
.top-services2{
}
.top-services2 picture img{
  border-radius: 22px;
}
.top-services2 strong{
  color: #1f1f1f;
  font-weight: 600;
  padding: 14px 0 8px;
  text-transform: capitalize;
  display: block;
  font-size: 22px;
}
.top-services2 p{
  color: #313131;
  font-size: 16px;
  line-height: 28px;
}
.horoscope-icons:before{
  content:"";
  position:absolute;
  height: 70px;
  width: 3px;
  background: #eb7b44;
  left: 34px;
  top: 20px;
  z-index: -9;
}
.horoscope-icons:after{
  content:"";
  position:absolute;
  height: 70px;
  width: 3px;
  background: #eb7b44;
  right: 34px;
  top: 20px;
  z-index: -9;
}
.horoscope-icons strong{font-size: 29px;position: relative;font-weight: 400;padding: 5px 21px;margin: 0 0 20px 0;border-radius: 40px;background: #eb7b44;/* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */font-family: "Momo Trust Display", sans-serif;color: #ffffff;display: block;letter-spacing: 0.9px;/* width: fit-content; */margin: 0 auto 20px;}
.horoscope-icons ul{
  list-style:none;
}
.horoscope-icons ul li{
  display:inline-block;
  padding: 0 1px 0 1px;
  margin: 0px;
}
.horoscope-icons ul li a{
  text-align: center;
  height: 50px;
  width: 50px;
  display:block;
  border-radius: 19%;
  line-height: 50px;
  box-shadow: inset -4px -4px 6px #bb214c, inset 4px 4px 6px #ff8c476b;     /* dark bottom-right */
  background: linear-gradient(45deg, #eb7b44, #b21844);
}
.horoscope-icons ul li:first-child{margin:0;}
.horoscope-icons ul li svg{
  height: 25px;
  width: 25px;
  fill:#fff;
  transition: transform 0.3s ease;
}

.horoscope-icons ul li:hover svg{
  animation: smoothBounce 0.6s infinite ease forwards;
}

@keyframes smoothBounce {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.topservices-right2{
  background-color: #fff1e9;
  border: 1px #ede3e3 solid;
  margin-bottom: 20px;
  padding: 30px;
}
.topservices-right2 strong{
  font-size: 26px;
  position: relative;
  font-weight: 500;
  margin: 0 0 20px 0;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #ff916c;
  font-family: "Momo Trust Display", sans-serif;
}
.topservices-right2 ul li{
  color: #1a1a1a;
  list-style: none;
  line-height: 20px;
  font-size: 17px;
  position: relative;
  margin: 10px 0;
  border-bottom: 1px solid #9f9898;
  padding: 7px 0;
}
.topservices-right2 ul li:last-child{border-bottom:0;}
.topservices-right2 ul li img{
    height: 76px;
    margin: 0 8px 5px 0px;
}

/* end top services section */


/* start other services section */

.otherservices-section{
   padding: 90px 0 70px;
   position:relative;
}
.otherservices-section:before{
  content:"";
  position:absolute;
  height: 45%;
  left: 0;
  top: 230px;
  right: 0;
  width:100%;
  background: #ac123f;
}
.other-services1{
}
.other-services2 img{border-radius: 160px 160px 0 0;}
.other-services2{
  border-radius: 190px 190px;
  margin: 10px  0 0px;
  padding: 10px 0;
  z-index: 9;
  position: relative;
}
.other-services2 strong{
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0;
  font-size: 23px;
  position: absolute;
  bottom: 40%;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  left: 0;
  padding: 29px 0;
  right: 0;
  background: #000000a3;
}

.other-services2 a{
  color: #000000;
  text-transform: uppercase;
  padding: 6px 0  0;
  font-weight: 600;
  font-size: 26px;
  animation: blkk 2s ease-in-out infinite;
  display: block;
}
.other-services2 a img{
  animation:none;
  height: 61px;
}
@keyframes blkk{
  0%{color:#ff5a08;}
  100%{color:#c94144;}
}

/* end other services section */

/* start main services section */

.mainservices-section{
  padding: 100px 0;
  position: relative;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  z-index: 9;
}
.mainservices-section:before{
  content:"";
  background: url(images/background.webp) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 32%;
}
.mainservicesheading{
  strong{
    text-align: center;
    font-family: "Momo Trust Display", sans-serif;
    color: #ffffff;
    font-size: 54px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  span{
    color:#ec9878;
    font-size: 22px;
    font-weight: 600;
    display:block;
    text-transform: uppercase;
  }
  
}
.mainservices-1{
  padding: 16px 16px;
}
.mainservices-1:nth-child(2),.mainservices-1:nth-child(5){
  margin:30px 0 0;
}
.mainservices-2{
  padding: 23px 25px 23px;
  position: relative;
  /* border: 1px solid #ffb7a275; */
  background: #ffffff3d;
  border-radius: 25px;
  z-index: 9;
 strong{
  font-weight: 500;
  color: #ffffff;
  display: block;
  font-size: 26px;
  padding: 0px 0 0px;
  text-transform: capitalize;
  }

 p{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0 0 0;}
  
  span{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  border-radius: 50%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  width: 70px;
  z-index: -9;
}
 span svg{height: 38px;width: 35px;fill: #fff;}
  .stone_een{fill:#fff;}

}
.text-mainservices{
  overflow: hidden;
  margin: 80px auto 0;
  width: fit-content;
}
.text-mainservices a{
  background: linear-gradient(91deg, #CFA346 .84%, #E0BA59 27.15%, #F7EBAE 43.84%, #F3DF89 53.45%, #E0BA59 76.22%, #A8701C 97.97%);
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  color: #000000;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 28px 12px 28px;
}
.text-mainservices:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
@keyframes shine {
    0% {
        left: -100px
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}
/* end main services section */


/* start banner servoces section */

.banner-services1{
   padding: 10px;
}
.banner-services2 picture img{
   border-radius: 15px;
   padding: 5px;
   box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}
/* end banner services section */


/* start astro services section*/

.astro-services1 {
    padding: 10px;
    width: 20%;
}

.astro-services2 {
   padding: 20px 10px;
   /* box-shadow: 0 0 6px 2px #e5e5e5; */
   border-radius: 20px;
   background: #ffeae4;
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   span {
     height: 100px;
     width: 100px;
     border-radius: 50%;
     box-shadow: inset 0 0 11px 5px #e7714794;
     display: block;
     line-height: 100px;
     margin: 0 auto;
   }
   span svg {
    height: 61px;
    width: 71px;
   }
   strong {
       font-size: 18px;
       display: block;
       color: #000;
       text-transform: capitalize;
       padding: 18px 0 5px;
       font-weight: 500;
   }
   a {color: #ffffff;text-transform: capitalize;font-size: 19px;display: block;margin: 0 auto;font-weight: 500;width: fit-content;background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);padding: 3px 18px 4px;border-radius: 34px;}

}

/* end astro services section*/


/* start client testimonials section */

.testimonials-section{
  padding: 172px 0 90px;
}
.testimonials-heading p{
  color: #c33644;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials-heading aside{
  line-height: 30px;
  color: #474747;
  font-weight: 400;
  font-size: 17px;
  padding: 7px 0 0px 0;
}
.testimonials-heading strong{
  text-align: center;
  font-family: "Momo Trust Display", sans-serif;
  color: #000;
  font-weight:500;
  font-size: 54px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.testimonials-heading strong b{
  position:relative;
  font-weight: 500;
  display:inline-block;
}
.testimonials-heading strong b:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: linear-gradient(45deg, #b62044, #db6044);
  animation: border-bottom-animation 10s ease-in-out infinite;
}
.testimonials1{
  padding: 0 20px;
}
.testimonials1:nth-child(2){
  margin:130px 0 0 0;
}
.testimonials3{
  padding: 40px 0px 20px;
}

.image-testimonials{
  width: 23%;
}
.image-testimonials span{
  display:block;
  width: fit-content;
}
.image-testimonials span img{
  border-radius: 50%;
  box-shadow: 1px -1px 9px 0px #0000004d;
}
.client-heading{
  width:70%;
  margin: 0 0 0 8px;
  border-radius: 13px;
  position: relative;
  text-align: left;
  background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
  padding: 10px;
}
.client-heading strong{
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.client-heading i{display:block;margin: 0 auto;text-align: center;position: absolute;height: 40px;line-height: 34px;width: 40px;background: #ffffff;border-radius: 50%;left: 20px;bottom: -17px;/* border: 1px solid #933011; */}
.client-heading i svg{
    height: 25px;
    width: 25px;
}
.client-heading aside b{
  padding: 0px 3px;
  color: #045431;
}
.client-heading aside b svg{
  height: 23px;
  width: 92px;
  fill: #ffcf00;
}

.client-heading aside{
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  right: 0;
  text-align: center;
  margin: 0 0  0;
  border-radius: 30px;
  height: fit-content;
  background: #c98b8b00;
  width: fit-content;
  margin: 0 0 0 auto;
}
.client-heading p{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  width: fit-content;
  margin: 0 0 0 auto;
  border-radius: 30px 30px;
  padding: 0px 21px;
}
.client-word p{
  color: #000000;
  font-size: 17px;
  line-height: 34px;
  text-align: left;
}
.client-word{
  background: #ffffff;
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 20px;
  position:relative;
  margin: 40px 0 0;
}
.client-word:after{
  background:url(images/astro.webp)no-repeat;
}
.client-word:before{
  position:absolute;
  content:"";
  height: 30px;
  width: 30px;
  top: -41px;
  left: 50px;
  background:transparent;
  border-left: 20px solid #ff000000;
  border-right: 20px solid #ff000000;
  border-top: 20px solid #ff000000;
  border-bottom: 20px solid #c7c7c7;
}
/* end client testimonials section */

/* start bottom services section */

.bottom-services{
  padding: 90px 0 120px;
  z-index: 9;
  overflow:hidden;
  background: #ffddca;
}
.bottom-services .astro-img{
  bottom: 0;
  opacity: 18%;
}
.bottomservices-left1{
  padding: 0px 0 0;
   width: 65%;
}
.bottom-services1{
    padding: 10px 0 0 30px;
}
.bottom-services2{
  border-radius: 20px;
  padding: 25px 18px 25px;
  overflow:hidden;
  /* background: radial-gradient(#f4933b, #d1345d, #d1345d, #98002e); */
  position: relative;
  /* background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e); */
  border: 1px solid #c92c56;
  z-index: 9;
}
.bottom-services2:before{
  content:"";
  background: url(images/zodiac-belt-2.webp) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  animation: circle 40s linear infinite;
  z-index: -9;
  opacity: 17%;
  top: 0;
  background-position: center bottom 40%;
}

.bottom-services3 strong{
  font-weight: 600;
  display: block;
  font-size: 25px;
  color: #000000;
  padding: 0px 0 0px 0;
  text-transform: capitalize;
  margin: 0px 0 10px 0;
}
.bottom-services3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: scroll;
  height: 218px;
  overflow-x: hidden;
}
.bottom-services3 ul li{
    text-align: left;
    list-style: none;
    padding: 10px 7px 10px 9px;
    color: #dfdfdf;
    position: relative;
    font-size: 17px;
}
.bottom-services3 ul li a{
    color: #000000;
    display:block;
    padding: 0 0 0 6px;
}
.bottom-services3 ul li:hover a{
    color: #cd335c;
}
.bottom-services3 li:before{
  position:absolute;
  background: #e6e6e600 30%;
  top: 8px;
  left: 0px;
  color: #c92c56;
  font-size: 20px;
  content: "\250f";
  transform: rotateZ(
137deg);
  font-family: 'Glyphicons Halflings';
}

.bottom-services3 ul::-webkit-scrollbar {
 width: 1px;
}
.bottom-services3 ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #f4c5ac;
 border-radius: 0px;
}
.bottom-services3 ul::-webkit-scrollbar-thumb {
 background: #c92c56;
  height:20px;
 border-radius: 0px 0px 10px 10px;
}  
/* end bottom services section */


/* start footer section */

.footer-section{

}
.footer-map1 iframe{vertical-align: bottom;height: 100%;}
.footer-right{
   background: linear-gradient(45deg, black, #212121);
   position: relative;
   z-index: 9;
}
.footer-content{
  padding: 50px 0;
}
.footer-right:before{
   content:"";
   background: url(images/footer.webp) no-repeat;
   height: 100%;
   width:100%;
   top:0;
   position: absolute;
   left:0;
   right:0;
   margin: 0 auto;
   opacity: 6%;
   z-index: -9;
   background-position: center;
}
.footer-img img{
   border-radius: 100px 100px 0 0;
   height: 150px;
}
.footer-img{
  width:fit-content;
  margin:0 auto;
}
.footer-img:before{
   content: '';
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px solid;
   pointer-events: none;
   box-sizing: border-box;
   border-radius: 200px 200px 0 0;
   z-index: 100;
 }
.footer-logo{
   margin: 20px auto 0;
   width:fit-content;
}
.footer-info{
  padding: 20px 30px;
}
.footer-info p{
  color: #b3b3b3;
  line-height: 30px;
  padding: 10px 0 20px 0;
  text-align: center;
}
.footer-info aside{
  color: #eb7b44;
  font-size: 22px;
  text-align:center;
  letter-spacing: 2.5px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-info a{
  text-align: center;
  display: block;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  padding: 10px 0 0;
}
.footer-info .mail-footer{
  font-size: 17px;
  color: #ffffff;
  padding: 3px 0 0;
}
.footer-info a svg{
  height: 33px;
  animation: 0.9s ease-in-out 0s infinite normal none running ring;
  width: 32px;
  fill: #eb7b44;
}
.footer-logo aside{
   position:absolute;
   left:0;
   top:0;
}
.footer-logo p{
   padding: 30px 0 0 110px;
}
.footer-logo p em{
   color: #ffffff;
   text-align: left;
   margin: -12px 0 0;
   font-style: normal;
   padding: 1px 10px;
   border-radius: 20px;
   display: block;
   font-size: 12px;
   width: fit-content;
   text-transform: uppercase;
   background: #eb7b44;
   font-weight: 500;
}
.footer-logo p span{
   font-size: 38px;
   margin: 0;
   position: relative;
   font-weight: 500;
   color: #fff;
   font-family: "Momo Trust Display", sans-serif;
}
.copy-section{
  padding: 32px 0 32px;
  border-top: 1px solid #4d4642;
}
.copy-section p{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.copy-section p a{
  color: #ffd5c6;
}
.copy-section p b{
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #7c1c0d;
}
/* end footer section */


/*start bread crumb section */

.breadcrumb-section{
}
.left-breadcrumb img{width: 100%;}
.right-breadcrumb {
   h1{
      color: rgb(31, 31, 31);
      font-weight: 700;
      text-transform: capitalize;
      line-height: 58px;
      display: block;
      font-size: 46px;
      padding: 0px 0px 29px;
   }
    h1 a{
      color: rgb(31, 31, 31); 
   }
   .back-home{
       color: #ffffff;
       text-transform: capitalize;
       font-size: 25px;
       display: block;
       font-weight: 500;
       width: fit-content;
       background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
       padding: 14px 38px 14px;
       border-radius: 34px;
       margin: 0 auto;
   }
}
.error{
     h1{
      color: rgb(31, 31, 31);
      font-weight: 700;
      text-transform: capitalize;
      line-height: 58px;
      display: block;
      font-size: 46px;
      padding: 0px 0px 29px;
   }
    h1 a{
      color: rgb(31, 31, 31); 
   }
  em svg{height: 90px;width: 90px;}
   .back-home{
       color: #ffffff;
       text-transform: capitalize;
       font-size: 25px;
       display: block;
       font-weight: 500;
       width: fit-content;
       background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
       padding: 14px 38px 14px;
       border-radius: 34px;
       margin: 0 auto;
   }
}




/* end bread crumb section*/

/* ==================================================
       START ABOUT US PAGE CSS 
 ==================================================*/

.aboutus-section{
  padding: 40px 0 60px;
}
.topservicesheading{
   span{
    color: #c33644;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
   h1 {
    text-align: center;
    font-family: "Momo Trust Display", sans-serif;
    color: #000;
    font-size: 54px;
    text-transform: uppercase;
    position:relative;
    width:fit-content;
    margin:0 auto;
  }
   h1 em{
    font-style:normal;
    position:relative;
  }
   h1 em:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0px;
    width: 0%; /* Initially set width to 0 */
    height: 3px; /* Thickness of the border */
    background: linear-gradient(45deg, #b62044, #db6044); /* Border color */
    animation: border-bottom-animation 10s ease-in-out infinite; /* Animation duration */
  }
   h1 a{
     color: #000;
  }
}
.aboutus-left1{
  padding: 10px;
}
.aboutus-left2{
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom:0;
}
.content-design p{
  font-size: 17px;
  line-height: 35px;
  padding: 9px  0 0;
  color: #000000;
}
.content-design p a{
  color: #e77444;
}
.content-design p strong{
  font-weight: 700;
  color: #bf2f44;
}
.content-design ul, ol{
  padding: 0;
  margin:0;
  list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 17px;
  color: #000000;
  margin: 10px 0 0px 5px;
  display: inline-block;
  padding: 12px  20px 12px 44px;
  border: 1px solid #ffcdbb;
  position: relative;
  border-radius: 31px;
}
.content-design ul li:before{
  font-weight: 500;
  position: absolute;
  color: #df6544;
  top: 3px;
  text-align: center;
  left: 7px;
  font-size: 29px;
  content: "\3004";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
  width: fit-content;
  display: inline-block;
  padding: 6px 21px;
  margin: 20px 10px 10px 0;
  border-radius: 30px;
  position: relative;
  color: #fff;
}
.content-design ol li:before{
  font-weight: 500;
  position: absolute;
  color: #ffc900;
  top: 2px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design svg{
  height: 90px;
  width: 90px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  z-index: -9;
}
.content-design h2,h3,h4,h5,h6{
   font-size: 20px;
   padding: 11px 21px 11px 30px;
   width: fit-content;
   margin: 20px 0 0px;
   font-weight: 500;
   color: #ffffff;
   border-radius: 50px;
   box-shadow: inset -4px -4px 6px #bb214c, inset 4px 4px 6px #ff8c476b;
   background: linear-gradient(45deg, #eb7b44, #b21844);
}
.aboutclient-left1{
  padding: 10px;
}
.aboutclient-left2{
  border: 2px solid #fdc800;
  padding: 20px;
  border-radius: 50px 50px 0 0;
  border-bottom: 0;
}
.about-left1{
  padding: 20px 30px 30px;
  margin: 20px 0;
  border: 2px solid #dd6244;
  border-image: linear-gradient(to right, #ef8541, rgb(217 74 85));
  border-image-slice: 1;
}
.about-left1:nth-child(2){border-left:0;}
/* ==================================================
      END ABOUT US PAGE CSS 
==================================================*/

/* =============================
    START FEEDBACK PAGE CSS
==================================*/
.feedback-section{
  padding: 50px 0 90px;
}
.feedback{
  padding: 26px 0 0 0;
}

.image-feedback{
  width: 27%;
}
.image-feedback span{
  display:block;
  width: fit-content;
}
.image-feedback span img{
  border-radius: 50%;
  box-shadow: 1px -1px 9px 0px #0000004d;
}
.clifeed-heading{
  width: 67%;
  margin: 0 0 0 8px;
  border-radius: 13px;
  position: relative;
  text-align: left;
  background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
  padding: 10px;
}
.clifeed-heading strong{
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.clifeed-heading i{display:block;margin: 0 auto;text-align: center;position: absolute;height: 40px;line-height: 34px;width: 40px;background: #ffffff;border-radius: 50%;left: 20px;bottom: -17px;/* border: 1px solid #933011; */}
.clifeed-heading i svg{
    height: 25px;
    width: 25px;
}
.clifeed-heading aside b{
  padding: 0px 3px;
  margin: 0 auto 0 0;
  display: block;
}
.clifeed-heading aside b svg{
  height: 23px;
  width: 92px;
  fill: #ffcf00;
}
.clifeed-heading aside{
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  right: 0;
  text-align: right;
  border-radius: 30px;
  height: fit-content;
  background: #c98b8b00;
  margin: 0 0 0 auto;
}
.clifeed-heading p{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  width: fit-content;
  margin: 0 0 0 auto;
  border-radius: 30px 30px;
  padding: 0px 21px;
}
.feedback-word p{
  color: #000000;
  font-size: 17px;
  line-height: 34px;
  text-align: left;
}
.feedback-word{
  background: #ffffff;
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 20px;
  position:relative;
}

/* =============================
    END FEEDBACK PAGE CSS
==================================*/

.award-section{
  padding: 50px 0;
}
.awards-img{
}
.awards-img img{
   height: 260px;
}
.awards{
  padding:20px 0 0;
}
.award-content {
  span{
    font-weight: 600;
    color: #1e1e1e;
    display: block;
    font-size: 25px;
    width: fit-content;
    padding: 0px 10px 6px 10px;
    position:relative;
    text-transform: capitalize;
  }
  span:before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: linear-gradient(45deg, #b62044, #db6044);
    animation: border-bottom-animation 10s ease-in-out infinite;
  }
  b svg{
    
height: 50px;
    
width: 100px;
  }
  p{
    color: #2d2d2d;
    font-size: 17px;
    line-height: 33px;
    padding: 0px 0 0 0;
  }

} 
/* =============================
    END AWARD PAGE CSS
==================================*/



/* =============================
    END AWARD PAGE CSS
==================================*/

/*======================================================
     START GET IN TOUCH PAGE CSS 
========================================================*/
.getintouch{
  padding: 100px 0px 70px;
}
.getin-map .row{
  padding: 50px 20px;
  position: relative;
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
  z-index: 9;
  border-radius: 30px;
  margin: 0px 0 0;
}
.getin-map .row:before{
  content:"";
  background: url(images/background.webp) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-size: cover;
  z-index: -9;
  bottom: 0;
  top: 0;
  background-position: center bottom 40%;
  opacity: 39%;
}

.getin-left2 strong{
  color: #531029;
  font-family: Federo, sans-serif;
  font-size: 43px;
  text-transform: capitalize;
  display: block;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.contac-rr {
  padding: 0px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 6px 0px;
   margin: 0px 0px 4px;
   position: relative;
}
input.form-control1 {
   color: #000000;
}
.form-control1 {
  height: 47px;
  display: block;
  border-radius: 5px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 9px 10px 7px 10px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
}
textarea.form-control1 {
  height: 160px;
}

.form-group1 span{
  margin: 0;
}
.btn-group{
  padding: 20px 0 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  color: #ffffff;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 10px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0;
  background: -webkit-linear-gradient(78deg, #f4933b, #d1345d 50%, #98002e);
  padding: 12px 38px 12px;
  border-radius: 34px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
  padding-left:10px;
  font-size:15px;
  text-transform:captilize;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}

.getin-map{
  margin: -60px 0 0 0;
}
.details-1{
  padding: 10px;
}
.details-2{
  padding: 34px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.details-2:nth-child(3){border-bottom:0;}
.details-2 a{
  display:block;
  position: relative;
  padding: 0 0px;
}
.heading-contact strong{
  text-align: left;
  font-family: "Momo Trust Display", sans-serif;
  color: #ffffff;
  font-weight:500;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
}
.heading-contact  strong em{
  position:relative;
  font-weight: 500;
  display:inline-block;
  font-style: normal;
}
.heading-contact  strong em:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: linear-gradient(45deg, #b62044, #db6044);
  animation: border-bottom-animation 10s ease-in-out infinite;
}
.heading-contact p{
  color: #ffffff;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  padding: 4px 0 0px 0px;
}
.details-2 p{
  font-size: 15px;
  font-weight: 400;
  color: #f1c175;
  text-transform: uppercase;
}
.details-2 b{
  color: #ffffff;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  padding: 4px 0 0px 0px;
}
.details-2 a em{
  position: absolute;
  right: 0;
  top: 0;
}
.details-2 a em svg{
  height: 60px;
  animation: 0.9s ease-in-out 0s infinite normal none running ring;
  width: 60px;
  fill: #edbc73;
  opacity: 0.5;
}
.design-contact:before{
  content:"";
  position:absolute;
  height:100%;
  width: 70%;
  bottom: 0;
  right: 0;
  background: #ffddca;
}
.getin-left1{
  padding: 40px 0 40px 40px;
}

.footer-social{
  padding: 0;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 1px;
}
.footer-social li a{
  color: #fff8ea;
  height: 55px;
  line-height: 62px;
  width: 55px;
  display: inline-block;
  background: #ffffff24;
  border-radius: 27%;
  text-align: center;
}
.footer-social li a:hover{
  background: -webkit-linear-gradient(140deg, #f4933b, #d1345d 50%, #98002e);
}
.footer-social li a .bi{
  height: 20px;
  width: 20px;
}

/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 91%;
  bottom: 45px;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  display:none;
  right: 0;
  padding: 10px 0px;
  border-radius: 60px;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 20%;
}
.contact-icon a{
  display:block;
  text-align: center;
  height: 50px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 35px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #ffffff;
  border-radius: 30px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
  width: 100%;
}
.center-icon a span{
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  background: #ffffff;
  outline: 0;
  line-height: 46px;
  border: 1px solid #bdbdbd;
  animation:blk 0.5s infinite ease-in;
}
@keyframes blk{
  from{color:#000}
  to{color:transparent};
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.contact-icon a svg{
   height: 1.5rem;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 1.5rem;
  animation: 0.9s ease-in-out 0s infinite normal none running ring;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}
.center-icon a svg path{
  fill: #fff;
}
.center-icon{
  padding: 0;
  text-align: center;
  width: 60%;
}
.right-icon a span{
  margin:0 0 0 auto;
  background: #128213;
  outline: 2px solid #128213;
}






@media (max-width: 767px){
   .menu li {padding: 4px 8px;}
  .menu li:nth-child(4){display:none;}
  .slide-text strong{font-size: 37px;padding: 0px 0 0px 0;line-height: 55px;}
  .head-logo1{width: 54%;}
  .head-right1{position: relative;width:100%;}
  .top-navbar{position: absolute;top: -40px;right: 70px;}
  .top-navbar ul li a{padding: 6px 13px;margin: 0 3px 0 0px;}
  .astro-head1{position: absolute;right: 50px;top: 0;}
  .astro-head2 img{height: 87px;}
  .astro-head2{display: flex;justify-content: center;align-items: center;}
  .menu li a:before, .top-navbar ul li a span{display: none;}
  .top-navbar ul li a svg {height: 26px;width: 27px;}
  .slide-text picture img{display:none;}
  .text-heading{font-size: 41px;}
  .horoscope-icons ul li{padding: 0;}
  .horoscope-icons ul li svg {height: 20px;width: 20px;}
  .horoscope-icons ul li a{height: 39px;width: 39px;line-height: 35px;}
  .topservices-right2{padding: 18px;}
  .topservices-right2 ul li img{height: 66px;margin: 0 3px 5px 0px;}
  .topservices-left1{padding: 0 0px 20px 0px;}
  .slide-right-text img{display:none;}
  .slide-center1, .slide-text, .slide-text-content p{padding:0;font-size: 20px;}
  .slide-text-content{text-align:center;padding: 0 0px;}
  .slide-text-content a{margin:0 auto;}
  .slide-img picture img{margin: 0 0 0 auto;display: block;}
  .astro-head2 span{font-size: 14px;}
  .about-left1:nth-child(2) {border: 2px solid #dd6244;margin: 0px 0;}
  .client-word{padding: 12px;}
  .testimonials1 {padding: 0px 0px;}
  .testimonials-heading strong{font-size: 47px;}
  .testimonials3 {padding: 40px 10px 20px;}
  .client-heading aside{top: -31px;}
  .astro-services2 strong{font-size: 17px;}
  .otherservices-section:before{height: 12%;top: 210px;}
  .other-services2 strong{font-size: 16px;}
  .astro-services1{width:33.333%;}
  .astro-services1:nth-child(4),.astro-services1:nth-child(5){width:50%;}
  .mainservices-2 strong{width: 85%;line-height: 33px;}
  .topservicesheading h1{font-size: 36px;}
  .other-services2 a{font-size: 21px;}
  .bottom-services1{padding:10px;}
  .right-breadcrumb{padding: 0 20px;}
  .right-breadcrumb h1{line-height: 48px;font-size: 33px;padding: 0px 0px 10px;}
  .about-left1 {padding: 20px 20px 20px;}
  .right-breadcrumb .back-home {padding: 9px 23px 10px;font-size: 17px;}
  .design-contact:before{width:100%;}
  .getin-left1 {padding: 40px 0 40px 20px;}
  
 
  
  .icon-fixed-mobile{display: block;}
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li {padding: 9px 8px;}
  .menu li:nth-child(4){display:none;}
  .slide-text strong{font-size: 42px;padding: 0px 0 0px 0;line-height: 55px;}
  .head-logo1{width:40%;}
  .head-right1{position: relative;width:100%;}
  .top-navbar{position: absolute;top: -40px;right: 70px;}
  .top-navbar ul li a{padding: 6px 13px;margin: 0 3px 0 0px;}
  .astro-head1{position: absolute;right: 50px;top: 0;}
  .astro-head2 img{height: 87px;}
  .astro-head2{display: flex;justify-content: center;align-items: center;}
  .menu li a:before{display: none;}
  .text-heading{font-size: 60px;}
  .horoscope-icons ul li a{height: 49px;width: 49px;line-height: 42px;}
  .topservices-right2{padding: 18px;}
  .topservices-right2 ul li img{height: 66px;margin: 0 3px 5px 0px;}
  .topservices-left1{padding: 0 0px 20px 0px;}
  .slide-right-text img{display:none;}
  .slide-center1, .slide-text, .slide-text-content p{padding:0;}
  .slide-text-content{text-align:center;padding:0 20px;}
  .slide-text-content a{margin:0 auto;}
  .slide-img picture img{margin: 0 0 0 auto;display: block;}
  .astro-head2 span{font-size: 14px;}
  .client-word{padding: 12px;}
  .testimonials1 {padding: 0px 0px;}
  .testimonials-heading strong{font-size: 47px;}
  .testimonials3 {padding: 40px 10px 20px;}
  .client-heading aside{top: -31px;}
  .astro-services2 strong{font-size: 17px;}
  .otherservices-section:before{height: 12%;top: 210px;}
  .other-services2 strong{font-size: 16px;}
  .astro-services1{width:33.333%;}
  .astro-services1:nth-child(4),.astro-services1:nth-child(5){width:50%;}
  .mainservices-2 strong{width: 85%;line-height: 33px;}
  .topservicesheading h1{font-size: 47px;}
  .other-services2 a{font-size: 21px;}
  .right-breadcrumb h1{line-height: 48px;font-size: 33px;}
  .about-left1 {padding: 20px 20px 20px;}
  .right-breadcrumb .back-home {padding: 14px 33px 14px;font-size: 21px;}

} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-logo2 a strong{font-size: 27px;}
  .menu li {padding: 9px 8px;}
  .menu li:nth-child(4){display:none;}
  .slide-text strong{font-size: 33px;padding: 7px 0 20px 0;}
  .text-heading{font-size: 75px;}
  .horoscope-icons ul li a{height: 35px;width: 35px;line-height: 35px;}
  .horoscope-icons ul li svg{height: 20px;width: 20px;}
  .topservices-right2{padding: 18px;}
  .topservices-right2 ul li img{height: 66px;margin: 0 3px 5px 0px;}
  .slide-text{padding:0;}
  .astro-head2 span{font-size: 14px;}
  .client-word{padding: 12px;}
  .testimonials1 {padding: 0px 10px;}
  .client-heading aside{top: -31px;}
  .astro-services2 strong{font-size: 17px;}
  .otherservices-section:before{height: 32%;}
  .other-services2 strong{font-size: 20px;}

}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .head-logo2 a strong{font-size: 32px;}
  .menu li {padding: 9px 10px;}
  .slide-text strong{font-size: 40px;}
  .text-heading{font-size: 94px;}
  .horoscope-icons ul li a{height: 44px;width: 44px;line-height: 44px;}

}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
 

}

@media (max-width: 575px) and (min-width: 0px) {
  .text-heading{font-size: 25px;}
  .topservicesheading h1{font-size: 35px;}
  .topservicesheading span{font-size: 17px;}
  .mainservicesheading strong{font-size: 41px;}
  .astro-services1{width:50%;}
  .testimonials-heading strong{font-size: 20px;}
  .testimonials1:nth-child(2) {margin: 20px 0 0 0;}
  .bottom-services1 {padding: 10px 0 0 0px;}
  .head-section{padding: 7px 0 8px;}
  .topservices-section{padding: 20px 0 0px;}
  .horoscope-icons strong{font-size: 24px;}
  .horoscope-icons ul li{ padding: 4px 0;}
  .topservices-right2 {padding: 14px;}
  .topservices-right2 ul li picture{position: absolute;top: 0;right: 0;}
  .topservices-right2 ul li img{height: 60px;}
  .topservices-right2 ul li{padding: 37px 0 20px;}
  .about-left1 {padding: 20px 10px 30px;}
   .footer-logo aside img{height:70px;}
  .footer-logo p{padding: 30px 0 0 80px;}
   .footer-logo p span{font-size:30px;}
  .footer-info {padding: 20px 10px;}
  .footer-info a{font-size: 31px;}
  .head-logo1{width: 69%;}
  .head-logo2 a strong{font-size: 33px;}
  .top-navbar{right: 40px;}
  .top-navbar ul li a {padding: 0px 0px;border: 0;margin: 0;}
  .astro-head2 img {height: 74px;}
  .astro-head2 span{font-size: 11px;}
  .top-navbar ul li a svg{height: 29px;width: 29px;}
  .slide-text strong{font-size: 32px;padding: 0 0 0 10px;}
  .awards-img img{height:auto;}
  .award-content span {
    font-size: 20px;
}
}
@media (max-width: 420px) and (min-width: 0px) {
  .astro-services1:nth-child(4), .astro-services1:nth-child(5),.astro-services1{width:100%;}
  .head-logo1{width: 69%;}
  .head-logo2 a strong{font-size: 25px;}
  .top-navbar{right: 40px;}
  .top-navbar ul li a {padding: 0px 0px;border: 0;margin: 0;}
  .astro-head2 img {height: 74px;}
  .astro-head2 span{font-size: 11px;}
  .top-navbar ul li a svg{height: 23px;width: 23px;}
  .slide-text strong{font-size: 32px;padding: 0 0 0 10px;}
  .contact-icon a{font-size: 18px;}
  .head-logo2 a em{font-size:13px;bottom: 30px;}
  .head-logo2 a span{font-size: 10px;padding: 0px 7px;margin: 0px 0 0;}
  .head-logo2 a picture img{height: 70px;}
  .right-breadcrumb h1{line-height: 34px;font-size: 25px;}

  
}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
