@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Figtree", sans-serif;
  color: #d40202;
}
: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;
}

i{
    font-style: normal;
    display: block;
}

/* top header section start */
.top-align{
  align-content: center;
}
.top-header{
  background: #33501f;
}
.top-left{
  padding: 12px 0 0;
}
.top-left p{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px 5px;
  background: #ffffff;
  text-align: center;
}


.top-right{
  padding: 0 10px 15px;
  position: relative;
  margin-bottom: -40px;
  text-align: center;
}

.top-right:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #ece409;
  z-index: -1;
  border-radius: 0 0 30px 30px;
}
.top-right-1 span{
  color: #fff600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 2px;
  font-size: 18px;
}
.typing{
  text-align: center;
  justify-content: center;
  display: flex;
}
.typing > *{
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 4s steps(50) infinite;
}
.typing p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 0 6px;
}
@keyframes typingAnim {
  from {width:0}
  to {width:100%}
}
.top-right-1 ul li{
  
display: inline-block;
}
.top-right-1 ul li a{
  display: inline-block;
  background: #ece409;
  padding: 5px 15px 0;
  font-size: 20px;
  color: #d40202;
  font-weight: 700;
  border-radius: 20px;
  text-transform: capitalize;
}

/* top header section end */



/* header logo section start */
.head-align{
  align-content: baseline;
}
.header-logo{
  padding:0;
}
.header-logo-1{
  padding:0; 
}
.header-logo-left{
  padding: 0;
}
.header-logo-left-1{
  padding:0 15px 0;
  text-align: center;
}
.header-logo-right{
  padding: 0;
  text-align: center;
}
.header-logo-right-1 p{
  padding: 40px 0 2px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.header-logo-right-1 span{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  display: block;
}
.navigation{
  
padding: 8px 0 5px;
  
background: #ece409;
  
border-radius: 20px 20px 0 0;
}
.navbar-toggler {
    border: 0;
    box-shadow: none;
    float: right;
    margin: 0;
    padding: 3px 0;
    width: 42px;
}
.navbar-toggler-icon{filter: none;width: 32px;height: 32px;}
.menu {
    justify-content: end;
    width: 100%;
}

.menu li {
    padding: 5px 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.menu li:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(179deg, #49501f, #ffd09f, #49501f);
    top: 0;
}

.menu li:last-child:before {
    display: none;
}

.menu li a {
    color: #d40202;
    padding: 0px !important;
    font-weight: 600;
}


@media all and (min-width: 992px) {
    .dropdown-menu {
        width: auto;
        background: linear-gradient(45deg, #401b0d, #783218);
        padding: 8px 0px !important;
        border: 0px solid #5b214b;
    }

    .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 {
        position: relative;
        padding: 1px 14px !important;
        display: block !important;
        line-height: 29px;
    }

    .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: #ffffff;
}

.nav-link:focus, .nav-link:hover {
    color: #000000;
}

.dropdown ul li:before {
    display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: #ff9933;
}

.dropdown-menu {
    background: linear-gradient(45deg, #401b0d, #783218);
}

/* header logo section end */


/* top header section start */
.top-add{
  background: #ece409;
  text-align: center;
}
.top-add-sec-1{
  padding:15px 0;
  background:#f1505d;
}
.top-add-left{
  padding: 0 15px 10px;
  text-align: center;
}
.top-add-left-1 p{
  color: #000000;
  font-size: 18px;
  font-weight:600;
  text-transform: capitalize;
  padding: 15px 0 10px;
  line-height: 32px;
}
.top-add-right-1 p{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}
.top-add-right-1 p span{
    display: inline-block;
    padding: 7px 12px 7px;
    font-size: 20px;
    font-weight: 700;
    animation: blk 0.8s ease-in infinite;
}

@keyframes blk {
    50% {
        color: #e10000;
        background: #ece409;
    }

    100% {
        color: #ffffff;
        background: #e10000;
    }
}
/* top header section end */

/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */


/* our services section start */
.otherservices{
  background: #ece409;
}
.sv-heading{
  text-align: center;
}

.sv-heading strong{
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 0;
  color: #ffffff;
}
.sv-heading span{
  color: #ff0000;
  text-transform: capitalize;
  font-size: 19px;
  background: #edff00;
  display: block;
  font-weight: 700;
  padding: 4px 15px 4px;
}
.services{
  background: #fcff00;
  margin: 70px 0 0;
}
.services3{z-index: 0;position: relative;padding: 0 0 15px;}

.services3:before{
  content:"";
  margin:0 auto;
  background: #d40202;
  position:absolute;
  height: 100%;
  width: 5px;
  left: 0;
  right: 0;
  bottom: -31px;
  z-index: -1;
}
.services3 img {
  border-radius: 50%;
  border: 5px solid #d40202;
  margin: 0 auto;
  width: 218px;
  padding: 6px;
  transform: rotate(360deg);
  transition: all 400ms linear;
  animation: rotate 9s infinite;
}
@keyframes rotate {

   50%{
    transform: rotate(0);
  }
}
.services4 span{
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 40px 40px;
  color: #ffffff;
  background: #33501f;
  margin: 19px 0 0;
}
.services4 strong{
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  padding: 6px 0 0;
}
.services4 p{
  color: #000000;
  font-size: 16px;
  padding: 0px 0 15px;
  font-weight: 400;
  line-height: 29px;
}
.services4{
  position:relative;
  z-index: 1;
}
.services1{
  padding: 12px;
  overflow: hidden;
}

/* our services section end */


/* best services section start */
.best-services1{
  padding: 8px;
  text-align: center;
}
.best-services2{
  padding: 0px 15px 15px;
  background: white;
  border-radius: 400px 400px 80px 80px;
  box-shadow: 0 0 7px #0072271f;
}
.best-services2 img{
  width: 100%;
  border-radius: 50%;
  border: 7px solid #edff00;
  }
.best-services2 strong{
  font-size: 23px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  padding: 10px 0 2px;
}
.best-services2 p{
  padding: 0 0 12px;
  line-height: 30px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}

.best-services2 p b{
  color: #f50000;
  display: block;
  font-size: 18px;
}
.srv-contact {
    text-align: center;
}
.srv-contact a{
     color: #fff;
     background: #d40202;
     padding: 8px 15px 6px;
     display: inline-block;
     margin: 0px 15px 0 1px;
     font-size: 14px;
     font-weight: 600;
     text-transform: uppercase;
     border-radius: 20px 20px;
}
.srv-contact a:nth-child(2){
    background: #33501f;
    margin: 0;
}
/* best services section end */



/* about us section start */
.about-title{
  padding: 0 0 5px;
}
.about-title span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    padding: 11px 35px 8px;
    position: relative;
    z-index: 1;
}
.about-title span:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #ece409;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  transform: rotate(355deg);
}
.about-title span:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #33501f;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  transform: rotate(0deg);
}
.about-title strong{
  font-size: 55px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  padding: 0;
}

.about-left{

padding: 12px;
}

.about-right{
  
padding: 12px;
}
.about-us-content{
  padding: 0 0 25px;
}
.about-us-content .about-text{
    
background: #ffc000;
    
padding: 10px 15px 4px;
    
color: #000;
    
display: block;
    
font-size: 32px;
    
text-align: center;
    
text-transform: capitalize;
    
font-weight: 800;
}
.about-us-content p{
    padding: 5px 0;
    text-align: justify;
    line-height: 30px;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
}
.about-us-content p strong{
    color: #33501f;
    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: 8px 0;
}
.about-us-content ul li{
    position: relative;
    display: inline-block;
    padding: 7px 15px 8px;
    line-height: 31px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(45deg, #007227, #f1e400);
    margin: 4px 0 6px;
    border-radius: 40px;
    z-index: 0;
}
.about-us-content ul li:before {
  content: "\e239";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 19px;
  color: #e8e608;
  padding-right: 8px;
}
.about-us-content ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #d40202;
  border-radius: 20px;
  left: 10px;
  top: 9px;
  z-index: -1;
}
.banner-section{

}
.banner-section img{
  
width: 100%;
}
/* about us section end */



/* awards section start */
.awards-1{
  padding: 12px;
}
.awards-2 img{
  width: 100%;
}
/* awards section end */

/* testimonial section start */
.testi-1{
  padding: 12px;
}
.testi-2{
  padding: 0;
}
.upper-box{
  position: relative;
  padding: 20px;
  background: linear-gradient(178deg, #007227, #f1e400);
}
.quote-icon{
  color: #ffffff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.upper-box .text {
  position: relative;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  font-style: italic;
}
.author-inner p{
  padding: 4px 0 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.author-inner span{
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
}
.lower-box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.rating{
  font-size: 14px;
  background: #ece409;
  padding: 7px 15px 4px;
  border-radius: 0 0 12px 12px;
}
/* testimonial section end */


/* main service section start */
.main-srv-sec-1{
  padding: 70px 0 40px;
}
.main-srv-sec-2{
  padding:30px 0 0;
}
.main-srv-left{
  padding: 15px;
}
.srv-list p{
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding: 4px 0 0;
}
.srv-list ul li {
    text-transform: capitalize;
    position: relative;
    padding: 8px 15px 10px;
    line-height: 31px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(45deg, #007227, #f1e400);
    margin: 0 0 15px;
    border-radius: 40px;
    z-index: 0;
}
.srv-list ul li:before {
  content: "\e239";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 19px;
  color: #e8e608;
  padding-right: 8px;
}
.srv-list ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #d40202;
  border-radius: 20px;
  left: 10px;
  top: 9px;
  z-index: -1;
}
.main-srv-right{
  padding: 15px;
}
.srv-right{
  padding:0;
}
.srv-right-1{
  padding:0;
}
.main-srv-1{
  padding:0 15px;
}
.main-srv-2{
  padding: 0;
  text-align: center;
}
.main-srv-img{
  padding: 0;
}
.main-srv-img img{
  border-radius: 400px 400px 0 115px;
  width: 100%;
}

.main-srv-text{
  padding: 0;
  position: relative;
}
.main-srv-text:before {
    content: "";
    margin: 0 auto;
    background: #007227;
    position: absolute;
    height: 58%;
    width: 4px;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.main-srv-text span{
  color: #edff00;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 10px 5px;
  display: block;
  background: #007227;
  border-radius: 40px 0;
}

.main-srv-text a{
  color: #ff0000;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  padding: 6px 0;
}
.main-srv-contact{
  padding: 16px 0 0;
}
.main-srv-contact a i{
  =: 29px;
  font-size: 27px;
  background: #ffffff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 52px;
  color: #007227;
  border-radius: 50%;
  border: 4px solid #007227;
  font-weight: 600;
}
.choose-us1{
  padding: 12px;
}
.choose-us2{
  padding: 0px;
  text-align: center;
}
.choose-us2 i{
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #007227, #f1e400);
    border-radius: 50%;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    border: 4px solid #fff;
    box-shadow: 0px 0px 20px -2px #43921d;
    animation: chbdd 800ms linear infinite;
}
@keyframes chbdd{
  0%{transform:translateY(-10px);}
  50%{transform:translateY(0px);}
  100%{transform:translateY(-10px);}
}
.choose-us2 strong {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    padding: 12px 0 2px;
}
.choose-us2 p {
    line-height: 30px;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
}
/* main service section end */


/* counter section start */
.line-free span {
    font-weight: 900;
    color: #000000;
    text-align: center;
    display: block;
    font-size: 45px;
    padding: 13px 15px 8px;
    background: #ede30d;
}
.line-free2 {
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    padding: 14px 0 0;
    line-height: 25px;
}

.counter-1{
  padding: 12px;
  text-align: center;
}
.counter-2{
  border-radius: 400px;
  background: linear-gradient(178deg, #007227, #f1e400);
  padding: 12px 0;
}
.choose-icon i{
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #007227, #f1e400);
  border-radius: 50%;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  color: #ffffff;
  border: 4px solid #fff;
  box-shadow: 0px 0px 20px -2px #43921d;
  animation: chbdd 800ms linear infinite;
}
.choose-text strong{
 font-size: 20px;
 font-weight: 800;
 background: #ffffff;
 display: block;
 text-transform: capitalize;
 padding: 0px 10px 2px;
}
.love_count{
  color: #ffffff;
  font-weight: 700;
  font-size: 55px;
  padding: 5px 0 0px;
  display: block;
} 
.love_count:after{
  content: "k+";
  right: 0;
}
/* counter section end */


/* city list section start */
.city-list{
  
text-align: center;
  
padding: 12px;
  
border: 1px solid #ede30d;
  
margin: 0 0 12px;
}
.city-list strong{
    font-weight: 800;
    color: #000000;
    text-align: center;
    display: block;
    font-size: 35px;
    padding: 7px 15px 8px;
    background: #ede30d;
    text-transform: capitalize;
}
.city-list ul{
  padding: 12px 0 0;
}
.city-list ul li {
    text-transform: capitalize;
    position: relative;
    padding: 7px 15px 8px;
    line-height: 31px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: radial-gradient(#839900, #007227);
    margin: 10px 0 0;
    border-radius: 40px;
    z-index: 0;
    display: inline-block;
    text-align: left;
}
.city-list ul li:before {
  content: "\e97";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 19px;
  color: #e8e608;
  padding-right: 8px;
}
.city-list ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #d40202;
  border-radius: 20px;
  left: 10px;
  top: 9px;
  z-index: -1;
}
/* city list section end */

/* footer section start */
.footer-sec{
  background: linear-gradient(0deg, #007227, #f1e400);
  text-align: center;
}
.footer-sec-1{
  padding:18px 30px 18px;
  text-align: center;
  background: #fff;
  margin:-1px 0 0;
}
.footer-text{
  padding:0;
}
.footer-text strong{
  font-size: 35px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  border-bottom: 0;
  padding: 6px 12px 4px;
  background: #ffffff;
}
.footer-text p{
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #000;
  padding: 12px 0 0;
  text-transform: capitalize;
}
.footer-contact ul li{
  padding:18px 10px 23px;
}
.footer-contac-1 p{
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}
.footer-contac{
  padding: 12px;
}
.footer-contac1{
  background: #ffffff;
  padding: 25px 15px 15px;
}
.footer-contac-1 a i{
    width: 100px;
    height: 100px;
    background: #d40202;
    border-radius: 50%;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    border: 4px solid #fff;
    box-shadow: 0px 0px 20px -2px #d40202;
    animation: chbdd 800ms linear infinite;
}
.footer-contac-1 a span{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 15px 0 0;
    display: block;
    text-transform: capitalize;
    border-top: 1px solid #04742733;
}
.footer-contac-2 a{
    font-size:28px;
    font-weight: 800;
    color: #000;
    padding: 10px 20px;
    background: #ddff00;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
}

/* footer section end */


/* copyright section start */
.copyright{
  background: #037326;
  text-align: center;
  padding: 0 0 30px;
}
.disclimer p{
    color: #ffffff;
    padding: 0 0 5px;
    line-height: 22px;
    font-weight: 200;
    font-size: 13px;
}
.copyryt{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #e9e001;
    text-align: center;
    display: block;
    padding: 0;
}
/* copyright section end */


#callbook {
    background: #ffffff;
    bottom: 0;
    height: 72px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
    padding: 0 8px;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    position: relative;
    padding: 0 12px;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li:nth-child(1) span{
    /* font-weight: 700; */
}
#callbook ul li a p {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-shadow: 0px 1px 3px #ffffff;
    margin: -16px 0 0;
}
#callbook ul li a span{
  
position: relative;
}
#callbook ul li a i {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 62px;
    background: red;
    border-radius: 50%;
    position: relative;
    top: -20px;
    font-size: 29px;
    text-align: center;
    display: inline-block;
}


#callbook ul li:nth-child(2) a i{
    background: green;
    font-size: 35px;
}

.notification-label {
    background: #d80000;
    position: absolute;
    top: -50px;
    right: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    box-shadow: 0 0 5px 0px #d80000;
}






@media (max-width: 767px){
.navbar-collapse {padding: 0 0px 0 0px;}
.navbar {padding: 0;}
.top-center{display: none;}
.top-right-1 p {padding: 6px 0 5px;}
.top-header {margin: 0 0 40px;}
.header-logo-left-1{padding: 0;}
.header-logo-right-1 p {padding: 0;}
.top-add-left-1 p {font-size: 16px;padding: 0 0 2px;}
.top-add-left {padding: 0 15px 0;}
.top-add-right-1 ul li {padding: 6px 8px 8px;}
.footer-text strong {font-size: 23px;}
.award-heading p {font-size: 38px;}
.line-free span {font-size: 20px;}
.line-free2 {font-size: 18px;line-height: 27px;}
.copyright {padding: 0 0 90px;}
.menu li:before{display: none;}
.menu li a {text-align: left;}
.menu li:before{display: none;}
.menu li a {text-align: left;}
.top-left {padding: 0;}
.footer-text p {font-size: 16px;line-height: 26px;}
.srv-contact a {font-size: 13px;}
.about-title strong {font-size: 48px;}
.about-us-content p{text-align: left;}
#callbook {display:block;}
.navbar-toggler-icon {position: relative;display: inline-block;width: 33px;height: 2px;margin: 0 0 0 auto;background-color: #000000;transition: transform 0.3s ease;background-image: none;}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {content: ''; position: absolute;width: 33px;height: 1px;background-color: #000000;transition: transform 0.3s ease;}
.navbar-toggler-icon::before {top: -10px;}
.navbar-toggler-icon::after {top: 10px;}
.navbar-toggler:focus {box-shadow: none;}
.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;}
.mobile .wheel {position: absolute;z-index: -9;left: 0px;right: 0;top: 0;width: fit-content;margin: 0 auto;}
.mobile .wheel img {animation: circle 40s linear infinite;height: 400px;margin: 0 auto;}
.mobile img { height: 470px;margin: 0 auto;display: block;}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.city-list strong {font-size: 25px;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-toggler {margin: -95px 10px 0 auto;}
.navbar-collapse {padding: 0 0px 0 20px;}
.navbar {padding: 0 !important;}
.top-center{display: none;}
.top-header {margin: 0 0 40px;}
.header-logo-right-1 p {padding: 0 0 2px;}
.top-add-left-1 p {padding: 2px 0 7px;}
.top-add-left {padding: 0 15px 0;}
.top-add-right-1 ul li {padding: 6px 8px 8px;}
.footer-text strong {font-size: 22px;padding: 6px 10px 4px;}
.award-heading p {font-size: 50px;}
.line-free span {font-size: 27px;}
.line-free2 {font-size: 20px;line-height: 28px;}
.footer-contac-1 a span {font-size: 17px;}
.menu li:before{display: none;}
.menu li a {text-align: left;}
.top-left {padding: 0;}
.navbar-toggler-icon {position: relative;display: inline-block;width: 33px;height: 2px;margin: 0 0 0 auto;background-color: #000000;transition: transform 0.3s ease;background-image: none;}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {content: ''; position: absolute;width: 33px;height: 1px;background-color: #000000;transition: transform 0.3s ease;}
.navbar-toggler-icon::before {top: -10px;}
.navbar-toggler-icon::after {top: 10px;}
.navbar-toggler:focus {box-shadow: none;}
.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;}
.mobile .wheel {position: absolute;z-index: -9;left: 0px;right: 0;top: 0;width: fit-content;margin: 0 auto;}
.mobile .wheel img {animation: circle 40s linear infinite;height: 400px;margin: 0 auto;}
.mobile img { height: 470px;margin: 0 auto;display: block;}


@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.city-list strong {font-size: 23px;}

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
.top-right-1 p {font-size: 16px;line-height: 22px;}
.top-right-1 span {font-size: 15px;}
.header-logo-right-1 p {font-size: 20px;padding: 35px 0 2px;}
.header-logo-right-1 span {font-size: 16px;}
.top-add-left-1 p {}
.top-add-right-1 ul li {padding: 8px 6px;font-size: 16px;}
.main-srv-1 {padding: 0 10px;}
.main-srv-text span {font-size: 18px;padding: 8px 10px 5px;}
.line-free span {font-size: 38px;}
.line-free2 {font-size: 22px;}
.top-left p {font-size: 15px;}
.menu li {padding: 5px 8px;}
.services4 strong {font-size: 21px;}
.services4 span {font-size: 13px;}
.services1 {padding: 8px;}
.srv-contact a {font-size: 13px;padding: 8px 12px 6px;}
.best-services2 strong {font-size: 20px;}
.choose-us2 strong {font-size: 18px;}
.footer-text strong {font-size: 29px;padding: 6px 12px 5px;}
.footer-text p {font-size: 17px;padding: 10px 0 0;}
.best-services2 {padding: 0px 8px 0;}
.city-list strong {font-size: 30px;}




}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.header-logo-right-1 span {font-size: 16px;}
.top-add-left-1 p {font-size: 14px;line-height: 24px;}
.top-add-right-1 ul li {padding: 8px 5px;font-size: 18px;}
.footer-text strong {font-size: 22px;padding: 6px 15px 6px;line-height: 31px;}
.award-heading p {font-size: 27px;}
.about-title strong {font-size: 37px;}
.about-title span{}
.sv-heading span {font-size: 16px;line-height: 20px;padding: 5px 15px 5px;}
.srv-list ul li {line-height: 24px;font-size: 16px;padding: 8px 15px 9px;}
.top-add-right-1 p { font-size: 15px;}
.top-add-right-1 p span {padding: 5px 12px 5px;font-size: 17px;}
.top-left p { font-size: 16px;}
.awards-1 {padding: 5px;}
.typing p { font-size: 15px;}
.top-right-1 span {font-size: 14px;}
.srv-contact a {font-size: 14px;}
.about-us-content ul li{display: block;}
.footer-sec{padding-bottom: 12px !important;}
.why-us {padding: 0 !important;}
.about {padding: 12px 0 !important;}
.city-list strong {font-size: 20px;}
}




@media (max-width: 419px) and (min-width: 290px) {
.top-right-1 p {font-size: 15px;line-height: 20px;}
.header-logo-right-1 p {font-size: 16px;}
.header-logo-right-1 span {font-size: 11px;line-height: 17px;}
.top-add-left-1 p {font-size: 12px;}
.top-add-right-1 ul li {padding: 8px 2px;font-size: 14px;}
.top-right-1 span {font-size: 15px;}
.footer-text strong {font-size: 16px;line-height: 25px;padding: 5px 15px 5px;}
.award-heading p {font-size: 25px;line-height: 30px;padding: 4px 15px 6px;}
.about-title strong, .sv-heading strong {font-size: 30px;}
.about-title span{font-size: 13px;padding: 9px 35px 8px;}
.sv-heading span {font-size: 15px;}
.footer-text p {font-size: 14px;line-height: 21px;}
.rating i {font-size: 12px;}
.copyryt {}
.typing p {font-size: 11px;}
.awards-1{width: 100%;}
.top-right-1 span {font-size: 10px;}
.top-add-right-1 p {font-size: 12px;}
.top-add-right-1 p span {padding: 5px 7px 5px;f;font-size: 13px;}
.top-right-1 ul li a {padding: 5px 9px 0;font-size: 16px;}
.top-left p {font-size: 12px;}
.top-right:before {height: 66px;}
.top-header {margin: 0 0 25px;}
.city-list strong {font-size: 16px;padding: 7px 15px 5px;}
.city-list ul li {line-height: 22px;font-size: 14px;}


}