@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  color: #db2036;
 }

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

i{
  font-style: normal;
}

 @font-face {
  font-family: 'MouseMemoirs';
  src: url('../fonts/MouseMemoirs.ttf') format('woff'),
  url('fonts/MouseMemoirs.ttf') format('truetype');
  font-display: swap;
}



/* top section start */
.top-left{
  padding: 0;
  background: linear-gradient(177deg, #db2f20, #db2036);
  background: #000;
}
.top-left span {
    font-size: 21px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 10px 10px;
    color: #ffffff;
    line-height: 25px;
}
.top-left span b{
    color: #ffdf00;
    font-weight: 600;
    animation: blk 2s infinite;
    display: inline-block;
}
@keyframes blk {
  50%{
    color: #db2036;
  }
}
.top-right{
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0;
}
.top-right p {
    padding: 8px 10px 0;
    text-transform: capitalize;
    color: #d50025;
    font-size: 21px;
    font-weight: 600
}
/* top section end*/

/* head logo section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-left1{
  padding: 0;
  text-align: center;
}
.head-right1{
  padding: 0 15px 0;
  text-align: right;
}
.head_righttop2 p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #444444;
    padding: 4px 0 0;
    line-height: 28px;
    text-align: center;
}
.head_rightbottom1 {
    padding: 0;
}
.head_rightbottom2 ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_rightbottom2 ul li:nth-child(1){
  background:transparent;
  margin: 0;
  padding: 7px 6px 4px;
}
.head_rightbottom2 ul li {
    display: inline-block;
    padding: 4px 15px 5px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(177deg, #db2f20, #db2036);
    margin: 0 4px;
    border-radius: 1px 0 0 20px;
}
.head_rightbottom2 ul li a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
/* head logo section end */



/* head add section start */
.head-add-section1{
  padding: 0 12px;
  background: #000000;
}

.head-line{
  padding: 0;
  overflow: hidden;
}
.head-line1{
  padding:0;
}
.head-text{
   padding: 10px 6px 8px;
   font-size: 23px;
   color: #ffffff;
   font-weight: 600;
   text-transform: capitalize;
   background: linear-gradient(177deg, #db2f20, #db2036);
   text-align: center;
  }
.head-text span{
   animation:texxclr 4s infinite;
   display: inline-block;
}
@keyframes texxclr
{
  0%{transform:translateX(20px);}
  50%{transform:translateX(-20px);}
  100%{ transform:translateX(20px);}
}
.head-rightt{
  padding:0;
}
.head-rightt1{
  padding: 0 10px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.head-rightt1 p{
  animation:texxclr 4s infinite;
}
/* head add section end */



/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */



/* top services section start */
.top-services-section{position: relative;z-index: 0;overflow: hidden;}
.top-services-section:before {
    position: absolute;
    content: "";
    background: linear-gradient(177deg, #db2f20, #db2036);
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
    z-index: -1;
}
.top-services-chat{
  position: absolute;
  left: 15px;
  bottom: -286px;
  z-index: 2;
}
.top-services-chat a img{
  animation: animName 9s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.top-sv1{
    padding: 12px;
    text-align: center;
}
.top-sv2 {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 10px 1px #e3e3e35c;
    position: relative;
    z-index: 0;
    transition: .4s ease-in-out;
    overflow: hidden;
}
.top-sv2:before {
    position: absolute;
    content: "";
    background: #000;
    height: 0;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 1s ease-in-out;
}
.top-sv2:after {
    position: absolute;
    content: "";
    background:url(../images/dots.png) no-repeat;
    height: 500px;
    width: 800px;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .1;
}
.top-sv2:hover:before{
   height: 100%;
}
.top-sc_inner strong {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    padding: 15px 0 2px;
    display: block;
}
.top-sv2:hover .top-sc_inner strong{
  
}
.top-sc_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #2f2f2f;
    padding: 0 0 10px;
    transition: 1s ease-in-out;
}
.top-sv2:hover .top-sc_content p{
   color: #fff;
   font-weight: 100;
}
a.click_to_btn {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    padding: 3px 12px 4px;
    background: #000000;
    color: #ffffff;
}
.sc_image {
    border-radius: 50% 34% 61% 33%;
}

/* top services section end */

/* head line section start  */
.headline-section{

background: #000000;

overflow: hidden;
}
.headline-section1 p{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 0 8px;
  text-align: center;
  texxclr 4s animation-iteration-count: infinite;
  animation: texxclr 4s infinite;
}

/* head line section end */


/* about us section start */
.about-title{
  padding: 0 0 20px;
  text-align: center;
  position: relative;
}
.about-title span{
    display: inline-block;
    color: #000;
    width: 100px;
    height: 100px;
    line-height: 92px;
    border-radius: 50%;
    box-shadow: inset 0 0 20px #c2b64b;
}
.about-title strong{
    padding: 5px 0px 0;
    font-size: 80px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    color: #000;
    font-family: 'MouseMemoirs';
}

.about-us-content{
  padding: 0 0 25px;
}

.about-us-content p{
    padding: 8px 0;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #2f2f2f;
}
.about-us-content p strong{
    color: #db2134;
    font-weight: 500;
}
.about-us-content ul{
  padding: 8px 0;
}
.about-us-content ul li{
    position: relative;
    display: flex;
    border-radius: 10px;
    color: #2f2f2f;
    padding: 3px 0;
    line-height: 33px;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
}
.about-us-content ul li:before {
    content: "\f135";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    width: 22px;
    height: 22px;
    line-height: 10px;
    background: linear-gradient(177deg, #db2f20, #db2036);
    margin: 0 9px 0 0;
    text-align: center;
    border-radius: 50px;
}
/* about us section end */

/* services section start */
.service-section{
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #db2b26;
}
.sv-heading img{
  
float: right;
  
border-radius: 50%;
  
width: 120px;
}
.sv-heading strong{
  font-size: 80px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #000;
  font-family: 'MouseMemoirs';
  margin: -35px 0 0;
}
.sv-heading p{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  background: linear-gradient(177deg, #db2f20, #db2036);
  display: inline-block;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 15px 4px;
}
.srv-left1{
  padding: 15px 15px 15px 70px;
}
.our-services1{
  padding: 10px 12px 20px;
}
.our-services2{box-shadow: 0px 4px 16px 0px #e307210a;border-radius: 30px;background: linear-gradient(177deg, #db2f20, #db2036);text-align: right;}
.our-services2 img{
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.our-services2 strong{
  font-size: 22px;
  padding: 4px 12px 2px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  text-align: center;
}

.our-services2 p{
  color: #ffffff;
  padding: 8px 15px 15px;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.our-services2 a{
  padding: 3px 20px 5px 25px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  display: inline-block;
  border-radius: 30px 0 25px 0;
  font-weight: 600;
  position: relative;
}
.our-services2 a i{
  background: #2ab400;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 400;
  position: absolute;
  left: -36px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 30px;
}
.srv-right1{
  padding: 15px 0;
}

.srv-right2{
  padding: 0;
  z-index: 9;
  position: relative;
}
.srv-right2:before{
  position: absolute;
  content: "";
  height: 900px;
  width: 2px;
  background: #db2b26;
  left: 0;
  right: -205px;
  top: -63px;
  z-index: 0;
  margin: 0 auto;
}
.services1{
  position: relative;
  padding: 40px 0;
}
.text-services:before{
  position: absolute;
  content: "";
  height: 90px;
  width: 100%;
  background: linear-gradient(177deg, #db2f20, #db2036);
  left: -103px;
  top: 0;
  z-index: -9;
  border-radius: 0 50px 50px 0;
}
.image-services{
  position: relative;
}
.image-services span{
  position: absolute;
  top: -7px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 4px solid #ffffff;
  display: block;
  right: -22px;
}
.image-services img{
  width: 100%;
  border-radius: 50%;
  animation: rotate 4s linear infinite;
}
@keyframes rotate{
   from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}
.text-services{
  padding: 0 0 0 15px;
  position: relative;
}
.text-services a{
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 0px 15px 1px 15px;
  display:inline-block;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  line-height: 31px;
}
.text-services a:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 100%;
    background: #ffffff;
    right: -109px;
    z-index: -1;
}
.text-services p{
  font-size: 20px;
  font-weight: 600;
  padding: 7px 40px 5px 0;
  color: #ffffff;
}
/* services section end */



/* award section start */
.award-box{
  margin: 0 auto;
  padding: 12px 0;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
.add-call{
  padding: 22px 12px 0;
}
.add-call strong{color: #ffffff;font-size: 25px;font-weight: 700;text-transform: uppercase;display: block;line-height: 55px;}
.add-call span{color: #ffffff;font-size: 65px;font-weight: 900;display: block;}

.add-call a{
    display: flex;
    padding: 20px 15px;
    text-transform: uppercase;
    background: linear-gradient(177deg, #db2f20, #db2036);
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.add-call svg{
    width: 110px;
    height: 110px;
    fill: #fff;
}

/* award section end */

/* gallery section start */
.gallery-section{
    padding: 0;
}
.gallery1{
  padding: 10px;
}
.gallery2 img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #22222221;
}
/* gallery section end */

/* line section start  */
.line-section{background: #000000;}
.line-section1 p{
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 0 8px;
  text-align: center;
}

/* line section end */


/* testimonial section start */
.testimonial{
  overflow: hidden;
  position: relative;
}
.testimonial::before {
    position: absolute;
    content: "";
    background: linear-gradient(177deg, #db2f20, #db2036);
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    z-index: -1;
}
.testi-1{
  padding: 12px;
}
.testi-2{
  padding: 15px;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px 1px #e3e3e35c;
}
.testi-info {
    padding: 0;
}
.testi-info strong {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 5px 0 0;
}
.testi-box p {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #2f2f2f;
}
.testi-box span {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    display: block;
}
.rating{
  color: #db2233;
  font-size: 16px;
}
.why-counter{
  background: linear-gradient(177deg, #db2f20, #db2036);
  padding: 15px 22px 15px 0;
  border-radius: 30px;
}
.counter-1{
  padding: 12px;
  text-align: center;
}
.counter-2{
  background: #ffffff;
  padding: 15px 15px 0;
  border-radius: 40px;
}
.counter-2 i{
    background: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    border-radius: 50%;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    animation: rotate 4s linear infinite;
    box-shadow: inset 0 0 20px #db2b24;
}
.counter-2 strong{
 font-size: 17px;
 font-weight: 500;
 color: #ffffff;
 background: #db2333;
 display: block;
 text-transform: capitalize;
 padding: 5px 10px 3px;
 border-radius: 20px 20px 0 0;
}
.love_count{
  color: #db2d21;
  font-weight: 800;
  font-size: 48px;
  padding: 8px 0 0px;
  display: block;
} 
.love_count:after{
  content: "+";
  right: 0;
}
/* testimonial section end */


/* whatsapp chat section start */
.whatsapp-testi-1{
    padding: 10px;
}
.whatsapp-add{
    padding: 0 15px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 1px #e3e3e35c;
    border-radius: 30px;
}
.whatsapp-add svg{
  width: 132px;
  height: 25px;
}
.whatsapp-add strong{
    color: #db252e;
    text-transform: uppercase;
    font-size: 90px;
    display: block;
    font-weight: 700;
    margin: 0 0 -17px;
}
.whatsapp-add p{
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0 12px;
}
.whatsapp-add a{
    color: #fff;
    font-size: 25px;
    display: block;
    font-weight: 600;
    background: #000;
    border-radius: 50px;
    padding: 4px 12px;
}
/* whatsapp chat section end */


/* main service section start */
.srv-list{
  padding: 0 12px;
}
.srv-list ul li {
    text-transform: capitalize;
    position: relative;
    padding: 12px 15px;
    line-height: 27px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    background: #f9ff8e;
    margin: 11px 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.srv-list ul li:before {
  content: "\f205";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  display: inline-block;
  margin: 0 9px 0 0;
  color: #db2036;
}
.main-srv-1{
  padding: 12px;
}
.main-srv-2{
  text-align: center;
  padding: 12px;
}
.main-srv-3{
  padding: 20px;
  background: #db2036;
  border-radius: 30px;
}
.main-srv-3 i{
  border: 7px solid #ffffff;
  display: block;
  width: 115px;
  height: 115px;
  line-height: 100px;
  border-radius: 50%;
  background: #000000;
  margin: 0 auto;
}

.main-srv-3 i svg{
  width: 70px;
  height: 70px;
}

.main-srv-3 span{
  color: #ffffff;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  padding: 12px 0 0;
}

.main-srv-3 a{
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  background: #2ab400;
  display: inline-block;
  padding: 6px 20px 7px;
  border-radius: 20px;
}
.main-srv-3 p{
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}

/* main service section end */



/* footer section start */
.footer{
  
background: #000;
  
text-align: center;
}
.footer-sec3{
  padding: 0;
  text-align: center;
}
.footer-sec3 p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}
.footer-contact1{
  padding: 12px 12px;
}
.footer-contact2{
  border: 1px solid #db282a57;
  border-top: 0;
  border-radius: 0 0 20px 320px;
}
.footer-contact2 i{
  font-size: 55px;
  height: 105px;
  width: 105px;
  line-height: 101px;
  border-radius: 50%;
  background: linear-gradient(177deg, #db2f20, #db2036);
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  box-shadow: 0 0 0 15px #ffffff;
  animation: rotate 4s linear infinite;
}
.footer-contact1:last-child .footer-contact2 span img{
  height:50px;
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #ffd23b
   }

   to {
      box-shadow: 0 0 0 30px transparent
   }
}
.footer-contact2 span{
   display: block;
   padding: 0 0 40px;
   border-radius: 60px;
   font-size: 22px;
   font-weight: 500;
   color: #ffffff;
   text-transform: capitalize;
}
/* footer section end */




/* copyright section start */
.copyright{
  background: linear-gradient(177deg, #db2f20, #db2036);
  text-align: center;
  padding: 15px 0;
}
.disclimer p{
    color: #ffffff;
    padding: 0 0 8px;
    line-height: 23px;
    font-weight: 300;
    font-size: 14px;
}
.copyryt{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    display: block;
}
/* copyright section end */




#callbook {
  background: #ffffff;
  bottom: 0;
  height: 45px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
  padding: 0 12px;
}
#callbook
  ul{padding: 0px;display: flex;gap: 5px;justify-content: center;}
#callbook
  ul li {
  background: red;
  position: relative;
  padding: 4px 7px 4px;
  width:50%;
  float:left;
  text-align: center;
  border-radius: 0 0 12px 12px;
}
#callbook
  ul li:last-child{
  background: #02af02;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px){
i{display: block;}
.navbar{padding: 0 0 11px;}
.navbar-collapse .navbar-nav li a i {display: none;}
.navbar-collapse .navbar-nav li{display:block;padding: 0;}
.navbar-collapse .navbar-nav li a{padding: 4px 0 14px;display: block;/* border-bottom: 1px solid #e9e9e9; */border-radius: 0px;}
.navbar{padding: 0;justify-content: right;}
.navbar-toggler{display: block;}
.navbar-collapse .navbar-nav{text-align: center;padding: 0 0 8px;}
.navbar-nav li:hover a, .navbar-nav .active-1 a {color: #fef0d8;}
.top-right ul {padding: 6px 12px 8px;}
.top-left span {font-size: 18px;padding: 8px 10px 8px;}
.srv-left1 {padding: 15px 15px 15px;}
.srv-right1 {padding: 15px 15px 15px;}
.headline-section1 p {font-size: 16px;line-height: 25px;padding: 6px 0 6px;}
.head_rightbottom2 ul li:nth-child(1){display: block;padding: 0;}
.head_rightbottom2 ul{display: block;}
.head-right1 {text-align: center;padding: 0;}
.about-title strong {
    font-size: 65px;
}
.line-section1 p {font-size: 19px;}
.image-services span {right: 0;}
.main-srv-img span {font-size: 26px;}
.top-sv-box {padding: 22px 0 30px 20px;}
.main-srv-3 span { font-size: 30px;}
.copyright{padding: 15px 0 58px;}
.srv-right2:before{right: -385px;height: 550px;}
.services1 {padding: 25px 0;}
.service-section{padding-top: 0 !important;}
.text-services a:before{display: none;}
.sv-heading strong {font-size: 55px;margin: -25px 0 0;}
.footer-contact2 span {font-size: 16px;}
.footer-contact2 i {font-size: 36px;height: 80px;width: 80px;line-height: 80px;box-shadow: 0 0 0 10px #ffffff;}
.head-rightt1 {padding: 5px 10px;font-size: 18px;}
.our-services2 strong {font-size: 16px;}
.top-services-chat {bottom: -352px;}
.add-call strong {font-size: 18px;line-height: 40px;}
.add-call span {font-size: 47px;}
.add-call svg {width: 65px;height: 65px;}
.add-call a {padding: 12px 15px 15px;gap: 10px;}
.sv-heading p {font-size: 14px;}
.gallery1:nth-child(3), .gallery1:nth-child(4){margin: -60px 0 0;}
.about-us-content p{text-align: left;}
.sv-heading img {width: 100px;}

#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.headline-section1 p {font-size: 16px;padding: 7px 0 8px;}
.srv-left1 {padding: 12px;}
.srv-right1 {padding: 15px 15px 15px;}
.line-section1 p {font-size: 21px;line-height: 34px;}
.srv-right2:before{right: -612px;height: 560px;}
.services1 {padding: 25px 0;}
.service-section{padding-top: 0 !important;}
.text-services a:before{display: none;}
.sv-heading strong {font-size: 75px;}
.footer-contact2 span {font-size: 16px;}
.footer-contact2 i {font-size: 36px;height: 80px;width: 80px;line-height: 80px;box-shadow: 0 0 0 10px #ffffff;}
.top-services-chat {bottom: -400px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
i{display: block;}
.navbar-collapse .navbar-nav li a i {font-size: 15px;}
.navbar-collapse .navbar-nav li a {padding: 8px 15px 10px;font-size: 17px;}
.top-left span {font-size: 19px;}
.top-right ul li {font-size: 18px;}
.head_rightbottom2 ul li a {font-size: 25px;}
.head_rightbottom2 ul li {font-size: 16px;}
.head_righttop2 p {font-size: 17px;line-height: 27px;}
.top-text {padding: 10px 6px 9px;font-size: 20px;}
.top-right ul {padding: 8px 12px 5px;}
.image-services span {right: 0px;}
.top-right p {font-size: 19px;}
.head-rightt1 {font-size: 17px;}
.headline-section1 p {font-size: 20px;}
.srv-left1 {padding: 15px 15px 15px 35px;}
.our-services2 strong {font-size: 18px;}
.counter-1 {padding: 8px;}
.counter-2 strong {font-size: 15px;}
.add-call strong {font-size: 22px;}
.add-call span {font-size: 55px;}
.add-call svg {width: 90px;height: 90px;}
.add-call a {padding: 12px 15px 20px;}
.whatsapp-add a {font-size: 20px;}
.main-srv-3 span {font-size: 27px;}
.top-services-chat {bottom: -210px;}

}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.top-left span {font-size: 13px;padding: 2px 10px 3px;}
.head_righttop2 p {font-size: 15px;line-height: 22px;}
.top-right ul li { font-size: 18px;}
.top-text {font-size: 19px;}
.about-title strong {font-size: 50px;}
.line-section1 p {font-size: 16px;font-weight: 500;padding: 10px 0 8px;}
.top-right p {font-size: 19px;padding: 2px 10px 0;}
.head-text {padding: 10px 6px 5px;font-size: 19px;}
.head-rightt1 {font-size: 14px;}
.our-services2 strong {font-size: 22px;}
.add-call strong {font-size: 14px;line-height: 32px;}
.add-call span {font-size: 34px;}
.add-call svg {width: 50px;height: 50px;}
.add-call a {padding: 12px 15px 15px;gap: 10px;}
.main-srv-3 span {font-size: 22px;}
.sv-heading strong {font-size: 40px;margin: -18px 0 0;}
.sv-heading p {font-size: 13px;}
.footer-contact2 span {font-size: 20px;}
.gallery1:nth-child(3), .gallery1:nth-child(4){margin: -47px 0 0;}
.top-services-chat {bottom: -138px;}
.top-services-chat a img {width: 100px;}
.whatsapp-testi {padding: 0 0 12px!important;}
.awards-section{padding: 0!important;}
.about-section {padding:50px 0 0!important;}
.top-services-section {padding: 12px 0!important;}
.service-section  {padding:0 0 12px!important;}
.srv-right2:before{right: -270px;}
.sv-heading img {width: 85px;}
}




@media (max-width: 420px) and (min-width: 0px) {
.top-right ul li {display:block;}
.navbar-toggler {line-height: 0px;}
.toggle-design {height: 2px;}
.fixed-top .navbar-collapse .navbar-nav li a {padding: 6px 0;}
.navbar-collapse .navbar-nav li a i {font-size: 15px;}
.navbar-collapse .navbar-nav li a {padding: 6px 0;font-size: 16px;}
.navbar-toggler {width: 41px;height: 34px;line-height: 1px;}
.navbar-collapse .navbar-nav li {font-size: 14px;}
.top-left span {font-size: 10px;line-height: 19px;padding: 2px 6px 3px;}
.head_righttop2 p {font-size: 13px;line-height: 18px;}
.head_rightbottom2 ul li {font-size: 15px;margin: 0;}
.top-right ul li {font-size: 18px;display: block;line-height: 25px;border-right: 0;}
.top-text {font-size: 15px;}
.headline-section1 p {font-size: 13px;line-height: 18px;}
.about-title strong {font-size: 36px;}
.whatsapp-testi-1 {width: 100%;}
.text-services p {font-size: 20px;}
.footer-sec3 p {font-size: 14px;line-height: 25px;}
.row{padding-top: 0 !important;}
.sv-heading p {font-size: 16px;}
.about-title:before{display: none;}
.our-services2 strong {font-size: 18px;}
.add-call strong {font-size: 11px;line-height: 22px;}
.add-call span {font-size: 25px;}
.add-call svg {width: 38px;height: 38px;}
.add-call a {padding: 6px 8px 7px;gap: 9px;}
.main-srv-3 span {font-size: 22px;}
.sv-heading strong {font-size: 30px;margin: -15px 0 0;}
.sv-heading p {font-size: 12px;}
.gallery1:nth-child(3), .gallery1:nth-child(4){margin: 0;}
.top-services-chat {bottom: -40px;}
.top-services-chat a img {width: 80px;}
.top-right p {font-size: 14px;}
.head-text {padding: 8px 6px 5px;font-size: 15px;}
.head-rightt1 {font-size: 11px;}
.award1{width: 100%;}
.award-box{width: 100%;padding: 0;}
.gallery1{width: 100%;}
.add-call{padding: 12px;}
.main-srv-2 {padding: 12px 0;}
.srv-right2:before{right: -155px;}
.sv-heading img {width: 68px;margin: -10px 0 0;}



}