@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
  margin:0;
  padding:0;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
li{
  margin:0px;
  padding:0px;
  list-style: none;
}
p, ul, ol, h1, h2, h3, h4, h5, h6{
  padding:0;
  margin:0;
}


/* START HEADER SECTION */

/* start top head section */ 
.tophead-section{
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: 100%;
}
.tophead-section1{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 500px;
  border: 1px solid #fff;
  padding: 11px 15px;
  margin-top: 40px;
}
.head-left1 a i{
  display: block;
  padding: 0 0 0 0px;
  font-size: 22px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto 0 0;
  text-align: left;
}
.head-left1 a i em{
  display: block;
  font-size: 14px;
  margin: 0px 0 0;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}
.mail a{
  margin: 0 0 0 auto;
}
.mail a i{
  font-size: 18px;
  padding: 7px 18px 9px;
  margin: 0 0 0 auto;
  text-align: right;
}
.head-left1 a {justify-content: center;display: flex;align-items: flex-start;gap: 10px;padding: 9px 30px 9px 9px;border-radius: 50px;width: fit-content;background: linear-gradient(45deg, #f98c22, #f9b835);}
.head-left1 a span{min-width: 50px;min-height: 50px;border-radius: 50px;display: flex;justify-content: center;align-items: center;box-shadow: inset 0 0 11px 2px #450522;background: #5a061d;}
.head-left1 a span img{
  max-width: 20px;
  animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
/* end top head section */ 

.top-mobile{display:none;}
.headtop ul li{
  padding: 0px 6px 0;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
  position: relative;
  color: #013f1b;
  display: inline-block;
}
.headtop li a{color: #000000;font-size: 21px;font-weight: 600;}

.headtop li a img{
  height: 38px;
}


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  position:relative;
  z-index: 5555;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 3px 5px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff;
  padding: 0;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 34px;
  display: inline-block;
  transition: all 0.2s ease-in;
  line-height: 1px;
  margin: 0;
  margin-left: -0px;
  border: 0;
  padding: 0 5px 4px;
  background: radial-gradient(#f98c22, #f9b835);
  border: 1px solid #ffffff;
  box-shadow: 0 0 19px #f9a02b;
}
.navbar-toggler {
    margin: -66px  0 0 auto;
    display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 0px;
  margin-left: -9px;
}
.toggle-design{
  height: 3px;
  padding: 0 0px;
  width: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  background: #ffffff00;
  color: #ffffff;
}


.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 8px;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  z-index: 2;
  border-radius: 12px;
  transition: 0.2s all;
  background: #ffffff;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu li{
  display:block;
  text-align: left;
  padding: 3px 6px;
  font-weight: 400;
}
.dropdown-menu li a::before{
  width:0;
}
.navbar ul li .dropdown-menu li a{
  display:block;
  color: #000;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #000000;
}
.navbar ul li .dropdown-menu li:hover a{
 color: #cf0000;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
    display: inline-block !important;
    width: 0;
    height: 0;
    content: "";
    margin: 0;
}
/* end navigation section*/




/* start book appointment section  */
.head-right{padding: 0px 0 0 0px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  padding: 0;
}
/* end book appointment section */

/* start fixed head css */
.fix-naigation{
  padding: 0;
  position: relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 3px 0 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  height: auto;
  background: #7a0112;
}
#navbar_top .row{
  align-items: center;
}
.fixed-top .logo-fix img {
  height: 77px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.fixed-top .navigation {
  padding: 0px 0px 0;
  margin: 0 auto;
}
.logo-fix{
  display: none;
}
.fixed-top .logo-fix{
  width:30%;
  display:block;
}
.fixed-top .logo-image img{
    height: 60px;
}
.fixed-top .head-navigation1{width:70%;margin: 0;}
/* end fixed head css */


/* start slider section  */
.slide-section{
  position: relative;
  margin: 0 0 -1px;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}
.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
/* end slider section  */

/* END HEADER SECTION  */ 


/* start about us section */
.result-mob-show{
  display: none;
}
.fire-text{
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    animation: fireGlow 1.5s infinite alternate;
}

@keyframes fireGlow{

    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.08) rotate(-1deg);
    }

    100%{
        transform: scale(1.02) rotate(1deg);
    }
}
.line strong{
  display: block;
  padding: 10px 0 38px;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: .3px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  animation: textGlow 3s linear infinite,
             floatText 2s ease-in-out infinite;
  color: #ffffff;
  text-shadow: 0 0 18px #ffb7224f;
}

/* Moving Gradient */
@keyframes textGlow{
  0%{
    background-position: 0% center;
  }
  100%{
    background-position: 300% center;
  }
}

/* Smooth Zoom Up Down */
@keyframes floatText{
  0%,100%{
    transform: translateY(0px) scale(1);
  }
  50%{
    transform: translateY(-8px) scale(1.04);
  }
}


.video-box{
    border-radius: 40px;
    text-align: center;
    padding: 48px;
    background: radial-gradient(#f98c22, #f9b835);
    border: 1px solid #ffffff;
    box-shadow: 0 0 19px #f9a02b;
}
.video-2{padding: 12px;}
.videoservices-2 iframe {
    border-radius: 30px;
    height: 580px;
    width: 100%;
}
.videoservices-3 iframe {
    border-radius: 30px;
    height: 473px;
    width: 100%;
}
.video-2 i{padding: 12px;position: relative;font-style: normal;z-index: 0;display: block;}
.video-2 strong{font-size: 135px;text-transform: capitalize;font-weight: 500;padding: 0 0 10px;display: block;border-radius: 50%;width: 175px;margin: 0 auto;height: 175px;line-height: 180px;background: linear-gradient(357deg, #0c032e, #5a051d);box-shadow: 0 0 15px 0px #f9aa2f;animation: pulse 2s infinite  linear;color: #ffffff;}
.video-2 i:before {
    content: "";
    position: absolute;
    width: 300px;
    z-index: -1;
    top: -51px;
    height: 300px;
    animation: rotate 15s linear infinite;
    background: url(images/astrology-bg.png) no-repeat;
    background-size: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-2 p{font-size: 30px;text-transform: capitalize;font-weight: 600;display: block;position: relative;padding: 65px 0 0;color: #c90000;}
.videoservices-2 a{
    display:block;
    position: relative;
  }
.videoservices-2 a img{
  border-radius: 30px;
}
.videoservices-2  span{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
} 
.videoservices-2  span svg{
    height: 100px;
    width: 100px;
    animation: glow 1.2s infinite;  
}

@keyframes glow {
  0% { filter: drop-shadow(0 0 0px red); }
  50% { filter: drop-shadow(0 0 10px red); }
  100% { filter: drop-shadow(0 0 0px red); }
}

.aboutus-section{
  position: relative;
  padding: 40px 0px 100px;
  overflow: hidden;
  background: linear-gradient(357deg, #0c032e, #5a051d);
}
.shape{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  top: auto;
  z-index: -9;
}
.shape svg path{
  fill: #07021b;
}
.design-aboutus{
  padding: 12px;
  position: relative;
  z-index: 1;
}
.about-img{padding: 0;}
.about-img1{padding: 12px;}
.top-srv-section{
  
background: #52077e;
}
.serv1{
  padding: 5px;
  position: relative;
}
.serv2{position: relative;text-align: center;}
.serv2 img{
  border-radius: 50%;
  border: 5px solid #fff;
}

.serv2 a{
    position: absolute;
    padding: 12px;
    padding-top: 15px;
    transform: translateY(18%);
    transition: 0.3s ease all;
    min-width: 150px;
    z-index: 2;
    opacity: 0;
    margin: 0 auto;
    text-align: center;
}
.serv2:hover a{
    opacity: 1;
    transform: translateY(0%);
    transition: 0.3s ease all;
}
.serv2 a span{
  position:relative;
  display: block;
  margin: -85px auto 0;
  text-align: center;
  color: #fff;
  background: #2fc500;
  border-radius: 50px;
  width: fit-content;
  padding: 2px 12px 3px;
  text-transform: capitalize;
  font-size: 16px;
  box-shadow: 0 0 5px 0px #2fc500;
}

.serv2 aside{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  padding: 8px 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  display: block;
  border: 1px solid #f8b936;
}
.about-heading p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  width: fit-content;
  padding: 7px 20px 8px;
  position:relative;
  background: #f9ad30;
  border-radius: 20px;
  z-index: 0;
}
.about-heading p:before{
  font-weight: 500;
  position: absolute;
  top: 0px;
  text-align: center;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(.1);
  }
}
.content-about{
  z-index: 9;
  position: relative;
}
.experiences img{
  border-radius: 10px;
}
.inner-page .list-link-design ul li {width: 48%;}

.about-heading strong{
 font-size:    54px;
 text-transform: capitalize;
 text-align: left;
 
 display: block;
 font-weight: 500;
 color: #1e1e6c;
}
.about-heading h1, .about-heading strong{
 font-size: 58px;
 text-transform: capitalize;
 text-align: left;
 font-weight: 600;
 color: #f7b42e;
}
.about-heading h1 a{
  color: #f7b42e;
}
.content-about p{
  font-size: 16px;
  text-align: justify;
  padding: 5px 0;
  line-height: 30px;
  font-weight: 200;
}
.content-about p strong{
  font-weight: 300;
  color: #f7b42e;
}
.content-about p a{
  font-weight:600;
  color: #0d1cfd;
}
.content-about h2{
      display: inline-block;
      color: #ffffff;
      padding: 10px 15px 11px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 400;
      text-transform: capitalize;
      background: #59051d;
      border: 1px solid #f5b13d;
      margin: 15px 0 5px;
}
.content-about h3{
  color: rgb(255 0 66);
  font-size: 19px;
  line-height: 32px;
  width: fit-content;
  text-transform: capitalize;
  font-weight: 600;
  background: #ffffff;
  padding: 5px 15px;
  margin: 10px 0px;
  border-radius: 25px;
}
.content-about h4,h5,h6{
  color: rgb(249 153 40);
  font-size: 20px;
  padding: 12px 0 0;
}
.experiences strong{display: flex;justify-content: left;align-items: center;background: #ffffff;position: relative;padding: 0 30px;border-radius: 50px;}
.experiences strong span{
  font-size: 70px;
  color: #f9044a;
  font-weight:600;
  width: 30%;
}
.experiences strong p{
  font-size: 30px;
  display: block;
  width: 70%;
  font-weight: 700;
  line-height: normal;
  position: relative;
  color: #000000;
  text-align: center;
  background: #fcff00;
  text-transform: capitalize;
  padding: 7px 12px;
}
.experiences strong p em{margin: 4px 0 0;}


.content-about  ul{
  margin: 12px 0;
  border-left: 2px solid #f9ac30;
  box-shadow: -5px 0px 5px #2c0427;
}
.content-about  ul li{
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: rgb(255, 255, 255);
  padding: 3px 0 5px 21px;
}
.content-about  ul li:after{
  left: 6px;
  top: 12px;
  font-weight: 500;
  position: absolute;
  content: "";
  line-height: normal;
  border-radius: 50%;
  background: radial-gradient(#f98c22, #f9b835);
  width: 8px;
  height: 8px;
  animation: zoomInOut 2s ease-in-out infinite;
}
.list-design-top img{
  border-radius: 20px;
}


.list-design-top{
  padding: 12px;
  position: relative;
  z-index: 0;
}

.list-design-top:before{
  content:"";
  position: absolute;
  width: 538px;
  z-index: -1;
  top: 0;
  height: 538px;
  animation: rotate 15s linear infinite;
  background: url(images/astrology-bg.png) no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}


@keyframes rotate {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
 }
}
.maincontent-left1{
  padding: 0;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}

.icon-services{
  padding:20px;
  background: linear-gradient(90deg, #853baf 0%, #ff190d 50%, #ffad47 100%);
  margin: 20px 0 0;
}
.icon-services2 span{
  height: 110px;
  line-height: 88px;
  width: 110px;
  display:block;
  background: #ffffff;
  border: 10px solid #c6680985;
  margin: 0 auto;
  border-radius:50%;
}
.icon-services2 span img{
  height: 58px;
}
.icon-services2 strong{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 0;
  text-transform: capitalize;
  display: block;
}

.list-design{
  background: #7a0112;
  padding: 30px 19px;
}
.list-design strong{
  color: #ffb402;
  font-size: 35px;
  font-weight: 600;
  text-transform:capitalize;
}
.list-design ul li{
  padding: 11px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  list-style: none;
  position: relative;
  border: 1px solid #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 17px;
  text-align: left;
}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 30px;
  width: 29px;
  left: 9px;
  top: 7px;
}
.god-image img{
  display: block;
  border-radius:30px;
  margin: 0 auto;
}

.banner-love{
  padding: 20px 0 0 0;
}

.chatting-banner{
  padding: 15px 0 0;
}
.list-link-design{
  padding: 15px 0 0 0;
  text-align: center;
}
.list-link-design ul li{
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  margin: 12px 10px;
  display: inline-block;
  list-style: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  background: #52077e;
}
.list-link-design ul li a{
  color: #ffffff;
  display: block;
}
.list-link-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 34px;
  width: 30px;
  left: 19px;
  top: 16px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}
.round-image{
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  z-index: 1;
  animation: rotation 15s linear infinite;
  opacity: 12%;
}
@keyframes rotation {
  0% {transform: rotate(0)}
  to {transform: rotate(1turn);}
}
.round-image img{
  margin: 0 auto;
  display: block;
}

.choose-us{
  padding: 20px 0 0 0;
}

.choose-us1{
  padding: 10px 0px 0px;
}

.choose-us2{
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.choose-text strong{
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.choose-text p{
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 27px;
  font-weight: 400;
}

.choose-image{
  padding: 0px 20px 0 0px;
  text-align: center;
}
.choose-image span{
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.choose-image span img{
}
.form-design2{
  background: #7a0112;
  padding: 30px;
}
.form-design2 .form-group1{
  padding:0;
}
/* end about us section*/


/* start services section */

.services-section{
  padding: 30px 0 80px;
  position: relative;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.services-heading strong{
 font-size: 35px;
 text-transform: capitalize;
 font-weight: 400;
 display: block;
 padding: 0 0 10px;
}
.services-heading p{
  font-size: 16px;
  line-height: 32px;
  font-weight: 200;
}
.services-heading span{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000108;
    padding: 6px 0 6px 41px;
    position: relative;
}
.services-heading span:before{
  font-weight: 500;
  position: absolute;
  color: #f9044a;
  top: -6px;
  text-align: center;
  left: 10px;
  font-size: 32px;
  content: "\2699";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  animation: circle 10s linear infinite;
}

.contact-services strong{
  font-size: 34px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  background: #ff7e00;
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-design{
  position:relative;
}
.services-1{
  overflow: hidden;
  padding: 12px;
}
.inner-services .services-2{
  padding: 15px 15px 0;
}
.services-3 a{
  
display: block;
  
color: #fff;
  
text-transform: uppercase;
  
font-size: 14px;
  
padding: 5px 12px 4px;
  
font-weight: 600;
  
background: #2903277d;
  
width: fit-content;
  
margin: 0 auto;
  
border-radius: 50px;
}
.services-3 span{min-width: 65px;min-height: 65px;border-radius: 50px;\: #f9af31 0px 0px 9px inset;display: flex;justify-content: center;align-items: center;width: fit-content;line-height: 65px;margin: 0 auto;background: #59051d;border: 1px solid #f5b13d;box-shadow: #f9af31 0px 0px 9px inset;}
.services-3 span img{
  max-width: 26px;
  animation: hithere 1s ease infinite;
}
.inner-services .services-3 {
  margin: 0px 0 20px 0;
}
.services-2{
  padding: 20px;
  position: relative;
  border-radius: 30px;
  z-index: 0;
  background: #51051f6b;
}

.services-4 strong{
  display: block;
  padding: 0 0 4px;
  text-transform: capitalize;
  font-weight: 600;
  color: #c90000;
  font-size: 23px;
}
.services-4 p{
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.services-4{
    background: radial-gradient(#f98c22, #f9b835);
    border-radius: 20px;
    margin: 0 0 12px;
    padding: 12px;
}
img.services-5 {
  border-radius: 20px;
  margin: 0px auto 0;
  display: block;
}
.img-round{
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.img-round img{
  
width: auto;
}
.services-4  a{
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  font-size: 23px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  text-align: center;
  border: 1px solid #fcff00;
  border-bottom: 0;
}
.services-4 a svg{
  margin: -3px 0 0 0;
  height: 32px;
  width: 32px;
  animation: swing 1s ease infinite;
}
.services-4 a svg path{
  fill: #fcff00;
  }

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}
    

.right-servies{padding:0 0 0 30px;}
.text-form {
  text-align: center;
  color: red;
  padding: 20px 0 0;
  text-transform: capitalize;
}


/* end services section */


/* start birthchart tagline section  */
.birthchart-tagline1{
  padding:0 0 50px 0;
}
.birthchart-tagline{
  padding: 40px 0;
  background: radial-gradient(#5a051d, #0c032e);
  border: 1px solid #f9ac30;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 0 15px #5a051d;
}
.birthchart-tagline aside{
  font-weight: 500;
  display: none;
  font-size: 35px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 0 26px;
  text-shadow: 0 0 20px #ffffffa3;
}
.birthchart-tagline p{
  font-weight: 400;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #f7b42e;
}
.birthchart-tagline b{
  font-weight: 600;
  display: block;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0 12px;
}


.why-us2 span{
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  color: #f7b42e;
  padding: 15px 0 0;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.why-us2 p{
  color: #dbdbdb;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 0px 0;
}
.why-us2 strong{
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 0 0;
}
.why-us1{padding: 12px;}
.why-us1 i{display: block;border-radius: 50%;width: 65px;margin: 0 auto;height: 65px;line-height: 59px;box-shadow: 0 0 13px 0px #f9a92f;animation: pulse 2s infinite  linear;background: #59051d;border: 1px solid #f5b13d;}
.why-us1 i svg{width: 30px;height: 30px;fill: #f9b333;}
.whatsapp-icon a img{
  margin: 0 auto;
  display: block;
  animation: pulse 2s infinite  linear;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* end birthchart tagline section  */



.services-our1{
  padding: 30px 0px;
  text-align: center;
  background: radial-gradient(#5a051d, #0c032e);
  border: 1px solid #f9ac30;
  box-shadow: 0 0 15px #5a051d;
  border-left: 0;
  border-right: 0;
}
.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
}
.services-our1 p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-transform: capitalize;
}
.services-our1 span{
  color: #395612;
  font-size: 18px;
  background: #ffea00;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 24px 6px;
}

.services-our1  a{
  font-size: 90px;
  color: #f7b42e;
  font-weight: 600;
  display:block;
  position: relative;
  margin: -5px 0 0;
}

/* astro hero section start */
.astro-hero{padding: 85px 0 0;}

.astro-card{
   border-radius: 40px;
   text-align: center;
   padding: 48px;
   position: relative;
   overflow: hidden;
   z-index: 0;
   background: radial-gradient(#5a051d, #0c032e);
   border: 1px solid #f9ac30;
   box-shadow: 0 0 15px #5a051d;
}

.astro-card::before,
.astro-card::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border: 2px solid rgb(249 172 48 / 13%);
  border-radius:50%;
  background: repeating-radial-gradient(circle, transparent 0 28px, rgb(249 172 48 / 7%) 29px 30px);
  z-index: -1;
}

.astro-card::before{
  left:-90px;
  bottom:-80px;
}

.astro-card::after{
  right:-70px;
  top:-70px;
}

.hero-badge{
  display:inline-block;
  color: #ffffff;
  padding: 10px 20px 8px;
  border-radius:50px;
  font-size:13px;
  font-weight: 400;
  letter-spacing:4px;
  text-transform:uppercase;
  margin-bottom:18px;
  background: #59051d;
  border: 1px solid #f5b13d;
}

.astro-card b{
  font-size: 58px;
  padding: 0 0 18px;
  text-transform:capitalize;
  display: block;
}

.astro-card b span{
  color: #f7b42e;
}

.astro-card p{
  color:#fff;
  font-size: 17px;
  font-weight: 400;
  padding: 0 0 40px;
}

.hero-buttons{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  gap: 28px;
  flex-wrap:wrap;
}

.btn{
  display:inline-block;
  padding: 12px 25px;
  border-radius: 10px;
  font-size:16px;
  font-weight: 500;
  transition:.3s ease;
  text-transform: capitalize;
}

.call-btn{
  background: red;
  color: #ffffff;
  box-shadow: 0 0 10px rgb(255 0 0);
}

.whatsapp-btn{
  background: #06ec22;
  color:#fff;
  box-shadow: 0 0 10px rgb(68 169 0);
}

.hero-buttons .btn:hover{
  transform:translateY(-4px) scale(1.04);

}

.hero-buttons a svg{
  
width: 18px;
  
height: 18px;
  
margin: 0 3px 0 0;
}
.hero-buttons .whatsapp-btn:hover{
  background: #44a900;
}

.hero-buttons .call-btn:hover{
  background: red;
}
/* astro hero section end */


/* start why choose us section */

.whychoose-section{
  padding: 0;
  position:relative;
  z-index:9;
  overflow: hidden;
  border-top: 5px solid #f99928;
  background: linear-gradient(
180deg, #0c032e, #5a051d);
}
.whychoose-section .round-image img{
  width: 510px;
  filter: saturate(0.5);
}

.choose-heading span{
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #090459;
  background-image: linear-gradient(to right, rgb(167, 112, 239), rgb(207, 139, 243), rgb(253, 185, 155));
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 4px 4px 0px #00000040 inset !important;
  width: fit-content;
  padding: 6px 50px;
  display: block;
  position:relative;
  margin: 0 auto;
}
.choose-heading span:before{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  left: 10px;
  font-size: 32px;
  content: "\2724";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.choose-heading span:after{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  right: 9px;
  font-size: 32px;
  content: "\2724";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.choose-heading strong{
    
    font-size: 94px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    color: #1e1e6c;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
}
.choose-heading p{
  color: #323232;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 500;
  line-height: 32px;
}
.why-box1{
    border-radius: 0 0 500px 500px;
    border-top: 0;
    padding: 35px 30px 30px;
    background: radial-gradient(#5a051d, #0c032e);
    border: 1px solid #f9ac30;
    box-shadow: 0 0 15px #5a051d;
}
.choose-left2 span{
  display: block;
  border-radius: 50%;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  box-shadow: 0 0 13px 0px #f9a92f;
  animation: pulse 2s infinite linear;
  background: #59051d;
  border: 1px solid #f5b13d;
}
.round-choose{
  position:relative;
  margin: 0 auto 45px;
  z-index: 1;
}
.round-choose:before {
    content: "";
    position: absolute;
    width: 180px;
    z-index: -1;
    top: -40px;
    height: 180px;
    animation: rotate 15s linear infinite;
    background: url(images/astrology-bg.png) no-repeat;
    background-size: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.choose-left2 span svg{height: 50px;width: 50px;}

.choose-left2 p{
  font-size: 16px;
  padding: 5px 0 0;
  line-height: 27px;
  font-weight: 200;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #f7b42e;
  border-radius: 50px;
  font-weight: 600;
  display: block;
  font-size: 22px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}
.choose-content p strong{
  color: #db156f;
}
.choose-content a{
  display: block;
}


.choose-bottom1{
  position: relative;
  padding: 30px 12px;
  text-align: center;
}
.round-text{
}
.why-box{

}
.video-1{

padding: 12px;
}
.video-1 iframe{
  
border-radius: 25px;
}
/* end why choose us section */




/* start testimonials section */

.testimonials{
  padding: 0 0 40px;
  background: linear-gradient(180deg, #0c032e, #5a051d);
  overflow: hidden;
}
.feedback{
  background: #fff;
  border: 1px solid #b8d4f7;
  padding: 30px;
}
.testimonials-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.testimonials-heading strong{
 
 font-size: 90px;
 text-transform: capitalize;
 text-align: left;
 font-weight: 500;
 display:block;
 color: #1e1e6c;
}
.testimonials-heading p{
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  padding: 0px 0% 0 0px;
  line-height: 35px;
}
.testimonials-heading span{
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #090459;
  background-image: linear-gradient(to right, rgb(167, 112, 239), rgb(207, 139, 243), rgb(253, 185, 155));
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 4px 4px 0px #00000040 inset !important;
  width: fit-content;
  padding: 6px 50px;
  position:relative;
  display: block;
}
.testimonials-heading span:before{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  left: 10px;
  font-size: 32px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.testimonials-heading span:after{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  right: 9px;
  font-size: 32px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.testimonials-design{
  position: relative;
  margin: 0;
  padding: 0px 0px 0;
}
.testimonials-cricle{
  height: 270px;
  width: 270px;
  border: 40px solid #601929;
  border-radius: 50%;
  position: absolute;
  z-index: -9;
  left: 40px;
  top: 24px;
}

.testimonials-text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.text-client{
  padding: 15px 20px 20px;
  border-radius: 12px;
  position: relative;
  background: radial-gradient(#f98c22, #f9b835);
  border: 1px solid #ffffff;
  box-shadow: 0 0 19px #f9a02b;
  text-align: center;
}
.text-client b{
  padding: 0 0 15px;
  border-radius 30px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 10px;
  font-style: italic;
}
.text-client b strong{
  font-size: 18px;
  display: inline-block;
  text-align: right;
  padding: 0;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  border-radius: 50px;
  position: absolute;
  top: 50px;
  right: 20px;
}
.text-client p{
  color: #000;
  padding: 12px 0;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}
.text-client strong{
  display: block;
  color: #c90000;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 10px;
}
.image-client span .bi{
  height: 3.9em;
  width: 3.9em;
}
.text-client i{
  display:block;
  text-align: center;
  padding: 6px 10px;
  background: #300426;
  border-radius: 30px;
}
.text-client i .bi{
  color: #ffffff;
  margin: 0 3px;
  height: 18px;
  width: 20px;
}
.text-client em{
    text-align: left;
}
.text-client em img{
  border-radius: 70%;
  height: 60px;
  margin: 0;
  border: 8px solid #edee01;
}
.testimonials-right1{
  padding: 10px 0 0;
}
.testimonials-right2{
}

/* end testimonials section */

/* start chat testimonials section */
.chat-img1{
  padding: 12px;
  text-align: center;
}
.chat-img2{
  padding: 0;
  text-align: center;
}
.chat-img2 img{
  width: 100%;
}
.chat-img2 a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 10px 6px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0 0;
    background: #2fc500;
    box-shadow: 0 0 5px 0px #2fc500;
}
.chat-add strong {
    line-height: 52px;
    padding: 11px 15px 8px;
    display: block;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    background: #083118;
    text-transform: uppercase;
    text-align: center;
}
/* end chat testimonials section */



/* start birthchart tagline section  */
.birthchart-tagline11{
  padding:0 0 50px 0;
}
.birthchart-tagline1{
  border-radius: 40px;
  text-align: center;
  padding: 48px 48px 100px;
  position: relative;
  z-index: 0;
  margin: 90px 0 0;
  background: radial-gradient(#5a051d, #0c032e);
  border: 1px solid #f9ac30;
  box-shadow: 0 0 15px #5a051d;
}
.birthchart-tagline1:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background: url(images/background.jpg) no-repeat;
  z-index:-9;
  opacity: 20%;
  border-radius: 50px;
  background-size: cover;
  background-position: bottom;
}

.birthchart-tagline1 p{
  font-weight: 500;
  display: block;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  padding: 68px 0 26px;
  text-shadow: 0 0 20px #ffffffa3;
}

.why-us22{
   padding: 0 12px 12px;
   border-radius: 12px;
   position: relative;
   background: radial-gradient(#f98c22, #f9b835);
}
.why-us22:before {
    content: "";
    position: absolute;
    width: 200px;
    z-index: -1;
    top: 0;
    height: 200px;
    animation: rotate 15s linear infinite;
    background: url(images/astrology-bg.png) no-repeat;
    background-size: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.why-us22 span{
    display: block;
    animation: pulse 2s infinite linear;
    font-size: 58px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    color: #c90000;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.why-us22 p{
  color: #dbdbdb;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 0px 0;
}
.why-us22 strong{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 50px;
    display: block;
    font-size: 14px;
    color: #000;
}
.why-us11{
  position: relative;
  padding: 10px;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -130px;
  left: 0;
  right: 0;
}
.whatsapp-icon a img{
  margin: 0 auto;
  display: block;
  animation: swing 1s ease infinite;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* end birthchart tagline section  */

/* start footer section  */
.fake-alert{
  /* width: 100%; */
  /* overflow: hidden; */
  padding: 12px 0;
  border-radius: 50px;
}

.fake-alert-track{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .4px;
  text-align: center;
  padding: 10px 0 0;
}
.fake-alert-track b{
  
color: #fad900;
  
display: block;
  
font-weight: 600;
}
@keyframes fakeMarquee{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
}

.footer{
  background: linear-gradient(
25deg, #0c032e 0%, #1a054d 100%);
  background: radial-gradient(#5a051d, #0c032e);
  border-top: 1px solid #f9ac30;
  box-shadow: 0 0 15px #5a051d;
}
.footer-left1{
  padding: 0;
}
.footer-about a img{
  height: 110px;
}
.footer-about p{
  color: #ffffff;
  padding: 15px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.location a{
  position: absolute;
  right: 10px;
  display: block;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 66px;
  z-index: 9;
  top: 10px;
}
.location a img{
  height: 40px;
}
.location a:before{
  position: absolute;
  content:"";
  display: block;
  width: 73px;
  height: 73px;
  background: url(images/astro-cricle.png) no-repeat;
  animation: rotation 10s infinite linear;
  z-index: -9;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.location a:after{
  height: 55px;
  width: 55px;
  background: #52077e;
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  border-radius:50%;
  z-index:-9;
  top: 9px;
}

.footer-about{
  padding: 0px 0 0;
}
.footer-about a{
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  color: #892114;
  background: #ffffff;
  padding: 9px 21px 9px 21px;
  font-weight: 600;
  margin: 0;
  border-radius: 1px;
}
.footer-about strong{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.footer-links{
  padding: 12px 0;
}

.footer-navigation1{padding: 0 10px;}

.footer-navigation1 a{
  background: #05b82e;
  display: block;
  position:relative;
  border-radius: 0;
  padding: 15px 15px 15px;
  z-index: 9;
  border-radius: 20px;
}

.footer-navigation1 a span{
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 13px;
  font-size: 35px;
  text-align: center;
  display: block;
  position: relative;
  z-index:9;
  background: #fff;
}
.footer-navigation1 a i{
  display:block;
  font-size: 80px;
  color: #fff;
}
.footer-navigation1 a b{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.choose-bottom1{
  /* padding: 10px; */
}
.footer-navigation1  a span i{
  font-size: 60px;
  font-weight: 400;
  margin: 0px 0 0px 0px;
}
.footer-services1{
  padding: 12px 0px 0 0px;
}
.footer-services1 strong{
  display: block;
  color: #000000;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}
.footer-right{
  padding: 10px;
  border: 1px solid;
}

.services-left-footer1{
  padding: 0px;
}
.services-left-footer1 iframe{vertical-align: bottom;height: 215px;width: 100%;}
.footer-contact{
 padding: 30px 26px 35px 26px;
 background: #f9044a;
 position: relative;
 border-radius: 50px 50px 0 0;
}
.footer-right-1{
  strong{
    display: block;
    color: #fcff00;
    font-size: 28px;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 0 0px;
    font-weight: 600;
    position:relative;
  }
  ul{
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
  }
  ul li{
  padding: 0px 0 0px 20px;
  position:relative;
  margin: 0 2px;
  display: inline-block;
}
  ul li a{display:flex;justify-content: left;align-items: center;}
  ul li a span{display: block;position: relative;text-align: center;height: 79px;width: 80px;line-height: 66px;z-index: 9;}
 ul li a span img{
  height: 40px;
}
b{
  display:block;
  color: #fcff00;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
 p{
  font-size: 18px;
  line-height: 28px;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-weight: 400;
}
}
.footer-naigation{
  text-align: center;
  
  
  
  strong{
    display: block;
    color: #fcff00;
    font-size: 28px;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 12px 0px;
    font-weight: 600;
    position: relative;
  }
  ul li{
    display: inline-block;
    padding: 11px 2px;
    text-transform: capitalize;
  }
ul li a{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  padding: 8px 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  background: radial-gradient(#f98c22, #f9b835);
  box-shadow: 0 0 19px #f9a02b;
}
}
.footer-right-1 ul li a span:before{
  position: absolute;
  content:"";
  display: block;
  width: 73px;
  height: 73px;
  background: url(images/astro-cricle.png) no-repeat;
  animation: rotation 10s infinite linear;
  z-index: -9;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-right-1 ul li a span:after{
  height: 55px;
  width: 55px;
  background: #52077e;
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  border-radius:50%;
  z-index:-9;
  top: 9px;
}
.copy-right{
}
.copy-right p{
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 25px 0 0;
}

.disclaimer em{
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  display:block;
  font-style: normal;
  font-weight: 300;
  padding: 12px 0;
}
.footer-right1 p{
 font-size: 25px;
 color: #000000;
 font-weight: 600;
}
.footer-right1 b{
  font-size: 17px;
  color: #ffffff;
  display:block;
  font-weight: 600;
}
.footer-right1{
    padding: 12px;
}
.footer-right1 a {justify-content: center;display: flex;align-items: flex-start;gap: 10px;padding: 9px 30px 9px 9px;background: linear-gradient(45deg, #f98c22, #f9b835);border-radius: 50px;width: fit-content;}
.footer-right1 a span{min-width: 62px;min-height: 62px;border-radius: 50px;display: flex;justify-content: center;align-items: center;box-shadow: inset 0 0 11px 2px #450522;background: #5a061d;}
.footer-right1 a span img{
  max-width: 27px;
  animation: hithere 1s ease infinite;
}

/* end footer section  */












/* start bread crumb section  */

.breadcrumb-section{
  padding: 212px 0 40px;
  margin: 0px 0 0;
  position: relative;
  background: #59051e;
  z-index: 0;
}
.breadcrumb-section:before{
  background: url(images/breadcrumb-bg.jpg) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 7%;
  z-index: -1;
}
.first-item {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px solid #f9b032;
  padding: 2px 10px 4px;
  border-top: 2px solid #f9b032;
  width: fit-content;
}
.first-item a {
  color: rgb(255 255 255);
  display: block;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item{padding: 12px;position: absolute;font-style: normal;z-index: 1;display: block;right: 45px;bottom: 15px;}
.breadcrumb-section .last-item svg{text-transform: capitalize;font-weight: 500;padding: 14px;display: block;border-radius: 50%;width: 65px;margin: 0 auto;height: 65px;line-height: 65px;background: radial-gradient(#f98c22, #f9b835);box-shadow: 0 0 15px 0px #f9aa2f;animation: pulse 2s infinite  linear;fill: #ffffff;}
.breadcrumb-section .last-item:before {
    content: "";
    position: absolute;
    width: 120px;
    z-index: -1;
    top: -16px;
    height: 120px;
    animation: rotate 15s linear infinite;
    background: url(images/astrology-bg.png) no-repeat;
    background-size: 120px;
    left: -15px;
    right: 0;
    margin: 0 auto;
}
/* end bread crumb section  */

/* form section start */

.formmm{
  position: relative;
  z-index: 0;
}
.form-left1{
  padding:10px;
  text-align: center;
}
.formmm:before {
    content: "";
    position: absolute;
    width: 885px;
    z-index: -1;
    bottom: -178px;
    height: 880px;
    animation: rotate 15s linear infinite;
    background: url(images/astro-cricle.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-left2{
  padding: 40px 30px 120px;
  background: radial-gradient(#f98c22, #f9b835);
  margin: 0 auto;
  border-radius: 0 0 300px 300px;
}
.design-form{
  padding: 0;
  margin: 0;
}
.form-design2{padding: 0 0 20px 0;}
.form-design2 img{
  border-radius:30px;
}

.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 16px;
  color: #000000;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  padding: 5px 20px 5px;
  border-radius: 50px;
}
.form-heading p{
  text-transform: capitalize;
  color: #c90000;
  font-size: 30px;
  padding: 6px 0 0;
  line-height: 41px;
  font-weight: 600;
}

.contac-rr {
   padding: 0;
   margin: 0;
   text-align: left;
}
.form-group1 {
   padding: 0;
   text-align: center;
   margin: 15px 0px 9px;
   position: relative;
}

input.form-control1 {
   color: #ffffff;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #ffffff;
}
.form-control1 {
  height: 52px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 14px;
  box-shadow: none;
  border: 0;
}

textarea.form-control1 {
  height: 110px;
  border-radius: 20px;
  color: #000000 !important;
}

textarea.form-control1::placeholder {
  color: #000000 !important;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 0;
  margin: 0 auto;
  text-align:center;
}
.btn-group>.btn:first-child {
  padding: 10px 15px 8px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background: #c90002;
  font-weight: 500;
  border:0;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
  display: inline-block;
  flex: none;
}
.btn-group>.btn:first-child:hover{
}
.form-group1  .place::-webkit-input-placeholder{
  color: #060606;
  font-size:14px;
  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;
}

.getintouch{
  padding:100px 0;
}
.getintouch1 .form-left2{
    background: #52077e;
    border-radius: 40px;
} 
 
.getin-left1{
  padding: 0 0 0 0px;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 0px 10px 29px;
}
.contact-get-2 a{
  text-align: center;
  background: #07011f;
  padding: 40px 0;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.contact-get-2 a:before{
  background:url(images/bg-image.png) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 03;
  left: 0;
  top: 0;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.getin-icon{
  position:relative;
}

.getin-icon span{display: block;margin: 0 auto;}
.getin-icon span strong{
  height: 80px;
  background: #1e1e6c;
  border-radius: 50%;
  line-height: 70px;
  width: 80px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  outline: 20px solid #09045924;
  display: block;
  box-shadow: 0px 1px 11px 3px #55555530 inset !important;
}
.getin-icon span strong img{
  height: 44px;
}
.getin-content{
  padding: 0;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 0;
  border-radius: 50px;
}
.getin-content span{display: block;position: relative;text-align: center;height: 79px;width: 80px;line-height: 66px;margin: 0 auto;}
.getin-content span img{
  height: 40px;
}
.getin-content span:before{
  position: absolute;
  content:"";
  display: block;
  width: 73px;
  height: 73px;
  background: url(images/astro-cricle.png) no-repeat;
  animation: rotation 10s infinite linear;
  z-index: -9;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.whatsapp-chat a{
  color: #fff;
  padding: 10px 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}

.getin-right1{
  padding: 0 0 0 40px;
}
/* form section end */

/* =====================================================
                GET IN TOUCH PAGE START 
========================================================*/
.getin-details{
}
.getintouch-section{position: relative;padding: 40px 0px 100px;overflow: hidden;background: linear-gradient(357deg, #0c032e, #5a051d);}

.getintouch-section1{
  padding: 0 0px 0 0px;
  position: relative;
}
.getintouch-social-icon ul{
    display: flex;
}
.getintouch-social-icon ul li{
    display: inline-block;
}
.getintouch-social-icon ul li a{padding: 0 5px 0 0;}
.getintouch-social-icon ul li a i{
  display: inline-block;
  width: 38px;
  height: 42px;
  line-height: 56px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  text-align: center;
  border-radius: 0 0 50px 50px;
}
.getintouch-social-icon ul li:nth-child(even) a i{
  height: 35px;
  line-height: 37px;
}
.getintouch-social-icon ul li a svg{
  height: 18px;
  fill: #ffffff;
  width: 18px;
}
.getintouch-social-icon ul li:nth-child(1) a svg {
    height: 22px;
    width: 21px;
}
.getintouch-social-icon strong{
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 12px 5px;
}

.getintouch-right1{
  padding: 12px;
}
.getintouch-left1{padding: 12px;}
.contac-form{
  padding: 12px;
}
.form-contact{
  padding: 0 12px 25px;
}
.form-contact1 li{
  display: inline-block;
}
.form-contact1 li a{
  color: #ffffff;
  display: inline-block;
  background: #67c15e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 12px 6px;
  border-radius: 8px;
  text-align: center;
  transition: .5s all ease-in-out;
}
.form-contact1 li a:hover{
  
box-shadow: 3px 3px 0 #58ae50;
}
.form-contact1 li:nth-child(3) a:hover{
  
box-shadow: 3px 3px 0 #ab0e3e;
}
.form-contact1 li:nth-child(2){
  color: #333232;
  font-weight: 500;
  font-size: 16px;
  padding: 0 8px 0 5px;
}

.form-contact1 li:nth-child(3) a{
  background: #d71550;
}
.form-contact1 i{
  height: 85px;
  background: linear-gradient(45deg, #b60807, #ffb600);
  width: 85px;
  line-height: 92px;
  margin: 0 auto 32px;
  display: block;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 0px 15px #ffffff12;
  border: 7px solid #fff;
}
.form-contact1 svg{
  height: 19px;
  width: 19px;
}
.form-group1{
}
.btn-group{}
.contact-form{
}
.form-group1 {
  padding: 11px 10px;
  margin: 0 0 4px;
  position: relative;
}
.form-control1 {
  display: block;
  color: #000000;
  border-radius: 0;
  width: 100%;
  padding: 5px 12px 5px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #d2d2d2;
  height: 45px;
  border-radius: 40px;
}

textarea.form-control1 {
  height: 142px;
  padding: 12px;
  border-radius: 20px;
}

.btn-group {
  padding: 15px 0 0;
  display: grid;
  margin: 0;
}

.btn-group>.btn {
  border: 0;
  padding: 8px 25px 9px;
  color: #ffffff;
  font-size: 17px;
  border-radius: 0;
  transition: .8s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #d71550;
  border-radius: 50px;
}
.btn-group>.btn:hover::after {
    width: 0;
}
.btn-group>.btn:hover {
    background: #c90002;
}
.getin-right2:after,.getin-right2:before {
  height: 80%;
}


.form-group1 .place::-webkit-input-placeholder {
  color: #000000b8;
  font-size: 14px;
  text-transform: captilize;
  font-weight: 400;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

.btn:active:focus,.btn:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: -0px;
}
.contac-form strong{
  font-size: 32px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
  display: block;
}
.map-box {
  position: relative;
  text-align: center;
}
.getin-map{

padding: 15px 0 25px;
}
.getin-map iframe{

width: 100%;

height: 165px;

vertical-align: middle;

border-radius: 25px;
}
.map-box a {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    align-items: center;
    padding-top: 23px;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 97px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 0 15px 0px #ffadc5;
    background: #fff;
}
.map-box span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding: 7px 0 0;
}

span.view {
    font-size: 14px;
    color: #222;
    line-height: 10px;
    position: relative;
    z-index: 1;
  transition:0.3s;
}
.map-box a svg {
    width: 35px;
    height: 35px;
    animation: bounce-new 2s ease infinite;
    fill: #c90002;
}

@keyframes bounce-new {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-15px);}
}
.map-box aside{
  position: relative;
  z-index: 1;
}
.map-box aside iframe {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.map-box aside:before {
    content: "";
    position: absolute;
    width: 500px;
    z-index: -1;
    top: -96px;
    height: 500px;
    animation: rotate 15s linear infinite;
    background: url(images/astro-cricle.png) no-repeat;
    background-size: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* =====================================================
               GET IN TOUCH PAGE END 
========================================================*/


/* ===============================================================
          START ABOUT US PAGE CSS 
==================================================================*/


.number-design{
  background: linear-gradient(90deg, #3a240f 0%, #4c3116 50%, #36210d 100%);
  padding: 0 20px 20px;
  border-radius: 20px;
  margin: 0 0 40px 0;
}
.number-design a{
  display: block;
}
.number-design a span{
  font-size: 43px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.number-design a p{
  color: #ffbe7a;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

/* ===============================================================
          END ABOUT US PAGE CSS 
==================================================================*/


.fix{
  position: fixed;
  bottom: 18px;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

.end{
  margin: 0;
  padding: 0;
  list-style: none;
}

.end li{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  animation: float 2s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.ph-fx{
  left: 18px;
  bottom: 18px;
  background: linear-gradient(135deg,#ff1a1a,#b80000);
}

.wh-fx{
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg,#25d366,#008f39);
}

.end li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.end li a img{
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  animation: shake 1.2s infinite;
}

.end li::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border: 4px solid rgb(255 255 255);
  animation:ripple 2s infinite;
}

.end li::after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  z-index:-1;
  opacity:0.5;
  animation:glow 2s infinite;
}

.ph-fx::after{
  background:#ff0000;
}

.wh-fx::after{
  background:#00ff66;
}

@keyframes shake{
  0%{transform:rotate(0deg);}
  25%{transform:rotate(15deg);}
  50%{transform:rotate(0deg);}
  75%{transform:rotate(-15deg);}
  100%{transform:rotate(0deg);}
}

@keyframes ripple{
  0%{
    transform:scale(1);
    opacity:0.8;
  }
  100%{
    transform:scale(1.8);
    opacity:0;
  }
}

@keyframes glow{
  0%{
    transform:scale(1);
    opacity:0.5;
  }
  50%{
    transform: scale(1.8);
    opacity:0.2;
  }
  100%{
    transform:scale(1);
    opacity:0.5;
  }
}

@keyframes float{
  0%{
    transform:translateY(0px);
  }
  50%{
    transform:translateY(-6px);
  }
  100%{
    transform:translateY(0px);
  }
}





/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
    .tophead-section{position:relative;background: #5a051d;}
  .menu li{display:block;}
  .head-navigation-list {padding: 4px 0 0;}
.navbar-collapse .navbar-nav li{padding: 2px 0;text-align: left;}
.nav-bottom-left p {text-align: center;padding: 8px 0 5px;}
.head-navigation2{display: none;}
.nav-bottom-left p {text-align: center;padding: 8px 0 5px;}
.navbar ul li a:after, .navbar ul li.active a:after{display: none;}
.top-left1, .navigation-section p, .top-social-icon1{display: none;}
.dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
.navbar-nav .dropdown-menu {position: static;}
.dropdown:hover .dropdown-menu {display: none;}
.navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
.dropdown-menu ul li {padding: 8px 0 8px 14px;}
.dropdown-menu li{text-align:center;padding: 3px 6px !important;}
.navigation-section{border: 0;}
.navbar-toggler-icon {position: relative;display: inline-block;width: 33px;height: 3px;margin: 0 0 0 auto;background-color: #b02c38;transition: transform 0.3s ease;background-image: none;border-radius: 50px;}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {content: '';position: absolute;width: 33px;height: 3px;background-color: #b02c38;transition: transform 0.3s ease;border-radius: 50px;right: 0;}
.navbar-toggler-icon::before {top: -8px;}
.navbar-toggler-icon::after {top: 8px;}
.navbar-toggler:focus {box-shadow: none;}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {transform: rotate(45deg);background: transparent;}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {transform: rotate(180deg);top: -1px;}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {transform: rotate(90deg);top: -1px;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .head-right1 ul li a{padding:0;font-size: 19px;font-weight: 600;}
  .head-right{padding:0;}
  .navigation{width:100%;padding: 0;background: transparent;border-radius: 0;}
  .head-right li img {height: 39px;}
  .menu li{display:block;}
  .head-right, .contact-left1:nth-child(2), .dropdown:hover .dropdown-menu, .dropdown-toggle::after{display:none;}
  .cen-design{padding: 10px 0 0;}
  .about-heading h1{font-size: 42px;}
  .banner-design{padding: 0 0px 0 0px;}
  .list-link-design { padding: 0 0 0 0px;}
   .choose-heading strong{font-size: 61px;}
  .choose-left2 strong{font-size: 20px;}
  .choose-bottom1{padding: 75px 10px 0px;}
  .choose-heading p{ padding: 3px 0px 0;}
  .choose-heading span{letter-spacing: 0px;font-size: 18px;}
  .banner-solution{padding: 0px 5px;}
  .contact-left1:nth-child(2){display:none;}
  .services-heading strong{font-size: 30px;}
  .center-chakar{opacity:0.2;}
  .contact-left1 a span{margin:0;}
  .about-heading strong { font-size: 42px;}
  .services-heading span{font-size:20px;}
  .list-link-design ul li{width: auto !important;display: block;}
  .info-contact a span{margin:0 auto;}
  .services-our1 a{font-size: 53px;}
  .fix{display:block;}
  .topservices-section:before{display:none;}
  .footer-contact{border-radius: 20px;}
  .footer-right1 {padding: 0px 0 0 0px;margin: 20px 0 30px 0;}
  .left-info a { padding: 20px 0px 0px 0px;}
  .right-info a span{ bottom: 10px;right: 30px;}
  .breadcrumb-section { padding: 50px 0 40px;}
  .services-4 strong{font-size: 17px;}
  .testimonials-heading strong {font-size: 63px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .text-client{padding: 20px 16px 20px;}
  .navigation{padding:0;margin: 0 0px 0 auto;width: 100%;border-radius: 0;background: transparent;box-shadow: none;}
  .topservices-section:before{height:100%;width:100%}
  .head-left1 a, .info-contact a span{margin:0 auto 0;}
  .topservices-section .services-heading strong{font-size: 40px;}
  .right-servies{padding:0;}
  .copy strong{font-size: 13px;line-height: 15px;}
  .choose-left2 {padding: 0;}
  .why-us2 strong{letter-spacing:0;}
  .services-4 a svg{height: 22px;width: 22px;}
  .services-4 a{font-size: 18px;}
  .services-3:before{height:200px;width:200px;}
  .services-3 img{width: 170px;}
  .services-1{padding:10px;}
  .img-round img{width: auto;}
  .head-center1{text-align:left !Important;}
  .menu li a,.menu li a:hover{/* color:#fff; */}
  .head-left1 a{width:fit-content;align-items: center;padding: 4px 12px 4px 4px;background: transparent;border: 1px solid #f8b13359;gap: 6px;}
  .aboutus-section{padding: 40px 0px;}
  .getin-right1{padding:0;}
  .choose-left2 span {display: inline-block;position: relative;top: -9px;}
    .video-3{order: -1}
  .why-box1 {border: 0;padding: 12px 12px 70px!important;}
  .formmm:before {width: 600px;height: 600px;background-size: 600px;bottom: -122px;left: -36px;}
.disclaimer em{text-align: center;}
.footer-right1 a { margin: auto;}
.serv2 a{position: inherit;opacity: 1;margin: 12px auto 20px;transform: translateY(-13px);min-width: fit-content;padding: 12px 0;}
.serv2:hover a{display: none;}
.serv1{padding: 12px 12px 50px 12px;}
  .experiences strong p {font-size: 27px;}
  .video-2 i:before {width: 255px;top: -42px;height: 255px;background-size: 255px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .list-design-top:before {width: 465px;height: 465px;background-size: 465px;}
  .serv2 aside {font-size: 12px;padding: 8px 10px;}
  .serv1{padding: 15px;}
  .tophead-section1{border-radius: 0;border: 0;padding: 12px 0;margin: 0;}
  .video-box {padding: 55px 25px 20px;}
  .round-choose:before {top: -50px;}
  .content-about p{text-align: left;}
  .why-us2:before {width: 150px;height: 150px;background-size: 150px; margin: 0 auto;}
  .head-left1 a i em {display: none;}
  .design-aboutus {padding: 12px 0;}
.whychoose-section  .banner{margin: 0 !important;}
.other-srv{padding: 0 0 15px !important;margin: 0 !important;}
.head-left1 a i {font-size: 28px;color: #ffffff;}
  .line strong {padding: 0 0 10px;font-size: 45px;}
.astro-card b { font-size: 40px;}
.hero-buttons .btn { padding: 12px 18px;font-size: 15px;}
.astro-card {padding: 30px;}
  .map-box aside:before {width: 385px;height: 385px;background-size: 385px;top: -41px;}
  .getintouch-right1 {padding: 70px 12px 30px;}
  .fire-text {font-size: 38px;}
  .result-mob-show{display: block;position: absolute;top: 15px;z-index: 1;font-size: 27px;left: 27px;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-section{position:relative;background: linear-gradient(109deg, #0c032e 0%, #1a054d 100%);}
  .head-right, .contact-left1:nth-child(2), .dropdown:hover .dropdown-menu, .dropdown-toggle::after{display:none;}
  .navbar-toggler{display: block;}
.head-right1{padding: 0;width: 100%;}
.navbar-collapse .navbar-nav li{padding: 3px 0;text-align: left;}
.head-navigation2{display: none;}
.navbar-collapse .navbar-nav li a.nav-link:after{display: none;}
.dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
.navbar-nav .dropdown-menu {position: static;}
.dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
.navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  #navbar_top .row{padding-bottom: 0;}
  .head-navigation1{width: 100%;}
  .menu li{display:block;}
  .cen-design{padding: 10px 0 0;align-items: center !important;}
  .banner-design{padding: 0 0px 0 20px;}
  .list-link-design { padding: 0 0 0 0px;}
  .choose-left2 strong{font-size: 19px;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .banner-solution{padding:0 10px;}
  .footer-contact{border-radius: 40px;}
  .footer-right1 {padding: 0px 0 0 0px;margin: 20px 0 30px 0;}
  .testimonials-heading strong {font-size: 80px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .testimonials-text{ padding: 25px 10px 15px;}
  .topservices-section:before{height:100%;width:100%}
  .head-left1 a, .info-contact a span{margin:0 auto 0;width: fit-content;}
  .topservices-section .services-heading strong{font-size: 54px;}
  .content-about .read-aboutus{position:relative;}
  .slide-section{margin: 0px 0 0;}
  .services-our1 a{font-size: 73px;}
  .birthchart-tagline p{}
  .services-3:before{height:200px;width:200px;}
  .services-3 img{width: 240px;}
  .img-round img{width:auto;}
  .head-center1{text-align:left !Important;}
  .list-link-design ul li{margin: 14px 10px 0px 0px;}
  .breadcrumb-section {padding: 40px 0 40px;}
  .tophead-section1{border: 0;padding: 12px 12px 10px !important;margin: 0 !important;}
  .video-3{order: -1}
  .why-box1 {border: 0;}
  .formmm:before {width: 665px;height: 665px;background-size: 665px;bottom: -118px;}
.disclaimer em{text-align: center;}
.footer-right1 a { margin: auto;}
.serv2 a{ position: inherit;opacity: 1;margin: 0 auto;transform: translateY(0);}
.serv2:hover a{display: none;}
.serv1{padding: 12px 12px 50px 12px;}
  .experiences strong p {font-size: 27px;}
  .video-2 i:before {width: 255px;top: -42px;height: 255px;background-size: 255px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .list-design-top:before {width: 465px;height: 465px;background-size: 465px;}
  .serv2 aside {font-size: 12px;padding: 8px 10px;}
  .serv1{padding: 15px;}
  .line strong {padding: 0 0 10px;font-size: 55px;}
  .map-box aside:before {width: 385px;height: 385px;background-size: 385px;top: -40px;left: -22px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation {padding: 5px 20px;margin: 10px auto 0;}
  .about-heading h1{font-size: 48px;}
  .list-design strong {font-size: 30px;}
  .list-design {padding: 30px 10px;}
  .list-design ul li {padding: 11px 11px 11px 43px;font-size: 16px;}
  .banner-design{padding:0 0px 0 20px;}
  .god{padding:20px 0 0;}
  .text-client b strong {font-size: 16px;}
  .whastapp-icon a{top: -50px;}
  .video-2 p{font-size: 22px;}
  .menu li {padding: 0 3px;font-size: 15px;}
  .choose-left2 strong {font-size: 21px;}
  .services-4 strong{font-size: 19px;}
  .list-link-design ul li{font-size: 16px;padding: 10px 12px 10px;margin: 12px 3px;}
  .list-link-design ul li:after{left: 9px;}
  .shape{bottom: -2px;}
  .footer-navigation1 a b,.footer-navigation1 a span{font-size: 26px;}
  .footer-right-1  ul li {padding: 0px 0 0px 3px;margin: 0 1px;}
  .services-4 a svg{height: 27px;width: 27px;}
  .services-3:before{height:200px;width:200px;}
  .services-3 img{width: 200px;}
  .img-round img{width:auto;}
  .mail a span:before{left: 0px;}
  .mail a i {font-size: 16px;padding: 7px 0px 9px;}
  .experiences strong p {font-size: 27px;}
  .video-2 i:before {width: 255px;top: -42px;height: 255px;background-size: 255px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .list-design-top:before {width: 465px;height: 465px;background-size: 465px;}
  .serv2 aside {font-size: 12px;padding: 8px 10px;}
  .serv1{padding: 15px;}
  .line strong {padding: 10px 0 10px;font-size: 72px;}
  .why-us2 span {font-size: 15px;}
  .chat-img2 a {font-size: 13px;padding: 7px 4px 6px;}
  .map-box aside:before {width: 385px;height: 385px;background-size: 385px;top: -40px;}

}


@media only screen and (min-width: 1201px) and (max-width: 1350px) {
 

}

@media (max-width: 575px) and (min-width: 0px) {
  .fixed-top .logo-fix {width: 50%;}
  .banner-design {padding: 0 0px 0 0px;}
  .about-heading strong {font-size: 28px;}
  .choose-text strong {font-size: 20px;}
  .services-heading strong {font-size: 20px;line-height: 32px;}
  .services-heading span {font-size: 17px;}
  .services-3 img {width:250px;}
  .img-round img{width:auto;}
  .form-heading p{font-size: 22px;line-height: 30px;}
  .form-group1 {padding: 5px 0px;}
  .choose-heading strong{font-size: 23px;}
  .image-client {width: 100%;text-align: left;}
  .testimonials-text{display:block;padding: 10px 10px 11px;}
  .experiences strong p{font-size: 22px;}
  .info-contact a {padding: 24px 0px 14px;}
  .info-contact a span{position: relative;display: block;left: 0;right: 0;top: 0;margin: 0 auto;}
  .info-contact a aside {padding: 19px 0 0px 0px;text-align: center;font-size: 24px;}
  .left-info strong{font-size: 14px;}
  .right-info a span{position:relative;left: 0;right: 0;}
  .testimonials-heading strong {font-size: 43px;}
  .services-our1 a{font-size: 33px;}
  .services-our1 p{font-size: 13px;line-height: 21px;}
  .footer-right-1 ul li a{display:block;}
  .footer-right-1 ul li{padding: 0;}
  .footer-naigation ul li{padding: 5px 4px;margin: 0 0 8px;}
  .whychoose-section .round-image img{height:auto;}
  .birthchart-tagline p{line-height: 25px;font-size: 15px;}
  .first-item {font-size: 20px;}
  .breadcrumb-section {padding: 25px 0;}
  .why-box1 {border: 0;}
  .formmm:before {width: 600px;height: 600px;background-size: 600px;bottom: -70px;left: -8px;}
.disclaimer em{text-align: center;}
.footer-right1 a { margin: auto;}
.serv2:hover a{display: none;}
.serv1{padding: 12px 12px 50px 12px;}
  .experiences strong p {font-size: 27px;}
  .video-2 i:before {width: 255px;top: -42px;height: 255px;background-size: 255px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .list-design-top:before {width: 400px;height: 400px;background-size: 400px;}
  .serv2 aside {font-size: 13px;}
  .serv1{padding: 15px;}
  .video-box {padding: 55px 25px 20px;}
  .round-choose:before {top: -50px;}
  .content-about p{text-align: left;}
  .services-heading {padding: 0 !important;margin: 0 !important;}
  .footer-naigation ul li a {font-size: 12px;padding: 8px 12px;}
  .birthchart-tagline b {font-size: 25px;padding: 62px 0 12px;}
  .line strong {font-size: 35px;}
.astro-card b {font-size: 32px;}
.astro-card {padding: 25px 12px;}
.hero-buttons {gap: 12px;}
.astro-card p {font-size: 14px;padding: 0 0 22px;}
.hero-badge {padding: 10px 14px 8px;font-size: 10px;letter-spacing: 2px;}
.birthchart-tagline aside {font-size: 25px;}
.birthchart-tagline1 p {font-size: 22px;}
.birthchart-tagline1 {padding: 48px 20px 100px;}
.about-heading p {font-size: 12px;}
.breadcrumb-section .last-item {bottom: 11px;right: 28px;}
.breadcrumb-section .last-item svg{width: 40px;height: 40px;padding: 8px;}
.breadcrumb-section .last-item:before{width: 70px;height: 70px;background-size: 70px;top: -4px;left: -3px;}
  .fire-text {font-size: 28px;}
  .result-mob-show{top: 12px;font-size: 20px;left: 22px;}
  


}
  


@media (max-width: 420px) and (min-width: 0px) {
  .head-logo2 img {height: 56px;}
  .navbar-toggler {margin: -52px 0 0 auto;width: 35px;height: 29px;}
  .about-heading h1{font-size: 28px;line-height: 38px;}
  .list-design {padding: 30px 10px;}
  .list-design strong{font-size:30px;}
  .list-design ul li {padding: 11px 7px 11px 47px;font-size: 15px;}
  .choose-center2:before{display:none;}
  .choose-design {padding: 0px 0 0 0;}
  .footer-navigation1 a b,.footer-navigation1 a span{font-size: 23px;}
  .head-center1 img{width: 245px;}
  .getin-content strong{font-size: 18px;}
  .list-link-design ul li {font-size: 16px;}
    .experiences strong p {font-size: 27px;}
  .video-2 i:before {width: 255px;top: -42px;height: 255px;background-size: 255px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .list-design-top:before {width: 300px;height: 300px;background-size: 300px;top: -70px;}
  .serv2 aside {font-size: 13px;}
  .serv1{padding: 10px;}
  .formmm:before {left: -143px;bottom: -84px;width: 465px;height: 465px;background-size: 465px;right: auto;opacity: 28%;}
  .video-box {padding: 55px 12px 5px;}
  .round-choose:before {top: -50px;}
  .content-about p{text-align: left;}
  .services-heading {padding: 0 !important;margin: 0 !important;}
  .footer-naigation ul li a {font-size: 12px;padding: 8px 12px;}
  .birthchart-tagline b {font-size: 20px;padding: 62px 0 12px;}
  .serv2 a span {margin: -74px auto 0;padding: 2px 9px 3px;font-size: 13px;}
  .about-img {width: 100%;}
  .video-2 p {font-size: 25px;}
  .video-2 i:before {width: 230px;top: -30px;height: 230px;background-size: 230px;}
  .video-2 strong {font-size: 110px;width: 150px;height: 150px;line-height: 158px;}
  .form-left2 {padding: 40px 15px 70px;}
  .footer{padding: 12px 0 !important;}
  .copy-right p {padding: 12px 0 0;}
  .why-box {padding: 0 12px 15px !important;}
  .line strong {font-size: 26px;}
  .astro-card b { font-size: 27px;}
  .why-us1 {padding: 12px 5px;}
  .chat-img1{width: 100%;}
  .fake-alert-track {font-size: 14px;}
  .head-left1 a span {min-width: 40px;min-height: 40px;background: radial-gradient(#f98c22, #f9b835);box-shadow: 0 0 19px #f9a02b;background: #59051d;/* border: 1px solid #f5b13d; */box-shadow: #f9af31 0px 0px 9px inset;}
.head-left1 a i {font-size: 19px;}
.head-left1 a span img {max-width: 16px;filter: hue-rotate(45deg);}
.map-box aside iframe {width: 235px;height: 235px;}
.map-box a {bottom: 60px;}
.map-box aside:before {width: 300px;height: 300px;background-size: 300px;top: -32px;left: -2px;}
  .fire-text {font-size: 20px;}
  .result-mob-show{font-size: 15px;left: 17px;}

}
