@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');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

body{
  margin:0;
  padding:0;
  color: #ec9878;
  background: linear-gradient(45deg, #6a0910, #791020, #6a1e29);
  font-family: "DM Sans", sans-serif;
  position: relative;}
body:before{
  content:"";
  position: fixed;
  height:100%;
  width:100%;
  background: url(images/background.webp) no-repeat;
  opacity: 10%;
  z-index: -9;
  left: 0;
  top: 0;
}
.astrology{
  content:"";
  position: fixed;
  left: 0;
  right: 0;
  background-size: cover;
  opacity: 29%;
  overflow: hidden;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  animation: orbit-clock-wise 240s infinite linear;
}
@-webkit-keyframes orbit-clock-wise {
  0% { opacity: 0.2; -webkit-transform: rotate(0deg); }
  2% { opacity: 0.5; }
  4% { opacity: 0.2; }
  5% { opacity: 1; }
  100% { opacity: 0.2; -webkit-transform: rotate(360deg); }
}

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: 93%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
ul, ol,  p{list-style:none; margin:0px;padding:0;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/*font-family: "Cormorant Upright", serif; */


/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  position: relative;
  padding: 0 0 0px 0;
  z-index: 999;
}
.logo-left2 img{
  height: 128px;
  margin: -24px 0 -30px 0;
}

.review-top a{
  width: fit-content;
  margin: 0 40px 0 auto;
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  padding: 7px 18px 6px;
  text-transform: capitalize;
  background: linear-gradient(45deg, #ffb531, #f3bb28);
  animation:blk 0.8s ease-in infinite;
  border-radius: 0% 0% 330px 130px/ 70px 40px 60px 70px;
}
@keyframes blk{
  50%{color:#ffffff00;}
  100%{color:#faa405;}
}
.text-astro-top{
  position: relative;
  font-size: 43px;

#wrap {
  top: -55px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 500px;
  z-index: 9;
  color: #ffb500;
  }
  p {
  float: left;
  font-weight: 400;
  text-align: center;
  font-family: "Dynalight", cursive;
  animation: one 6s infinite;
}
  p:nth-child(1){ animation-delay: 0s; }
  p:nth-child(2){ animation-delay: .1s; }
  p:nth-child(3){ animation-delay: .2s; }
  p:nth-child(4)  { animation-delay: .3s;}
  p:nth-child(5)  { animation-delay: .4s; }
  p:nth-child(6)  { animation-delay: .5s; }
  p:nth-child(7)  { animation-delay: .6s; }
  p:nth-child(8)  { animation-delay: .7s; }
  p:nth-child(9)  { animation-delay: .8s; }
  p:nth-child(10) { animation-delay: .9s; }
  p:nth-child(11) { animation-delay: 1s; }
  p:nth-child(12) { animation-delay: 1.1s; }
  p:nth-child(13) { animation-delay: 1.2s; }
  p:nth-child(14) { animation-delay: 1.3s; }
  p:nth-child(15) { animation-delay: 1.4s; }
  p:nth-child(16) { animation-delay: 1.5s; }
  p:nth-child(17) { animation-delay: 1.6s; }
  p:nth-child(18) { animation-delay: 1.7s; }
  p:nth-child(19) { animation-delay: 1.8s; }
  p:nth-child(20) { animation-delay: 1.9s; }
}
@-webkit-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-moz-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-ms-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-o-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}


@-webkit-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}


@-webkit-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}




@-webkit-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-webkit-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}



@-webkit-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}



@-webkit-keyframes seven {0% {opacity: 1;}90% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes seven {0% {opacity: 1;}90% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes seven {0% {opacity: 1;}90% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes seven {0% {opacity: 1;}90% {opacity: 0;}100% {opacity: 1;}}

@-keyframes seven {0% {opacity: 1;}90% {opacity: 0;}100% {opacity: 1;}}
.mobile-seen{display:none;}
/* end top section */

/* start navigation section */

.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  height: 2px;
  left: 0;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -85px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: end;
  width: 100%;
}
.menu li{
  padding: 8px 27px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.menu li:before{
  content:"";
  position:absolute;
  right:0;
  height:100%;
  width: 1px;
  background: linear-gradient(179deg, #611a25, #ffb500, #611925);
  top: 0;
}
.menu li:last-child:before{
  display:none;
}
.menu li a{
  color: #fff;
  padding: 0px !important;
  margin: 0;
}
.menu li a .badge{
  position: absolute;
  background: #d30000;
  color: #ffffff;
  font-family: monospace;
  top: -6px;
  left: 10px;
  z-index: -9;
  animation:blk 0.8s ease-in infinite;
}
@keyframes blk{
  50%{color:#ffffff00;}
  100%{color:#ff9700;}
}

.navbar-nav .nav-link.active{
  color: #ffd9ca;
}
.nav-link:focus, .nav-link:hover{
  color:#ffd9ca;
}
  
  
/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}

.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #fff;
    padding: 0;
    border-radius: 0;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    padding: 9px 44px 9px 20px !important;
    display: block !important;
    line-height: 29px;
    border-bottom: 1px dashed #13867d;
  }
  .dropdown-menu li a:before{
    content:"";
    position:absolute;
    height:1px;
    width:0%;
    background:#13867d;
    left:0;
    bottom:0;
    transition:0.5s ease-in;
  }
  .dropdown-menu li a:hover:before{
    width:100%;
  }
  .dropdown-menu li:last-child{border:0;}
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform:capitalize;
  color: #545454;
  font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}
.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #dd0000;
}
/* end navigation section  */

/* start slider section  */

.slide-section{
  position: relative;
  margin: 0;
}
.slide-design2 img{
  border-radius: 50%;
  height: 160px;
  display: block;
  margin: 0 auto;
  border: 7px solid #1625164f;
}
.slide-design2 strong{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.slide-design2 span{
  width: fit-content;
  margin: 0px auto 0;
  font-size: 13px;
  background: #ffb500;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
  padding: 2px 16px 2px;
  font-weight: 600;
  /* text-shadow: -1px -3px 5px #faa41c; */
  border-radius: 30px;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
  z-index: 9;
  width: 4%;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffb5004d;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
.slide-design1{
  padding: 10px 10px;
}
.slide-background{
  background: url(images/slide-1.webp) no-repeat;
  position: relative;
  background-size: cover;
  z-index: 9;
  padding: 10px 0 140px;
  background-position:center;
}
.carousel-item:nth-child(2) .slide-background{
  background: url(images/slide-2.webp) no-repeat;
}
.carousel-item:nth-child(3) .slide-background{
  background: url(images/slide-3.webp) no-repeat;
}
.slide-background:before{
  /* background: linear-gradient(45deg, #f9b82d, #957082); */
  content:"";
  position:absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  z-index: -9;
  opacity: 87%;
  background: linear-gradient(to bottom, #881c2e, #802731, transparent);
}
.text-slide strong{
  font-size: 63px;
  display: block;
  color: #fff;
  text-transform: capitalize;
}


.text-slide p{
  font-family: "Dynalight", cursive;
  color: #ffb500;
  font-size: 97px;
  margin: -53px  0 0;
}
.text-slide a{
  text-shadow: 0 0 3px #ffb500;
  position:relative;
  margin:-5px -2px -5px -4px;
  user-select:none;
  vertical-align:baseline;
  cursor:pointer;
  color: #000000;
  background: #ffb500;
  display: block;
  border-radius:80px;
  width: fit-content;
  font-size: 23px;
  padding: 6px 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: -10px auto -10px;
  transition: 0.8s ease-in;
}
.text-slide a:hover{
  transform: scale(1.1);
}
.answer-section a{
  font-family: "Dynalight", cursive;
  color: #ffb500;
  font-size: 97px;
  display:block;
  line-height: normal;
  margin: -145px 0 0 0;
}

.mobile-see{display:none;}



/* end slider section  */

/* END HEADER SECTION  */


/* start about us section */

.aboutus-section{
  padding: 90px 0 30px;
  overflow: hidden;
}
.aboutus-left1{
}
.heading-aboutus{
  span{
  font-family: "Dynalight", cursive;
  color: #ffb500;
  font-size: 37px;
  display: block;
  line-height: normal;
}
h1{
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
 h1 a{
  color: #fff;
}
 p{
  margin: 0 0px 30px auto;
  color: #ffdb83;
  width: fit-content;
  font-size: 16px;
  line-height: 30px;
}
}
.aboutus-content{
p{
  font-size: 16px;
  line-height: 32px;
  padding: 0px 0 0;
  color: #d2d2d2;
}
 p strong{
  font-weight: 500;
  color: #f3a305;
}
 h2,h3,h4,h5,h6{
  background: #fff;
  padding: 9px 20px;
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border: 0;
  width: fit-content;
  border-radius: 40px;
  transition: 0.8s all ease-in-out;
  margin: 21px auto 14px 0;
}
  ul{
    padding:20px 0 0;
  }
 
  ul li{
  color: #fff;
  position:relative;
  font-size: 15px;
  list-style:none;
  padding: 0 0 0 20px;
  line-height: 33px;
}
  em{
    color:#f19d0d;
    font-weight:600;
  }
    ul li:before{
      position:absolute;
      content:"";
      height: 10px;
      width: 10px;
      background: #f19d0d;
      left: 0;
      top: 11px;
      border-radius: 3px;
    }
  ol{
    padding: 6px 10px !Important;
    border-left: 2px solid #f19d0d;
    margin: 10px 0 0;
    color: #ffc563;
    width: fit-content;
  }
}
.text-aboutus p{
  color: #212121;
}
.view-more a{
  text-shadow: 0 0 3px #ffffff;
  position: relative;
  margin: 30px 0 0 0;
  display: block;
  color: #fff;
  background: linear-gradient(45deg, #9e1a31, #feb400);
  border-radius: 80px;
  font-size: 20px;
  width: fit-content;
  padding: 10px 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bir-chrt img{
  animation: rotated 6s infinite linear;
  height: 320px;
  margin: -50px 0 0;
}
@keyframes rotated {
  0% {transform: rotate(0);}
  100% { transform: rotate(360deg);}
}
.birth-details{
  border-radius: 90px;
  padding: 18px 31px;
  background: #fff;
  margin: 40px 0  0; 
  strong{
    font-size: 33px;
    font-weight: 800;
    color: #78212c;
    text-transform: capitalize;
  }
  p{
    font-size: 15px;
    line-height: 28px;
    padding: 0px 0 0;
    color: #000000;
  }
  
}

/* end about us section */

/* start top services section */

.topservices-section{
   padding: 90px 0 50px;
}
.topservices-1{
   padding: 15px;
}

.topservices-2 strong{
   font-size: 21px;
   text-transform: capitalize;
   display: block;
   font-weight: 700;
   color: #fbb300;
   padding: 31px 0 0px;
}
.topservices-2 img{
   border-radius: 10px;
   transform: rotate(-0deg);
}
.topservices-2 span{position: relative;}
.topservices-2 span:before{
  height:100%;
  width:100%;
  background: #fbb300;
  left:0;
  right:0;
  transform: rotate(7deg);
  content:"";
  position: absolute;
  border-radius: 20px;
  animation: blik-back 2s infinite ease-in;
} 
.topservices-2 span:after{
  height:100%;
  width:100%;
  background: #fbb300;
  left:0;
  right:0;
  transform: rotate(-7deg);
  content:"";
  position: absolute;
  border-radius: 20px;
  z-index: -9;
  animation: blik-backk 2s infinite ease-in;
}
@keyframes blik-back{
  0{opacity:16%;}
  50%{opacity:30%;}
  100%{opacity:100%;}
}
@keyframes blik-backk{
  0{opacity:16%;}
  50%{opacity:30%;}
  100%{opacity:100%;}
}
.topservices-2 p{
   color:#fff;
   font-weight: 300;
   font-size: 15px;
   line-height: 26px;
}
.topservices-2 a{
  color: #ffffff;
  border: 2px solid #fbb300;
  border-radius:40px;
  padding: 2px 17px;
  text-transform: capitalize;
  display: block;
  margin: 19px auto 0;
  width: fit-content;
}
/* end top services section */


/* start why choose us section */

.whychoose-section{
  padding: 90px 0 50px;
  background: #fff;
}
.choose-left1, .choose-center1, .choose-right1{
}
.whyus-heading{
  strong{
    font-size: 50px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
  }
  strong b{
    color: #9c1928;
  }
}
.choose1-content{
  padding:30px 0 0 0;
  p{
    font-size: 15px;
  line-height: 32px;
  padding: 9px 0 0;
  color: #212121;
  }
  aside{
    font-family: "Dynalight", cursive;
    color: #bababa;
    font-size: 48px;
    display: block;
    transform: rotate(
346deg);
    text-align: right;
    line-height: normal;
    font-style: italic;
    margin: 48px 0 0;
    font-weight: 500;
  }
  
}
.choose-list ul li{
  color: #ffffff;
  font-weight: 500;
  padding: 17px 18px;
  /* border: 1px solid #7e9f24; */
  list-style: none;
  text-align: left;
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  margin: 15px 0 0 0;
  display: block;
  border-radius: 10px;
  background: linear-gradient(45deg, #721724, #ffa200);
}
.choose-list ul li svg{
  position:absolute;
  right: 23px;
  height: 38px;
  width: 38px;
  fill: #ffffff;
  top: 13px;
}
/* end why choose us section */


/* start main services section */

.mainservices-section{
  padding: 70px 0 100px;
  position: relative;
  z-index: 9;
  background: rgb(244 244 245);
}
.topservicesheading {
  aside{
    font-family: "Dynalight", cursive;
    color: #d3731a;
    font-size: 37px;
    display: block;
    line-height: normal;
  }
  strong{
     color: #2e2e2e;
     font-weight: 800;
     text-transform: uppercase;
     display: block;
     font-size: 50px;
  }
   p{
     color: #988a54;
     font-size: 18px;
     line-height: 30px;
  }
}
.mainservices-1{
  padding: 10px 10px;
  width: 20%;
}
.mainservices-2 a{
  padding: 40px 10px 40px;
  position: relative;
  border-radius: 7px;
  background: #ffffff;
  font-size: 17px;
  z-index: 9;
  box-shadow: 0 0 6px #e3e3e3;
  /* border: 1px solid #d4d4d4; */
}
.mainservices-2 strong{
  font-weight: 500;
  color: #000000;
  display: block;
  padding: 8px 0 0px;
  text-transform: capitalize;
}
.mainservices-2 p{
  color: #d3d3d3;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
}
.mainservices-2 span{
  display: block;
}
.mainservices-2 span img{
  height: 77px;
}

.text-mainservices{
  overflow: hidden;
  margin: 80px auto 0;
  width: fit-content;
}
.text-mainservices a{
  background: linear-gradient(91deg, #CFA346 .84%, #E0BA59 27.15%, #F7EBAE 43.84%, #F3DF89 53.45%, #E0BA59 76.22%, #A8701C 97.97%);
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  color: #000000;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 28px 12px 28px;
}
.text-mainservices:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
@keyframes shine {
    0% {
        left: -100px
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}

.text-list-design{
  width:80%;
  margin: 90px auto 0;
  z-index: 9;
  position:relative;
  border-radius: 25px;
  padding: 70px;
  background: linear-gradient(45deg, #6a0910, #791020, #6a1e29);
}
.text-list-design:before{
  content:"";
  position: absolute;
  height:100%;
  width:100%;
  background: url(images/background.webp) no-repeat;
  opacity: 10%;
  top: 0;
  border-radius: 25px;
  z-index: -9;
  left: 0;
  background-size: cover;
  background-position: bottom;
}
.heading-list{ 
  p{
    
    color: #ffb500;
    font-size: 17px;
    font-weight: 600;
    display: block;
    line-height: normal;
  }
  strong{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
}
.list-design {
  padding:10px;
  ul li{
    list-style:none;
  padding: 10px 0 10px;
  }
  ul li a{
    color: #fff;
    position:relative;
    font-size: 17px;
    padding: 0 0 0 20px;
    line-height: 33px;
  }
  ul li a:before{
    position:absolute;
    content:"";
    height: 12px;
    width: 12px;
    background: #f19d0d;
    left: 0;
    top: 11px;
    border-radius: 3px;
  }

}
.text-contact{
  overflow: hidden;
  margin: 80px auto 0;
  width: fit-content;
}
.text-contact a{
  background: linear-gradient(91deg, #f19d0d .84%, #c17e0a 27.15%, #e89b12 43.84%, #dd9a17 53.45%, #db9818 76.22%, #f19d0d 97.97%);
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  color: #000000;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 18px 28px 16px 28px;
}
.text-contact:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
@keyframes shine {
    0% {
        left: -100px
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}
/* end main services section */


/* start other services section*/

.otherservices-section {
    padding: 70px 0;
    position: relative;
}
.heading-services {
  strong{
    display:block;
    opacity: 0.2;
    font-size: 113px;
    color: #f19d0d;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    z-index: -99;
    margin: 0 auto;
  }
  p{
    display:block;
    font-size: 76px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
  }
  
}
.other-services1{
  padding: 20px 20px 20px;
  text-align: center;
}
.other-services2{
  background: #fff;
  padding: 0 0 11px;
}
.other-services2 img{width:100%;}
.other-services2 strong {
    color: #6d1b25;
    font-weight: 800;
    text-transform: capitalize;
    display: block;
    padding: 17px 10px 2px;
    font-size: 20px
}

.other-services2 p {
    color: #474747;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
}

.other-services2 a {
  color: #ffffff;
  border-radius: 40px;
  padding:2px 17px;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(45deg, #9c1826, #feb400);
  margin: 19px auto 19px 6px;
  width: fit-content;
  transition: 0.8s ease-in;
  font-weight: 500;
}
.other-services2 a:nth-child(5){
  background: linear-gradient(45deg, #179526, #00E676, #13a233);
  color: #fff;
}
  
.other-services2 a:hover{
  transform: scale(1.1);
}
/* end other services section*/

/* start testimonials section  */

.testimonials-section{
  padding: 110px 0 110px 0px;
  background: #fff;
  position: relative;
}
.qoute{
  display: block;
  position: absolute;
  top: 40px;
  color: #e2d500;
  left: 0px;
  margin: 0 auto;
  height: unset;
  line-height: 50px;
}
.qoute b{
  display:block;
}
.qoute .bi{
  height: 170px;
  width: 170px;
  fill: #ececec;
  display: block;
}
.testimonials-left{padding-left:40px;position-relative;}
.logo{
  position:absolute;
  right:0;
  bottom: -80px;
}
.logo img{
  padding: 6px;
  transform: translatey(0px);
  border-radius: 20px;
  animation: float 4s ease-in-out infinite;
  background: linear-gradient(45deg, #6a0910, #791020, #6a1e29);
  height: 140px;
}
 @keyframes float {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0px)
    }
}
.text-client{
  span{
    font-family: "Dynalight", cursive;
    color: #d16d11;
    font-size: 37px;
    display: block;
    line-height: normal;
  }
    strong{
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
    color: #282828;
    font-size: 45px;
    line-height: 70px;
  }
}
.text-client i{
   display: block;
   z-index: 9;
   padding: 6px 0 20px 0;
   text-align: center;
   position: relative;
   width: fit-content;
}
.text-client i .bi{
  fill:#ffffff;
  height: 17px;
  width: 17px;
  display: block;
  margin: 0px 0 0px 18px;
}
.text-client i:before{
   content: "";
   height: 29px;
   width: 2px;
   position: absolute;
   left: 0%;
   transform: translateX(0%) skew(-25deg);
   background-color: #e1c281;
   top: 0px;
   z-index: -1;
   margin-left: 0px;
}
.text-client i:after{
   content: "";
   height: 29px;
   width: 44px;
   position: absolute;
   left: 0px;
   transform: translateX(0%) skew(-25deg);
   background-color: #e1c281;
   top: 0px;
   z-index: -1;
   margin-left: 5px;
}

.testimonials-right{position: relative;z-index: 9;}

.client-1{
  padding: 10px;
}
.client-2{
  padding: 30px 20px;
  background: #f2f2f2;
  text-align: center;
  /* box-shadow: 0 0 6px #e3e3e3; */
  border: 1px solid #32300612;
}
.client-2 i{
  position:absolute;
  right: -0px;
  color: #fff;
  height:100px;
  background: #2c1b0b;
  width:100px;
  border-radius: 0% 0px 0px 100%;
  top: -30px;
}
.client-2 i .bi{
  height: 34px;
  width: 34px;
  color: #ffd080;
  margin: 46px 0px 0px 30px;
}

.client-2 p{
  color: #4b4b4b;
  font-weight: 500;
  line-height: 29px;
  font-size: 15px;
  padding: 0;
}
.client-2 img{
  border-radius: 50%;
  margin: 0 auto;
  width: 60px;
}
.client-2 strong{
  position:relative;
  padding: 8px 0 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: #bd0e27;
  margin: 0;
  display: block;
}
.client-2 strong em{
  font-style: normal;
  text-transform: uppercase;
  color: #424242;
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d705e;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d7040;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-nav, .owl-dots{
  display:none;
  transition:0.4s ease-in;
}
.client-testimonials2:hover .owl-nav{
  display:block;
}

/* end testimonials section  */

/* start bottom services section */

.bottom-section{
   padding: 60px 0 70px;
   background: #ffffff;
}
.bottom-list1{
   padding: 10px;
}
.bottom-list2{
   padding: 30px 20px 30px 20px;
   background: #ffeccb;
   border: 1px solid #ffcb78;
   border-radius: 23px;

  aside{
   font-size: 21px;
   color: #111111;
   padding: 0 0 0px 50px;
   text-transform: uppercase;
   font-weight: 600;
   margin: 0 0 10px 0;
  }
  span{
   position: absolute;
   top: -3px;
   left: 0;
  }
  span img{height: 37px;}
  ul{
  padding:0;
  margin:0;
  overflow: scroll;
  height: 157px;
  overflow-x: hidden;
}
 ul::-webkit-scrollbar {
 width: 2px;
}
ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #ffd99c;
 border-radius: 0px;
}
 ul::-webkit-scrollbar-thumb {
 background: #90651d;
  height:20px;
 border-radius: 0px 0px 10px 10px;
} 
 ul li{
  font-size: 15px;
  color:#000;
  font-weight:400;
  list-style: none;
  text-transform:capitalize;
  text-align: left;
  padding: 0px 0 0px 19px;
  position:relative;
  margin: 14px 0 0;
}
 ul li:before{
  position: absolute;
  background: #e6e6e600 30%;
  top: 0px;
  left: 0px;
  font-weight: 600;
  color: #f19d0d;
  font-size: 16px;
  content: "\1405";
  font-family: 'Glyphicons Halflings';
}
li a{
  color:#000;
}
}
.find-us a{
  background: #ffd791;
  padding: 4px 10px 3px;
  border-radius: 7px;
  color: #000000;
  display: block;
  margin: 4px 0 0;
  width: fit-content;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
/* end bottom services section */




/* start talk astro section  */

.talkastro-section{
  background: #0f0f0f;
  padding: 50px 0 150px;
}
.talktoastro2 {
  background: linear-gradient(45deg, #6a0910, #791020, #6a1e29);
  padding:20px;
}
.text-astro{
  border:1px solid #f9b101;
  padding: 26px;
}
.talktoastro2 img{height: 160px;}
.talktoastro2 strong{
  font-size: 31px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding:  0 0px;
}
.talktoastro2 em{
  font-family: "Dynalight", cursive;
  color: #ffb500;
  font-size: 44px;
  display: block;
  line-height: normal;
}
.talktoastro2 span{
  color: #eee;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  display: block;
  text-transform: capitalize;
}
.talktoastro2 a{
  display: block;
}
.talktoastro2 i{
  display: block;
  color: #eee;
  font-style: normal;
  padding: 10px 0 0px 0;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
}
.form-astro{
  strong{
    color: #ffcd00;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    display: block;
  }
  p{
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin: 0 0px 27px;
    border-bottom: 1px solid #715d0c;
  }
}
.fill-form{
  textarea.form-control1{
    
  }
}
.img-srv{padding: 19px;}
.img-srv img{
  width: auto;
}
.talkastro-center1{
  padding:30px;
}
.social-icons1 ul li{
  list-style: none;
  display: inline-block;
  padding: 0 8px 0 0;
}
.social-icons1 ul li:nth-child(1) a{
  background:rgb(93, 130, 209);
}
.social-icons1 ul li:nth-child(3) a{
  background:radial-gradient(circle at 30% 107%, rgb(253, 244, 151) 0px, rgb(253, 244, 151) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90%);
}
.social-icons1 ul li:nth-child(2) a{
  background: #000000;
}
.social-icons1 ul li:nth-child(4) a{
  background:rgb(2, 123, 165);
}
.social-icons1 ul li a{
  color:#fff;
  border-radius: 12px;
  display: block;
  height: 49px;
  text-align: center;
  width: 70px;
  line-height: 57px;
}
.social-icons1 ul li a .bi{
  height: 23px;
  width: 23px;
}

/* end talk astro section */


/* start services section*/
  
.why-section{
   padding: 80px 0 80px;
   background: #fff;
}
.whychoose{padding:90px 0 0;}
.srvvs{
  padding:20px 0 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
.chooseus11{
  padding: 0px;
}
.whychoose1{
   padding: 8px;
}
.whychoose2{
     padding: 0;
}
.image{
}
.image img{

}
.text-services{
   padding: 20px 24px 20px 24px;
}
.text-services strong{
  color: #921725;
  font-weight: 700;
  display: block;
  font-size: 17px;
  line-height: 25px;
  padding: 0 0 0 23px;
  position:relative;
}
.text-services strong:before{
  position: absolute;
  color: #9c1928;
  top: -10px;
  text-align: center;
  left: -14px;
  font-size: 39px;
  content: "\1809";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.text-services p{
   color: #2f2f2f;
   line-height: 28px;
   font-size: 16px;
   font-weight: 400;
   text-align: left;
   padding: 9px 0 0;
}
.text-services a{
   padding: 7px 16px 7px;
   font-size: 16px;
   display: block;
   color: #fff;
   margin: 0 0 0 0;
   background: radial-gradient( #4d0900,#8c3413,  #4d0900,#8c3413);
   text-transform: capitalize;
}
.chooseus1ices strong{
   color: #000000;
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   padding: 10px 0 0;
   font-size: 20px;
}
.chooseus1ices1{
  padding:10px;
}
.chooseus1ices{
  text-align:center;
  background: #fff;
  padding: 20px;
}
.chooseus1ices p{
   color: #2f2f2f;
   line-height: 31px;
   font-size: 15px;
   font-weight: 400;
   padding: 10px 0 0;
}
.chooseus1ices a{
   padding: 7px 16px 7px;
   font-size: 16px;
   display: block;
   color: #fff;
   background: radial-gradient(#8c3413, #8c3413, #4d0900);
   text-transform: capitalize; 

}
/* end services section*/


/* =============================================
        START GET IN TOUCH PAGE CSS 
================================================*/

.getintouch{
  padding: 70px 0 90px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}
.get-in1{
  padding: 16px;
}
.get-in2{
  border-radius: 17px;
  padding: 0;
  position: relative;
  text-align: center;
  background: url(images/stars.webp) #f4f4f5 no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.get-in2 a{
  display: block;
  color: #eaa142;
  padding: 30px;
}
.social-media a span{
  display: block;
  position: absolute;
  top: 19px;
  color: #e1a04b;
  right: 10px;
  height: auto;
  width: auto;
  border: 0;
}
.social-media a span .bi{
  height: 0.9rem;
  width: 0.9rem;
}
.get-in2 strong{
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: block;
  color: #000000;
}
.get-in2 span{
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 127px;
  border: 1px solid #771322;
  background: transparent;
  border-radius: 50%;
}
.get-in2 span .bi{
  height: 2.5rem;
  width: 2.5rem;
  fill: #6a111e;
}
.get-in2 p{
  color: #d06b12;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0 0;
}

.getin-right1{
  padding: 0 0 0 40px;
}
.getin-right1 iframe{
  border-radius:30px;
}

.contac-rr {
  padding: 20px 10px 0px 10px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 10px 8px;
   margin: 0px 0px 5px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #715d0c;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 14px 0px 10px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 85px;
  border-radius: 13px;
  color:#fff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
}
.btn-group>.btn{
  background: linear-gradient(45deg, #9c1826, #feb400);
  padding: 9px 30px;
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 40px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffecd3;
  padding-left:0px;
  text-transform:capitalize;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: 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;
}
/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/

/* start contact astro  section */

.contastro-section{
  background:#fff;
}
.cont-astroo{
  padding: 40px 50px;
  background: linear-gradient(45deg, #a37414, #feb400);
  margin: 0 0 0px 0;
  border-radius: 40px;
  z-index: 999999;
  position: relative;
  top: -100px;
}
.contastro-left1{
  padding: 0 30px 0 0px;
}
.contastro-left1 strong{
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  line-height: 40px;
  font-weight: 660;
  color: #ffffff;
}
.contastro-left1 span{
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  line-height: 40px;
  font-weight: 660;
  color: #ffffff;
}
.contastro-left1 span b{
  color: #000000;
}
.contastro-left1 p{
  color: #000000;
  line-height: 28px;
  padding: 11px 0 0;
  font-size: 16px;
}
.contastro1{
  padding: 10px;
}
.contastro2{background: #fff;width: fit-content;margin: 0 0 0 auto;padding: 20px;border-radius: 20px;}
.contastro1:nth-child(2) .contastro2{
  background: #d2292724;
}
.choose-left .contastro1:nth-child(2) .contastro2{
  background: #f3de2136;
}
.choose-left .contastro1:nth-child(1) .contastro2{
  background: #8e1ea930;
}
.contastro2 aside{
  width: 85%;
  padding: 0 30px 0 0px;
  text-align: right;
}
.contastro2 aside span{
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b10000;
}
.contastro2 aside p{
  font-size: 34px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 800;
}

.contastro2 strong{
  width: 15%;
}
.contastro2 strong svg{
  height: 70px;
  width: 70px;
  animation: 1s infinite anim;
}

/* end contact astro  section */





/* start footer section  */

.footer{
  position: relative;
  padding: 0px 0 50px;
  z-index: 9;
  background: linear-gradient(45deg, #6a0910, #791020, #6a1e29);
}
.footer:before{
  content:"";
  position: absolute;
  height:100%;
  top:0;
  left:0;
  width:100%;
  background: url(images/background.webp) no-repeat;
  opacity: 10%;
  z-index: -9;
}

.footer-left1{
  padding: 0;
}
.footer-contact{margin: 20px 0 0;padding: 10px 0 0 0;}

.footercontact-left1{
  padding: 0 0px 0 10px;
}
.footercontact-right1{padding: 0 0px 0 0px;}
.footercontact-right2 ul li b{
  font-weight: 400;
  display: block;
}
.footer-right1{
  padding: 0 0 0;
}
.footer-right2{
  padding: 0px 0 0 0px;
}
.footer-line ul{
  /* list-style: none; */
  text-align: center;
}
.footer-line ul li{
  padding: 5px 0px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.footer-line li a{
  color: #ffffff;
  display: block;
  transition:0.6s ease-in;
  text-align: left;
}
.footer-line li a:hover{
  color:#d1980e;
  transform:translateX(15px);
}
.phone-footer a{
  color: #fff;
  padding: 3px 0 0;
  font-size: 30px;
  font-weight: 600;
}
.phone-footer a svg{
  height: 30px;
  width: 30px;
    animation: 1s infinite anim
}
@keyframes anim {
    10%,
    20%,
    30%,
    40% {
        rotate: 10deg
    }
    15%,
    25%,
    35%,
    45% {
        rotate: -10deg
    }
    50% {
        rotate: 0deg
    }
}

.phone-footer a:nth-child(2){
  position: relative;
  color: #fff;
  margin: 20px 0 0;
  background: linear-gradient(45deg, #9c1826, #feb400);
  border-radius: 80px;
  font-size: 20px;
  width: fit-content;
  font-weight: 500;
  padding: 4px 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 0 14px 5px #ffa4006e;
  animation: moveShadow 2s ease-in-out infinite alternate;
}

@keyframes moveShadow {
  0% {
    box-shadow: -15px 0 20px 5px rgba(255, 164, 0, 0.6);
  }
  50% {
    box-shadow: 15px 0 20px 5px rgba(255, 164, 0, 0.6);
  }
  100% {
    box-shadow: -15px 0 20px 5px rgba(255, 164, 0, 0.6);
  }
}

.location-footer {
  ul li{
  display: inline-block;
  padding: 0 17px;
  text-transform: capitalize;
  font-size: 15px;
  }
   ul li a{
    color: #fff;
  }
  ul li a:hover{
    color:#c28a00;
  }
}



.social-icons ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  margin: 0 0px;
  position:relative;
}
.social-icons ul li:before{
  content:"";
  position:absolute;
  width:100%;
  top: 10px;
  left: -42px;
  background: #532e0c;
}
.social-icons ul li:nth-child(1):before{
  display:none;
}
.social-icons ul li a {
  border-radius: 7px;
  display: block;
  position:relative;
  transition:0.5s ease-in;
  color: #ffecc9;
}
.social-icons ul li a .bi {
  height: 19px;
  width: 19px;
}
.social-icons ul li a:hover{
  color:#d1980e;
  transform:translateY(-15px);
}
.footer-right2 { strong{
    font-family: "Dynalight", cursive;
    color: #ffffff;
    font-size: 44px;
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
  }
  p{
    color: #dfdfdf;
    text-align:center;
    line-height:30px;
  }
}
.copy-right{padding: 40px 0 0;}
.copy-right p {
  color: #d7d7d7;
  font-weight: 500;
  font-size: 15px;
  display: block;
}
.copy-right strong{
  border: 1px dashed #d09300;
  display: block;
  margin: 20px 0 0;
  color: #e2e2e2;
  line-height: 29px;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 300;
}
/* end footer section*/


/* start bread crumb section */

.bread-crumb{
  position: relative;
  padding: 53px 0 42px;
  z-index: 9;
}
.bread-crumb:before{
  content: "";
  background: url(images/slide-1.webp) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 29%;
  opacity: 46%;
}

.bread-crumb h1{
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 5px;
}
.bread-crumb h1 a{
  color: #ffffff;
}
.bread-crumb p{
  color: #fff;
  padding: 20px 0 0 0;
}
.bread-crumb p a{
  position: relative;
  color: #fff;
  margin: 0px 20px 0 0px;
  background: linear-gradient(45deg, #9c1826, #feb400);
  border-radius: 80px;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 21px;
  display: block;
  text-transform: uppercase;
  animation: moveShadow 2s ease-in-out infinite alternate;
  width: fit-content;
  margin: 0 auto;
}
.error h1{
  font-size: 130px;
  font-weight: 800;
}


/* end bread crumb section  */

/* ===============================================
     START ABOUT US SECTION 
==================================================*/

.content-aboutus b{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.content-aboutus p{
  font-size: 16px;
  line-height: 32px;
  padding: 9px 0 0;
  color: #d2d2d2;
}
.content-aboutus p strong{
  font-weight: 500;
  color: #f3a305;
}
.whychoose-aboutus{
  background: #f4f4f5;
}
.pt-choose2{
  padding: 20px;
  background: #fff;
  border-radius: 20px;
    strong{
    font-size:20px;
    font-weight:700;
    color: #6c1222;
    text-transform: capitalize;
  }
  p{
    color:#222;
    font-size:15px;
    padding: 7px 0 0;
    line-height: 25px;
  }
}
.about-inner-page{
  padding-bottom: 0px;
}
.choose-about .choose1 img{
  height:500px;
  margin:0 auto;
  display:block;
}
.mission-vission2{
  border-radius:20px;
  position:relative;
  background: #c4680f;
  overflow: hidden;
  padding: 20px;
  small{
    font-size: 29px;
    font-weight: 600;
    color: #fff;
  }
  p{
    font-size: 15px;
    line-height: 28px;
    padding: 0;
    color: #000000;
  }
 
 }



/* ===============================================
     END ABOUT US SECTION 
==================================================*/

/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/

.getintouch{
  padding: 70px 0 90px;
}
.social-media li {
  list-style: none;
  display: block;
  padding: 10px 0px 0;
}
.social-media ul li a{
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-style: italic;
  font-size: 13px;
  padding: 7px 16px 8px 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 110px;
  background: #771322;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  list-style: none;
  color: #ffffff;
  padding: 18px 0 0;
}
.timming li  svg{
  height: 1.1rem;
  width: 1.1rem;
  margin: 0 3px 0 0px;
  fill: #e89009;
}
.timming li p{
  text-transform: capitalize;
  color: #d3d3d3;
  font-weight: 300;
  padding: 4px 0 0;
}
.social-media{
  padding: 30px 20px;
}

.getin-right1{
  padding: 0 0 0 40px;
}
.getin-right1 iframe{
  border-radius:30px;
}
/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/


/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 5px;
  z-index: 9;
  margin: 0 auto;
  display: none;
  left: 0;
  right: 0;
  padding: 10px 10px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.left-icon{
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 50px;
  font-size: 20px;
  width: 110px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 35px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #ffffff;
  border-radius: 30px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
}
.center-icon a span{
  margin: 0px 0px 0px 3px;
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.left-icon a span{
  margin: 0px 2px 0px auto;
  border: 3px solid #ffffff;
  background: #128213;
  outline: 2px solid #128213;
}
.contact-icon a svg{
   height: 23px;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 22px;
   animation: trin 0.5s linear infinite;
   animation: anim 1s infinite;
}
.center-icon a svg path{
  fill: #fff;
}

.chatbox{
    position:relative;
}
.chatbox:before{
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  height: 100%;
  width: 60%;
  background: radial-gradient(circle at top left, rgb(152 79 46 / 42%) 0%, rgba(255, 255, 255, 0.442) 50%);
  background-size: 60% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  z-index: -9;
}
.astro-chat{
    border-radius:10px;
    padding: 20px;
    width: 70%;
    box-shadow: 0px 25px 30px 2px rgba(0, 0, 0, 0.2);
    display: block;
    background: #fff1f1;
    margin: 40px auto 0px;
    border: 1px solid #fff;
}
.image-ast{
    width:30%;
    position: relative;
}
.image-ast i {
    display:block;
    position:relative;
    width: fit-content;
    margin: 0 auto;
}
.image-ast i img{
    border-radius: 30%;
    height: 120px;
    border: 4px solid #fff1f1;
    outline: 4px solid #119205;
}
.image-ast i:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  bottom: 1px;
  border: 2px solid #fff;
  right: -3px;
  background: #34C105;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
}
100% {
  transform: scale(1);
  opacity: 1;
  }
}
.image-ast aside span{
   display: block;
   text-align: center;
   font-weight: 700;
   color: #000;
   background: #fed500;
   padding: 2px 20px;
   font-size: 14px;
   width: fit-content;
   margin: 10px auto 10px;
}
.image-ast aside  svg{
   height: 24px;
   margin: 0 auto;
   display: block;
}
.image-ast aside b{
    color:#000;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    display: block;
    padding: 6px 0 0 0;
}
.astro-name{
    width:70%;
}
.astro-name strong{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 27px;
  color: #612503;
}
.astro-name p{
  font-size: 17px;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
  padding: 0px 0 11px;
}
.astro-name p em{
  color: #fff;
  background: radial-gradient( #4d0900,#8c3413,  #4d0900,#8c3413);
  padding: 4px 10px;
  float: right;
  font-style: normal;
  font-weight: 500;
}
.astro-name ul li{
  list-style:none;
  position: relative;
}
.astro-name ul li del{
  color:#7a7a7a;
  font-weight:500;
  font-size: 20px;
}
.astro-name ul li b{
  color:#000000;
  font-size: 26px;
  text-transform:uppercase;
}
.astro-name ul li svg{
    height: 19px;
    margin: -13px 0 0 0;
}
.astro-name a{
  color:#fff;
  background: #0ad529;
  display: inline-block;
  font-size: 20px;
  margin:10px 0 0 0;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
.astro-name a svg{
  height: 27px;
  margin: -3px 4px 0 0;
  fill:#fff;
  width: fit-content;
}
.astro-name .call{
  background:#da0000;
}
.contact-astro a{
  color:#fff;
  background: #0ad529;
  display:block;
  font-size: 26px;
  margin:10px 0 0 0;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
.contact-astro a svg{
  height: 31px;
  fill:#fff;
  width: fit-content;
}

.mobil-chat-astro{display:none;}

.head-design{display:none;}
@media (max-width: 767px){

  .menu li {padding: 8px 0px;font-size: 13px;display: inline-block;width: 49%;}
  .text-slide strong{font-size: 44px;}
  .phone-footer a{font-size: 18px;}
  .logo-left2 img{height: 110px;margin: -34px 0 -0px 0;}
  .mobile-see{display:block;}
  .social-icons, .mobile{display:none;}
  .menu li:before{display:none;}
  .answer-section a{font-size: 56px;margin: -90px 0 0;padding: 0 10px;}
  .whyus-heading strong {font-size: 25px;}
  .text-list-design{width: 100%;padding: 70px 30px 30px;}
  .list-design ul li a{font-size:15px;line-height: 27px;}
  .text-client strong{font-size: 31px;line-height: 60px;}
  .location-footer ul li {padding: 0 7px;}
  .slide-design2 strong{font-size: 14px;font-weight: 400;}
  .heading-services  p {font-size: 48px;}
  .logo{top: -90px;right: 20px;}
  .slide-design2 img{height:auto;}
  .slide-design2 span{padding:5px;font-size:10px;letter-spacing: 0;padding: 2px 11px 2px;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .mainservices-1{width: 50%;padding: 7px;}
  .mainservices-2 a {padding: 20px 10px 20px;}
  .heading-list strong{font-size: 31px;}
  .text-astro-top #wrap{width: fit-content;top: -34px;left: 0;margin: 0 auto 0 0;}
  .choose1 img{height: 410px;display: block;margin: 0 auto;}
  .list-design, .choose1-content {padding: 0px 0 0 0;}
  .topservicesheading  strong {font-size: 26px;}
  .list-design ul li {padding: 5px 0 5px;}
  .text-contact a{font-size: 18px;padding: 10px 16px;text-align: center;}
  .logo img{height: 120px;}
  .contastro2 aside span {font-size: 23px;}
  .contastro-left1{padding:0;}
  .cont-astroo {padding: 11px 11px;border-radius: 10px;}
  .contastro-left1 p{padding: 1px 0 10px;}
  .contastro-left1 span {font-size: 20px;}
  .social-icons1 ul li a .bi, .phone-footer a svg {height: 22px;width: 22px;}
  .mobile-seen{display:block;margin: 0 0 40px 0;font-size: 30px;}
  .form-astro p, .talktoastro2 i, .talktoastro2 strong{font-size: 20px;}
  .social-icons1 ul li a{height: 47px;width: 48px;}
  .img-srv {padding: 13px 6px;}
  .talkastro-center1,.talktoastro2,.text-astro { padding: 10px;}
  .social-icons1 ul li{padding: 0 0px 0 0;}
  .services{position:absolute;top: 0;opacity: 8%;left: 0;z-index: -9;}
  .text-services{padding: 8px;}
  .heading-list{padding-bottom:10px !Important}
  .mobil-chat-astro{display:block;}
  .icon-fixed-mobile{display:block;}
  .text-contact { margin: 20px auto 0;}
  .other-services2 strong{font-size: 17px;}
  .other-services2 a{padding: 2px 17px;margin: 9px auto 9px;display: block;width: 90%;}
  .aboutus-section {padding: 50px 0 30px;}
  .map-form iframe{height:200px;}
  .form-getin,.getin-left1{padding:0 !Important;}
  .footer-right1, .footer-left1{width:50%;}
  .footer-center1{display:none;}
  .copy-right strong{line-height: 23px;}
  .footer-line ul li{font-size:13px;}
  .cont-astroo{text-align:center;}
  .contastro-left1{padding:0;}
  .contastro2{margin:0 auto;}
  .bread-crumb h1{letter-spacing:0;font-size:30px;}
  .content-aboutus b{font-size: 32px;}
  .bir-chrt img{margin:0;}
  .menu{display:block;}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-astro-top{position: absolute;top: 110px;left: 240px;right: 0;margin: 0 auto;}
  .menu li {padding: 8px 16px;font-size: 13px;}
  .text-slide strong{font-size: 44px;}
  .phone-footer a{font-size: 22px;}
  .logo-left2 img{height: 100px;margin: -24px 0 0px 0;}
  .mobile-see{display:block;}
  .mobile{display:none;}
  .footer-center1,.social-icons,.menu li:before{display:none;}
  .answer-section a{font-size: 70px;margin: 0px 0 0;}
  .whyus-heading strong {font-size: 35px;}
  .text-list-design{width: 90%;padding: 30px;}
  .list-design ul li a{font-size:15px;}
  .text-client strong{font-size: 31px;line-height: 60px;}
  .location-footer ul li {padding: 0 9px;}
  .slide-design2 strong{font-size: 15px;}
  .heading-services  p {font-size: 61px;}
  .logo{top: -50px;right: 20px;}
  .form-astro p, .talktoastro2 i, .talktoastro2 strong{font-size: 25px;}
  .social-icons1 ul li a{height: 47px;width: 63px;}
  .img-srv {padding: 19px 10px;}
  .services{display: none;}
  .text-services{padding: 15px;background: #e7e7e7;}
  .cont-astroo{text-align:center;}
  .contastro-left1{padding:0;}
  .contastro2{margin:0 auto;}
  .bread-crumb h1{letter-spacing:0;font-size:30px;}
  .bir-chrt img{margin:0;}
  .menu li {padding: 8px 20px;font-size: 15px;display: inline-block;width: fit-content;}
  .menu{display:block;margin: 0 auto;text-align: center;}

  
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
   .menu li {padding: 8px 16px;font-size: 13px;}
  .text-slide strong{font-size: 44px;}
  .phone-footer a{font-size: 22px;}
  .logo-left2 img{height:auto;}
  .heading-aboutus h1{font-size: 49px;}
  .whyus-heading strong {font-size: 43px;}
  .text-list-design{width: 90%;padding: 30px;}
  .list-design ul li a{font-size:15px;}
  .text-client strong{font-size: 31px;line-height: 60px;}
  .location-footer ul li {padding: 0 9px;}
  .form-astro p, .talktoastro2 i, .talktoastro2 strong{font-size: 25px;}
  .social-icons1 ul li a{height: 47px;width: 66px;}
  .img-srv,.social-media, .get-in2 a{padding: 20px 10px;}
  
  
}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li {padding: 8px 20px;}
  .text-slide strong{font-size:55px;}
  .phone-footer a{font-size: 29px;}
  .talktoastro2 i{font-size: 32px;}
  
 

}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {

}

@media (max-width: 575px) and (min-width: 0px) {
  .bir-chrt img{height: 240px;margin: 0;}
  .heading-services  strong {font-size: 65px;}
  .heading-services  p {font-size: 35px;line-height: 38px;}
  .slide-design1{width:33.333%;}
  .slide-design2 img{height: 100px;}
  .slide-design1:last-child{display:none;}
  .text-slide p{font-size: 61px;margin: -31px 0 0;}
  .text-slide strong {font-size: 35px;}
  .answer-section a {font-size: 41px;line-height: 40px;}
  .heading-aboutus h1{font-size: 42px;}
  .birth-details{padding: 18px 11px;border-radius: 10px;}
  .text-client strong {font-size: 40px;line-height: 60px;}
  .testimonials-left {padding-left: 20px;}
  .footer-line{width:50%;}
  .contastro2 aside p{font-size: 23px;}
  .contastro2 strong svg {height: 40px;width: 40px;}
  .contastro2 aside span {font-size: 13px;}
  .heading-list strong {font-size: 23px;}
  .phone-footer a {font-size:35px;text-align: center;}
  .phone-footer a svg{height:30px;width:30px;}
  .phone-footer a:nth-child(2){margin: 0 auto 20px;}
  .social-icons ul{text-align:center;padding: 20px 0 0 !important;}
  .copy-right {padding: 20px 0 0;}
  .slide-background:before{opacity:90%;}
  .review-top a{padding: 5px 11px 3px;font-size: 15px;margin: 0 10px 0 auto;}
  .text-list-design {padding: 70px 10px 30px;}
  .contastro2{padding: 10px;}
  .contastro2 aside {padding: 0 15px 0 0px;}
  .copy-right strong{line-height: 22px;font-size: 11px;padding: 5px 10px;}
  .footer-center2 img{height: 140px;}
  .other-services1{width: 50%;padding: 6px;}
  .footer-right1, .footer-left1{width:100%;}
  

}
@media (max-width: 420px) and (min-width: 0px) {
  .text-slide strong,.heading-aboutus h1, .phone-footer a {font-size: 27px;}
  .contastro-left1 strong, .contastro-left1 span{font-size: 20px;line-height: 30px;}
  .text-contact a{font-size: 19px;padding: 10px;text-align: center;}
   .heading-list strong {font-size: 17px;}
  .mainservices-2 strong{font-weight:600;font-size: 14px;}
   .birth-details strong, .whyus-heading strong {font-size: 21px;}
  .slide-design2 img {height: auto;}
  .logo-left2 img {height: 90px;margin: -34px 0 -0px 0;}
  .text-services p, .form-astro strong {font-size: 15px;}
  .other-services1{width: 100%;padding: 6px;}
  .other-services2 strong{font-size: 17px;}
  .other-services2 a{padding: 2px 17px;margin: 9px 9px 7px;display: inline-block;width: fit-content;}
 



}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
