@import url('css2');
body{
  margin:0;
  padding:0;
  font-family: 'Karla', 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%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

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 */
.top-sec{
  padding: 0 12px;
  background: #000;
}
.tophead1{
  padding: 0px 0;
  text-align: center;
}
.tophead2{
  padding:0px;
  text-align: center;
}
.tophead2 span{
    font-size: 26px;
    padding: 5px 5px;
    display:inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    animation: .8s infinite blk
}

@keyframes blk {
    0% {
        color: #20222e
    }

    100% {
        color: #FFC302
    }
}

.tophead2 p{
    font-size: 23px;
    padding: 2px 7px 2px;
    font-weight: 700;
    color: #fff;
    background: #20222e;
    border-radius: 20px 20px 0 0;
    text-transform: capitalize;
    margin: 16px 0 0;
}
.tophead2 a{
    font-size: 28px;
    padding: 5px 5px;
    display:inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    animation: .8s infinite blk
}
.tophead3 a{
  color: #000;
  font-size: 20px;
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  background: #FFC302;
  border-radius: 7px;
}
/* top section end */



/* head top section start */
.headtop-sec{
  padding: 0;
  border-bottom: 1px solid #FFDE59;
  background-color:#ee3e41;
}
.headtop-left1{
  padding: 0;
}
.headtop-left2{
  padding: 0;
  text-align: center;
}
.headtop-left2 ul{
  padding:0;
  margin:0;
  list-style:none;
}
.headtop-left2 ul li{
  font-size: 19px;
  display: inline-block;
  padding: 7px 7px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
/* .headtop-left2 ul li:before{
    content: "\e020";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    text-align: center;
    color: #FFDE59;
    padding: 0 7px 0 0;
    font-size: 20px;
    font-weight: 500;
} */
.headtop-right1{
  padding: 0;
}
.headtop-right2{
  padding: 0;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  background: #20222e;
  text-align: center;
}
.headtop-right2 a{
  color: #ffffff;
  font-size: 29px;
  display: inline-block;
  padding: 3px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 7px;
}
/* head top section end */



/* head section start */
.head-align, .align{
    align-items: center;
    justify-content: center;
}
.head1{
  padding: 0;
}
.head-left1{
  padding: 0;
}
.head-left2{
  padding: 0;
}
.head-right1{
  padding: 0 10px;
}
.head-right2{
  padding: 0;
}
.head-icon2{
  padding: 10px 0;
}
.head-icon-1{
  padding: 0px 0px 0;
  width: 20%;
}
.head-icon-2{
  padding: 0px;
  text-align: center;
}
.head-icon-2 span{
  background: #ffffff;
  color: #20222e;
  font-size: 25px;
  border-radius: 50px;
  box-shadow: 0 0 11px #adadada1;
  height: 66px;
  width: 55px;
  font-weight: 600;
  text-align:
  center;
  padding: 0 0 0px 0;
  line-height: 68px;
  display: inline-block;
  position: relative;
  transition: .5s all ease-in-out;
}
.head-icon-2 span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    top: 32px;
    bottom: 0;
    left: -22px;
    margin: 0 auto;
    background: #000;
    z-index: -1;
    border-radius: 50px;
   transition: .5s all ease-in-out;
}
.head-icon-2 span:hover:before{
  transform:rotate(50deg)
}
/* head section end */


/* about us section start */
.about-section{
   
    padding: 0 55px;
}
.about-left{
  padding: 0 30px 0 0;
}
.about-right{
  padding: 0;
}
.about-right-1 img{
  padding: 0 0 30px;
  width: 100%;
}
.about-title{
    padding: 0 0 10px;
    text-align: center;
}
.about-title strong{
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 800;
    padding: 2px 15px 0px;
    color: #20222e;
   
    display: block;
}
.about-title p{
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 3px;
    font-size: 20px;
    color: #000;
    font-weight: 800;
}
.about-us-content{
  padding: 0 0 25px;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #272727;
    padding: 7px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #20222e;
    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: 6px 0 6px;
 
  margin: 0px 0 12px;
 
}
.about-us-content ul li{
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #272727;
    padding: 7px 0;
}
/* .about-us-content ul li:before {
    content: "\f047";
    font-family: "Font Awesome 6 Pro";
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    background: #20222e;
    text-align: center;
    color: #FFC302;
    border-radius: 6px;
    margin: 0 9px 0 0;
    font-weight: 300;
} */
/* about us section end */


/* best services section start */
.bestsv1{
  padding: 30px 15px 0;
}
.bestsv2{
  padding: 40px 0 30px;
  text-align: center;
  background: #ee3e41;
}
.bestsv3{
  padding: 40px 0 0;
}
.bestsv4{
  padding: 0;
  text-align: center;
}
.bestsv5{
  padding: 0;
}
.best-service {
    padding: 0;
    position: relative;
    max-width: 305px;
    margin: 0 auto;
}
.best-img{
    padding: 8px;
}
.best-img img{
    border-radius: 0%;
    width: 100%;
    display: initial;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 6px 0px #00000029;
	border: 9px dashed yellow;
}
.best-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    transition: all .7s ease;
   
}
.best-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    transition: all .4s ease;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    background: #FFC302;
}
.bestsv2:hover .best-img::after{
     clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%); 
}
.best-text{
  padding: 18px 15px 0;
}

.best-text span{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 800;
    padding: 2px 0 1px;
    display: inline-block;
    color: #FFC302;
    border-radius: 30px;
}
.best-service5 .best-text span{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding: 2px 17px 1px;
    display: inline-block;
    color: #000000;
    background: #ffba00;
    border-radius: 30px;
}
.best-text p {
    padding: 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
}
.best-service5 .best-text p {
    padding: 8px 0 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
}
.sv-call{

position: relative;

z-index: 999;
}
.sv-call-icon a{
    width: 65px;
    height: 65px;
    bottom: 0;
    right: 25px;
    line-height: 67px;
    font-size: 29px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 7%);
    z-index: 9;
    color: #000;
    transition: all .25s ease-in-out;
}
.bestsv2:hover .sv-call1 a {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease-in-out;
    right: 60px;
}
.sv-call1 a{
    position: absolute;
    bottom: 12px;
    right: 30px;
    visibility: hidden;
    background: #000;
    color: #FFC302;
    border-radius: 100px 0px 0px 100px;
    opacity: 1;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    width: 60%;
    height: 37px;
    line-height: 37px;
    z-index: 1;
    padding: 0 19px 0 0;
}
/* best services section end */


/* services section start */
.srv-section{
  padding:0;
}
.sv1{
  padding: 25px 15px 0;
  text-align: center;
}
.sv2{
  position: relative;
}

.sv3{
  padding: 0;
  text-align: center;
}
.sv3:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: 2px solid #FFC302;
    border-radius: 50%;
    content: '';
    z-index: -1;
    transform: scale(.8);
    transition: all .4s ease;
}
.sv2:hover .sv3:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.sv4{
    position: relative;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 305px;
    height: 305px;
   /* line-height: 304px;*/
	background: #ee3e41;
}
.sv4 img{
    width: 270px;
    height: 270px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.svcall {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.svcall a {
   display: inline-block;
   text-align: center;
   font-size: 36px;
   color: #fff;
   margin: 0 11px;
   text-transform: uppercase;
   font-weight: 600;
   background: #ee3e41;
   padding: 0 10px 0;
   border-radius: 50px;
   width: 78px;
   height: 78px;
   line-height: 72px;
   border: 4px solid #fff;
}
.sv2:hover .svcall  {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,117px, 0);
}
.services-bottom {
    padding: 0;
}
.services-bottom span{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    padding: 3px 15px 2px;
    display: inline-block;
    color: #FFC302;
    border-radius: 30px;
    background: #000;
}
.services-bottom strong{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
    padding: 16px 0 2px;
    display: block;
    color: #20222e;
    border-radius: 30px;
}
.services-bottom p{
    padding: 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #272727;
}


.serviceBox1 .service-content:after {
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #3d3d3d;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%
}

.serviceBox1 a {
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    width: 90px;
    height: 90px;
    line-height: 85px;
    background: linear-gradient(#ee4f01, #fb8144);
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 39px;
    box-shadow: 0 0 0 14px #03470508;
    margin: 0px auto;
}
/* services section end */


/* awards section start */
.awards-sec{padding: 0 12px 135px;background: whitesmoke;}

.awards-1{
  padding: 20px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
/* awards section end */



/* testimonial section start */
/*.testi-section{margin: -140px 0 0;}*/
.testi-section{
	background-color:#FFC302;
}
.testi-section1:after {
    content: "";
    height: 100%;
    background: #ee3e41;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 0;
}
.testi-title{
  padding:0;
  text-align: center;
}
.testi-title strong{
    display: block;
    color: #000;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}
.testi-section1{
  position: relative;
  z-index: 2;
 
  background-position: center;
  background-size: cover;
}
.testi-section2{
  padding: 0 35px;
  position: relative;
  z-index: 9;
}

.testi-title span{
background: #ffba0000;
font-weight: 700;
}
.testi-1{
  padding: 20px 15px 0px;
}
.testi-2{
  padding: 0;
}
.item__author{
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    line-height: 1;
	background: #FFC302;
    border-radius: 58px;
}
.testimonial__img{
  padding-right: 24px
}
.testimonial__img img{
  border-radius: 50%;
  width: 80px;
  border: 3px solid #fff;
}
.testi-name{
    text-align: left;
    display: flex;
    flex-direction: column;
}
.testi-name p{
    padding: 10px 0px 6px 0px;
    color: #ee3e41;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.testi-name span{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px;
}
.testi__content p {
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    color: #fff;
}
/* testimonial section end */


/* whatsapp chat section start */
.chat-1{
    padding: 25px 13px 0;
 }
.chat-2 img{
  width: 100%;
  border: 10px solid #ffffff;
  box-shadow: 0 0 5px #d9d9d9;
}
/* whatsapp chat section end */



/* footer section start */
.footer{
 
  padding: 70px 0 0;
  position: relative;
}
.footer:after {
    content: "";
    height: 100%;
    background: #FFC302;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 0;
}
.footer-1{
  padding: 0;
  position: relative;
  z-index: 2;
}
.footer-contact1{
  padding: 15px 15px 20px;
}
.footer-contact2{
  text-align: center;
  
  background-size: cover;
  padding: 43px 0 0;
  max-width: 305px;
  height: auto;
  margin: 0 auto;
}
.footer-contact2 span{
  height: 110px;
  width: 110px;
  line-height: 119px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  animation: pulse2 2s linear infinite;
  outline: #000 solid 10px;
  border: 7px solid #ffffff;
  color: #FFC302;
}
.footer-contact2 span i{
  font-size: 49px;
  font-weight: 500;
}
.footer-contact1:last-child .footer-contact2 span img{
  height:50px;
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #000
   }

   to {
      box-shadow: 0 0 0 30px transparent
   }
}
.footer-contact2 p{
   display: inline-block;
   padding: 1px 18px 0px;
   font-size: 20px;
   font-weight: 400;
   color: #ffffff;
   background: #000;
   border-radius: 15px 15px 0 0;
}
.footer-contact2 a{
   display: inline-block;
   padding: 1px 18px 0px;
   font-size: 22px;
   font-weight: 400;
   color: #ffffff;
   background: #000;
   border-radius: 15px 15px 0 0;
}

.footer-contact2 strong{
   display: block;
   color: #20222e;
   padding: 30px 0 5px;
   font-size: 20px;
   text-transform: uppercase;
   font-weight: 800;
}
.copy-right span{
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  display: block;
  font-weight: 300;
  padding: 0 0 15px;
}
.copy-right p{
  font-size: 19px;
  font-weight: 500;
  color: #000;
  padding: 8px 0 5px 0;
  text-transform: uppercase;
  
  background: #FFC302;
}
.copy-right{
	background-color:#000;
}

/* footer 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: #ff0000;
  position: relative;
  padding: 7px 21px 26px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: #008111;
}
#callbook ul li a span {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}



@media (max-width: 767px){
.tophead2 p {margin: 0;}
.head-align{flex-direction: row-reverse;}
.tophead1:nth-child(2){order: 1;}
.headtop-right2 {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.headtop-left2 ul li {padding: 5px 7px 0;}
.headtop-left2{padding: 0 0 3px;}
.about-section {padding: 0 35px;}
.about-title strong {font-size: 29px;}
.about-title p {font-size: 19px;}
.about-left {padding: 0}
.testi-title strong {font-size: 38px;}
.align{flex-direction: row-reverse;}
.awards-1:nth-child(2){order: 1;}
.copy-right p {padding: 8px 0 50px 0;}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead1:nth-child(3){display: none;}
.headtop-right2 {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.tophead2 p {font-size: 20px;margin: 11px 0 0;}
.tophead3 a {font-size: 17px;}
.tophead2 a {font-size: 23px;}
.about-left {padding: 0}
.align{flex-direction: row-reverse;}
.awards-1:nth-child(2){order: 1;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tophead2 p {font-size: 19px;margin: 12px 0 0;}
.tophead2 span {font-size: 23px;}
.tophead2 a {font-size: 23px;}
.tophead3 a {font-size: 17px;}
.headtop-left2 ul li {font-size: 17px;padding: 7px 8px;}
.headtop-left2 ul li:before{font-size: 18px;padding: 0 5px 0 0;}
.headtop-right2 a {font-size: 25px;}
.about-title p {font-size: 19px;}
.about-title strong {font-size: 31px;}
.best-text span {font-size: 20px;}
.bestsv1 {padding: 30px 10px 0;}
.services-bottom strong {font-size: 20px;}
.services-bottom span {font-size: 16px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.tophead1:nth-child(3){display: none;}
.tophead2 a {padding: 2px 5px 0;}
.tophead3{padding: 0 0 8px;}
.head-icon-2 span {font-size: 22px;height: 55px;width: 46px;line-height: 59px;}
.head-icon-2 span:before {width: 76px;;top: 27px;left: -15px;}
.about-title strong {font-size: 23px;}
.about-title p {font-size: 17px;}
.awards-1 {padding: 5px;}
.testi-title strong {font-size: 27px;}
.testi-section2 {padding: 0 25px;}
.copy-right p {padding: 8px 0 49px 0;font-size: 17px;}
}





@media (max-width: 419px) and (min-width: 290px) {
.head-icon-2 span {font-size: 20px;height: 45px;width: 38px;line-height: 47px;}
.head-icon-2 span:before {width: 56px;top: 22px;left: -9px;}
.headtop-left2 ul li {padding: 4px 7px 0;font-size: 16px;}
.headtop-left2 ul li:before{font-size: 17px;padding: 0 5px 0 0;}
.about-section {padding: 0 25px;}
.about-title strong {font-size: 18px;line-height: 28px;padding: 4px 8px 3px;}
.about-title p {font-size: 16px;}
.bestsv1 {padding: 30px 10px 0;}
.best-text span {font-size: 18px;}
.awards-1 {padding: 10px 0;width: 100%;}
.testi-title strong {font-size: 21px;}
.testi-section2 {padding: 0 15px;}
.testi-section {padding-left: 0 !important;padding-right: 0 !important;}
.chat-section{padding-top: 0 !important;padding-bottom: 0 !important;}
.services{margin-bottom: 0 !important;padding-top: 0 !important;}
.chat-1{width:100%;}
.copy-right {padding-top: 0px !important;}
.services-bottom strong {font-size: 19px;}
#callbook ul li {padding: 8px 9px 20px;}
#callbook ul li a span {font-size: 19px;}
}

