@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Montserrat', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}


ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


/* top section start  */
.tophead-section{
  background: #ff0e78;
}
.div-center{
  justify-content: center;
  align-items: center;
}
.tophead-left1{
  
padding: 0;
}
.tophead-left2 {
    padding: 0
}

.tophead-left2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tophead-left2 ul li {
    display: inline-block;
    padding: 0 19px;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.tophead-left2 ul li:nth-child(2) {
    text-transform: uppercase;
    color: #000000;
    background: white;
    font-weight: 700;
    padding: 2px 15px 0px;
    border-radius: 50px;
    font-size: 23px;
}

.tophead-right1{
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 0px 5px;
  line-height: 27px;
}


/* top section end */


/* header section start */
.header-logo{
  padding: 0 12px;
}
.header-logo-1{
    padding: 0;
}
.header-logo-2{
    padding: 0;
}
.head-flex{align-items: center;}
.header-logo-left{
    padding: 0;
}
.header-logo-left-1{
    padding: 0 15px 0px 0px;
    text-align: right;
    background: #8419a2;
    border-radius: 0 10px 10px 0;
}
.header-logo-center{
    padding: 0 15px;
}
.header-logo-center-1{
    padding: 0;
    text-align: center;
}
.header-logo-center-1 img{
}
.header-logo-right{
    padding: 0;
}
.header-logo-right-1{
    padding: 0 0 0px 15px;
    text-align: left;
    background: linear-gradient(45deg, #8c18b9, #ae1da2);
    border-radius: 10px 0 0 10px;
}

.head-list{
    padding:0;
}
.head-list ul{
    padding: 0;
}
.head-list ul li {
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  padding: 5px 15px 4px;
  background: #ff0e78;
  color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin: 9px 4px 10px;
  box-shadow: 0 0 9px #ff0e78;
}
.head-list ul li i {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px dashed #db161d;
    font-size: 26px;
    font-weight: 600;
    color: #da171c;
}

.head-img{
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #3f711f;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px dashed #fff001;
}
.head-img img:last-child{
    width: 87px;
    display: none;
}

/* header section end */



/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end */


/* best services section start */
.bestservices{
  background: #ff0e78;
}
.bestsv1{
  padding: 12px;
}
.bestsv2{
  text-align: center;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 15px;
  background: white;
  box-shadow: 0 0 13px #8419a2;
}
.bestsv2:hover{
}
.best-img{
    padding: 0;
}
.best-img img{
    width: 100%;
}
.best-text{
  padding: 0;
}

.best-text span{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 5px 5px;
    display: block;
    color: #ffffff;
    background: #8419a2;
}
.best-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1c1c;
    padding: 7px 0 0;
}

.sv-call a{
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 14px 0 0;
  position: relative;
  z-index: 1;
  background: #da313f;
  line-height: 36px;
  border-radius: 0 20px 20px 0;
  border: 1px solid #fff;
}
.sv-call a:before {
    content: "";
    height: 38px;
    width: 51px;
    display: block;
    background: #da313f;
    position: absolute;
    left: -28px;
    z-index: -1;
    border: 1px solid #fff;
    border-right: 0;
    top: -1px;
}
/* best services section end */



/* about us section start */
.about-section{
    padding: 0 0;
    position: relative;
    z-index: 2;
}

.about-section-1{
    padding: 70px 0 55px;
}
.about-left{
    padding: 12px;
}
.about-left-1{
    padding: 0 0 25px;
}
.awards-1{
  padding: 12px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}

.about-right{
    padding: 12px;
}
.about-right-1{
    padding: 40px 25px 40px;
    background-position: center;
    background:url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    border-radius: 40px;
}
.about-right-1:after {
    content: "";
    height: 100%;
    background: #ffffffed;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 40px;
}
.about-title{
    padding: 0 0 10px;
    text-align: center;
}
.about-title strong{
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 800;
    display: block;
    color: #ff0e78;
}
.about-title p{
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.about-us-content{
  padding: 0 0 0;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
    color: #181818;
    padding: 7px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #ff0e78;
    font-weight: 600;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding: 3px 15px 9px 15px;
  background: white;
  border: 2px solid #ff0e78;
  margin: 20px 0 15px;
  border-left: 0;
  border-right: 0;
}
.about-us-content ul li{
    position: relative;
    border-radius: 12px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    padding: 7px 0 0;
}
.about-us-content ul li i{
     display: inline-block;
     text-align: center;
     color: #8708a7;
     margin: 0 5px;
     font-weight: 600;
     font-size: 20px;
}
.about-banner1{ 
   padding: 25px 0 0;
}
.about-banner1 img{ 
   width: 100%;
}
/* about us section end */





/* astro services section start */

.srv-heading1 strong{
  color:#5411c1 !important;
}
.srv-heading1 span{
  color: white;
  background: #ff8a00;
  font-weight: 500;
}
.astrosev-left{
  padding: 0 15px 0 5px;
}
.astrosev-left1{
  padding:0;
}
.astrosev-right{
  padding: 9px 0px 0 15px;
}
.astrosev-right1{
  padding: 15px 15px 20px;
}
.astro-sv{
  padding: 12px;
}
.astro-sv1{
  text-align: center;
  transition: background 0.3s;
  border-radius: 10px;
  padding: 25px 20px 20px;
  background: #fbfbfb;
  overflow: hidden;
  border: 2px solid #ff0e78;
}
.astro-img{padding: 15px;position: relative;}
.astro-img:before {
    content: "";
    position: absolute;
    background: #ff0e78;
    width: 800px;
    height: 33px;
    left: -42px;
    margin: 0 auto;
    right: 0;
    top: 136px;
    z-index: 0;
}
.astro-img img{
  position: relative;
  z-index: 1;
  width: 100%;
}
.astro-text {padding: 0;}
.astro-text span{
  display: inline-block;
  color: #ff0e78;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0px 0 0px;
  text-align: center;
}
.astro-text strong{
  display: block;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 0;
  text-align: center;
}
.astro-text p{
    padding: 5px 0 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #1c1c1c;
}
.astro-call{
  text-align: center;
}
.astro-call a{
    border-radius: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 15px;
    padding: 6px 15px 6px;
    font-weight: 600;
    background: #8708a7;
    display: inline-block;
}

/* astro services section end */






/* testimonial section start */
.testimonial{ 
   padding: 0; 
   position: relative;  
   overflow: hidden;
}
.testi_sec{
    padding:0;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}
.testi_sec_1{
    padding: 50px 0 35px;
}
.testi-content{
    padding: 15px 0 0;
}
.testi-1{
    padding: 12px;
}
.testi-2{
    padding:0;
}

.testi__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding: 40px 32px 51px;
    z-index: 1;
    border: 1px solid #8c18b8;
}
.testi__single::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 14px;
    right: 14px;
    background-color: #8c18b8;
    /* border-radius: 50%; */
    z-index: -1;
}
.testi__single::after {
    content: "";
    position: absolute;
    bottom: -145px;
    width: 184px;
    height: 184px;
    background-color:#fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testi__icon {
    position: relative;
    display: inline-block;
}
.testi__single:hover .testi__icon img {
    transform: scale(.9);
}
.testi__icon img {
    width: 100px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    border-radius: 50px;
    border: 3px solid white;
}
.testi__title {
    font-size: 18px;
    font-weight: 700;
    padding: 4px 15px 2px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    background: white;
    border-radius: 50px;
}
.testi__text {
    padding: 0px 0 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #fff;
}
.rating {
    display: block;
    color: #ffe200;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0 1px;
}
.testi__inner {
    position: relative;
    display: block;
    z-index: 1;
}
/* testimonial section end */


/* list section start */
.list-section strong{display: block;color: #000;font-weight: 700;padding: 0 0 11px;text-align: center;font-size: 35px;text-transform: uppercase;}
.list{
  padding:0px;
  background: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.list:before{
  background: #ffffffed;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.list-section{
  
position: relative;
  
z-index: 0;
}

.list-section2{
  padding: 50px 30px 130px;
}
.mark-head p{
  text-align: center;
  color: #000000;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 39px;
  font-weight: 700;
  margin: 0;
}
.mark-head{
  padding: 0px;
  text-align: center;
}
.mark-head span{
  padding: 10px 0px 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.list-section3{
  padding: 0;
}
.list-section4{
  padding: 0 10px;
}
.list-section5{
  padding: 0;
}
.list-section5 ul{
  list-style: none;
  padding: 0px;
}
.list-section5 li{
  color: #fff;
  border-radius: 7px;
  padding: 10px 5px 10px;
  font-size: 19px;
  font-weight: 600;
  margin: 14px 0;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  background: #ff0e78;
}
.list-section5 img{
  padding-right: 7px;
  color: #000000;
  position: absolute;
  left: 5px;
}
.list-section_2{
    padding: 0;
}
.list-call1{
  padding: 25px 0 20px;
  position: relative;
  text-align: center;
}
.list-call1 a{
  display: inline-block;
  font-weight: 700;
  background-color: #8c18b8;
  border-radius: 100px;
  padding: 8px 39px 6px 72px;
  color: #fff;
  font-size: 26px;
  position: relative;
  margin: 0 32px 0 0;
}
.list-call1 i{
  position: absolute;
  top: -8px;
  left: -10px;
  background: white;
  text-align: center;
  color: #ff0e78;
  border-radius: 50%;
  height: 65px;
  font-size: 27px;
  width: 65px;
  line-height: 58px;
  border: 4px solid #8c18b8;
  font-weight: 900;
}

/* list section end */



/* copyright section start */
.footer-navigation1{
}
.footer-navigation1 ul li{
    padding: 0 25px 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #ffffff;
}
.copyright{
  background: #8c18b8;
  text-align: center;
  padding: 15px 0 8px;
}
.disclimer{
    padding: 0;
    text-align: center;
    z-index: 0;
    position: relative;
}
.disclimer p{
    color: #ffffff;
    padding: 15px 0 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 12px;
}
.copyryt{
  text-align: center;
}
.copyryt span{
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    display: block;
    padding: 3px 0 0;
}
/* copyright section end */




.mobile-call{
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 9999;
    box-sizing: border-box;
    gap: 10px;
    animation: slideUp 0.8s ease;
}

.mobile-call .icon{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.mobile-call .icon i{
    font-size: 18px;
}

/* Red Call Button */
.call-btn{
    background: red;
}

/* Green WhatsApp Button */
.whatsapp-btn{
    background: green;
}

.mobile-call .icon:hover{
    transform: translateY(-3px) scale(1.03);
}

@keyframes slideUp{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes pulse{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    }
    70%{
        transform: scale(1.03);
        box-shadow: 0 0 0 12px rgba(255,255,255,0);
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@media(max-width:767px){
    .mobile-call{
        display: flex;
    }
}


@media (max-width: 767px){
.header-logo-left-1, .header-logo-right-1 {padding: 0;text-align: center;border-radius: 0;background: #5e0f7c;}
.tophead-left2 ul li:nth-child(3){display: none;}
.tophead-left1 {padding: 9px 0 0;}
.list-call1 a {margin: 0 5px 0 0;font-size: 19px;padding: 8px 20px 6px 64px;}
.list-call1 i {height: 60px;font-size: 24px;width: 60px;line-height: 53px;}
.list-section4 {padding: 0 10px;}
.about-left {padding: 0 15px 0;}
.copyryt {padding: 0 0 10px;}
.about-us-content p {text-align: left;}
.about-title strong {font-size: 33px;}
.copyright {padding: 15px 0 60px;}
#callbook {display: flex;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-logo-left{display: none;}
.tophead-left1 {padding: 12px 0 0;}
.list-section4 {padding: 0 10px;}
.about-left {padding: 0 15px 0;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tophead-left2 ul li {font-size: 18px;}
.tophead-left2 ul li:nth-child(2) {font-size: 21px;}
.tophead-right1 {font-size: 19px;padding: 10px 0px 3px;}
.head-list ul li {font-size: 14px; margin: 9px 1px 9px;}
.bestsv1 {padding: 15px 7px;}
.best-text span {font-size: 18px;}
.about-left {padding: 0 5px 0 0;}
.astro-text span {font-size: 22px;}
.astro-text strong {font-size: 19px;}
.list-section5 li {font-size: 17px;}
.about-title strong {font-size: 35px;}

}


@media only screen and (min-width: 1200px) and (max-width: 1305px) {


}


@media (max-width: 575px) and (min-width: 0px) {
.tophead-left2 ul li {padding: 0 10px;font-size: 17px;}
.tophead-left2 ul li:nth-child(2) {font-size: 20px;}
.tophead-right1 {font-size: 15px;padding: 10px 0px 0;line-height: 22px;}
.head-list ul li {font-size: 14px;margin: 9px 2px 9px;}
.awards-1 {padding: 10px;}
.about-title strong {font-size: 32px;}
.about-title p {font-size: 18px;}
.list-call1 a {margin: 14px 0;font-size: 22px;padding: 8px 20px 6px 64px;}
.list-call1 i { height: 63px; font-size: 26px;width: 63px;line-height: 56px;}
}




@media (max-width: 420px) and (min-width: 290px) {
.head-list ul li {font-size: 12px;margin: 7px 0px 9px;padding: 4px 10px 3px;}
.tophead-left2 ul li {padding: 0 0 4px;font-size: 16px;}
.tophead-left2 ul li:nth-child(2) {font-size: 23px;}
.tophead-left2 ul {display: block;text-align: center;}
.about-title strong {font-size: 25px;}
.about-title p {font-size: 14px;}
.awards-1{width: 100%;}
.best-text span {font-size: 17px;}
.astro-sv1 {padding: 20px 15px 15px;}
.astro-text span {font-size: 21px;}
.astro-text strong {font-size: 19px;}
.disclimer p {font-size: 14px;}
.about{margin-top: 0 !important;}
.footer-navigation1 ul li {padding: 0 8px;}
.about-right-1 {padding: 22px 15px;}



}
