@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Manrope", sans-serif;
  color: #2c2c2c;
}
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top header section start */
.top-left{
  padding:0;
  background: #ffbf00;
  border-radius: 0 0 30px 0;
}
.top-left-1{
   text-align: center;
   color: #000000;
   font-size: 17px;
   font-weight: 600;
   text-transform: capitalize;
   padding: 8px 12px 5px;
}

.top-left-1 span{
   color: #f9ff00;
   font-style: italic;
   display: inline-block;
}
.top-left-1 p{
  color: #fcff00;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px 3px;
  background: #022201;
  animation: animate 0.8s linear infinite;
}
@keyframes animate{
    0%{
       text-shadow: 0 0 5px #fcff00;
}
  50%{
       text-shadow: 0 0 20px #fcff00;
  }
  100%{
       text-shadow: 0 0 20px #fcff00;
    }
}


.top-right{
  padding: 0px 15px 0;
}
.top-right-1{
  position: relative;
  text-align: center;
}
.top-right-1 ul li{
  display: inline-block;
}
a.head-call{
    font-size: 32px;
    font-weight: 800;
    padding: 1px 12px 1px;
    color: #000000;
    display: inline-block;
}
a.head-chat{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px 5px;
  color: #ffffff;
  display: inline-block;
  background: #4faa3f;
  animation: swing 2s infinite;
  border-radius: 20px;
}
@keyframes swing{
    0%,100%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(4deg);
    }
    75%{
        transform: rotate(-4deg);
    }
}
a.head-chat svg{
   width: 18px;
   height: 18px;
   fill: #fff;
   margin: -3px 4px 0 0;
}
.toplist1 ul li{
  padding: 0 15px 0;
  display: inline-block;
}
.toplist1 li i{
  height: 40px;
  width: 55px;
  color: #c70404;
  border-radius: 0 0 0 30px;
  font-size: 24px;
  background: radial-gradient(#ffffff, #ffbf00);
  display: inline-block;
  line-height: 35px;
  font-weight: 600;
}
/* top header section end */





/* head section start */
.head-align{
}
.head-right2 .head-text{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    padding: 8px 15px;
    display: block;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ffbf00;
    border-radius: 50px;
}
.head-right2 .head-text b{
    font-size: 20px;
    font-weight: 700;
    color: #f64b01;
}
.head-right2 p{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    background: #6e0000;
    padding: 56px 12px 0;
}
.headline-sec{
  padding: 0;
  background: #fcff00;
  animation: 1s blink infinite;
}
@keyframes blink{
  0%{
    background: #022201;
  }
  50%{
    background: #fe0000;
  }
  100%{
    background: #022201;
  }
}
.headline-left1{
  padding: 0;
}
.headline-left2 span{
  font-weight: 700;
  padding: 0px 0 3px;
  font-size: 34px;
  text-transform: capitalize;
  display: inline-block;
  color:#ffffff;
}
.headline-right1{
  padding: 0;
}
.headline-right2 span{
  font-weight: 900;
  padding: 4px 15px 4px;
  color: #022201;
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  background: #fcff00;
  text-align: center;
}
.head-line p{
  padding: 8px 12px 10px;
  text-transform: capitalize;
  background: #c70404;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.head-line p b{
 animation: boun 0.9s infinite;
 font-weight: 700;
 color: #ffbf00;
}
@keyframes boun {
    50% {
       opacity:0;
    }
}
/* head section end */


/* banner section start */
.banner img{
  width:100%;
}
.header2{
    overflow: hidden;
    position: relative;
}
.header-img{
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
.header-img img{
    width:100%;
}
.header1{
    overflow: visible;
    width: 100%;
    height: 100%;
    z-index: 7;
    position: absolute;
    vertical-align: top;
    left: 0px;
    bottom: 0;
    display: flex;
    align-items: end;
    text-align: center;
}
.header-text1 strong {
    font-size: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    display: block;
    text-shadow: 4px 3px 4px #000000;
    background: #00000091;
    padding: 0 0 10px;
    animation: boun1 1s infinite;
}
@keyframes boun1 {
    50% {
       color: #ffbf00;
    }
}
.header-text1 p {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
    display: block;
    font-size: 50px;
    background: #c70404;
}
.header-text1 a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #242323;
    font-weight: 600;
    padding: 12px 25px 12px;
    letter-spacing: 2px;
}
.header-text1 a svg{
    
width: 11px;
    
height: 11px;
}
/* banner section end */

/* gallery section start */
.galleryservices1{

padding: 0;

overflow: hidden;
}
.galleryservices1 img{width: 100%;transition: .5s;}
.galleryservices1 img:hover{transform: scale(1.1) rotate(
2deg);filter: grayscale(.5);}
/* gallery section end */


/* about us section start */
.about-contact{
    border: 2px solid #ffbf00;
    padding: 0 30px 12px;
    border-top: 0;
    text-align: center;
}
.about-heading{
  text-align: center;
  background: #ffbf00;
  margin: 0 0 12px;
}
.about-heading span{
    display: block;
    font-weight: 500;
    padding: 7px 20px 6px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    background: #f64b01;
    border-radius: 0 20px 20px 0;
    width: fit-content;
}
.about-heading p{
  font-weight: 700;
  padding: 7px 15px 7px;
  color: #c70404;
  font-size: 16px;
  text-transform: capitalize;
  background: #ffffff;
  width: fit-content;
  margin: 0 auto;
}
.about-heading strong{
  font-weight: 800;
  font-size: 52px;
  text-transform: capitalize;
  display: block;
  color: #000;
}
.aboutus-section1{
  padding: 0;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #2c2c2c;
    padding: 7px 0;
}
.about-us-content p strong, .about-us-content p a{
    color: #c70404;
    font-weight: 700;
}
.about-us-content ul{
  padding: 0px 0 5px;
}
.about-us-content ul li{
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    margin: 4px 0;
    background: #d20404;
    display: inline-block;
    border-radius: 10px 10px 0 10px;
}
.about-us-content ul li i {
    color: #fff900;
    font-size: 17px;
    padding: 0 7px 0 0;
    content: "\e5aa";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    text-align: center;
}
.otherser-top{
    padding: 0 30px;
}
.other-sv{
  
padding: 0 12px;
}
.otherservices1{
  padding: 0 12px 12px;
}

.othersv-img img{
  width: 100%;
  transition: .5s;
  border: 5px solid #fff;
  border-top: 0;
  border-radius: 0 0 200px 200px;
}
.othersv-img img:hover{
   filter: saturate(0.5);
}
.otherservice-name {
    padding: 15px 0 0;
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 22px;
    display: block;
}
.otherser-top1{
  padding: 0 12px 0;
  position: relative;
}
.otherser-top-img img{
 width: 100%;
 border-radius: 0 0 50px 50px;
}
.otherser-top-img strong{
   padding: 5px 15px;
   background: #d20404;
   display: inline-block;
   top: 20px;
   position: absolute;
   margin: 0 auto;
   left: 0;
   right: 0;
   text-align: center;
   color: #ffffff;
   font-weight: 700;
   font-size: 18px;
   text-transform: capitalize;
   width: fit-content;
   border-radius: 50px;
}

.otherser-top-img i{
  
display: block;
  
width: 148px;
  
height: 150px;
  
margin: -75px 0 0;
  
line-height: 131px;
  
text-align: center;
  
background: #fff;
  
position: relative;
  
border-radius: 50%;
}
.otherser-top-img i svg{
  
width: 145px;
  
height: 120px;
  
animation: swing 2s infinite;
}
.ws_add{
  padding: 12px;
}

.ws_add1{
  padding: 10px 15px 15px;
  text-align: center;
  background: #d20404;
}
.ws_add1 span{
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  color: #022201;
  line-height: 28px;
  padding: 6px 0 10px;
}
.ws_add1 p{
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.ws_add1 a{
  font-size: 58px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
}
/* about us section end */


/* whatsapp testimonials section start */
.chat-img1{
  padding: 12px 12px 0;
  text-align: center;
}
.chat-img2 img{
  width: 100%;
  border-radius: 50px 50px 0 0;
  box-shadow: 0 0 5px 3px #1e2d329e;
}
.topservicesheading a{
    background: radial-gradient(#4faa3f, #174c3a);
    text-align: center;
    font-size: 85px;
    font-weight: 600;
    line-height: 100px;
    padding: 8px 12px 8px;
    display: block;
    color: #fff;
    text-shadow: 5px 3px #2c703c;
}
.topservicesheading a svg{
    width: 80px;
    height: 80px;
    fill: #fff;
    margin: -20px 0 0;
}
/* whatsapp testimonials section end */

/* awards section start */
.awards-section{
    background: #ffbf00;
}
.award1{
  padding: 5px;
}
.award2 img{
    width: 100%;
    border: 2px solid #fff;
}
/* awards section end */




/* =====================================================
                GET IN TOUCH PAGE START 
========================================================*/
.getintouch-section{padding: 0 0 50px;}
.getintouch-section1{
  padding: 0 0px 0 0px;
  position: relative;
}


.getintouch-right1{
  padding: 12px;
}
.getintouch-right2{
  background: #ffbf00;
  padding: 35px;
}
.getintouch-right2 strong{
  font-size: 25px;
  display: block;
  text-transform: capitalize;
  color: #000000;
  padding: 0 0 8px;
  font-weight: 900;
}
.getintouch-left1{padding: 12px;}
.getintouch-left2{padding: 0;text-align: center;}
.getintouch-left2 img{border-radius: 20px;}
.contac-form{
  padding: 0 0 25px;
}
.form-contact{
  padding: 0 12px 25px;
}
.form-contact1 li{
  display: inline-block;
  padding: 0 2px;
}
.form-contact1 li a{
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 20px 6px;
  border-radius: 50px;
  background: #f04d72;
}

.form-contact1 li:nth-child(1) a{
  background: #3aaf3c;
}
.form-contact1 i{
  height: 85px;
  background: linear-gradient(45deg, #b60807, #ffb600);
  width: 85px;
  line-height: 92px;
  margin: 0 auto 32px;
  display: block;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 0px 15px #ffffff12;
  border: 7px solid #fff;
}
.form-contact1 svg{
  height: 19px;
  width: 19px;
}
.form-group1 {
  padding: 8px 5px;
  margin: 0;
}
.form-control1 {
  display: block;
  color: #000000;
  border-radius: 0;
  width: 100%;
  padding: 4px 10px 4px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  height: 45px;
  background: #ffffff;
  border-radius: 5px;
}

textarea.form-control1 {
  height: 110px;
  padding: 12px 10px 4px;
}

.btn-group {
  padding: 16px 0 0;
  display: block;
  text-align: center;
}
.getin-details{
  
padding: 0;
}
.btn-group>.btn {
  border: 0;
  padding: 8px 18px 9px;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 600;
  background: #c60404;
}

.btn-group>.btn:hover::after {
    width: 0;
}

.btn-group>.btn:hover {
    background: #c60404;
}

.getin-right2:after,.getin-right2:before {
  height: 80%;
}

.form-group1 .place::-webkit-input-placeholder {
  color: #000000b8;
  font-size: 13px;
  text-transform: captilize;
  font-weight: 600;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

.btn:active:focus,.btn:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: -0px;
}
.contac-form strong{
  font-size: 40px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 100;
  display: block;
  font-family: "Anton", sans-serif;
}
.contac-form p{
  color: #333333;
  padding: 2px 0 12px;
  line-height: 28px;
  font-weight: 500;
  font-size: 16px;
}

/* =====================================================
               GET IN TOUCH PAGE END 
========================================================*/




/* services section start */
.services-heading span{
  text-transform: capitalize;
  font-size: 19px;
  color: #4700ba;
  font-weight: 700;
  display: block;
}
.services-1{
  padding: 12px;
}
.service_card_div {
    background: #d20404;
    box-shadow: 0 0 12px #ff0000;
    border-radius: 40px;
    overflow: hidden;
}
.service_card_content{
  padding: 12px 12px 0;
}
.service_card_content p {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffdf00;
}
.service_card_content span {
    font-size: 18px;
    font-weight: 800;
    padding: 6px 0 0;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}
.service_card_content .srv-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    padding: 10px 0 10px;
}
.service_card_img img {
    border-radius: 0 0 500px 500px;
    margin: 0 -60px 0 0;
    border: 3px solid #fff;
    border-top: 0;
}
.service_card_content a {
    font-size: 17px;
    font-weight: 800;
    padding: 4px 12px 4px;
    text-transform: capitalize;
    color: #000000;
    display: block;
    background: #ffffff;
    margin: 0 auto;
    width: fit-content;
}
/* services section end */


/* Case solved section start */
/* counter section start */
.aboutus-heading-counter strong{
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
  display: block;
  color: #000000;
  text-align:center;
}
.aboutus-heading-counter span{
    color: #d20404;
}
.counter-1{
  padding: 12px;
}
.counter-2{
  padding:0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.count-up p{
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}
.counter-count{
    color: #d20404;
    font-size: 40px;
    font-weight: 800;
    display: block;
}
.count-up{
    text-align: center;
    padding: 20px 10px 0;
    position: relative;
    border: 1px solid #ffc20c;
    z-index: 9;
    margin: -1px 0 0;
    border-radius: 0 0 20px 20px;
}
.count-upp i{
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px 18px 0;
    height: 100px;
    border: 3px solid #fff;
    width: 100px;
    line-height: 87px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 999;
    position: relative;
}
.count-upp{
  position:relative;
  z-index: 10;
  padding: 45px 0 5px;
  background: #ffbf00;
  clip-path: polygon(0 0%, 0% 100%, 100% 100%);
}
/* Case solved section end */



/* list section start */
.list-section{background: #000000;text-align: center;padding: 50px 0;}
.list-design ul li{
  margin: 8px 5px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  position:relative;
  padding: 10px 12px 10px;
  background: #d20404;
  border-radius: 13px;
  display: inline-block;
  box-shadow: 0 0 12px #ff0000;
  z-index: 0;
}
/* Hover */
.list-design ul li:hover{
  transform: translateY(-5px) scale(1.1);
  box-shadow:
    0 0 10px #ff0000,
    0 0 20px #ff0000,
    0 0 40px #ff0000;
  animation: float 3s linear infinite;
}


/* Floating Animation */
@keyframes float{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-4px);
  }
}
.list-design ul li i{
 
color: #fff900;
 
font-size: 20px;
 
padding: 0 7px 0 0;
 
font-weight: 300;
}
.list-design ul li:before {
  content: "\e82";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 20px;
  color: #ffbf00;
  padding-right: 6px;
}
.list-design ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  left: 10px;
  top: 10px;
  z-index: -1;
}
/* list section end */


/* testimonials section start */

.testimonials-1{
  padding: 12px;
}
.testimonials-2{
  background: #ffbf00;
  position: relative;
}
.quote i{
    font-size: 32px;
    color: #ffffff;
    margin: -49px 0 0;
    position: absolute;
    bottom: 0;
    font-weight: 600;
    right: 5px;
}
.client-detail {
    padding: 8px 20px 6px;
    text-align: right;
    ed;
}
.testi-box .client-detail span {
    font-size: 18px;
    color: #d20404;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.testi-box .client-detail .rating i{
    color: #ffffff;
    font-size: 16px;
}
.client-msg p {
    padding: 15px 15px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    text-align: left;
}
.client-img {
    position: absolute;
    bottom: -105px;
    right: 200px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* testimonials section end */


/* footer section start */
.footer-sec{
  background: #ffbf00;
  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;
  position: relative;
}
.footer-contac img{
  width: 100%;
  border-radius: 15px;
}
.footer-contac-1 i{
    font-size: 140px;
    color: #ffffff;
    font-weight: 300;
}
.footer-contac-1 strong{
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: block;
    text-transform: uppercase;
}
.footer-contac-1 span{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
}
/* footer section end */


/* copyright section start */
.copyryt{
   background: #000000;
   text-align: center;
   padding: 15px 0;
}
.disclaimer{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 0 5px;
    color: #ffffffc2;
}
.copyryt1 span{
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    display: block;
}
.footer-navigation1 ul li{
    padding: 6px 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #ffffff;
}
/* copyright section end */



.fixed-icon-whatsapp{
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 72px;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 999;
}
.fixed-icon-whatsapp a:nth-child(2){
  right: 0;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #ffffff;
    line-height: 45px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a b svg {
    width: 22px;
    height: 22px;
}


@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(255 255 255);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(255 255 255);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}






@media (max-width: 767px){
.top-left-1 {padding: 9px 12px 3px;font-size: 15px;}
.head-right2 p {padding: 6px 12px 0;}
.top-right {padding: 0px 12px;}
.top-right-1 p {font-size: 21px;padding: 8px 15px 4px;}
.head-right2 {justify-content: center;}
.headline-left2 span {font-size: 29px;padding: 5px 0 6px;}
.headline-left1 {text-align: center;}
.head-right1 {padding: 0 12px;text-align: center;}
.about-heading strong {font-size: 27px;padding: 0 8px 8px;}
.head-line p {font-size: 18px;}
.chat-2 a { font-size: 25px;}
.fixed-icon-whatsapp{display: flex;}
.footer-contac-1 strong {font-size: 28px;}
.footer-contac-1 span {font-size: 15px;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 30px;}
.otherservice-name {font-size: 18px;}
.head-line p b{display: block;}
a.head-call {color: #000000;}
.footer-sec{padding-bottom: 12px !important;}
.about-us-content p{}
.topservicesheading a {font-size: 51px;}
.topservicesheading a svg {width: 55px;height: 55px;margin: -12px 0 0;}
.list-design ul li {margin: 5px 2px;font-size: 13px;padding: 3px 12px 7px;}
.galleryservices1:nth-child(2){order: 1;}




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
a.head-call {color: #000000;}
.header-text1 strong, .header-text1 p {font-size: 40px;}
.top-left-1 {padding: 5px 12px 4px;}
.head-right2 p {padding: 8px 12px 0;}
.head-left1 {}
.head-right2 {justify-content: center;}
.top-right {padding: 0px 12px 0;}
.top-right-1 p {padding: 4px 15px 4px;}
.headline-left1 {text-align: center;}
.head-right1 {padding: 0 15px;text-align: center;}
.head-line p {font-size: 18px;}
.otherservice-name {font-size: 14px;}
.ws_add1 p {font-size: 15px;line-height: 27px;}
.otherser-top-img strong {font-size: 15px;}
.footer-contac-1 strong {font-size: 35px;}
.footer-contac-1 span {font-size: 16px;}
.footer-contac-1 i {font-size: 110px;}
.about-heading strong {font-size: 36px;}
.otherservices1 {padding: 0 5px 12px;}
.otherser-top-img i svg {width: 90px;height: 80px;}
.otherser-top-img i {width: 100px;height: 60px;line-height: 75px;}
.topservicesheading a { font-size: 55px;}
.topservicesheading a svg {width: 65px;height: 65px;}



}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-right-1 p {font-size: 19px;}
.toplist1 ul li {padding: 0 5px 0;}
.top-right {padding: 0px 12px 0;margin-bottom: -47px;}
.head-line p {font-size: 20px;}
.head-right2 .head-text {font-size: 12px;line-height: 22px;}
.otherser-top-img a {font-size: 20px;}
.chat-2 a {font-size: 30px;}
.otherser-top-img strong {font-size: 18px;}
.count-up p {font-size: 14px;}
.ws_add1 a {font-size: 50px;}
.footer-contac-1 i {font-size: 110px;}
.footer-contac-1 span {font-size: 18px;}
.about-heading strong {font-size: 45px;}
.ws_add1 p {font-size: 16px;}



}


@media only screen and (min-width: 1201px) and (max-width: 1340px) {
}

@media (max-width: 575px) and (min-width: 0px) {
.head-right2 .head-call{padding: 0;}
.top-right-1 p {font-size: 17px;line-height: 23px;padding: 7px 15px 4px;}
.headline-right2 span {font-size: 27px;}
.headline-left2 span {font-size: 20px;line-height: 30px;}
.toplist1 ul li:nth-child(5){display: none;}
.head-right2{display: block;text-align: center;}
.otherser-top-img a {font-size: 18px;}
.about-right1 {padding: 15px;}
.about-heading strong {font-size: 26px;padding: 5px 8px 8px;line-height: 32px;x;}
.about-heading span {font-size: 16px;}
.toplist1 ul li {padding: 0 12px;}
.ws_add1 a {font-size: 45px;}
.ws_add1 p {font-size: 16px;line-height: 25px;}
.about-heading span, .about-heading p {font-size: 15px;line-height: 20px;}
.chat-2 a {font-size: 35px;}
.about-contact {
    padding: 0 12px 12px;
}
.head-right2 .head-text b{display: block;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 24px;}
.topservicesheading a {font-size: 35px;line-height: normal;}
.topservicesheading a svg {width: 45px;height: 40px;}
.otherser-top {padding: 0 15px;}
.aboutus-heading-counter strong {font-size: 20px;}
.getintouch-right2 {padding: 35px 20px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.toplist1 ul li {padding: 0 6px 0;}
.top-right-1 p {font-size: 16px;line-height: 21px;}
.headline-right2 span {font-size: 23px;}
.headline-left2 span {font-size: 18px;line-height: 24px;}
.head-right2 p {font-size: 15px;}
.about-heading strong {font-size: 22px;padding: 5px 15px 5px;line-height: 30px;}
.about-heading span, .about-heading p {font-size: 13px;line-height: 17px;}
.ws_add1 a {font-size: 33px;}
.ws_add1 p {font-size: 15px;line-height: 23px;}
.head-line p {font-size: 14px;}
.chat-2 a {font-size: 29px;}
.question span {font-size: 15px;}
.ans p { font-size: 14px;line-height: 23px;}
.question span i {font-size: 18px;}
.toplist1 li i {height: 35px;width: 50px;font-size: 22px;line-height: 33px;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 21px;}
a.head-call {font-size: 33px;padding: 0;}
.head-right2 .head-text {font-size: 12px;border-radius: 12px;line-height: 21px;}
.otherser-top-img strong {font-size: 20px;padding: 5px 10px 5px;width: 80%;}
.otherser-top-img i svg { width: 125px;height: 118px;}
.otherser-top-img i {width: 130px;height: 130px;}
.otherser-top1, .case-1, .award1{width: 100%;padding: 5px 8px;}
.aboutus-section{padding: 0 0 12px!important;}
.galleryservices1 {padding: 5px;}
.gallery-section{padding: 0 6px;}
.top-left {border-radius: 0 0 20px 20px;}
.topservicesheading a {font-size: 28px;}
.topservicesheading a svg {width: 35px;height: 35px;}
.list-design ul li {font-size: 15px;padding: 3px 12px 7px;display: block;text-align: left;margin: 9px 0px;}
.getintouch-right2 strong {font-size: 20px;}
.chat-img1{width: 100%;}

}