@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

body{
  margin:0;
  padding:0;
  color: #ffffff;
  font-family: "Arimo", sans-serif;
  background: #1e012c;
}
: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: 95%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}



/* START HEADER SECTION  */ 

/* start top head section */ 
img.header-chakra {
    position: absolute;
    top: -26px;
    right: -14px;
    animation: rotate 8s linear infinite;
    margin: 0;
    z-index: -1;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}

.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, #ad5389, rgb(60, 16, 83));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #a95187;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{align-items: start;}
.tophead-section{width: 100%;position: relative;}
.head-logo1{
  padding: 0;
}
.head-logo2 {
    text-align: center;
}
.head-logo2 img{
  width: 282px;
}
.head-navigation1{
  /* margin: 0 auto; */
}
.mob-show{display: none;}
/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
}


/* start navigation section */
.navigation{
    padding: 0px 12px;
    position: relative;
}

.book-an-appoint.deskshow a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    text-align: center;
    animation: float 3s ease-in-out infinite;
}
.book-an-appoint svg{
  
width: 18px;
  
height: 18px;
  
margin: 0 2px 0 0;
}
.navigation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.navbar-collapse{
}
 .menu{
  display: block;
  text-align: right;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0 5px;
}
.menu li a{
    color: #ffffff;
    display: block;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    padding: 5px 20px 5px !important;
    font-size: 15px;
    text-transform: uppercase;
}
.nav-link:focus{
   color: rgb(255 255 255);
}

.menu li a:hover{
  color: #ffffff;
}
.navbar-nav .nav-link.active{
  color: #424141;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color:#fff;
}

.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 42px;
  height: 32px;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding: 0 0 3px;
  border-radius: 0;
  border: 0px solid;
  line-height: 1px;
  background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 1;
}

.toggle-design{
  height: 3px;
  width: 64%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-collapse{padding:0;justify-content: center;}
.dropdown-menu {
  position: absolute;
  padding: 8px 0 8px;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 278px;
  display: none;
  z-index: 2;
  border-radius: 0 0 12px 12px;
  transition: 0.2s all;
  background: #577ec4;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu li{
  display:block;
  text-align: left;
  padding: 0 5px;
}
.dropdown-menu li a::before{
  width:0;
}
.dropdown-menu li:hover{
 color: #fff;
}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 2px 0;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #ffffff;
}
.dropdown-menu li:hover a{
 /* color: #d45849; */
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* end navigation section */

/* fixed head css start */
#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
/* fixed head css end */





/* start book appointment section  */

.head-right{
    background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
    border-radius: 50px;
}
.head-right1{padding: 6px 25px 8px;border-radius: 60px 0 0 60px;text-align: center;}
.tophead-section1{
  position: relative;
  z-index: 1;
}
.tophead-section1:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 258px;
    background: #ff000000;
    border-radius: 50%;
    bottom: 0px;
    border: 1px solid #9fc9f1;
    z-index: -1;
}
.head-right1 a{
  font-size: 18px;
  color: #ffffff;!i;!;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 65px;
  margin: 0 auto;
}

.head-right1 i{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 52px;
  border-radius: 50%;
  margin: -6px 0 0 0;
  position: absolute;
  left: -8px;
  text-align: center;
  background:  linear-gradient(0deg, rgb(255, 170, 61) 0%, rgb(255, 200, 129) 100%);
  animation: pulse-2 2s linear infinite;
}

.head-right1 i svg{
    width: 30px;
    height: 30px;
    animation: float 3s ease-in-out infinite;
    fill: #a00000;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #ffffff;
  padding: 4px 12px 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
  text-transform: capitalize;
  text-shadow: none;
  font-size: 17px;
  color: #1ba431 !important;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a i{
  position: absolute;
  bottom: -35px;
  top: auto;
  right: -42px;
  z-index: inherit;
  margin: 0 auto;
}
.head-right1 ul .chat-online a img{
  filter: brightness(1) invert(0);
  animation: zoom-in-zoom-out 1s ease infinite;
  height: 60px;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}
.book-an-appoint {
}
/* end book appointment section */



/* slider section start */
.banner-cta {
    margin-top: -630px;
    left: 60px;
    position: relative;
}
img.chakra-img {
    animation: rotate 15s linear infinite;
    position: relative;
    z-index: -1;
    width: auto !important;
}

@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
span.carousel-control-next-icon{
  border-radius: 30px 0 0 5px !important;
}
.slide-btn b span{
  line-height: 71px;
  height: 50px;
  width: 45px;
  background: #a00000;
  border-radius: 0 5px 30px 0;
}
.slide-btn b span svg{
  width: 35px;
  height: 35px;
  fill: #ffffff;
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
/* sider section end */


/* about us section start */
.top-add span{
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0 0 8px;
}
.top-add strong{
  font-size: 85px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  color: #a00000;
  background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
  border-radius: 115px;
}
.top-add p{
  font-size: 15px;
  font-weight: 300;
  color: #2f2f2f;
  padding: 5px 0 0;
  line-height: 24px;
}
.about-call a svg{
  width: 20px;
  height: 20px;
}
.about-call a{
  background: #d45849;
  text-align: center;
  display: block;
  color: #fff;
  padding: 8px 12px 5px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  margin: 0 0 22px;
  z-index: 0;
}
.about-call a:before{
  content:"";
  border: 1px solid #d45849;
  width: 90%;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.big-call {
    position: relative;
    padding: 12px 0;
    text-align: center;
    background: #031948;
    z-index: 0;
}
.big-call:before{
  content:"25";
  position: absolute;
  left: 0;
  font-size: 110px;
  font-weight: 700;
  color: #ffffff;
  top: -8px;
  line-height: 120px;
  width: 155px;
  height: 120px;
  text-align: center;
  animation: smoothZoom 2.8s ease-in-out infinite;
  background: #ed3b4b;
  border-radius: 10px;
}
@keyframes smoothZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.big-call:after{
  content:"";
  position: absolute;
  top: 0;
  background: #031948;
  width: 200pc;
  height: 100%;
  left: -66px;
  right: 0;
  z-index: -1;
  margin: 0 auto;
}
.big-call p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.big-call strong {
    font-size: 82px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
}
.about-img1{
  
padding: 12px;
  
text-align: center;
}
.about-img1 img{border-radius: 30px;}
.content-aboutus h2,h3,h4,h5,h6{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  padding: 10px 0 9px;
  width: fit-content;
  border-radius: 50px;
  color: #a00000;
  text-decoration: underline;
}
.aboutus-center1{
  padding: 12px 12px 0;
}
.heading-about h1, .heading-about strong{
   font-size: 42px;
   font-weight: 900;
   text-transform: capitalize;
   display: block;
   color: #ffaa3d;
}
.heading-about h1 a{color: #a00000;}
.heading-about span{
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
  padding: 10px 15px 8px;
  border-radius: 50px;
}
.heading-about p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 100;
  padding: 2px 0 0;
  color: #d5d5d5;
}
.inner-page .content-aboutus p {padding: 0 0 12px;}
.aboutus-banner1{
  
padding: 0 15px 0 20px;
}
.aboutus-banner1 img{
  width: 100%;
}
.aboutus-section{
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
}

.aboutus-left1{
  padding: 12px;
}
.content-aboutus p{
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  padding: 6px 0;
  text-align: justify;
}
.content-aboutus p strong{
  font-weight: 600;
  color: #1e012c;
}
.content-aboutus ul{
    padding: 0;
}
.content-aboutus ul li{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    padding: 6px 12px 6px;
    margin: 3px 0;
    border-radius: 8px;
    background: linear-gradient(7deg, #4369af, #759fdd);
}

.form-design{
  padding: 12px 12px 0 12px;
}
.form-design1{
}
.getin-form {background: linear-gradient(45deg, #4369af, #759fdd);padding: 12px;}
.contac-rr {
  padding: 20px 0 27px;
  text-align: left;
}
.form-group1 {
   padding: 3px 3px;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 38px;
  background-color: #ffffff;
  border: 0px solid #eda881;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  color: #000000;
  border-radius: 3px;
}

.btn-group{
  padding: 10px 5px 0;
  display: inline-block;
  text-align: center;
}
.btn-group>.btn{
  background: #ffaf48;
  padding: 5px 15px 4px;
  color: #a00000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 900;
  border:0;
  border-radius: 5px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000000;
   color: #010101;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #865a5a;
  padding-left:5px;
  font-size:14px;
  font-weight:300;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    outline: 0
}

.btn:active:focus,.btn:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0
}
.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;
}
.form-heading strong{
  font-size: 26px;
  text-transform: uppercase;
  display: block;
  color: #a00000;
  background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
  padding: 2px 12px 0;
}
.form-heading span{
  font-size: 15px;
  font-weight: 100;
  text-transform: capitalize;
  display: block;
  color: #fff;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 23px;
  padding: 12px 0 0;
}
.aboutus-section .about-img1 img{
  border-radius: 50px;
}
/* about us section end */




/* services section start */
.services-section{
  position: relative;
  overflow: hidden;
}
.services-section1{
}

.services-1{padding: 12px;}
.services-2{
  text-align: center;
}


.service-content{box-shadow: 0 0 15px -15px rgb(49 2 73), 0px -16px 28px -22px #310249;}
.services-2 img {
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(2px 4px 6px black);
}
.service-content strong {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 0 0px;
    display: block;
    color: #ffaa3d;
}
.service-content p {
    color: #d5d5d5;
    font-size: 15px;
    line-height: 25px;
    font-weight: 100;
    padding: 5px 0 12px;
}

.services-2 a {
    padding: 26px 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #ffff;
    position: relative;
    font-weight: 900;
    z-index: 9;
    display: inline-block;
    background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    text-shadow: -1px -1px 11px #ffffff;
    line-height: 19px;
}

@keyframes mymove {
  0% {top:-4px;}
  
  100% {top: 5px;}
}
.more-srv a span{
  width: 125px;
  height: 105px;
  line-height: 128px;
  border-radius: 100px 100px 0 0;
  color: #a00000;
  position: relative;
  font-weight: 900;
  z-index: 9;
  display: block;
  background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
}
.moree{
  position: absolute;
  content:'';
  animation: rotate 15s linear infinite;
  left: -30px;
  right: 0px;
  margin: 0 auto;
  top: -31px;
  height: 204px;
  width: 204px;
}
.more-srv a{
}


.more-srv a span svg {
    animation: mover 1s infinite alternate;
    width: 160px;
    height: 23px;
    position: relative;
    top: -136px;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* services section end */


/* why us section start */
.birthchart-tagline{
  position:relative;
  z-index:9;
  padding: 50px 40px;
  background: url(images/background.jpg) no-repeat;
  background-size: cover;
}
.birthchart-tagline:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  z-index: -1;
  opacity: 90%;
  background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
}

.birthchart-tagline p{
  font-weight: 900;
  display: block;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px #4f76bb;
  padding: 0 0 8px;
}

.why-us2{
  padding: 10px 0 20px;
  border-radius: 115px;
  background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
}

.why-us2 span{
  display: block;
  animation: move 2s infinite  linear;
  font-size: 58px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 900;
  color: #a00000;
  position: relative;
}
@keyframes move {
  0% {left: -4px;}
  100% {left: 5px;}
  }
.why-us2 p{
  color: #dbdbdb;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 0px 0;
}
.why-us2 strong{
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.why-us1{
  position: relative;
  padding: 10px;
}
.why-section{position: relative;}
.why-section:before {
    position: absolute;
    width: 12px;
    content: '';
    bottom: 0px;
    height: 100%;
    left: 159px;
    z-index: -1;
    background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
}
.why-section .heading-about strong{

text-shadow: 2px 2px 3px #eda881;

color: #fff;
}
.why-heading{

font-size: 50px;

font-weight: 600;

font-family: 'Coolvetica';

line-height: 62px;

padding: 0 0 12px;
}
.why-section .content-aboutus p{

/* color: #fff; */
}
.why-content{
    /* padding: 20px 20px 0px; */
    /* box-shadow: -4px -4px 10px #b6a9a93d, -5px -5px 10px #ffffff; */
}
.why-content-section strong{
    font-size: 33px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}
.why-content-section p{
    color: #343434;
    font-weight: 500;
    padding: 5px 0;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.why-content-section span{
   text-transform: capitalize;
   font-weight: 500;
   padding: 8px 0;
   border-radius: 50px;
   display: block;
   color: #000000;
}
.why-content ul li{
  padding: 0px 0 28px 0;
}
.why-content ul li p{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #000000;
}
.why-content ul li p b{
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
}
.why-content ul li span{
  height: 15px;
  margin: 4px  0 0;
  overflow: hidden;
  border-radius: 50px;
  background: #b02c38;
  padding: 5px 1px;
}
.why-content ul li span i{
  width: 94%;
  background: radial-gradient(#fed66f, #fbc01b);
  height: 13px;
  top: 1px;
  border-radius: 50px;
}
.why-content ul li:nth-child(2) span i{
  width: 84%;
}
.choose1{
  padding: 25px 12px;
}
.choose2{
  padding: 25px 25px 95px;
  border-radius: 30px;
  background: linear-gradient(45deg, #4369af, #759fdd);
  position: relative;
}
.why-box {
}
.why-box .why-content {
}
.why-box .why-icon {
    z-index: 0;
    margin-top: -13px;
    position: absolute;
    : 100px;
    line-height: 100px;
    right: 62px;
    bottom: -18px;
}
.choose1 strong{
  display: block;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 800;
  text-shadow: 0px 0px 14px #ffffff;
}
.choose1 p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 100;
  padding: 2px 0 0;
}
.why-box .why-icon:before {
    position: absolute;
    width: 130px;
    content: '';
    top: -12px;
    height: 130px;
    background-image: url(images/astrology-chakra1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 15s linear infinite;
    left: -25px;
    right: 0;
    margin: 0 auto;
}
.ws-banner{
  text-align: right;
}
.ws-banner img{
  border-radius: 0 0 300px 300px;
}
/* why us section end */



/* other services section start */
.other-serivces-section{
 overflow: hidden;
}
.ws-chat a{width: 160px;height: 160px;display: block;background: radial-gradient(#00a30f, #15c723);border-radius: 50%;text-align: center;line-height: 140px;position: relative;z-index: 2;border: 8px solid #fff;}
.ws-chat{
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto -55px;
}
.ws-chat:before {
    position: absolute;
    content: '';
    width: 231px;
    height: 231px;
    background-image: url(images/why-circle-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 8s linear infinite;
    z-index: -1;
    left: -40px;
    right: 0;
    margin: 0 auto;
    top: -35px;
}
.ws-chat a svg{
  
width: 70px;
  
height: 70px;
}
.other-services-box{
  background: #3a0c0c;
  padding: 55px 20px 0;
  border-radius: 20px;
}
.other-serivces1{
  padding: 12px;
  text-align: center;
  border: 1px solid #ffc172;
  border-radius: 25px;
  background: #1e012c;
}

.other-serivces1 strong {
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 18px 5px;
    font-weight: 900;
    display: inline-block;
    color: #a00000;
    background: linear-gradient(0deg, #ffaa3d 0%, rgb(255, 200, 129) 100%);
    border-radius: 50px;
}
.other-serivces1 img{
  animation: float 3s ease-in-out infinite;
  width: 100%;
  border-radius: 22px;
}
.other-serivces1 a {
}
.other-ser-btn a svg{
  width: 28px;
  height: 28px;
}
.chat-icon{
 position: relative;
 text-align: center;
 z-index: -1;
 margin: -25px 0 35px;
}
.chat-icon:after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background-image: url(images/cricle.png);
    background-repeat: no-repeat;
    bottom: -81px;
    animation: rotate 8s linear infinite;
    background-size: cover;
    left: calc(50% - 150px);
    z-index: -1;
}
@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
/* other services section end */



/* testimonials section start */
.testi-section{
  position: relative;
  z-index: 9;
  padding: 50px 0;
  background: url(images/background.jpg) no-repeat;
  background-size: cover;
}
.testi-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 90%;
    background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
}
.testi-heading strong{display: block;font-size: 65px;text-align: center;text-transform: uppercase;text-shadow: 0px 4px #4f76bb;}
.testi-heading span i{
  font-size: 25px;
  padding: 0 2px;
  color: #ff00a6;
}
.testi-1{
  padding: 12px;
  text-align: center;
}
.testi-2 p {
    font-weight: 100;
    line-height: 26px;
    padding: 25px 25px 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    border-top: 0;
}
.testi-2 strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding: 6px 20px 4px;
    text-shadow: 0px 0px 14px #ffffff;
    background: #ffffff;
    width: fit-content;
    border-radius: 50px;
    margin: 0 0 -15px;
    color: #000;
}
.testi-2 span svg{
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: -1;
  fill: #000;
  opacity: .1;
  top: 0;
}
/* testimonials section end */

/* footer section start */
.map-section{
  position: relative;
}

.map-section iframe{
  vertical-align: bottom;
  height: 300px;
  width: 100%;
}
.footer1 ul{
  
padding: 12px;
  
background: #ffffff;
}
.footer-section{
  position: relative;
  z-index: 9;
  background: url(images/background.jpg) no-repeat;
  background-size: cover;
}
.footer-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 90%;
    background: linear-gradient(0deg, #4369af 0%, #5a81c7 25%, #759fdd 50%, #91bdef 75%, #a9d1f3 87%, #afd3e7 100%);
}
.footer-links ul li{
  color: #fff;
  padding: 8px 15px 8px 30px;
  position: relative;
  font-size: 13px;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ffffff47;
  background: #1e012c;
}
.footer-links ul li a{
  color: #ffffff;
}
.footer-links ul li:before{
    font-weight: 500;
    color: #ffc170;
    font-size: 20px;
    content: "\1409";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: 3px;
    left: 10px;
}
.footer1 a{

text-align: center;

display: block;
}
.footer1 img{
  
width: 336px;
  
margin: 12px 0 0;
}
.disclaimer b{
  display:block;
  font-weight: 400;
  font-size: 14px;
}
.disclaimer strong{
  font-size: 13px;
  font-weight: 500;
  color: #ffba62;
  display: block;
}
.footer1 p{
  padding: 3px 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.disclaimer {
    padding: 22px;
}
.footer-contact{padding: 32px 0 25px;}
.contact-left1{padding: 32px 30px 32px 12px;position: relative;}
.contact-left2{
  display: flex;
  align-items: center;
  padding: 7px 10px;
  background: #fff;
  border-radius: 12px;
}

.contact-left1 span{
  display: inline-block;
  text-align: center;
  padding: 0 32px 0 40px;
}
.contact-left1 span b{
  width: 85px;
  height: 85px;
  line-height: 90px;
  border-radius: 50%;
  margin: -42px 0 0 0;
  position: absolute;
  left: -8px;
  text-align: center;
  background: linear-gradient(0deg, rgb(255, 170, 61) 0%, rgb(255, 200, 129) 100%);
  animation: pulse-2 2s linear infinite;
}

@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #ffad45;
   }
   to {
      box-shadow: 0 0 0 10px #8db0ea00
   }
}
.contact-left1 span svg{
  width: 40px;
  animation: float 3s ease-in-out infinite;
  height: 40px;
  fill: #a00000;
}
.contact-left1 p{
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.contact-left1 p i{
  
text-transform: uppercase;
  
display: block;
  
font-weight: 900;
  
font-style: normal;
  
font-size: 18px;
  
color: #000000;
  
line-height: 24px;
}
.contact-left1 p strong{
  font-weight: 700;
  display: block;
  font-size: 15px;
  color: #a00000;
}
/* footer section end */



/* bread crumb section start */
.breadcrumb-section{
  padding: 22px 0;
  position: relative;
  background: url(images/background.jpg) no-repeat;
  z-index: 0;
  background-size: cover;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e012ceb;
  background-size: 20px 20px;
  z-index: -1;
  background-attachment: fixed;
}
.first-item {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-align: center;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 0;
}
.first-item a {
  color: #ffffff;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 55px;
  height: 55px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9999999999;
  justify-content: center;
  right: 0;
  bottom: -52px;
  background: #b02c38;
}
.breadcrumb-section .last-item .bi {
  fill: #ffffff;
  height: 34px;
  width: 33px;
}
.not-found-page strong {
  font-size: 100px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
/* bread crumb section end */


/* contact us page section start */
.form-contac1{
  padding: 0 12px;
}
.contact-1 iframe{width: 100%;height: 240px;border-radius: 12px;}
.form-design2{
  padding: 0 12px;
  text-align: center;
}
.form-design2 img{
  border-radius: 25px;
}
.contact-1{
  
padding: 12px;
}
.contact-2{
  padding: 20px 12px 15px;
  border-radius: 12px;
  box-shadow: 0 0 6px #dadada;
}
.contact-2 p{
  color: #000000;
  font-weight: 500;
  padding: 12px 0 0;
  font-size: 15px;
}
.contact-2 span{
  height: 92px;
  width: 92px;
  line-height: 111px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0px 12px #ffffff0a;
  background: #d45849;
  margin: 0 auto;
}
.contact-2 span svg {
      animation: hithere 1.3s ease infinite;
      width: 35px;
      height: 35px;
      fill: #ffffff;
}

@keyframes hithere {
  30% { transform:scale(1.2); }
  40%, 60% { transform:scale(1.2); }
  50% { transform:scale(1.2); }
  70% { transform:scale(1.2); }
  100% { transform:scale(1); }
}
.contact-2 a {
  display: block;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
}

/* contact us page section end */



/* fixed mobile icons start */

.icon-fixed-mobile{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  height: 80px;
}
.icon-fix{
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.left-icon{
  padding: 0;
}
.center-icon a{
  background: #ec000f;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(236 0 15), inset -0.2em -0.2em 0.2em 0 rgb(98 0 6);
}
.left-icon a{
  background: #00d400;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(2 200 2), inset -0.2em -0.2em 0.2em 0 rgb(0 142 0);
  margin: -60px 0 0 auto;
}

.contact-icon{
  color: #ffaa3d;
  border-radius: 40px;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 60px;
  font-size: 22px;
  line-height: 58px;
  width: 60px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  animation: float 3s ease-in-out infinite;
}
.contact-icon a .bi{
   height: 1.5rem;
   margin: 0 0 -1px 0;
   color: #fff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}

.right-icon{
  width: 60%;
  padding: 0;
}
.right-icon strong{
  display:block;
  color: #000000;
  font-weight: 700;
}
.right-icon p{
  display:block;
  color:#4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}



@media (max-width: 767px){
  .fixed-top{display: none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;padding: 0;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;margin: 0;}
  .menu li a{border: 0;text-align: left;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .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;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .navigation{padding: 0;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .services-4 strong {font-size: 15px;}
  .why-section .about-img1 img {margin: 0;}
  .content-aboutus p {text-align: left;}
  .other-serivces1 {padding: 5px;}
  .testi-heading svg {width: 295px;height: 130px;}
  .footer-contact {padding: 20px 10px;border-radius: 30px;}
  .footer-links ul li:after {left: 19px;}
  .first-item {font-size: 20px;}
  .breadcrumb-section {padding: 30px 0;}
   .menu {padding: 12px 0 0;}
   .head-logo2{text-align: center;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .why-section .about-img1 img {margin: 0;}
  .testi-heading strong, .birthchart-tagline p {font-size: 28px;line-height: 38px;}
  .big-call strong {font-size: 32px;}
  .big-call:before {font-size: 55px;line-height: 70px;width: 78px;height: 68px;}
  .testimonials-design3 {padding: 22px 0;width: 100%;}
  .testimonials-design2 span img {border: 10px solid #ffffff;}
  .testi-heading img {width: 85px;}
  .footer-section {padding: 25px 0;}  
  .head-right1 ul {justify-content: center;}
  .banner-cta {margin-top: -328px;width: 350px;height: 350px;left: 0;}
  .why-heading {font-size: 42px;line-height: 50px;}
  .top-add strong {font-size: 42px;}
  .service-box:hover .service-icon {opacity: 1;-webkit-transform: unset;transform: unset;}
  .testimonials-design1{display: block;}
  .testimonials-design2 {width: auto;}
  .front-content strong{display: none;}
  .choose1 strong {font-size: 20px;}
  .form-design {order: 1;}
  .head-right1{display: none;}
  .head-logo2 {text-align: left;}
  .tophead-section1:before{display: none;}
  .breadcrumb-section {padding: 0px 0;}
  .footer1 ul {padding: 12px 12px 5px;}
  .top-add{padding: 0 !important;}
  .testi-2 p {padding: 25px 12px 12px;}
  .why-us2 span {font-size: 50px;}
  .contact-left1 {padding: 20px 0 20px 12px;}
  .aboutus-center1 {padding: 12px 0 0;}
  .head-right{background:transparent;}
  .not-found-page strong {font-size: 48px;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;text-align: left;}
  .menu li a{border: 0;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .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;padding: 0;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align: left;padding: 0;}
  .head-right{padding: 0;background: transparent;}
  .menu {padding: 12px 0 0;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .why-section .about-img1 img {margin: 0;}
  .other-serivces1 strong {font-size: 13px;padding: 7px 10px;}
  .testi-heading strong {font-size: 40px;}
  .disclaimer{border: 0;padding: 22px 0;}
  .big-call strong {font-size: 45px;}
  .big-call:before {font-size: 62px;line-height: 82px;width: 92px;height: 78px;}
  .front-content strong {font-size: 18px;}
  .testimonials-design3 {padding: 22px;}
  .testimonials-design3 p {font-size: 15px;line-height: 27px;}
  .testimonials-design3 strong {font-size: 20px;font-weight: 500;padding: 12px 0 0;}
  .testimonials-design2 span img {border: 10px solid #ffffff;}
  .testimonials-design2 span svg {width: 58px;height: 58px;padding: 10px;}
  .testi-heading img {width: 115px;}
  .footer-section {padding: 25px 0;}
  .service-box .service-content strong {font-size: 17px;}
  .banner-cta {margin-top: -328px;width: 350px;height: 350px;}
  .birthchart-tagline p {font-size: 40px;line-height: 48px;}
  .top-add strong {font-size: 60px;}
  .form-order {order: 1;}
  .head-right1{display: none;}
  .head-logo2 {text-align: left;}
  .tophead-section1:before{display: none;}
  .breadcrumb-section {padding: 0px 0;}
  .footer1 ul {padding: 12px 12px 5px;}
  .top-add{padding: 0 !important;}
   .navigation {padding: 0;}
   .not-found-page strong {font-size: 65px;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li {padding: 0;}
  .book-an-appoint.deskshow a {font-size: 15px;}
  .menu li a {padding: 5px 18px 5px !important;font-size: 14px;}
  .about-call a {font-size: 20px;}
  .big-call strong {font-size: 75px;}
  .big-call p {font-size: 15px;}
  .big-call:before {font-size: 85px;line-height: 102px;width: 115px;height: 100px;}
  .big-call {padding: 0 0 0 95px;}
  .services-4 strong {font-size: 18px;}
  .choose1 strong {font-size: 13px;}
  .front-content strong {font-size: 17px;}
  .footer-links ul li {padding: 8px 12px 8px 28px;}
  .contact-left1 p {font-size: 13.5px;}
  .contact-2 p {font-size: 13px;}
 .services-1 {padding: 12px 5px;}
 .service-content strong {font-size: 15px;}
 .birthchart-tagline p {font-size: 40px;}
 .why-us2 span { font-size: 45px;}
 .why-us2 strong { font-size: 16px;}
 .form-heading strong {font-size: 21px;}
 .testi-heading strong {font-size: 50px;}
 .top-add strong {font-size: 78px;}

}

@media only screen and (min-width: 1201px) and (max-width: 1340px) {
.service-content strong {font-size: 17px;}
.birthchart-tagline p { font-size: 48px;}
  
}


@media (max-width: 575px) and (min-width: 0px) {
.menu li a {font-size: 15px;}
.why-heading {font-size: 35px;line-height: 40px;}
.head-right1 ul {justify-content: center;}
.head-right1 {padding: 0 0 8px;}
.head-right1 li i:before {top: -6px;right: -6px;}
.mob-show {padding: 2px 0 4px;}
.about-call a {font-size: 17px;}
.big-call strong {font-size: 30px;text-align: right;}
.big-call p {font-size: 15px;}
.big-call:before {font-size: 50px;line-height: 66px;width: 75px;height: 65px;}
.services-4 strong {font-size: 18px;}
.heading-about h1, .heading-about strong {font-size: 35px;line-height: 35px;}
.other-serivces-box {padding: 20px 6px;border-radius: 40px 40px 0 0;}
.banner{padding: 12px 0 !important;}
.testi-heading svg {width: 215px;height: 110px;}
.other-services-section{padding-bottom:0 !important;}
.services-section1 {padding: 40px 12px 12px;}
.why-box {display: block;}
.why-section:before {height: 62%;}
.testi-heading img {width: 70px;top: -35px;right: 20px;}
.head-logo2 img {width: 290px;}
.more-srv a span svg {width: 112px;height: 23px; top: -85px;}
.footer1 ul {padding: 12px 12px 5px;}
.top-add{padding: 0 !important;}
.testi-2 p {padding: 25px 12px 12px;}
.why-us2 span {font-size: 58px;}
.birthchart-tagline {padding: 50px 12px;}
.top-add strong {font-size: 34px;padding: 4px 12px;}
.other-serivces1 strong {font-size: 18px;padding: 6px 12px 5px;}
.not-found-page strong {font-size: 40px;}

}


@media (max-width: 420px) and (min-width: 0px) {
.head-logo2 img {width: 250px;}
.heading-about p {font-size: 13px;line-height: 22px;}
.heading-about span {font-size: 14px;padding: 8px 12px 6px;}
.form-heading strong {font-size: 19px;}
.form-heading span { font-size: 12px;}
.about-call a {font-size: 13px;}
.about-call a svg {width: 15px;height: 15px;}
.big-call strong {font-size: 22px;padding: 8px 0;}
.big-call p {font-size: 12px;}
.big-call:before {font-size: 40px;line-height: 53px;width: 58px;height: 50px;}
.big-call {padding: 0 0 0 75px;}
.testi-heading img {width: 50px;}
.testi-heading svg {width: 200px;height: 110px;}
.footer-links ul li {padding: 8px 12px 8px 25px;font-size: 11px;}
.footer-links ul li:after {left: 10px;}
.footer-links ul li:before {font-size: 20px;top: 1px;}
.contact-left1 span b {width: 80px;height: 80px;line-height: 80px;margin: -34px 0 0 0;}
.contact-left1 span svg {height: 40px;width: 40px;}
.contact-left1 p {font-size: 13px;padding: 0;}
.first-item {font-size: 16px;padding: 10px 12px;}
.breadcrumb-section {padding: 20px 0;}
.top-add strong {font-size: 25px;}
.services-1 {padding: 12px 0;}
.service-box .service-content strong {font-size: 15px;}
.read-more-btn a {font-size: 14px;}
.about-img1{width: 100%;}
.testimonials-design3 strong {font-size: 22px;}
.testimonials-design3 p {font-size: 15px;line-height: 26px;}
.testimonials-design2 span svg {width: 80px;height: 80px;}
.banner-cta {margin-top: -170px;width: 200px;height: 200px;}
.heading-about h1, .heading-about strong {font-size: 26px;line-height: 30px;}
.choose1 strong {font-size: 18px;}
.footer1 ul {padding: 12px 12px 5px;}
.top-add{padding: 0 !important;}
.testi-2 p {padding: 25px 12px 12px;}
.other-serivces1 {width: 100%;}
.not-found-page strong {font-size: 32px;}
}




