@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&display=swap');


body{
  margin:0;
  padding:0;
  color: #fff;
  position:relative;
  background: #0b1957;
  font-family: "Poppins", sans-serif;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
input, textarea, .btn:focus,
.btn:active,
.form-control:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
: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: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}


p{margin:0;}

/*  font-family: 'Elsie', cursive;
*/



/* start top head section  */


.tophead-section{
  padding: 0;
}
.tophead-section1{
  padding: 0;
  color: #fff;
}
.tophead-left1{
  padding: 10px 0 10px;
  width: 37.5%;
}
.tophead-left2 {
  ul li {
    list-style: none;
    display: inline-block;
    padding: 4px 6px 4px 0;
    text-shadow: 2px 7px 6px #e89610;
    color: #fff;
    font-size: 16px;
    animation: smoothBounce 2s ease-in-out infinite;
    transform-origin: center bottom;
    font-weight: 400;
  }
  ul li span{
    background-color: #30bd44;
    width: 12px;
    height: 12px;
    animation: pulse1 1.5s infinite;
    display: inline-block;
    border-radius: 30px;
  }
  ul li em{
    display: inline-block;
    height: 29px;
    width: 29px;
    background: linear-gradient(45deg, #cb8f2d, #be8934);
    border-radius: 30px;
    text-align: center;
    line-height: 31px;
  }
}

@keyframes pulse1 {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes smoothBounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-4px);
    }
}



.tophead-center1{
  padding: 10px;
  width: 25%;
}
.tophead-center2{
  background: -webkit-linear-gradient(110deg, #ffffff, #ffffff);
  position: absolute;
  top: -15px;
  width: 303px;
  text-align: center;
  left: 50%;
  padding: 9px;
  padding-bottom: 30px;
  padding-top: 12px;
  z-index: 55;
  border-radius: 0 0 160px 150px;
  transform: translateX(-50%);
  box-shadow: 0 0 38px 1px #B29414;
}
.tophead-center2 img{
  width:auto;
  height: 170px;
}
.tophead-right1{
  padding: 10px;
  width: 37.5%;
}
.marquee-content {
    display: inline-block;
    color: #fff;
    text-shadow: 11px 5px 5px #B29414;
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.marquee-content {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.call{
  font-size: 37px;
  font-weight: 700;
  color: #ffffff;
  display:none;
  text-decoration: none;
  animation: blk 0.4s infinite ease-in-out;
}
/* end top head section  */


/* start header-slide section */

.head-section{
  padding: 40px 0 00px 0;
  overflow:hidden;
  z-index: 9;
  position:relative;
}


.award-top-celebrity{
  position:absolute;
  top: 40px;
  right:0;
}
.asto-header img{
  height: 481px;
}
.chakar{
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0 auto 0 0;
  transform: translate(-0%, -50%) scale(1.2);
  z-index: -9;
}
.chakar img{
  filter: drop-shadow(12px 14px 10px #f89808);
  height: 400px;
  margin: 0 auto;
  opacity: 10%;
  display: block;
  animation: rotateChakra 15s linear infinite;
}

.chakar1{
  left: auto;
  right: 40px;
  top: auto;
}
.chakar1 img{
  height: 280px;
}
@keyframes rotateChakra {
  0% {
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    transform: rotate(180deg) scale(1.05);
  }
  100% {
    transform:rotate(360deg) scale(0.9);
  }
}

.left-logo1 img{
  display: block;
  margin: 0 auto;
}
.left-logo1{
  padding: 60px 0 0 30px;
  text-align: left;
}
.left-logo1 em{
  font-style:  normal;
  font-size: 26px;
  letter-spacing: 2px;
  opacity: 0.8;
  color: #B29414;
  text-transform: capitalize;
}
.left-logo1 em svg{
  color: #f5a81f;
  margin: 0 6px;
}
.left-logo1 strong{
  color: #ffffff;
  font-family: 'Playfair Display',sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 19px;
  padding: 10px 0 0px 0px;
}
.border-txt{display:inline-block}
 .border-txt img{
  height: 20px;
  display: inline-block;
  padding: 0 9px;
}
.left-logo1 span{
  font-size: 69px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
  text-transform: uppercase;
}
.left-logo1 .bha{
  color: #d2922a;
}

.left-logo1  p{
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
  padding: 25px 0 0;
  letter-spacing: 0.1px;
  font-size: 15px;
}
.left-logo1 a{
  background: #0a1742;
  color: #ffffff;
  border-radius: 11px;
  border: 1px solid #e49814;
  font-weight: 400;
  display: inline-block;
  padding: 11px 19px;
  margin: 20px 9px 0;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s;
}
.left-logo1 a:hover{
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245,166,35,0.4);
  transition: 0.3s;
}
.left-logo1 a svg{
  height:20px;
  width:20px;
  fill: #ffffff;
  margin: 0 6px 0px 0px;
}
.left-logo1 .call-header{
  background: linear-gradient(45deg, #d2922a, #b88737);
  color: #000;
  font-weight: 500;
}
.left-logo1 .call-header svg{
  fill: #000;

}
.text-header{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 130px;
  bottom: 50px;
  left: 0;
  right: 0px;
  background: #40031fab;
}
.text-header:before{
  
}
.text-header1{
  padding: 24px 10px;
  position:relative;
}
.text-header2{
  
}
.text-header2 span{
  position:absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.text-header2 span svg{
  height: 34px;
  width: 34px;
  margin: -9px 0 0px 0;
  fill:#ff9900;
}
.text-header2 span svg path{
}
.text-header2 p{
  padding: 0 0 0 50px;
  font-size: 17px;
  font-style: normal;
  text-transform: capitalize;
  color: #fff;
}

.award-top1 img {
  height: 190px;
}




/* end header section */


/* start top services section */

.topservices-section{
  padding: 0px 0 80px;
  background: #0a1547;
  overflow: hidden;
}
.top-content a{
  color: #fff;
  padding: 0px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 127px;
  display: block;
  position: relative;
  z-index: 9;
}
.topservices-heading strong{
  display: block;
  color: #b29414;
  font-size: 54px;
  font-family: 'Elsie', cursive;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  border-bottom: 4px double #be8a34;
}

.topservices-heading em{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
  padding: 8px 25px 6px;
  border-radius: 50px;
  display: block;
  margin: 30px auto 0;
  font-style:normal;
  width: fit-content;
  background: #eee;
}
.topservices-heading span{
  line-height: 27px;
  cp;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
  display: block;
  padding: 17px 0 0;
}
.topservices1{
  padding: 10px;
}
.topservices2{position: relative;}
.topservices2 img{
  border-radius: 20px;
  position:relative;
}
.topservices2 span{
  position:relative;
  display: block;
  z-index:9;
}
.topservices2 span:before{
  content:"";
  position:absolute;
  /* background: linear-gradient(359deg, #0d2951, transparent); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 16px;
  right: 0;
}
.topservices2 strong{
  display: block;
  font-family: 'Playfair Display',sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 11px 0 0;
}
.topservices2 ul{position: absolute;left: 0;bottom: 0;width: 93%;right: 0;margin: 0 auto;padding: 0px;z-index: 9;height: 30%;}

.topservices2 li{
  display: block;
  padding: 9px 6px 9px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  background: #B29414;
  width: 48%;
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 0px 1px;
}
.topservices2 li:nth-child(2){
  background: #0b9007;
}
/* end top services section */

/* start top services section */

.aboutus-section{
  position: relative;
  z-index: 9;
  padding: 60px 0 60px;
  background: #fff;
}
.design-aboutus{
  padding: 0 0px 0 0px;
  width: 45%;
}
.design-aboutus .topservices-heading strong{
  color: #0b1957;
  font-size: 78px;
  text-align: left;
  margin: 0 0 0 0;
}
.about-heading p{
  color: #ffffff;
  background: #461159;
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading i{
  font-size: 30px;
  display: inline-block;
  animation: smoothBounce 2s ease-in-out infinite;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 6px #B29414);
}
.about-heading em{
  font-size: 23px;
  color: #b29414;
  font-weight: 700;
}
.about-heading strong{
  font-family: 'Elsie', cursive;
  font-size: 54px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.topservices-heading
  p{
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 19px;
  padding: 8px 25px 6px;
  border-radius: 50px;
  width: fit-content;
  background: #b29414;
}
.content-about p{
  color: #202020;
  font-size: 15px;
  line-height: 33px;
  text-align: justify;
}
.content-about span{
  color: #af0000;
  padding: 30px 0 10px;
  font-weight: 700;
  display: block;
  font-size: 19px;
}
.content-about  ul{
  padding: 5px 0 27px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  font-size: 16px;
  font-weight: 400;
  padding: 9px 14px 8px 30px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin: 0px 6px 0;
  border-radius: 30px;
  background: #B29414;
}

.content-about  ul li:after{
  height: 15px;
  width: 15px;
  content:"";
  left: 0px;
  top: 11px;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
}
.choose{
  padding:60px 0;
  overflow: hidden;
}
.design-banner{
  width:55%;
  padding: 0 0 0 50px;
}
.counter-1{
  padding: 10px;
}
.counter-2{
  padding: 30px 10px;
  border: 1px solid #0b3f8c;
  transition: 5s ease;
  border-radius: 20px;
}
.counter-2 span{
  font-size: 17px;
  color: #e1e1e1;
  display: block;
  font-weight: 400;
  padding: 1px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.counter-2 p{
  font-size: 44px;
  display: block;
  color: #B29414;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Elsie', cursive;
}
.counter-2 strong{
  width: 66px;
  height: 66px;
  font-size: 35px;
  border-radius: 50%;
  line-height: 67px;
  margin: 0 auto;
  color: #fff;
  display:block;
  transition: 0.5s ease-in;
  background: #B29414;
}
.counter-2:hover strong{
  box-shadow:
    0 0 20px rgba(246, 193, 90, 0.6),
    0 0 40px rgba(231, 139, 45, 0.4);
  transform: scale(1.05);
}
.counter-2:hover{
  box-shadow: 0 0 9px rgba(246, 193, 90, 0.6), 0 0 40px rgba(231, 139, 45, 0.4);
  transform: translateY(30px);
}
/* end about pandit section*/


/* start awards section*/

.awards {
  padding: 90px 0 50px;
  overflow: hidden;
  display:block;
  background: #030f41;
  position: relative;
  z-index: 9;
}
.award1 {
    padding: 10px;
}
.award3 {
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    background: #947906;
    padding: 30px 20px;
    outline: 1px solid #947906;
    border: 4px solid #030f41;
}
.award3 img{
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.award3 strong{
  display: block;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 10px 0 0px;
}
.award3 strong em{
  display: block;
  text-transform: uppercase;
  color: #d70000;
  font-size: 15px;
  font-weight: 600;
  background: #eee;
  border-radius: 30px;
  width: fit-content;
  font-style: normal;
  margin: 4px auto 0;
  padding: 3px 16px;
}
.award3 strong i{
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  width: fit-content;
  font-style: normal;
  margin: 4px auto 0;
  padding: 3px 22px;
}
/* end awards section*/


/* start birthchart tagline section  */

.birthchart-tagline{
  position:relative;
  z-index:9;
  
  background: #050d31;
  overflow: hidden;
}
.birthchart-tagline a{
  padding: 70px 0;
}
.birthchart-tagline strong{
  font-weight: 600;
  color: #947906;
  display: block;
  font-size: 65px;
  font-family: 'Elsie', cursive;
  padding: 0px 0 0px;
  text-transform: capitalize;
}
.birthchart-tagline p{
  color: #ffffff;
  font-size: 19px;
  display: inline-block;
  border: 1px solid #eaa142;
  padding: 12px 29px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0 0;
  position:relative;
  z-index:9;
}
.birthchart-tagline p:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  bottom:0;
  transition:0.9s ease-in-out;
  background:#eaa142;
  left:0px;
  z-index:-9;
  margin:0px auto;
  transform: scale(0);
}
.birthchart-tagline p:hover:before{
  transform: scale(1);
}
/* end birthchart tagline section  */



/* start main services section  */

.mainservices-section{
  padding: 70px 0 0px;
  overflow: hidden;
}
.line p {
    font-size: 50px;
    font-weight: 600;
    padding: 4px 0;
    margin: 0 0;
    font-family: 'Elsie', cursive;
    display: block;
    text-transform: capitalize;
    color: #000000;
    background: #B29414;
}
.main-services1{
  padding: 0 0px 0 0px;
  border: 1px solid #ffa600;
}
.main-services1:nth-child(2){
  border-bottom:0;
}
.main-services1:nth-child(1){
  border-bottom:0;
   border-right:0;
}
.main-services1:nth-child(3){
  border-right:0;
}
.mainsrv{
  align-items: center;
}
.main-services2{
  padding: 30px 20px 30px 20px;
}
.mainserv-left1{
  position: relative;
}
.mainserv-left1 img{border-radius: 50%;height: 162px;}

.mainserv-right1{padding: 0 0px 0 0px;}
.mainserv-right1 strong{
  font-weight: 700;
  font-size: 26px;
  display: block;
  text-transform: capitalize;
  color: #b29414;
  padding: 0px 0px 6px;
}
.mainserv-right1 p{
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 0px 0 0;
}
.mainserv-right1 a{
  font-size: 15px;
  margin: 10px auto 0 0;
  line-height: 30px;
  padding: 3px 15px 3px 15px;
  font-weight: 700;
  z-index: 9;
  width: fit-content;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  background: #b29414;
}
.aboutus-heading p{
  color: #b29414;
  padding: 0px 0 0;
  font-weight: 400;
  border-bottom: 1px dashed;
  font-size: 18px;
  text-transform: capitalize;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px 5px;
}
.aboutus-heading span{
  font-size: 19px;
  background: #B29414;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  display: block;
  transform: skewX(-12deg);
  padding: 1px 12px;
  width: fit-content;
  margin: 0 auto;
}
.aboutus-heading strong{
    font-family: 'Elsie', cursive;
    font-size: 54px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    background: ;
    text-transform: capitalize;
}
/* end main services section  */



/* start testimonials section  */

.testimonials{
  padding:100px 0;
  overflow: hidden !important;
  position: relative;
}
.client{
   margin: 40px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  border-radius: 17px;
  border: 1px solid #082959;
  padding: 20px;
  position:relative;
  background: #b29414;
}
.qoute{
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 80%;
  color: #ffffff;
  right: 0;
  opacity: 19%;
}
.qoute .bi{
  height: 5.8rem;
  width: 5.9rem;
}
.testimonials3 p{
  color: #ffffff;
  line-height: 34px;
  font-size: 15px;
  padding: 15px 0 0 0;
}
.testimonials3 aside b{
  padding: 0 1px;
  color: #ffffff;
}
.testimonials3 aside b .bi{
  height: 17px;
  width: 17px;
}
.testimonials3:before{
  content:"";
  position:absolute;
  height: 1px;
  width: 90%;
  margin:0 auto;
  left:0;
  right:0;
  background: #ffffff;
}
.testimonials3 aside:before{
  height:10px;
  width:10px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ffffff;
  border-radius:50%;
  left:0;
  top: -4px;
}
.testimonials3 aside:after{
  height:10px;
  width:10px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ffffff;
  border-radius:50%;
  right:0;
  top: -4px;
  left:auto;
}
.testimonials3 aside{
  padding: 11px 0 0px 0;
  position:relative;
}
.testimonials4 strong{
  padding: 0px 0 0;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  background: #ae0000;
  padding: 3px 9px;
}
.testimonials4 span{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 100px;
}
.testimonials3 strong{
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials3 i{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.click-testimonials a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 11px 29px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.click-testimonials a svg{
  margin: -2px 4px 0 4px;
}
.click-testimonials a:nth-child(2){margin:0 10px 0 10px;}
/* end testimonials section  */



/*  start footer section*/

.footer{
  background: #06124b;
  padding: 20px 0 0;
  z-index: 9;
  position:relative;
}
.footer-heading{
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  color: #b29414;
  font-weight: 7000;
}
.contact-astro{
  border-left: 1px solid #2b3034;
  padding: 40px 30px 30px 30px;
}
.footer-center2{
  padding: 40px 30px 20px 0px;
}
.footer-center2:last-child{border:0;}
.foot-des{
  padding-bottom: 0px;
}
.footer-contact{
  padding: 0px 0 0px 0px;
}
.footer-contact strong{
  font-weight: 500;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  display: block;
  color: #ffc603;
  padding: 0;
}
.footer-contact ul li{
  padding: 0px 0 3px;
  font-weight: 300;
  list-style:none;
  font-size: 16px;
}
.footer-contact li:nth-child(2) {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  
}
.footer-contact li:nth-child(1) {
  color: #50ff00;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-contact li a b{
  color: #ffe9b8;
  text-transform:capitalize;
  font-weight: 300;
  padding: 0 0 0 7px;
}
.footer-contact li a span .bi{
  height: 1.2rem;
  width: 1.2rem;
  margin: 3px 0 0 0;
}
.footer-contact li a i{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 6px 0 0 0px;
  display: block;
}
.links-quick{
  padding: 14px 0;
  border-bottom:1px solid #373737;
}
.links-quick ul li{
  list-style:none;
  font-size:15px;
  display: inline-block;
  color:#fff;
  text-transform:capitalize;
  padding: 0px 15px;
  font-weight:400;
}
.links-quick ul li a{
  color: #000000;
  font-size: 16px;
  display: inline-block;
  padding: 4px 14px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 600;
}
.links-quick ul li a .bi{
  height: 1.3rem;
  margin: 0px 2px -2px 0px;
  width: 1.3rem;
  color: #ffca55;
}
.text-centent p {
  color: #e2e2e2;
  line-height: 31px;
  font-weight: 400;
  font-size: 17px;
  padding: 0;
}
.text-centent p a{
  color: #ffffff;
  font-weight: 500;
  padding: 6px 0 0;
}
.text-centent p a .bi{
  animation: fade-ani 0.6s infinite ease-in;
  height: 1.5rem;
  margin: 0px 0 -7px 6px;
  width: 1.5rem;
  color: #f59b1a;
}
@keyframes fade-ani {
    50% {
        opacity: .4;
    }
}
.text-centent ul li{
  color:#fff;
  position: relative;
  font-size:15px;
  padding: 6px 0px 4px 16px;
  text-align: left;
  list-style: none;
}
.text-centent ul li:before{
  content:"";
  height: 8px;
  width: 8px;
  background:#1c1d29;
  border: 1px solid #fcb301;
  left: 0;
  top: 14px;
  position:absolute;
  border-radius:50%;
}
.footer-social{
  padding: 0;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}
.footer-social li a{
  color: #000000;
  height: 40px;
  line-height: 41px;
  width: 40px;
  display: inline-block;
  background: #ffa600;
  border-radius: 50%;
  text-align: center;
}
.footer-social li a:hover{
  background: #f11a44;
}
.footer-social li a .bi{
  height: 1.0rem;
  width: 1.0rem;
}
.copyright{
  padding: 7px 15px 7px;
  text-align: center;
  background: #B29414;
}
.copy p{
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
} 
.copy-mid{
  align-items:center;
}
/* end footer section */





.fixed-icon-whatsapp a:nth-child(1){
  left: 38px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 38px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #ffffff;
    line-height: 48px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

#callbook {
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  padding: 0px 0px;
  list-style:none;
  z-index: 99999;
  position: fixed;
  bottom: 50px;
  left: 40px;
}
#callbook ul li:last-child{
    float: right;
    right: 40px;
    left: auto;
}
#callbook ul li img{
  height:60px;
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
.pulse:hover { 
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); 
    }
}

.chat-1{
    padding: 8px;
 }
.chat-2 img{
  width: 100%;
  border-radius: 50px;
}
.choose-content p{
  color: #484848;
  font-size: 16px;
  line-height: 32px;
  padding: 0px 0px 14px;
}
.choose-content p strong{
  color: #db156f;
}
.choose-content a{
  display: block;
}
.choose-content a span{
  color: #fff;
  padding: 0px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 127px;
  display: block;
  background: #228d00;
  position:relative;
  z-index:9;
}
.choose-content a span:before{
  background: url(../images/bg-whatsapp.jpg) no-repeat #097f09;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height: 100%;
  width:100%;
  z-index:-9;
  opacity: 0.2;
  background-size: cover;
}
.choose-content a b{
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 90px 0 9px;
  animation: smoothBounce 2s ease-in-out infinite;
}
@media (max-width: 767px){
  body{text-align: center;}
  .footer-center2{padding:0 0 20px;;}
  .footer-contact li:nth-child(2) {font-size:40px;}
    
  .design-aboutus .topservices-heading strong{font-size: 41px;text-align: left;display: block;width: 100%;}
  .left-logo1 span{font-size:60px;text-align: center !important;}
  .tophead-center2 img{height: 150px;padding: 5px 0;}
  .left-logo1 a{ padding: 11px 14px;font-size: 14px;}
  .topservices2 strong{font-size:20px;}
  .content-about ul li{margin: 2px 3px;padding: 7px 11px 8px 23px;font-size: 15px;}
  .birthchart-tagline strong{font-size: 41px;}
  .line p {font-size: 23px;padding: 30px 0;}
  .design-aboutus,.design-banner{padding: 0;width:100%;}
  .left-logo1{text-align:center;padding: 0px 0 0 0px;}
  .tophead-right1, .tophead-center1, .tophead-left1{width:100%;padding: 0;}
  .tophead-center2{position:relative;border-radius: 0;width: 100%;right: 0;transform: translateX(-0%);left: 0;box-shadow: none;padding: 0;}
  .award-top-celebrity{position:relative;top: 0;display: flex;}
  .chakar1,{display:none;}
  .asto-header{text-align:center !Important;}
  .head-section .row{/* flex-flow: column-reverse; */}
  .asto-header img{height: 340px;}
  .head-section{padding:0;}
  .award-top1{width: 48%;padding: 0 !important;}
  .award-top1 img{height: 190px;}
  .topservices1{width:50%;}
  .about-heading strong{font-size:40px;}
  .mainserv-right1{padding:0;}
  .choose-content a span{font-size: 27px;padding: 10px 10px;}
  .choose-content a b{font-size: 23px;}
  .choose{padding: 50px 0 0 0;}
  .tophead-left2{padding:10px 0 10px;}
 .main-services1:nth-child(1),.main-services1:nth-child(3){border-right:1px solid #B29414;}
  .main-services1:last-child{border-top:0;}
  .contact-astro{ border-top: 1px solid #2b3034;border-left: 0;}
  .aboutus-heading p{padding:0 5px 5px;font-size: 14px;}
  .chakar img{height:auto;}
  .top-content a{font-size: 55px;}
  .topservices-heading strong{font-size:50px;}
  .chakar1{display:none;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contact li:nth-child(2){font-size:40px;}
    .award-top1 img{height: 190px;}
  .design-aboutus .topservices-heading strong{font-size:60px;text-align: left;display: block;width: 100%;}
  .left-logo1 span{font-size:60px;text-align: center !important;}
  .tophead-center2 img{height:150px;}
  .left-logo1 a{ padding: 11px 14px;font-size: 14px;}
  .topservices2 strong{font-size:20px;}
  .content-about ul li{margin:10px 3px;}
  .birthchart-tagline strong{font-size: 41px;}
  .line p {font-size:35px;}
  .design-aboutus,.design-banner{padding: 0;width:100%;}
  .left-logo1{text-align:center;padding: 60px 0 0 0px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-top1 img{height:150px;}
  .design-aboutus .topservices-heading strong{font-size:60px;text-align: left;display: block;width: 100%;}
  .left-logo1 span{font-size:60px;}
  .tophead-center2 img{height:150px;}
  .left-logo1 a{ padding: 11px 14px;font-size: 14px;}
  .topservices2 li a{font-size: 12px;}
  .topservices2 strong{font-size:20px;}
  .content-about ul li{margin:10px 3px;}
  .birthchart-tagline strong{font-size:55px;}
  .line p {font-size:35px;}

  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .award-top1 img{height:150px;}
  .design-aboutus .topservices-heading strong{font-size:60px;text-align: left;display: block;width: 100%;}




}

@media (max-width: 575px) and (min-width: 0px) {
  .topservices1{width: 100%;}
  .aboutus-heading strong{font-size: 28px;}
  .footer-contact li:nth-child(2){font-size:30px;}
  .topservices-heading strong{font-size: 28px;}
  .topservices-heading em{font-size: 17px;}
  .birthchart-tagline strong{font-size: 28px;}
  .awards .chakar{display:none;}
  .left-logo1 span{font-size: 38px;}
  .testimonials1{padding:5px;}
  .main-services2,.testimonials2{padding:10px 10px;}
  .content-about ul li{display:block;text-align:left;margin: 7px 0 0;}
  .left-logo1 p{padding:0;}
  .left-logo1 a {padding: 5px 11px;font-size: 11px;margin: 20px 1px 0;}
  .left-logo1 a svg{height: 13px;width: 13px;}
  .award3  strong em{letter-spacing: 0;font-size: 14px;padding: 6px 19px;}
  .about-heading em{font-size:18px;}
  .award3{padding:10px;}
  .top-content a{font-size: 40px;}
  


}
@media (max-width: 420px) and (min-width: 0px) {
  .award-top1 img{height:180px;}
  .award-top-celebrity{display:block;}
  .award-top1{width:100%;padding: 0 0px  6px !important;}
  .top-content a{font-size: 26px;}
}