@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Outfit", sans-serif;
  color: #f59795;
}
: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{
  background: linear-gradient(45deg, #fd9696, #b25bde);
}
.tophead-left1{
  padding: 12px 12px 12px;
  text-align: center;
}
.tophead-left2 a{
    padding: 4px 25px 5px;
    text-transform: capitalize;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background: #00ff0a;
    border-radius: 60px;
    display: inline-block;
    text-shadow: 2px 1px 2px #000000;
}
.tophead-left2 a i{
    padding:0 4px 0 0;
}

.tophead-right1{
  padding: 0;
}
.tophead-right2{
    padding: 7px 0 0;
    background: #fff;
    margin: 0 0 -23px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.tophead-right2 ul li{
  font-size: 18px;
  text-transform: capitalize;
  padding: 2px 8px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
}
.tophead-right2 ul li:before {
     content: "\f762";
     font-family: "Font Awesome 6 Pro";
     font-size: 18px;
     line-height: 30px;
     color: #fd9696;
     font-weight: 600;
     text-align: center;
     padding: 0 4px 0 0px;
}
/* top head section end */

/* head section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-left1{
  text-align: center;
}
.head-right1{
  text-align: center;
}
.head-num{
  padding: 5px 12px;
}
.head-num a{
    border-radius: 50px;
    font-size: 50px;
    text-transform: capitalize;
    padding: 1px 8px 2px;
    color: #000000;
    font-weight: 700;
    display: block;
    box-shadow: 0 0 15px #b65edb3b;
}
.head-icon{
  padding: 5px 0;
}
.head-icon span{
    display: inline-block;
    height: 95px;
    width: 95px;
    line-height: 109px;
    background: #efefef;
    color: #ffffff;
    border-radius: 50%;
}
.head-icon span i{
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #ffffff;
    color: #fd9696;
    border-radius: 50%;
    box-shadow: 0 0 18px #00000045;
    font-size: 35px;
}
/* head section end */


/* banner section start */
.banner img{
 width: 100%;
}
/* banner section end  */ 

/* about us section start */
.about-left1{
  padding: 0 15px 40px;
}
.about-left2{
  padding: 0;
}
.aboutus-heading{
  text-align: center;
  padding: 0 0 20px;
}
.aboutus-heading img{
  
border-radius: 50%;
  
width: 118px;
  
float: left;
  
position: relative;
  
top: -20px;
  
box-shadow: 1px 3px 9px 0px #f38e9f;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  display: block;
}
.aboutus-heading strong{
  display: block;
  color: #000000;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 0;
}
.about-us{
  box-shadow: 0 0 10px 0px #dddddd;
  border-radius: 20px;
  padding: 20px 35px;
}
.about-us p{
  padding: 5px 0px;
  color: #252525;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.about-us p strong{
  font-weight: 600;
  color: #fd7774;
}
.about-us ul{
  padding: 4px 0;
}
.about-us ul li{
    padding: 0 0 5px 15px;
    color: #252525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
}
.about-us ul li:before{
    content: '';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 13px;
    animation: dot-grow-1 1.6s infinite;
    animation-timing-function: linear;
    z-index: -1;
    margin: 0 9px 0 0;
    position: absolute;
    left: 0;
    top: 10px;
}
@keyframes dot-grow-1 {
  0% {box-shadow: 0 0 0px 4px #fe9697;}
  50% {box-shadow: 0 0 0px 4px #060032;}
  100% { box-shadow: 0 0 0px 4px #c363ee; }
}
.about-banner1{
  padding: 35px 0;
}
.about-banner2{
  padding: 35px 0 0;
  text-align: center;
}
.counter-box{
  position: relative;
  background: linear-gradient(
93deg, #fd9696, #b25bde);
  border-radius: 0 200px 200px 0;
}
.counter-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -359px;
    right: 0;
    margin: 0 auto;
    background: #fb9497;
    border-bottom: 0;
    z-index: -1;
}
.counter-box1{
  padding: 0 20px 0 0;
}
.counter1{
  padding: 0 10px 20px;
  text-align: center;
}
.counter2 span{
  padding: 0;
  width: 100px;
  height: 110px;
  line-height: 102px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 0 0 50px 50px;
}
.counter2 img{
  width: 78px;
  filter: brightness(0.5);
}
.counter2 p{
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 0 0;
}
.about-right2{
 padding: 20px 0 15px;
 text-align: left;
 background: url(../images/list-bg.jpg) no-repeat;
 background-size: cover;
 box-shadow: 0 0 10px 0px #dddddd;
}
.list1 p{
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  padding: 3px 10px 3px;
  text-align: center;
  background: linear-gradient(45deg, #fd9696, #b25bde);
}
.list1 ul{
  padding: 20px 20px;
}
.list1 ul li{
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  padding: 12px 0;
  background: #ffffff1c;
  border-bottom: 1px dashed #ededed;
}
.list1 ul li:hover{
  color: #fd7774;
}
.list1 ul li i{
    font-weight: 600;
    font-size: 18px;
    color: #fe9697;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
}
/* about us section end */


/* main services section start */
.main-srv-0{
   padding: 12px;
   text-align: center;
}
.main-srv-1{
   position: relative;
}
.ser-call{
    position: absolute;
    right: 20px;
    top: 20px;
}
.ser-call a{
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fe9697;
    font-size: 22px;
    position: relative;
}
.ser-call a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 3px solid #ffffff;
    animation: btnIconRipple 2s cubic-bezier(.23,1,.32,1) both infinite;
}
@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        transform: scale(1.35)
    }

    to {
        opacity: 0
    }
}

.ss-ser-img-div{
  padding: 0 0 32px;
  position: relative;
}
.ss-ser-img-div img {
    width: 100%;
}
.main-srv-text{
    position: relative;
    right: 0;
    width: 100%;
    margin: -138px 0 0;
    left: 0;
    border-radius: 0px 70px 0px 0px;
    background: url(../images/list-bg.jpg) no-repeat;
    background-size: cover;
}
.nss-text{
    padding: 0 15px 15px;
    color: #252525;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
.main-srv-text span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    padding: 15px 0 0px;
}
/* main services section end */


/* awards section start */
.awards-sec{
  padding-top: 85px;
}
.awards-sec1{
  padding: 0 40px;
  background: linear-gradient(93deg, #050031, #b25bde);
  border-radius: 25px 25px 0 0;
  text-align: center;
}
.award-left{
  padding: 12px;
}
.award-title strong{
    display: block;
    color: #ffffff;
    font-size: 53px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 0 0 10px;
}
.awards-1{
  padding: 12px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
.award-right{
  padding: 15px 12px 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{}
.img-div img{
  border-radius: 50%;
  width: 170px;
  box-shadow: 0 0 0 20px #fe9697;
  border: 6px solid white;
}
.award-right1 span{
  display: block;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px dashed #8f8f8f;
  padding: 35px 0 5px;
}
.award-right1 p{
  padding: 10px 0 0;
  color: #252525;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
/* awards section end */


/* top section start */
.top-services-1{
  padding: 12px;
}
.top-services-3 p{
   padding: 12px 0;
   color: #252525;
   font-size: 16px;
   line-height: 26px;
   font-weight: 300;
}
.top-services-3 strong{
  text-align: center;
  font-size: 30px;
  display: block;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 20px 5px;
  background: linear-gradient(93deg, #fd9696, #b25bde);
  border-radius: 30px 30px 0 0;
}
.top-services-5{
}
.top-services-5:before{
  position:absolute;
  content:"";
  width: 70%;
  height: 80%;
  top: -7px;
  left:0;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
.top-services-5 a{
  text-align: center;
  font-size: 27px;
  display: block;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 15px 5px;
  background: #cf129e;
  animation: blkk 0.9s infinite;
}
@keyframes blkk{
  0%{background: #b45cdc;color:white}
  50%{background: #080234;color:white}
 100%{background:#b65edb;color:white}

}
/* top services section end */



/* why us section start */
.why-sec{
  background: url(../images/why-bg.jpg) no-repeat;
  background-position: right;
}
.list-left1{
  padding: 12px;
  text-align: center;
}
.list-right1{
  padding: 12px;
}
.why-heading{
  text-align: left;
}
.why-text p{
  text-align: justify;
  color: #252525;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
/* why us section end */


/* add section start */
.add-sec{
  padding-top: 100px;
}
.add-sec1{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 15px 20px;
}
.add-1{
   padding: 0;
   text-align: center;
}
.add-2 strong{
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    display: block;
}
.add-2 p{
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0 0;
    display: block;
    color: #434343;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.add-2 span{
    display: block;
    padding: 3px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    background: #fb9497;
    margin: 0 auto;
}
.add-2 a{
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0;
    display: block;
    animation: blink 1s linear infinite;
}
@keyframes blink{
0%{color: #b11fa9;}
50%{color: #212529;}
100%{color: #e40b97;}
}
/* add section end */

/* testimonial section start */
.testi-1{
  padding: 12px;
  text-align: center;
}
.testi-2{
      border: 1px solid #e7e7e7;
      border-bottom: 0;
      border-radius: 20px;
      padding: 20px 0 0;
}
strong.name{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0 0;
    display: block;
}
.client-msg span{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 0 10px;
    display: block;
}
.client-text{
  background: linear-gradient(
0deg, #050031, #b25bde);
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.client-text p {
    padding: 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
.rating{
  position: relative;
  border-top: 1px solid #4d2679;
  padding: 16px 0 0;
}
.rating ul li{
    font-size: 22px;
    color: #e4fd00;
    display: inline-block;
    padding: 0 1px;
}
/* testimonial section end */


/* footer section start */
.footer{
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
.footer-contact1{
  padding: 12px;
}
.footer-contact2{
  padding: 40px 0px 20px;
  text-align: center;
  border: 1px solid #f7eef9;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  z-index: 0;
  background: #fff;
}
.footer-contact2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f7eef9;
    border-bottom: 0;
    z-index: -1;
}
.footer-contact2 span{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 95px;
  box-shadow: 0 0 0px 18px #f7eef9;
  border-radius: 50%;
}
.footer-contact2 span img{
  width: 73px;
}
.footer-contact2 p{
   font-size: 20px;
   font-weight: 700;
   color: #000000;
   text-transform: capitalize;
}

.footer-contact2 a{
   display: block;
   font-size: 18px;
   font-weight: 700;
   color: #fd7774;
   padding: 10px 0 0;
}
.dis-sec{
  
padding: 50px 0 0;
  
text-align: center;
}
.disclaimer p{
    padding: 25px 0 5px;
    text-align: center;
    color: #434343;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    border-top: 1px solid #c3c3c34a;
}
.copyryt span{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #393939;
    display: block;
}
/* footer section end */



#callbook {
  bottom: 0;
  height: 38px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #eb0000;
  position: relative;
  padding: 6px 10px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: green;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.head-left1 {padding: 25px 12px 0;}
.award-flex{flex-direction: column-reverse;}
.why-heading, .why-text p {text-align: center;}
.award-title strong {font-size: 38px;padding: 0;}
.add-2 a {padding: 0;}
.add-2 p {padding: 5px 0 15px;}
.counter-box {border-radius: 0;}
.add-sec1 {padding: 20px 20px 15px;}
.tophead-right2 ul li {padding: 2px 3px;}
.head-num a {font-size: 40px;}
.aboutus-heading img {float: none;}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-left1 {padding: 25px 12px 0;}
.award-flex{flex-direction: column-reverse;}
.top-services-1 {padding: 30px 10px 0px;}
.top-services-3 strong {font-size: 20px;padding: 4px 15px 5px;}
.why-text {padding: 0 15px;}
.top-services-5 a {font-size: 23px;}
.why-heading, .why-text p {text-align: center;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tophead-left2 a {padding: 5px 25px 6px;font-size: 18px;}
.tophead-right2 ul li {font-size: 16px;padding: 2px 2px;}
.tophead-right2 ul li:before {font-size: 16px;}
.counter2 p {font-size: 14px;}
.main-srv-text span {font-size: 20px;}
.main-srv-0 {padding: 5px;}
.award-title strong {font-size: 48px;}
.award-right1 span {font-size: 24px;}
.top-services-3 strong {font-size: 28px;}
.add-2 a {font-size: 45px;}
.add-2 strong {font-size: 22px;}
.add-2 p {font-size: 15px;}
.head-num a {font-size: 42px;}
.list1 p {font-size: 20px;padding: 5px 10px 3px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.aboutus-heading span {font-size: 14px;}
.about-us {padding: 12px;}
.aboutus-heading strong {font-size: 30px;}
.award-title strong {font-size: 29px;}
.awards-sec1 {padding: 0 20px;}
.awards-1 {padding: 10px;}
.add-2 a {font-size: 45px;}
.top-services-3 strong {font-size: 24px;}
.head-icon{display: none;}
}



@media (max-width: 419px) and (min-width: 290px) {
.tophead-left2 a {padding: 5px 10px 7px;f;font-size: 16px;}
.tophead-right2 ul li {font-size: 16px;padding: 0px 2px;}
.head-num a {font-size: 35px;}
.about-banner1 {padding: 30px 0;}
.aboutus-heading strong {font-size: 22px;}
.award-title strong {font-size: 23px;font-weight: 700;}
.counter1{padding: 0 4px 14px;}
.top-services-3 strong {font-size: 18px;padding: 4px 15px 5px;}
.top-services-5 a {font-size: 21px;}
.add-2 strong {font-size: 18px;}
.add-2 p {font-size: 14px;line-height: 22px;}
.add-2 a {font-size: 32px;}
.award-right1 span {font-size: 22px;}
.awards-1{width: 100%;}
.top-services, .add-sec{margin-bottom: 0 !important;padding-top: 0 !important; padding-bottom: 0 !important;}
.add-sec, .awards-sec {padding-top: 0;}
.list1 p {font-size: 22px;padding: 3px 10px 1px;}
.counter2 p {font-size: 15px;}
}