@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}

/* top marquee section start */
.top-sec{
  padding: 0;
  background: #fff207;
}
.top-sec-1{
    padding: 0 0 5px;
    border-bottom: 1px dashed #c20000;
}
.top-sec-2{
  padding: 0;
  text-align: center;
}
.top-sec-2 span{
  padding: 8px 25px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  animation: animate 0.8s linear infinite;
  background: #c20000;
  border-radius: 0 0 10px 10px;
}
@keyframes animate{
    0%, 25%{
       text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(255 255 255), -0.2rem 0.1rem 1rem #ffffff, 0.2rem 0.1rem 1rem #ffeb00, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgba(8, 46, 4, 0.43);
}
    25%, 50%{
        text-shadow: none;
    }
    50%, 75%{
     text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(254 198 0), -0.2rem 0.1rem 1rem #ffffff, 0.2rem 0.1rem 1rem #ffeb00, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgba(8, 46, 4, 0.43);
    }
    75%, 100%{
        text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(255 255 255), -0.2rem 0.1rem 1rem #ffffff, 0.2rem 0.1rem 1rem #fec600, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgba(8, 46, 4, 0.43);
    }
}

.top-sec-3{
    padding: 10px 0 0px;
    text-align: center;
}
.top-sec-3 ul{

}
.top-sec-3 ul li{
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: 5px 6px;
}
.top-sec-3 ul li i{
  padding: 0 0 8px;
  color: #c20000;
  font-size: 32px;
  font-weight: 400;
}
.top-sec-3 ul li span{
   padding: 8px 15px 6px;
   text-align: center;
   color: #ffffff;
   font-size: 14px;
   font-weight: 500;
   text-transform: uppercase;
   display: block;
   background: #226719;
}
/* top marquee section end */


/* header logo section start */
.header-logo{
  padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 52px 15px 15px;
  text-align: center;
}
.header-logo-center{
  padding:0;
}
.header-logo-center-1{
  padding: 15px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 52px 15px 15px;
  text-align: center;
}

.our-call a {
    background: #fff207;
    font-size: 46px;
    color: #c30500;
    padding: 7px 15px 0px;
    font-weight: 900;
    border-radius: 44px;
    display: block;
    font-family: 'Teko', sans-serif;
    line-height: 52px;
}
.our-call a span {
    background-color: #034705;
    height: 65px;
    border-radius: 50px;
    box-shadow: 0 0 0 9px #fff207;
    width: 65px;
    line-height: 65px;
    text-align: center;
    margin: -45px auto 10px;
    display: block;
}
.our-call a span i {
    color: #fff;
    font-weight: 600;
    font-size: 29px;
}
/* header section logo end */



/* navbar section start */
.navigation-section1{
    padding: 0;
}
.logo{
    padding: 0;
}
.logo1{
    padding: 0;
}
.nav-section{
    padding: 0;
}
.nav-section1{
    padding: 0;
}
.navbar{
    margin: 0;
    border:0;
    min-height: 0
}
.head-nav1{
   text-align: center;
}
.head-nav1 li{
    display: inline-block;
    padding: 10px 12px;
    position: relative;
}
.head-nav1 li a{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px 7px;
    display:block;
    text-transform: uppercase;
    transition: 0.3s;
    color: #ffffff;
    background: #226719;
}

.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
    color: #c30500;
    z-index: 9;
    position: absolute;
    border: 0px !important;
    float: right;
    top: 7px;
    border: 0;
    right: 3px;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse.in{
    border: 0 !important;
    box-shadow:none;
}


.header{
  width: 100%;
  padding: 0;
  transition: all ease-out 0.5s;
  z-index: 1;
  background: #fff207;
}

.active-1{
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
}

/* navbar section end */


/* banner section start */
.banner-section{
  padding:0;
}
.banner-section img{
  width:100%;
}
/* banner section end */



/* services section start */
.srv-sec-1{
    padding: 0;
}
.srv-sec-2{
    padding: 60px 0;
}
.service-title{
    padding: 0 0 15px;
    text-align:center;
}
.service-title p{
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 20px 8px;
    background: #c20000;
}
.service-title strong{
    font-size: 72px;
    font-weight: 600;
    display: block;
    color: #226719;
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
}
.srv-sec-content{
    padding: 0;
}
.srv-1{
    padding: 15px 15px 45px;
}
.srv-2{
    padding: 0;
}
.ser-sec {
    background: #034705;
}
.ser-sec img{
  width: 100%;
}
.slid-hed-sec{
    padding: 10px 0 35px;
    margin-top: -23px;
}

.slid-hed-sec p {
    position: relative;
    z-index: 9;
    color: #c20000;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    background: #fff207;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 38px;
    text-transform: capitalize;
    text-align: left;
    padding: 5px 0 0px 19px;
    width: 88%;
}
.slid-hed-sec span {
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    text-align: justify;
}
.slid-hed-sec a {
    position: absolute;
    bottom: -37px;
    right: 15px;
    display: inline-block;
    background-color: #fff207;
    height: 75px;
    border-radius: 50px;
    border: 7px solid #034705;
    width: 75px;
    line-height: 66px;
    text-align: center;
    margin: 0 8px 0 0;
    color: #c20000;
    font-size: 30px;
}
/* services section end */


/* other services section start */
.other-srv-sec-2{
    padding: 45px 0px;
}
.other-srv-sec-content{
    padding: 0px 0 0;
}
.other-srv-1{
    padding: 15px;
}
.other-srv-2{
    padding: 0;
    text-align: center;
}
.other-srv-img{
    padding: 12px;
    border-radius: 50%;
    border: 2px dashed #034705;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto 22px;
}
.other-srv-img img{
  width: 100%;
  border-radius: 50%;
}
.other-srv-text span{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    background: #c20000;
    border-radius: 100px;
    padding: 5px 25px 1px;
    color: #fff;
    border-color: rgba(223,225,229,0);
    display: inline-block;
}
.other-srv-text p{
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff207;
    border-radius: 100px;
    padding: 8px 15px 2px;
    font-size: 36px;
    color: #c20000;
}
.other-srv-content{
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #202020;
      padding: 15px 0 30px;
}
.ta-icon{
    padding: 0 0 20px;
}
.ta-icon i{
    width: 170px;
    height: 170px;
    line-height: 168px;
    background: linear-gradient(#034705, #fff207);
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 82px;
    position: relative;
    box-shadow: 0 0 0 15px #0347050a;
}
/* other services section end */



/* about us section start */
.about-section{
    text-align: left;
    padding: 0;
    background: linear-gradient(90deg, #034705 50%, transparent 50%);
    margin: 40px 0 60px;
}
.about-section:after {
    content: "";
    /* max-width: 729px; */
    height: auto;
    /* background: #226719; */
    bottom: 0;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.about-section-1{
    padding: 55px 0;
}
.about-left{
    padding: 0 15px 0 0;
}
.about-inner-section .about-left{
    padding: 0; 
}
.about-left-1{
    padding: 45px 40px;
    text-align:left;
    background: #fff207;
}
.about-title{
    padding: 0 0 5px;
    text-align:left;
}
.about-title p{
    background: #034705;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 20px 8px;
}
.about-title strong{
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    font-size: 72px;
    font-weight: 600;
    display: block;
    color: #c20000;
}
.about-us-content{padding: 0;}
.about-us-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    text-align: justify;
    padding: 12px 0;
}
.about-us-content p strong{
    color: #c20000;
    font-weight: 500;
}
.about-us-content ul li{
    font-size: 16px;
    font-weight: 400;
    line-height:30px;
    color: #000;
    padding: 4px 0;
}
.about-us-content ul li:before{
    content: "\f549";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 16px;
    color: #c20000;
    padding-right: 8px;
}
.about-right{
    padding: 0;
}
.about-right-1{
    padding: 0;
}
.award-title{
    
padding: 45px 0 20px;
}
.award-title strong{
    
text-transform: capitalize;
    
font-family: 'Teko', sans-serif;
    
font-size: 72px;
    
font-weight: 600;
    
display: block;
    
background: #034705;
    
text-align: center;
    
color: #fff;
    
padding: 10px 15px 0;
}
.award_1{
  padding:0;
}
.awards-1 {
  padding: 15px;
}
.awards-2 {
  padding: 0px;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
/* about us section end */


/* why choose us section start */
.choose-sec-1{
    padding: 0;
}
.choose-sec-2{
    padding: 50px 0;
}
.choose-left{
    padding:0;
}
.choose-left-1{
    padding:0;
}

.choose-us{
    padding: 0 0;
}
.choose-us1{
    padding:0;
}
.choose-us2{
    padding: 40px 15px 25px;
    text-align: center;
}
.choose-div-sec{
    padding: 10px 15px 20px;
    box-shadow: 0px 0px 10px #e5e5e5;
    background: #ffffff;
}
.choose-icon{
    padding: 0;
    height: 85px;
    width: 85px;
    line-height: 75px;
    background: #ffffff;
    color: #e5220e;
    border: 4px solid #c20000;
    border-bottom: 0;
    font-size: 49px;
    margin: -49px auto 0;
}
.choose-icon img{
    width: 59px;
}
.choose-div-sec span {
    color: #226719;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 28px;
    padding: 15px 0 0;
    display: block;
    font-family: 'Teko', sans-serif;
}
.choose-div-sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #202020;
    padding: 5px 0 0;
}
.choose-div-srv{
    padding: 0;
}
.choose-img{
    padding: 0 0 15px;
}
.category_content_btn {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    transition: .5s;
}
.category_content_btn a {
    color: #c20000;
    opacity: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff207;
    border-radius: 100px;
    padding: 8px 15px 5px;
}
.choose-div-srv:hover .category_content_btn {transform: translateY(0);}
.choose-div-srv:hover .category_content_btn a {
    opacity: 1;
}
.choose-div-srv span {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    background: #226719;
    border-radius: 100px;
    padding: 5px 25px 1px;
    color: #fff;
    display: inline-block;
}

.choose-right{
    padding:0;
}
.choose-right-1{
    padding: 0 15px 0 20px;
}
.choose-title{
    text-align: left;
}
.choose-text{
    padding: 0 0 25px;
    text-align:left;
}
.choose-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #202020;
    text-align: justify;
}
.choose-srv-list{
    padding: 30px 25px 25px;
    background: #fff207;
}
.choose-srv-list p{
    font-size: 45px;
    font-weight: 500;
    padding: 5px 12px 0;
    display: block;
    color: #c20000;
    text-transform: capitalize;
    background: #ffffff;
    text-align: center;
    font-family: 'Teko', sans-serif;
}
.srv-list1-1{
  padding:0;
}
.srv-list1-2{
  padding: 0;
}
.srv-list1-text{
  padding: 20px 0 0;
  border-left: 4px solid #ffffff;
}
.srv-list1-text ul li{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 10px 12px;
    margin-top: 10px;
    border-left: 0;
    border-right: 0;
}
.srv-list1-text ul li:before{
  content: "\f762";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #c20000;
  display: inline-block;
  font-size: 19px;
  text-align: center;
  padding: 0px 8px 0 0;
  margin: -4px 0 0;
}
/* why choose us section end */




/* best services section start */
.best-srv-sec-1{
    padding: 0;
}
.best-srv-sec-2{
    padding: 60px 0;
}
.best-srv-sec-content{
    padding: 0px 0 0;
}
.best-srv-1{
    padding: 15px;
}
.best-srv-2{
    padding: 0;
}
.best-ss-hm-ser-div {
    background: #226719;
}
.best-ser-img-sec img {
    border-radius: 0 0 236px 0;
}
.best-ss-ser-cnt {
    padding: 30px 15px 20px;
    position: relative;
}
.best-ss-ser-cnt p {
    color: #c20000;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 12px 0px;
    background: #fff207;
    border-radius: 50px;
}

.best-ss-ser-cnt span {
    padding: 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.best-ss-ser-cnt a {
    position: absolute;
    top: -72px;
    right: 0;
    display: inline-block;
    background-color: #226719;
    height: 80px;
    border-radius: 50px;
    border: 7px solid #fff207;
    width: 80px;
    line-height: 70px;
    text-align: center;
    margin: 0 8px 0 0;
    color: #fff207;
    font-size: 32px;
}
/* best services section end */


/* testimonial section start */
.testi-sec{
  padding:0;
}
.testi-sec-1{
  padding: 55px 0 60px;
}
.testi-content{
  padding: 15px 0 0;
}
.testi-1{
  padding: 60px 15px 28px;
}
.testi-2{
  padding: 0 25px 20px;
  background: #fff207;
}
.testi-2:before {
    content: "";
    font-weight: 900;
    position: absolute;
    background: #226719;
    z-index: -1;
    width: 81px;
    height: 100px;
    top: -54px;
    left: 15px;
    border-radius: 15px;
}
.testi-3{
  padding: 0 0 15px;
  position: relative;
  text-align:left;
  margin: -43px 0 0;
}
.content-testi{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  text-align: justify;
  padding: 0;
}

.testi-img img{
  border-radius: 15px;
}
.testi-name{
  width: 100%;
  border-radius:50%;
  float: right;
  text-align: right;
  padding: 0 0 0 70px;
  margin: -24px 0 0;
}
.testi-name1{
    
background: #226719;
    
padding: 10px 15px 10px;
    
border-radius: 15px;
}
.testi-name1 p{
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    padding: 0 0 1px;
}
.testi-name1 span{
  display: inline-block;
  color: #fff207;
  font-size: 14px;
  text-align:center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.rating{
  padding: 12px 0 0;
}
.rating li{
  display:inline-block;
  color: #c20000;
  font-size: 16px;
}
/* testimonial section end */


/* disclaimer section start */
.disc-sec{
    padding: 0 0 30px;
}
.disc-sec-1{
    padding: 0px 25px 20px;
    box-shadow: 0 1px 13px 0 rgb(94 95 98 / 28%);
    text-align: center;
}
.footer-call{background: #226719;width: 80%;margin: 0 auto;border-radius: 0 0 20px 20px;}
.footer-call strong{
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    padding: 20px 0 0;
}
.footer-call a {
    color: #fff6f6;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    animation: animate1 0.8s linear infinite;
    text-shadow: 0 0 10px #fff207;
    display: block;
    line-height: 95px;
}
@keyframes animate1{
    0%, 25%{
       color: #ffffff;
       text-shadow: 0 0 2px #fff207;
}
    25%, 50%{
        color: #fff207;
        text-shadow: none;
    }
    50%, 75%{
     color: #fff207;
     text-shadow: 0 0 1px #fff207;
    }
    75%, 100%{
        color: #fff207;
        text-shadow: 0 0 3px #fff207;
    }
}
.disc-sec p {
    color: #c20000;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    padding: 15px 0 0;
}
.disc-sec span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #202020;
}
/* disclaimer section end */



/* copyright section start */
.copy-right{
    padding:0;
    background: #226719;
}
.copyryt{
  padding:0;
  text-align: center;
}
.copyryt p{
    font-size: 16px;
    font-weight: 500;
    color: #fffbff;
    text-align: center;
    padding: 10px 0 8px;
    display: block;
    line-height: 27px;
}
/* copyright section end */



/* bread crumb section start */

.breadcrumb-section{
  background: linear-gradient(#034705, #fff207);
  padding: 22px 0 0px;
  z-index: 9;
}
.first-item {
  font-size: 65px;
  text-transform: capitalize;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  display: block;
  color: #fff;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: #c30500;
  padding: 7px 20px 5px;
  text-transform: capitalize;
}
/* bread crumb section end */


/* contact section start */
.contact-us-section{
  padding: 80px 0 0;
}
.contac-1{
  padding: 15px 15px 42px;
  text-align: center;
}
.contac-2{
  padding: 0;
}
.call-heading {
    position: relative;
    background: #226719;
    border-radius: 50px;
}
.call-heading:before {
    position: absolute;
    content: "";
    background: #fff207;
    width: 160px;
    height: 114px;
    left: 0;
    top: -34px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}
.call-heading p {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
    color: #000;
}
.call-heading:after {
    position: absolute;
    content: "";
    width: 229px;
    height: 34px;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    margin: 0 auto;
    background: #f1e508;
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}
.ftr-call-img {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    width: 75px;
    height: 75px;
    line-height: 80px;
    background: #c30500;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 11px #ffffff;
    color: #ffffff;
    font-size: 35px;
}
.call-heading a span {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
    color: #000;
}
.ftr-call-box strong {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0 0;
    color: #000;
    display: block;
    font-family: 'Teko', sans-serif;
}
/* contact section end */





#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}
#callbook ul {
    /* padding: 0px; */
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 25px 5px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -15px;
    font-size: 16px;
    font-weight: 500;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 3px 0 0;
    font-size: 18px;
}
#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}



@media (max-width: 767px){
.scroll-on .head-nav1 { padding: 29px 0 10px;}
.active-1{border-top:0;display: none;}
.navbar-toggler {display: block;padding: 0;top: 3px;}
.navbar {min-height: 43px;}
.scroll-on .navbar {min-height: 46px;}
.scroll-on .navigation-section{padding:45px 0 2px;}
.scroll-on .navigation-section1{padding:0;}
.head-nav1{padding: 45px 0 15px;}
.head-nav1 li{display: block;padding: 7px 0;}


.header-logo-left{display: none;}
.top-sec-2 span {font-size: 20px;line-height: 32px;}
.top-sec-3 ul li {padding: 0 1px 8px;}
.top-sec-3 ul li i {font-size: 27px;}
.top-sec-3 ul li span {padding: 8px 15px 5px;font-size: 12px;}
.header-logo-1{display: block;}
.footer-call a {font-size: 75px;}
.testi-name {padding: 0 0 0 50px;}
.testi-1 {padding: 60px 5px 28px;}
.choose-right-1 {padding: 35px 10px 0;}
.about-right {padding: 20px 0 0;}
.awards-1 {padding: 10px;}
.best-srv-1 {padding: 15px 5px;}
.best-ss-ser-cnt p {font-size: 31px;}
.slid-hed-sec p {font-size: 29px;}
.srv-1 {padding: 15px 5px 45px;}
.copyryt span {padding: 14px 0 59px;}
.other-srv-text p {font-size: 32px;}
.about-left {padding: 0;}
.footer-call{width: 100%;}
.copyryt p {padding: 10px 0 45px;}
.choose-srv-list p {font-size: 40px;}
.award-title strong {font-size: 52px;line-height: 58px;padding: 18px 15px 15px 0;}
.service-title strong {font-size: 71px;}
.first-item {font-size: 60px;}
#callbook {display: block;}

}

@media only screen and (min-width: 767px) and (max-width:991px){
.head-nav1 li {padding: 10px 2px;}
.head-nav1 li a {font-size: 13px;padding: 9px 11px 6px;}
.header-logo-left{display: none;}
.our-call a {font-size: 45px;}
.top-sec-2 span {font-size: 21px;}
.slid-hed-sec p {font-size: 35px;}
.top-sec-3 ul li {padding: 4px 2px 5px;}
.top-sec-3 ul li span {padding: 8px 12px 5px;font-size: 14px;}
.about-right {padding: 20px 0 0;}
.awards-1 {padding: 10px;}
.choose-right-1 {padding: 42px 15px 0;}
.choose-sec-2 {padding: 30px 0 15px;}
.footer-call {width: 100%;}
.about-left {padding: 0;}
.award-title strong {font-size: 60px;line-height: 65px;padding: 20px 0 15px;}
}


@media only screen and (min-width: 991px) and (max-width:1200px){
.top-sec-3 ul li {padding: 5px 0;}
.top-sec-3 ul li i {font-size: 28px;}
.top-sec-3 ul li span {padding: 7px 8px 5px;font-size: 12px;}
.our-call a{font-size: 37px;line-height: 40px;}
.our-call a span {height: 62px;width: 62px;line-height: 62px;}
.our-call a span i {font-size: 26px;}
.srv-1 {padding: 15px 10px;}
.slid-hed-sec p {font-size: 30px;}
.other-srv-text p {font-size: 27px;}
.other-srv-text span {font-size: 24px;padding: 5px 20px 2px;display: block;}
.ta-icon i {width: 140px;height: 140px;line-height: 140px;font-size: 66px;}
.choose-us2 {padding: 40px 8px 25px;}
.choose-div-sec span {font-size: 26px;}
.choose-right-1 {padding: 0 0 0 15px;}
.choose-srv-list p {font-size: 33px;}
.testi-1 {padding: 60px 8px 15px;}
.testi-name1 p {font-size: 20px;}
.best-srv-1 {padding: 15px 8px;}
.best-ss-ser-cnt p {font-size: 35px;}
.best-ss-ser-cnt {padding: 40px 18px 35px;}
.choose-title strong {font-size: 58px;}
.award-title strong {font-size: 62px}
.head-nav1 li{padding: 10px 5px;}
.content-testi {height: 255px;}
}



@media only screen and (min-width:1200px) and  (max-width:1333px){
.top-sec-3 ul li {padding: 5px 1px;}
.top-sec-3 ul li span{font-size: 14px;padding: 8px 11px 5px;}
.other-srv-text p {font-size: 33px;}
.choose-title strong {font-size: 69px;}
.choose-srv-list p {font-size: 40px;}
}



@media (min-width:0) and (max-width:600px){
.top-sec-2 span {font-size: 20px;}
.top-sec-3 ul li {padding: 0 0px 3px;}
.top-sec-3 ul li i {font-size: 28px;}
.top-sec-3 ul li span {padding: 8px 10px 6px;font-size: 11px;}
.header-logo-center-1 {padding: 12px 12px;}
.choose-us1{width:100%;}
.choose-us1:nth-child(6) .choose-us2{padding: 0 0 12px;}
.srv-list1-1{width:100%;}
.other-srv-text p {font-size: 27px;}
.choose-srv-list p {font-size: 32px;}
.srv-1{width:100%;}
.testi-1{width:100%;}
.footer-call {width: 100%;}
.best-srv-1{width:100%;}
.best-ss-ser-cnt p {font-size: 40px;}
.slid-hed-sec p {font-size: 38px;}
.service-title strong, .about-title strong {font-size: 55px;}
.about-left-1 {padding: 30px 20px;}
.footer-call a {font-size: 55px;line-height: 63px;}
.footer-call strong {font-size: 20px;padding: 12px 0 0;}
.other-srv-1 {padding: 15px 0;}
.award-title strong {font-size: 48px;line-height: 55px;}
.first-item {font-size: 50px;}
.breadcrumb-section .last-item {font-size: 16px;}
}


@media (min-width: 290px) and (max-width:480px){
.head-nav1 li {padding: 5px 0;}
.head-nav1 li a {font-size: 14px;padding: 8px 20px 6px;}
.top-sec-2 span {font-size: 15px;line-height: 23px;7px 5px 7px;padding: 8px 12px 8px;}
.top-sec-3 ul li {padding: 3px 0px 4px;}
.top-sec-3 ul li i {font-size: 20px;padding: 0 0 4px;}
.top-sec-3 ul li span {padding: 6px 6px 4px;font-size: 10px;}
.our-call a{font-size: 36px;line-height: 40px;}
.our-call a span {height: 60px;width: 60px;line-height: 64px;}
.header-logo-left-1 {padding: 15px 6px 10px;}
.header-logo-right-1 {padding: 42px 12px 15px;}
.service-title strong {font-size: 17px;}
.about-title p {font-size: 17px;}
.about-title strong {font-size: 36px;}
.about-us-content {padding: 0;}
.awards-1 {padding: 10px 0;width: 100%;}
.other-srv-sec-2 {padding: 0 0 30px;}
.choose-sec-2 {padding: 30px 0 15px;}
.choose-srv-list {padding: 25px 15px;}
.choose-srv-list p {font-size: 30px;padding: 10px 12px 5px;line-height: 32px;}
.other-srv-text p {font-size: 25px;padding: 14px 15px 8px;line-height: 27px;}
.best-srv-1{width: 100%;}
.best-ss-ser-cnt p {font-size: 35px;}
.slid-hed-sec p {font-size: 30px;}
.footer-call strong {font-size: 14px;}
.footer-call a {font-size: 38px;line-height: 50px;}
.disc-sec-1 {padding: 0px 15px 15px;}
.disc-sec span {font-size: 13px;line-height: 22px;}
.disc-sec p{font-size: 35px;}
.copyryt span {font-size: 15px;}
.service-title strong, .about-title strong {font-size: 40px;line-height: 42px;padding: 8px 0 0;}
.service-title p, .about-title p {font-size: 15px;padding: 10px 15px 8px;}
.other-srv-text span {font-size: 31px;padding: 5px 35px 0px;}
.award-title strong {font-size: 32px;line-height: 40px;padding: 15px 15px 12px 0;}
.first-item {font-size: 35px;}
.breadcrumb-section .last-item {font-size: 14px;padding: 7px 15px 5px;}
.testi-name {margin: -8px 0 0;}
} 