@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Poppins', 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 head section start */
.tophead-section{
  padding: 0;
  background: linear-gradient(133deg, #b43246, #fffc00);
}
.tophead-left1{
  padding: 0;
  text-align: center;
}
.tophead-left2 p{
    padding: 12px 12px 10px;
    text-transform: capitalize;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 60px;
}
.tophead-right1{
  padding: 0;
  text-align: center;
}
.tophead-right2 a{
  display: inline-block;
  padding: 6px 20px 4px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  color: #212121;
  margin: 0 0 0 10px;
}
.tophead-right2 .chat{
  background: #007700;
  color: #fff;
}
/* top head section end */

/* head section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-left1{
  padding: 0;
  text-align: center;
}
.head-right1{
  padding: 0 0 0 20px;
  text-align: center;
}
.head-right1 strong{
  color: #434343;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  animation: tlf 1.2s linear infinite;
  text-align: center;
  display: inline-block;
}
@keyframes tlf{
  0%{transform:translateY(0px);}
  25%{transform:translateY(10px);}
  50%{transform: translateY(0px);}
  75%{transform:translateY(-10px);}
  100%{transform: translateY(0px);}

}
.head-right2 p{
    font-size: 19px;
    text-transform: capitalize;
    padding: 15px 0 0px;
    color: #000000;
    font-weight: 500;
    display: block;
}
.head-right2 span{
    animation: mymove 0.6s infinite;
    color: #b30019;
    font-weight: 600;
}
@keyframes mymove{
    0%{color: #b30019;}
    50%{color: #ffab00;}
    100%{color: #b30019;}
}
/* head section end */


/* banner section start */
.banner img{
 width: 100%;
}
/* banner section end  */ 


/* astro services section start */
.astro-sv{
  padding: 0;
}
.astro-sv1{
    padding: 12px 12px 40px;
    text-align: center;
}
.astro-bxx{
  position: relative;
}
.astro-bxx::before {
    content: '';
    position: absolute;
    box-shadow: 0 0 8px 0px #ebebeb;
    width: 100%;
    height: 180px;
    top: 65px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #b53545;
}
.astro-img{
  position: relative;
}

.astro-img{
  text-align: center;
}
.astro-img img{
    background: #b53545;
    border-radius: 50%;
    width: 128px;
    padding: 9px;
    border: 17px solid #fdf702;
}
.astro-bxx span{
    font-size: 18px;
    font-weight: 700;
    padding: 13px 0 10px;
    color: #2b2b2b;
    text-transform: capitalize;
    display: block;
}
.astro-bxx a {
    font-size: 15px;
    color: #ffffff;
    background-color: #b53545;
    padding: 6px 15px 5px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
}
.astro-bxx a i{
    font-size: 16px;
    color: #fdf702;
    font-weight: 600;
    padding: 0 8px 0 0;
}
/* astro services section end */




/* about us section start */
.aboutus-heading{
  text-align: center;
  padding: 0 0 10px;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 17px;
  color: #494949;
  font-weight: 500;
  display: inline-block;
  padding: 0;
}
.aboutus-heading strong{
  display: block;
  color: #292929;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.about-us{
  padding: 0;
}
.about-us img{
  
float: right;
  
width: 260px;
  
margin: 0 0 12px 22px;
  
border-radius: 20px;
  
box-shadow: 0 0 6px #0000007a;
}
.about-us p{
  padding: 7px 0px 7px;
  color: #434343;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}
.about-us p strong{
  font-weight: 600;
  color: #b53645;
}
.about-us ul{
  padding: 6px 0;
}
.about-us ul li{
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #373737;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.about-us ul li:before{
    content: '\f5bc';
    font-family: "Font Awesome 7 Free";
    position: relative;
    display: inline-block;
    z-index: -1;
    padding: 0 8px 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #b43246;
}
@keyframes dot-grow-1 {
  0% { box-shadow: 0 0 0px 4px #9e26af; }
  50% { box-shadow: 0 0 0px 4px #ee0795;}
  100% { box-shadow: 0 0 0px 4px #a024ae; }
}
/* about us section end */


/* main services section start */
.main-srv-0{
   padding: 12px;
}
.main-srv-1{
   padding: 0;
   text-align: center;
   position: relative;
}
.ser-call{
    position: relative;
    margin: -22px auto 0;
}
.ser-call a{
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #2b2b2b;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.ser-call a:before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 106px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -17px;
}

.ss-ser-img-div{
  padding: 0;
}
.ss-ser-img-div img {
    width: 100%;
    border: 5px solid #fdf702;
}
.main-srv-text{position: relative;z-index: 1;}
.nss-text{
    text-align: center;
    color: #434343;
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}
.main-srv-text strong{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b53545;
  padding: 3px 0 0;
  display: inline-block;
}
.nss-title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    transform: translateY(-138px);
    text-transform: capitalize;
}
/* main services section end */


/* awards section start */

.awards-sec1{
  padding: 0 40px;
  background: linear-gradient(45deg, #ff008e, #9C27B0);
  border-radius: 25px 25px 0 0;
}
.award-left{
  padding: 15px;
  text-align: center;
}
.award-title strong{
    display: block;
    color: #ffffff;
    font-size: 53px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 0 0 10px;
}
.awards-1{
  padding: 7px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
.award-right{
  padding: 15px 15px 0;
}
.award-right1{
  margin-top: -70px;
  padding: 50px 15px 20px;
  background: #fff;
  box-shadow: 0px 0 10px 0px #00000012;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.img-div{padding: 0 0 21px;}
.img-div img{
  border-radius: 50%;
  width: 170px;
  box-shadow: 0 0 0 20px #fb028f0d;
  border: 6px solid white;
}
.award-right1 span{
  display: inline-block;
  color: #fd018f;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px dashed #8f8f8f;
  padding: 15px 0 8px;
}
.award-right1 p{
  color: #434343;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  padding: 10px 0 0;
}
/* awards section end */


/* list section start */
.list-section1{
  text-align: center;
}
.list-section1 p{
  font-weight: 700;
  font-size: 38px;
  position: relative;
  padding: 6px 15px 3px;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(133deg, #b43246, #fffc00);
}
.list-section1 span{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding: 15px 0 30px;
  color: #434343;
  text-transform: capitalize;
  border-radius: 50px;
  display: inline-block;
}
.list-design1{
  padding: 12px;
}
.list-design1 ul{
  background-color: #fff;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 5px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center !important;
}
.list-design1 ul li{
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 10px 0;
  text-transform: capitalize;
  color: black;
  background: #fffee3;
  margin: 22px 0;
  border-radius: 45px;
  border: 1px solid #ffd89d;
}
.list-design1 a{
  font-weight: 400;
  font-size: 17px;
  position: relative;
  padding: 12px 15px 6px;
  color: #ffffff;
  text-transform: capitalize;
  background: #007700;
  display: block;
  text-align: center;
  border-radius: 0 0 20px 0px;
}
.list-design1 a span{
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
  animation: mymove1 0.9s infinite;
  display: block;
}
@keyframes mymove1{
    0%{color: #ffffff;}
    50%{color: #00e622;}
    100%{color: #ffffff;}
}
/* list section end */



/* top section start */
.top-services-1{
  padding: 12px 12px 20px;
}
.top-srv-img{
  padding: 0;
}
.top-srv-img img{
  width: 100%;
  border: 11px solid #ffffff;
  border-radius: 45px;
}
.top-services-3 {
  position: relative;
  padding: 0 36px 10px;
  z-index: 1;
}
.top-services-3 :before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 83%;
    background: #b63645;
    border-radius: 52px;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -17px;
}
.top-services-3 strong{
  text-align: center;
  font-size: 25px;
  display: block;
  font-weight: 600;
  color: #f7e707;
  text-transform: uppercase;
  padding: 20px 0 2px;
}

.top-services-3 p{
   text-align: center;
   color: #ffffff;
   font-size: 15px;
   line-height: 32px;
   font-weight: 300;
}
/* top services section end */

/* whatsapp chat section start */
.chat-1{
    padding: 25px 13px 0;
 }
.chat-2 img{
  width: 100%;
  border: 5px solid #f6f6f696;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
/* whatsapp chat section end */



/* testimonial section start */
.testimonials{
  
background: #fdf7021c;
}
.testi-1{
  padding: 12px;
  text-align: center;
}
.client-img{
  position: relative;
  z-index: 1;
  padding: 0 0 25px;
}
.client-img img{
  border-radius: 50%;
  border: 8px solid #ffd89d;
  width: 100px;
}
.client-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffd89d;
    border-radius: 50%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 48px;
}
.test-str {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 8px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffd89d;
  position: relative;
  margin: 0 0 32px;
}
.test-str .quote {
    font-size: 65px;
    font-weight: 500;
    color: #b73c42;
    text-transform: capitalize;
    position: absolute;
    right: 16px;
    top: -10px;
}
.testi-rat{
    color: #b73c42;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 7px 0 0;
}
strong.name{
    font-size: 20px;
    color: #292929;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    display: block;
}
.client-text{
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ffd89d;
}
.client-text p {
    padding: 5px 0 0;
    color: #434343;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
/* testimonial section end */


/* footer section start */
.contact-left2{
  padding: 0 12px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 18px 0px #c4c4c48a;
}
.footer-contac{
    padding: 15px;
}
.footer-contac1{
  position: relative;
  padding: 15px 15px 8px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #b43246;
  border-radius: 15px;
  color: #504f4f;
}

.footer-contac1 i{
  display: block;
  color: #b43246;
  font-weight: 700;
  font-size: 65px;
  padding: 0 0 10px;
  margin: 0 auto;
}
.footer-contac1 span{
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
}
/* footer section end */




/* copyright section start */
.copyryt-sec{
    padding: 30px 0;
    background: linear-gradient(
176deg, #b43246, #fffc00);
    text-align: center;
}
.disclaimer{
    padding: 0;
}
.disclaimer p{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0 12px;
    text-align: center;
    color: #ffffff;
}
.copyryt{
    padding: 0;
    text-align: center;
}
.copyryt span{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #292929;
    text-align: center;
    padding: 7px 15px 7px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50px;
}
.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: #f9ff00;
}
/* copyright section end */


#callbook {
  background:green;
  bottom: 0;
  height: 43px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #eb0000;
  position: relative;
  padding: 8px 12px 22px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: green;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.tophead-right2 a {margin: 0 0 18px 10px;}
.tophead-left2 p {padding: 12px 0px 10px;}
.head-right1 {padding: 0 15px 0;}
.list-section1 p {font-size: 22px;}
.list-section1 span {font-size: 15px;padding: 12px 0 25px;}
.main-srv-0 {padding: 25px 10px 0;}
.main-srv-text strong {font-size: 23px;}
.ser-call a {font-size: 17px;}
.copyryt-sec {padding: 20px 0 65px;}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead-right2 a {margin: 0 0 18px 10px;}
.tophead-left2 p {padding: 12px 5px 10px;}
.head-right1 strong {font-size: 19px;}
.head-right2 p {font-size: 15px;padding: 5px 0 0px;}
.top-services-3 {padding: 0 20px 10px;}
.top-services-1 {padding: 30px 15px;}
.top-services-3 strong {font-size: 20px;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tophead-left2 p {font-size: 15px;}
.tophead-right2 a {padding: 5px 14px 4px;font-size: 14px;}
.astro-sv1 {padding: 40px 12px 0;}
.head-right2 p {font-size: 17px;}
.top-services-1 {padding: 30px 15px;}
.top-services-3 strong {font-size: 20px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.tophead-left2 p {font-size: 15px;}
.head-right1 strong {font-size: 19px;}
.head-right2 p {font-size: 16px;padding: 5px 0 5px;}
.aboutus-heading strong {font-size: 30px;line-height: 35px;}
.aboutus-heading span {font-size: 16px;}
.top-services-3 {padding: 0 22px 10px;}
.top-services-3 strong {font-size: 19px;}
.about-us img{float: none;width: auto;margin: 0 auto 15px;}
}



@media (max-width: 419px) and (min-width: 290px) {
.tophead-right2 a {margin: 0 0 17px 7px;font-size: 14px;padding: 6px 16px 5px;}
.tophead-left2 p {font-size: 14px;font-weight: 500;}
.head-right1 strong {font-size: 15px;}
.head-right2 p {font-size: 13px;}
.list-section1 p {font-size: 20px;}
.list-section1 span {font-size: 12px;line-height: 22px;}
.aboutus-heading strong {font-size: 26px;}
.aboutus-heading span {font-size: 14px;}
.top-services-3 {padding: 0 15px 10px;}
.top-services-3 strong {font-size: 18px;}
.list-design1 {padding: 0 12px 40px;}
.top-sv-call a {font-size: 22px;padding: 3px 14px 0;width: 180px;height: 180px;border: 11px solid #b53545;}
.awards-1{width: 100%;}
.footer-navigation1 ul li {padding: 0 8px;}
.aboutus-section, .awards-sec, .top-services{padding: 0 !important;}
}