@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{
  margin:0;
  padding:0;
  color: #ec9878;
  font-family: "DM Sans", sans-serif;

}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/*START HEADER SECTION */

/* start top head section */

.topheader-section{
  padding: 4px 0 0;
  position: relative;
  z-index: 9;
}

@-webkit-keyframes orbit-clock-wise {
  0% { opacity: 0.4; -webkit-transform: rotate(0deg); }
  2% { opacity: 0.8; }
  4% { opacity: 0.2; }
  5% { opacity: 1; }
  100% { opacity: 0.4; -webkit-transform: rotate(360deg); }
}

.head-right2{
  
}
.head-right1 ul li{
  list-style:none;
  display: inline-block;
  text-transform: capitalize;
  padding: 0 0 0 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
.head-right1 ul li a{
  font-size: 30px;
  color: #ffffff;
  display: block;
  padding: 6px 30px 6px 15px;
  border-radius: 33px;
  font-weight: 800;
  background: #b80000;
}
.head-right1 ul li a svg{
  height: 27px;
  width: 30px;
  margin: -6px 0 0;
  fill: #fff;
  animation: trin 1.5s infinite  linear;
}
.head-right1 ul li a svg path{
  fill: #fff; 
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.head-right1 ul li .chat-top{
  background:#008000;
  width: fit-content;
  height: 50px;
  position: relative;
  line-height: 45px;
  padding: 2px 22px 1px 48px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 auto;
  font-size: 21px;
  border-radius: 30px;
  text-transform: capitalize;
}
.head-right1 ul li .chat-top span{
  height: 39px;
  width: 37px;
  background:#fff;
  color:green;
  top: 5px;
  position: absolute;
  text-align: center;
  left: 6px;
  line-height: 44px;
  border-radius: 50%;
}
.head-right1 ul li .chat-top span .bi{
  height: 23px;
  width: 23px;
  animation: anim 1s infinite;
} 
.head-right1 ul li .chat-top span .bi path{
  fill:green;
}
@keyframes anim {
    10% {
        rotate: 10deg;
    }
    15% {
        rotate: -10deg;
    }
    20% {
        rotate: 10deg;
    }
    25% {
        rotate: -10deg;
    }
    30% {
        rotate: 10deg;
    }
    35% {
        rotate: -10deg;
    }
    40% {
        rotate: 10deg;
    }
    45% {
        rotate: -10deg;
    }
    50% {
        rotate: 0deg;
    }
}

.top-line{
  font-size: 23px;
  color:#000;
  text-transform: capitalize;
  font-weight:600;
}




/* end top head section*/

/* Start navigation section  */


.navigation{
  padding: 4px 50px 5px;
  background: #fff;
  border-radius: 30px;
  width: fit-content;
  margin: 0px auto 0px;
  z-index: 99;
  position: relative;
}
.fixed-top{
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #c10100;
  width: 100%;
  border-radius: 0;
}
.fixed-top .navbar ul li a{
 color: #ffffff; 
}
.fixed-top .navigation{
  border:0;
  padding:0;
}
.navbar ul  li{
  padding: 0px 33px;
  text-transform:capitalize;
  font-size: 14px;
}
.navbar ul  li svg{
   fill:#eaa142;
}
.navbar ul  li a{
  color: #000000;
  padding: 0px 0px !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
    color: #c10100;
}
.navbar-toggler {
  margin: 0 0 0 auto !important;
  border: 0 !important;!i
  padding: 0;
  display: block;
  padding: 0;
  height: 40px;
  width: 39px
}
.navbar-toggler:focus{
  border: 0 !important;
  padding: 0;
  border-radius: 0;
  border-width: 0 !important;
  box-shadow: none;
}
.toggle-icon {
  height: 2px;
  margin: 6px 0;
  padding: 0;
  width: 100%;
  background: #000000;
  display: block;
}
/* end navigation section */


/* start header slide section*/

.header-left1{
}
.text-header a{
  padding: 5px 16px;
  display: inline-block;
  color: #fff;
  background: #ac3654;
  margin: 0 10px;
  text-transform: capitalize;
  font-size: 20px;
}
.text-header strong{
  display: block;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  text-shadow: -5px 1px #00000054;
  font-size: 80px;
}
.text-header p{
  color: #fff;
  line-height: 34px;
  padding: 8px 0  13px;
  font-size: 20px;
}
.text-header span{display: block;font-size: 36px;font-weight: 600;text-transform: uppercase;color: #fff;}






.header-right1{
   text-align: center;
   padding: 30px 0 40px 0;
}
.circle{
  position: absolute;
  right: -17%;
  bottom: -31%;
  z-index: -9;
  animation: circle 40s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
    opacity:0.1;
  }
  100% {
    transform: rotate(360deg);
    opacity:0.3;
  }
}
.circle img{
    height: 760px;
    filter: brightness(0) invert(1);
}
.image-client img{
  animation: circlee 40s linear infinite;
}
@keyframes circlee {
  0% {
    transform: rotate(0deg);

  }
  100% {
    transform: rotate(360deg);
  }
}
/* end header slide section*/
/* END HEADER SECTION*/

/* start horoscope section  */

.horoscope-sec{
  padding: 60px 0 50px;
}
.horoscope-heading strong {
  font-size: 54px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.horoscope-heading strong span{
  color: #c10100;
  position:relative;
}
.horoscope-heading strong span:before{
  position:absolute;
  content:"";
  height: 3px;
  width:100%;
  right:0;
  bottom: 0px;
  background: #ffad00;
}
.zodiac-img1{
  padding: 10px;
  text-align:center;
}
.zodiac-img1 span{display:block;padding: 10px;border: 1px solid #fee3e2;}
.zodiac-img1 img{
  width: 140px;
}
.zodiac-img1:hover span{
  background:#fee3e2;
}

.slide-section{
  margin: -30px 0 0 0;
}
/* end horoscope section */

/* start top services section */

.topservices-section{
  padding: 78px 0 80px;
  position:relative;
  z-index: 5;
}
.topservices-heading strong{
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 44px;
  position:relative;
}
.topservices-heading span{
  color: #c10100;
  border-bottom: 2px solid #f9cf61;
}
.topservices-heading b{
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border: 1px solid #ac4361;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#672d9d38 30%, transparent 60%);
}
.topservices-heading b svg{
  height: 38px;
  fill: #672d9d;
  width: 38px;
}
.topservices-heading .line-arrow{
  height: 4px;
  width: 149px;
  background: #fc9704;
  margin: 0 5px 0 2px;
}
.topservices-heading .rou-arrow{
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position:relative;
  margin-left: 5px;
}
.topservices-heading .rou-arrow:after{
  width: 5px;
  height: 5px;
  background: #bb0000;
  border-radius: 50px;
  position: absolute;
  top: 0.9px;
  left: -8px;
  content: "";
}
.topservices-heading p{
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight:600;
  margin: -2px 0 0;
}


.topservices-1{
  padding:10px;
}
.topservices-2{
  padding: 30px 20px 50px;
  background:#fff;
  position: relative;
  box-shadow: 0 0 9px #dcdcdc;
  border-radius: 22px 22px 22px 0px;
}
.topservices-2 img{
  border-radius: 100px;
  transform: rotateX(0deg);
  border: 5px solid #ffffff;
  outline: 7px solid #c10100;
  margin: 0 auto;
  display: block;
}
.topservices-1:hover .topservices-2 img{
    transform: rotateX(360deg);
    transition: all .3s;
}
.topservices-2 strong{
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  font-size: 21px;
  padding: 20px 0px 4px 0px;
}
.topservices-2 a{
  width:fit-content;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 7px 15px;
  margin: 17px 0px 0px 0px;
  background: #c10100;
  border-radius: 6px 6px 0  0;
  position: absolute;
  bottom: 0;
} 
.topservices-2 p{
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding: 0px 0px 0 0px;
}
/* end top services section */


/* start astrology section */

.astrology-section{
  padding: 70px 0 60px;
}
.astrology-right1 b{
  display: block;
  text-align: center;
  margin: 0 auto 0 0;
  height: 60px;
  width: 60px;
  border: 1px solid #ac4361;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#c35a7917 30%, transparent 60%);
}
.astrology-right1 b svg{
  height: 40px;
  fill: #ac3452;
  width: 40px;
}
.astrology-right1 b svg .st0{
  fill: #c10100;
  border-bottom: 2px solid #f9cf61;
}
.astrology-right1{padding: 0 30px 0 0px;}

.astrology-right1 p{
  color: #383838;
  line-height: 35px;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0 0;
}
.astrology-right1 strong{
  color: #000000;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 83px;
  font-size: 65px;
  position: relative;
}
.astrology-right1 strong span{
  color: #c10100;
  position:relative;
}
.astrology-right1 strong span:before{
  position:absolute;
  content:"";
  height: 3px;
  width:100%;
  right:0;
  bottom: 7px;
  background: #ffad00;
}
/* end astrology section*/

/* start pay section */

.pay-section{
  padding: 50px 0;
}
.pay-1{
  padding: 11px;
}
.pay-2{
   padding: 20px 18px 18px;
   position: relative;
   text-align: center;
   background: radial-gradient(#fffc01, #feffa1);
   border-radius: 30px;
   /* background: linear-gradient(45deg, #560b54, #ac3654); */
}
.pay-2 span{
   display: block;
   padding: 0px 0 0px 0;
   color: #000000;
   margin: -9px 0 0;
   font-size: 54px;
   font-weight: 600;
}
.pay-2 p{
   font-size: 26px;
   padding: 0;
   color: #000000;
   text-transform: capitalize;
   font-weight: 600;
}
.pay-2 a{
   background: #c10100;
   padding: 6px 20px 0px;
   display: inline-block;
   font-size: 39px;
   font-weight: 600;
   color: #fff;
}

/* end pay section*/

/* start about us section */

.aboutus-section{
   padding: 70px 0 50px;
   background: radial-gradient(#ffff85f2, #ffffff);
}
.aboutus-left1{
   padding: 10px;
}
.aboutus-left2{
   padding: 20px 20px 0;
   border: 1px solid #ffd789;
   border-bottom:0;
}
.content-design p{
   font-size: 16px;
   line-height: 32px;
   padding: 0 0 7px 0;
   color: #000000;
}
.content-design p:last-child{
  background:#fefc13;
  padding: 10px 20px 6px;
  width: fit-content;
  font-weight: 600;
}
.content-design img{
   float: left;
   margin: 0 20px 0 0px;
   height: 260px;
}
.content-design p i{
   font-weight: 600;
   font-style: normal;
}
.content-design ul, ol{
   padding: 0 0 20px 0;
   margin:0;
   list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 16px;
  color: #000000;
  margin: 17px 0 0px 0;
  padding: 0  0 0 31px;
  position: relative;
}
.content-design ul li:before{
  font-weight: 400;
  position: absolute;
  color: #c10100;
  top: -3px;
  text-align: center;
  left: 0px;
  font-size: 24px;
  content: "\2742";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circlee 25s linear infinite;
}

.content-design em{
   font-size: 20px;
   padding: 9px 27px;
   background: #fefc13;
   width: fit-content;
   font-style: normal;
   margin: 10px 0 14px;
   display:block;
   font-weight: 600;
   color: #000000;
   border-radius: 30px;
}
/* end about us section*/


 /* start services section   */

.services-section{
  padding: 78px 0 80px;
  position:relative;
  overflow: hidden;
}
.circle-1{
  position:absolute;
  left:0;
  top: -40px;
  right:0;
  margin:0 auto;
  width: 100%;
  z-index: -9;
  animation: circle 40s linear infinite;
  height:100%;
}
.circle-1 img{
    height: 100%;
}

.services-1{
  padding:10px;
}
.services-2{
  padding: 30px 20px 30px;
  background: #fff;
  box-shadow: 0 0 8px #d8d8d88a;
  border-radius: 30px;
}
.services-2 span{
  display:block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 97px;
  position: relative;
}

.services-2 span svg{
  height: 66px;
  width: 80px;
  fill: #fff;
}
.services-2 p{
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  padding: 0px 0 0;
}
.services-2 strong{
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000000;
  padding: 0px 0 6px;
  display: block;
  text-align: center;
}
.services-2 a{
  color: #fff;
  background: #c10100;
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 15px 6px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: fit-content;
  margin: 19px auto 0;
}

/* end services section */

/* start faq section */

.faq-section{
   padding: 50px 0;
   position:relative;
   background: radial-gradient(#ffffc2b3, #ffffff);
}

.faq-1{
   padding: 0 16px;
   position: relative;
  z-index: 5;
}

.faq-2{
  padding: 20px 23px 20px;
  background:#fff;
  
}
.faq-2 strong{
   font-size: 22px;
   color: #000000;
   font-weight: 700;
   padding: 0px 0 5px 0;
   text-transform: capitalize;
   border-bottom: 1px solid #d9d9d9;
   display:block;
   margin: 0 0 8px;
}
.faq-2 p{
   color: #2e2e2e;
   line-height: 27px;
   font-size: 16px;
   padding: 1px 0 0;
}
.card{
   padding: 20px 23px 20px;
   border-radius: 10px;
   border: 0;
   background: transparent;
   position:relative;
}
.card:nth-child(odd) {
   padding: 30px 30px 30px 30px;
  }
.card:nth-child(even) {
   padding: 30px 30px 30px 0;
  }
  /* Global ::before */
.card:before {
   content: "";
   position: absolute;
   width: 50%;
   border: solid #fefe5a;
   z-index: -9;
   }
  
  /* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
   left: 0px;
   top: -4.5px;
   bottom: -0.5px;
   border-width: 5px 0 5px 5px;
   border-radius: 50px 0 0 50px;
   }
  /* Setting the border of top, bottom, right */
.faq-1:nth-child(even) .card:before {
   right: 0;
   top: -5px;
   left: auto;
   bottom: 0;
   border-width: 5px 5px 5px 0;
   border-radius: 0 50px 50px 0;
   border-top: 5px solid #fefe5a;
   }
  
  /* Removing the border if it is the first card */
.faq-1:first-child .card::before {
   border-top: 0;
   border-top-left-radius: 0;
   }
  
  /* Removing the border if it is the last card  and it's odd */
.faq-1:last-child:nth-child(odd):before {
   border-bottom: 0; 
   border-bottom-left-radius: 0;
   }
  
  /* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even):before {
   border-bottom: 0;
   border-bottom-right-radius: 0;
  }
/* end faq section */

/* start testimonials section  */

.testimonials{
  padding: 60px  0 0;
}
.client{
   margin: 20px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  border-radius: 17px;
  padding: 30px 20px;
  position:relative;
  background: #fff;
  box-shadow: 0 0 8px 4px #f1f1f1;
}

.qoute{
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  top: auto;
  height: 30%;
  color: #dc1752;
  right: 0;
}
.qoute .bi{
  height: 5.8rem;
  fill: #c10100;
  width: 5.9rem;
}
.testimonials3 p{
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  padding: 0px 0 0 0;
}
.testimonials3 aside b{
  padding: 0 1px;
  color:#e79f41;
}
.testimonials3 aside b svg{
  height: 40px;
  width: 100px;
}

.testimonials3 aside{
  padding: 11px 0 0px 0;
  position:relative;
  text-align: center;
}
.testimonials4 strong{
  padding: 7px 15px 7px;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  background: #c10100;
  color: #ffffff;
}
.testimonials4 span{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #fdfd00;
  display: inline-block;
  text-transform: uppercase;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}
.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;}

.testimonials-chat1{
  padding: 10px;
}
.testimonials-chat2 img{
  
}



/* end testimonials section  */

/*start why choose us section */

.chooseus-section{
  padding: 100px 0 70px;
}
.choose-1{
  padding: 5px 12px;
}
.choose-2{
  padding: 16px 8px 13px;
  box-shadow: 0 0 11px 0px #aeaeae38;
  border-radius: 12px;
  color:#fff;
  background: #c10100;
}
.choose-2 span img{
  height: 71px;
}
.choose-2 p{
  text-transform: capitalize;
  padding: 9px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.choose-2 b{
  font-size: 22px;
  font-weight: 800;
  padding: 2px 0 0;
  display: block;
}
.choose-2:hover{
background:#fffc25;
  color:#000;
}
/* end why choose us section*/


/* start footer section */

.footer{
  padding: 50px 0 50px 0;
  background: #000;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.footer:before{
   background: #170000;
   background-position: left;
   position: absolute;
   width:100%;
   z-index: -9;
   height:100%;
  top:0;
  left:0;
  right:0;
   content:"";
}
.footer:after{
   background: url(../images/stars.png) repeat;
   background-position: left;
   position: absolute;
   width:100%;
   z-index: -9;
  top:0;
  left:0;
  right:0;
   height:100%;
   background-attachment: fixed;
   content:"";
   animation: orbit-clock-wise 240s infinite linear;
}
.footer-bottom{
  position:relative;
}
.flag{
  position:absolute;
}
.footer-heading strong{
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  background: #fffc25;
  margin: 0px 0 17px 0;
  font-weight: 700;
  width: fit-content;
  padding: 5px 10px;
}
.footer-center1{
  padding: 0px 50px 10px 0px;
}
.footer-center1:last-child{
  border:0;
  padding-left: 50px;
}
.footer-center2{
  padding: 0px 0px 0px;
}
.text-centent p{
  color: #ffffff;
  line-height: 32px;
  font-size: 17px;
  text-align: justify;
  padding: 0;
}
.social-footer ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 7px 0 0;
}
.social-footer li a{
  color: #000000;
  height: 35px;
  line-height: 39px;
  width: 35px;
  display: inline-block;
  background: #faa11a;
  border-radius: 22%;
  text-align: center;
}
.social-footer li a .bi{
  height: 17px;
  width: 17px;
}
.note a{
  color: #fff;
  border-radius: 8px;
  background: #c10100;
  padding: 5px 30px;
  font-weight: 600;
  margin: 23px 0 0 20px;
  font-size: 25px;
  display: inline-block;
  text-transform: capitalize;
}
.note .chat-astro{
  background: #fff;
  color:#000;
}

.footer-copy{
  justify-content:center;
  align-items:center;
  padding: 40px 0 0;
}
.icon-social li{
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
.icon-social li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 110px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  background: #ffaa0042;
}
.icon-social li a .bi{
  height: 0.8rem;
  width: 0.8rem;
}
.footer-list{

}
.footer-list ul {
  padding:0;
  list-style:none;
  margin:0;
}
.footer-list ul li{
  padding: 5px 0px 5px 18px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  position:relative;
  text-transform: capitalize;
}
.footer-list ul li:before{
  position: absolute;
  color: #ffa962;
  top: -7px;
  left: -6px;
  font-size: 33px;
  content: "\1051";
  font-family: 'Glyphicons Halflings';
}
.footer-navigation{
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
}
.footer-navigation ul li{
  padding: 0px 0 0px 30px;
  font-size: 16px;
  margin: 10px 0 0 0;
  color: #fff;
  text-align: left;
  font-weight: 300;
  display: block;
  text-transform: capitalize;
  list-style: none;
  position: relative;
}
.footer-navigation ul li:before{
  position: absolute;
  background: #e6e6e600 30%;
  top: -5px;
  left: 0px;
  color: #ffa900;
  font-size: 24px;
  content: "\279f";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
}
.footer-navigation ul li a{
  display: block;
  color:#fff;
}
.footercontact-heading strong{
  font-size: 21px;
  text-transform: uppercase;
  display:block;
  text-align: left;
  font-weight: 700;
  color: #faa11a;
}

.footercontact-heading ul{
  padding: 11px 0 0 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.footercontact-heading ul li{
  display: block;
  margin: 12px 0px 12px 0px;
  color: #fff;
  position: relative;
  padding: 10px 0 4px 33px;
}
.footercontact-heading ul li a{
  color: #ffffff;
  display: block;
}
.footercontact-heading ul li .bi{
  height: 29px;
  color: #c10100;
  width: 29px;
  margin: 0px 0 0px 0;
}
.footercontact-heading ul li b{
  height: 48px;
  text-align: center;
  width: 48px;
  background: #ffffff;
  border-radius:50%;
  display:block;
  position:absolute;
  line-height: 62px;
  left: 0;
  top: 5px;
}
.footercontact-heading ul li span{
  margin: 0px 0 0 34px;
  display: inline-block;
  font-size: 27px;
  font-weight: 600;
}

.note strong{
  font-weight: 700;
  padding: 4px 20px 3px;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  display: inline-block;
  color: #ffffff;
  background: #1a0404;
}
.note p{
  color: #000000;
  font-size: 24px;
  border-bottom: 1px solid #faa11a;
  margin: 0;
  display: inline-block;
  font-weight: 500;
}
.note p b{font-weight: 700;color: #c10100;}
.note{
  margin: 0px 0 44px 0px;
  background: #fff;
  padding: 20px;
}
/* end footer section */

/* start copy right section */

.copy-section{
  padding: 12px 0 12px;
  background: #000;
}

.copy p{
  color: #fff;
  margin: 30px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #191901;
}
.copy p a{
  color:#faa11a;
}
.copy p b{
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #838383;
}
.footer-logos ul li{
  display: inline-block;
  margin: 0 8px  0 0;
}
.footer-logos ul li img{
  height: 33px;
}
/* end copy right 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: #3c9105;
    line-height: 48px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a:nth-child(1) b{
  background: #ff0000;
}
.fixed-icon-whatsapp a:nth-child(1) b img{
  filter:brightness(0)invert(1);
}
.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); 
    }
}
/* start top services section */

.list-section{
  padding: 0 0 50px 0;
  position:relative;
}

.list-top1{
  padding: 50px 10px 0;
}
.list-top2{
  padding: 0px;
}
.list-top2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.list-top2 ul li{
  padding: 9px 20px 9px 42px;
  border-radius: 31px;
  color: #232323;
  font-size: 18px;
  text-transform: capitalize;
  margin: 10px 0px 0px;
  position:relative;
  text-align: left;
  border: 1px solid #ffcad9;
  background: #fff;
  font-weight: 500;
}
.list-top2 ul li:before{
  font-weight: 400;
  position: absolute;
  color: #c10100;
  top: 1px;
  text-align: center;
  left: 9px;
  font-size: 32px;
  content: "\2742";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circlee 25s linear infinite;
}


/* start awards section  */
.awards{
  padding: 40px 0px 50px 0px;
  position: relative;
  z-index: 99;
  overflow:hidden;
  background: #c10100;
}

.awards:before{
   background: #b70100;
   background-position: left;
   position: absolute;
   width:100%;
   z-index: -9;
   height:100%;
  top:0;
  left:0;
  right:0;
   content:"";
}
.awards:after{
   background: url(../images/stars.png) repeat;
   background-position: left;
   position: absolute;
   width:100%;
   z-index: -9;
  top:0;
  left:0;
  right:0;
   height:100%;
   background-attachment: fixed;
   content:"";
   animation: orbit-clock-wise 50s infinite linear;
}
.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.awards-heading strong{
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 83px;
    font-size: 65px;
    position: relative;
}
.awards-heading p{
  color:#000;
  text-transform:uppercase;
  font-size: 20px;
  font-weight: 600;
}
.design-awards{
  align-items: center;
  padding: 0px 0 20px;
}
.tophead-left2 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000000;
    padding: 9px  20px 0;
    font-weight: 600;
    margin: 11px 0 0px 0;
    background: #fff;
}
/* end awards section */


/* end top services section */
@media (max-width: 767px){
  .navbar ul li{text-align:left;padding: 0;}
  .navbar{margin: -86px 0 0 0;}
  .text-header span{font-size:20px;}
  .text-header strong{font-size: 87px;}
  .navbar ul li{text-align:left;padding: 0;}
  .circle img{height: 560px;}
  .head-logo1 img{margin:0 auto 0 0;}
  .circle{bottom: -40px;}
  .head-logo1{text-align:center;}
  .topheader-section{background-attachment: fixed;}
  .navbar-nav{padding: 30px 0 0 0 !important;}
  .head-right1 ul li a{font-size: 25px;padding: 4px 17px 6px 17px;}
  .head-right1 ul li a svg{height: 25px;width: 25px;}
  .text-header p{display:none;}
  .head-right1 ul li{padding:0;}
  .topservices-heading strong{font-size:30px;}
  .services-2 strong{font-size:20px;}
  .horoscope-heading strong{font-size: 46px;}
  .astrology-right1 strong{font-size: 40px;line-height: 45px;}
  .astrology-section{padding: 90px 10px 40px;}
  .aboutus-section{padding: 70px 6px 0px;}
  .content-design em{font-size: 17px;padding: 9px 15px;}
  .card:before{display:none;}
  .card:nth-child(odd){padding: 0 0px;}
  .faq-1 { padding: 16px 0;}
  .footer-center1 {padding: 0px 0px 10px 0px;}
    .footer-navigation ul li{display:inline-block;padding: 0px 14px 0px 30px;}
  .list-top1 {padding:20px 10px 0;}
  .circle-1{display:none;}
  .list-top2 ul li{font-size: 16px;padding: 9px 20px 9px 42px;}
  .astrology-right1 { padding: 0 0px 30px 0px;}
  .slide-section{margin: -20px 0 0;}
  .awards-heading strong{line-height: 63px;font-size: 41px;}
  .list-top1:nth-child(3){width:100%;}
  .choose-1 {padding: 10px 10px;}
  .faq-section {background: radial-gradient(#ffff87db, #ffffff);}
  .topservices-section {padding: 50px 0 50px;}



}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar{margin: -80px 0 0 0;}
  .text-header span{font-size:20px;}
  .text-header strong{font-size: 54px;}
  .navbar ul li{text-align:left;padding: 0;}
  .circle img{height: 590px;}
  .topheader-section{background-attachment: fixed;}
  .navbar-nav{padding: 30px 0 0 0 !important;}
  .circle-1{display:none;}
  .astrology-right1 { padding: 0 0px 30px 0px;}
  .astrology-right1 { padding: 0 0px 30px 0px;}
  .slide-section{margin: -20px 0 0 0;}
  .navigation{padding:0;background:transparent;width: 100%;border-radius: 0;}
  .footer-navigation ul li{display:inline-block;padding: 0px 14px 0px 30px;}
  .head-logo1{text-align:center;}
  .awards-heading strong{font-size: 54px;}
  .list-top1:nth-child(3){width:100%;}
  .choose-1 {padding: 10px 10px;}
} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar ul li {padding: 0 25px;}
  .head-right1 ul li{font-size: 21px;}
  .zodiac-img1 svg {height: 80px;width: 70px;}
  .zodiac-img1 p{font-size: 14px;}
  .topservices-2 strong{padding: 20px 0 0;font-size: 19px;}
  .circle-1{height: 760px;width: 750px;top: 23%;}
  .note p{font-size: 20px;}
  .topservices-2 {padding: 30px 13px 50px;}
  .services-2 strong {font-size: 25px;}
  .list-top2 ul li{font-size:17px;padding: 9px 13px 9px 41px;}
  .choose-1 {padding: 5px 5px;}
  .choose-2 p {font-size: 16px;}
  .footer-navigation ul li{display:inline-block;padding: 0px 20px 0px 30px;}


  
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {


}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {

}

@media (max-width: 575px) and (min-width: 0px) {
  .horoscope-heading strong{font-size:30px;}
  .zodiac-img1{width:33.3%;}
  .circle img{height:auto;}
  .circle {bottom: auto; top: 250px; left: 0; right: 0;}
  .content-design img{float:none;margin:0 auto;display:block;}
  .note a{ padding: 5px 10px;font-weight: 600; margin: 13px 0 0 4px;font-size: 19px;}
  .note p{font-size:20px;}
  .footer-heading strong{font-size: 16px;}
  .list-top1 {padding:20px 0px 0;}
  .list-top2 ul li {font-size: 17px;}
  .text-header strong{font-size: 67px;}
  .awards-heading strong{font-size:30px;line-height: 34px;}
  .pay-1{padding:5px;}
  .pay-2 a{padding: 6px 10px 6px;font-size: 24px;}
  .pay-2 p{font-size: 20px;}
  .head-right1 ul li a{font-size: 20px;padding: 6px 13px 6px 13px;}
  .head-right1 ul li a svg{height: 23px;width: 23px;}
  .head-right1 ul li .chat-top{padding: 0px 22px 0px 43px;height: 43px;font-size: 19px;}
  .head-right1 ul li .chat-top span{height: 31px;width: 31px;line-height: 37px;}
  .head-right1 ul li .chat-top span .bi{height: 20px;width: 20px;margin: 0 0 0;}
  .astrology-right1 strong span:before{bottom:0;}
}
@media (max-width: 420px) and (min-width: 0px) {
  .head-right1 ul li a{font-size: 24px;padding: 2px 10px 2px 11px;}
  .head-right1 ul li a svg{height: 31px;width: 29px;}
  .text-header strong{font-size: 50px;}
  .zodiac-img1{width:50%;}
  .topservices-heading strong{font-size: 26px;}
  .services-2 strong{font-size:20px;}
  .horoscope-heading strong{font-size: 32px;}
  .horoscope-heading strong span{display:block;}
  .astrology-right1 strong{font-size: 30px;line-height: 36px;}
  .navbar {margin: -69px 0 0 0;}
  .head-right1 ul li:nth-child(2){display:none;}
  .slide-section { margin: 10px 0 0;}
  .astrology-right1 strong span:before{bottom: 0px;}
  .services-section .horoscope-heading strong span{display:inline-block;}
  .testimonials .horoscope-heading strong span{display:inline-block;}
  .chooseus-section .horoscope-heading strong span{display:inline-block;}


}   




  
  
  
  
  
  
  
