@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');



html, body{
  overflow-x: hidden !important;
}
.home_pg{padding-top: 40px;}

.home_pg main{ margin-top: -40px;}

.marquee_strip { 
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #faf8f5;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  align-items: center;
  white-space: nowrap;
  backdrop-filter: blur(15px);
}

.marquee_ani {
  display: inline-flex;
  width: max-content;
  white-space: nowrap;
  animation: scroll_announcement 20s linear infinite;
}

.marquee_group {
  display: inline-flex;
  flex-shrink: 0;
}

.marquee_ani span {
  color: #272727;
  padding: 0 65px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  flex-shrink: 0;
}

@keyframes scroll_announcement {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.3333%); }
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

header {
  padding: 5px 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}

.absolute{ position: absolute;}

.relative{ position: relative;}

.z_index_2{ z-index: 2;}

a.btn_1, .btn_1 {
  border: none;
  color: #fff;
  background: #009b3e00;
  background-color: rgb(0, 155, 620, 0);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  border: #009b3e solid 1px;
  letter-spacing: 1px;
} 

.slideUp a.btn_1, .slideUp .btn_1 {
  border: none;
  color: #000000;
  background: #009b3e00;
  background-color: rgb(0, 155, 620, 0);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px 14px 25px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  border: #009b3e solid 1px;
}

.headroom--top a.btn_1, .headroom--top .btn_1 { 
  border: none;
  color: #fff;
  background: #009b3e00;
  background-color: rgb(0, 155, 620, 0);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  border: #bebebe solid 1px;
  letter-spacing: 1px;
}  
 
.slideDown a.btn_1, .slideDown .btn_1 {
  border: none;
  color: #fff;
  background: #009b3e00;
  background-color: rgb(0, 155, 620, 0);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  border: #e5e5e5 solid 1px;
}

a.btn_1:hover, .btn_1:hover {
  background-color: #f2f2f200;
  border: #00dd58 solid 1px;
}

.phone_element a span {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  letter-spacing: 0.5px;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 23px;
} 

.menu_contact{
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight:600;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #009b3e;
  margin-bottom:5px;
}

.sidebar-navigation nav ul li a:focus, .sidebar-navigation nav ul li a:hover { color: #009b3e;}

.sidebar-navigation nav a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

.title small {
  text-transform: uppercase;
  color: #009b3e;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1;
}

.intro em {
  font-family: "Caveat", cursive;
  font-size: 32px;
  font-style: normal;
  color: #555;
  color: #cd1719;
  line-height: 1;
}

p {
  margin-bottom: 19px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
}

header nav ul li {
  display: inline-block !important;
  font-weight: 500;
  margin-left: 0;
  letter-spacing: 0.5px;
}
 
.small, small { font-size: 14px;}

.hero .wrapper h1, .hero .wrapper h3 {
  color: #fff;
  font-size: 38px;
  margin: 0 0 10px 0;
  font-weight:100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.title h2, .title h3 {
  font-weight: 400;
  margin-bottom: 15px;
}

.margin_100_95 {
  padding-top: 100px;
  padding-bottom: 95px;
}

.margin_80_95 {
  padding-top: 80px;
  padding-bottom: 95px;
}

.margin_80_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb80{ margin-bottom: 80px;}
.mb100{ margin-bottom: 100px;}
.mb150{ margin-bottom: 150px;}

.progress-wrap svg.progress-circle path {
  stroke: #009b3e;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #cd1719;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.mouse::before {
  width: 32px;
  height: 54px;
  background-color: #009b3e;
  border-radius: 100px;
}

.mb0{ margin-bottom: 0px !important;}

footer .copy {
  text-align: left;
  padding:3px 0;
  background-color: #009b3e;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

footer .copy .container a{color: #FFF;}

.margin_50_50 { padding-top: 50px;  padding-bottom: 50px;}

.padding_70_70 { padding-top: 70px;  padding-bottom: 70px;}

.mt20{ margin-top: 20px;}

.closebt i { font-size: 42px;  font-size: 1.625rem;}

/* Elements before animation */
.scroll-up-animation {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

/* Animated state */
.scroll-up-animation.active {
    opacity: 1;
    transform: translateY(0);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #faf8f5;
  z-index: 99999999999 !important;
  overflow: hidden;
} 
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  animation: circle infinite 0.95s linear;
  border: 2px solid #cd1719;
    border-top-color: rgb(205, 23, 25);
    border-right-color: rgb(205, 23, 25);
    border-bottom-color: rgb(205, 23, 25);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

.product_slider_wrap {  position: relative;}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
  border-radius: 100%;
}

.swiper-button-prev{  left: -50px;}

.swiper-button-next{  right:  -50px;}

.swiper-button-prev:before,
.swiper-button-next::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 1px dashed #009b3e;
  border-radius: 100%;
  position: absolute;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from{transform: rotate(0deg);  }
  to{transform: rotate(360deg);  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 11px;
  font-weight: 600;
} 

.ptb110{
  padding-top: 110px;
  padding-bottom: 110px;
}

.ptb80{
  padding-top: 80px;
  padding-bottom: 80px;
}

main { margin-bottom: 0px !important;}

footer { position: relative !important;}

.phone_element a {color: #24262d;  transition: all 0.6s ease;}

.phone_element a:hover {color: #009b3e; transition: all 0.6s ease;}

.phone_element a span {transition: all 0.6s ease;}

.phone_element a:hover span {
  color: #009b3e;
  transition: all 0.6s ease;
}

.desktop_menu { display: block; }

.mobile_toggle { display: none; }

.desktop_menu ul.horizontal {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  justify-content: flex-end;
}

.desktop_menu ul.horizontal > li {
  position: relative;
  margin-left: 0px;
  font-weight: 400;
}

.desktop_menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 183px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  list-style: none;
  padding: 13px;
  z-index: 100;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
}

.desktop_menu .dropdown li a {
  color: #333 !important;
  font-weight: 400 !important;
}

.desktop_menu .dropdown li a:hover {  color: #009b3e !important;}

.desktop_menu .parent:hover .dropdown {  display: block;}

.desktop_menu .dropdown li{
  margin-bottom: 6px;
  width: 100%;
}

.desktop_menu .dropdown li:last-child{ margin-bottom: 0px;}

.desktop_menu .dropdown li a{ font-weight: 400 !important;}

.desktop_menu li.parent a:after{
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  position: relative;
  right: 0px;
  top: 0px;
  margin-left: 3px;
}

.desktop_menu li.parent .dropdown a::after {  content: unset;}

header nav ul li {  text-align: left;}

.hover_btn{
  position: relative;
  display: inline-block;
}

.hover_btn p{
  color: rgb(0, 155, 62);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 22.4px;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.hover_btn p::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 0.6s ease;
  background-color: #978667;
}

.hover_btn p:hover::before{
  width: 100%;
  background-color: #333;
  transition: width 0.6s ease;
}

.pt120{padding-top: 120px !important;}

.pt80{ padding-top: 80px !important;}

.mr15{ margin-right: 15px !important;}

.service_sec a.btn_1, .service_sec .btn_1 {
  color: #fff;
  transition: all 0.6s ease;
  background: #009b3e;
  letter-spacing: 0.5px;
}

.service_sec a.btn_1:hover, .service_sec .btn_1:hover {
  color: #000;
  border: 1px solid #01af47;
  transition: all 0.6s ease;
  background: transparent;
}

.service_img{
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.wd_service_left{ width: 38%;  margin-right: 50px;}

.wd_service_rigth{width: 57%;}

.mt35{  margin-top: 35px !important;}

.space_bw{
  display: flex;
  justify-content: space-between;
}

header.reveal_header.headroom--not-top {
  border-bottom: 0px solid #ededed;
  background-color: rgb(255, 255, 255, 0.8);
  top: 0;
  backdrop-filter: blur(10px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hd_flex{ display: inline-flex; justify-content: space-between; align-items: center;width: 100%;}

.hd_base{ background-color: rgba(255, 255, 255, 0.788); backdrop-filter: blur(10px);}
 
header.reveal_header.headroom--not-top .btn_1{
  color: #fff;
  background: #009b3e;
  border: none;
} 

.dd{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.5);
}

.desktop_menu .dropdown.w200{min-width: 255px;}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  scale: 0.8;
}

.padding_50_20 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer_flex{
  display: flex;
  justify-content: space-between;
}

.foot_bg{ background: #faf8f5;}

.foot_bg.ff{ background: #FFF;}

.mlr21n{
  margin-left: -21px;
  margin-right: 21px;
}

.mt3{ margin-top: 3px;}

.title h2, .title h3 {
  font-size: 31px;
  letter-spacing: 0.2px;
  line-height: 40px;
}
 
.sos_title{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 3px;
}

.foot_bg{ background: #faf8f5;}

.social ul li {
  display: inline-block;
  margin: 0 11px 0 0px;
}

.phone_element em{ font-size: 14px;font-weight: 600;font-style: normal;letter-spacing: 1px;text-transform: uppercase;}

.social ul li a { color: #009b3e;}

.fs_sos{ font-size: 15px;}
 
.gmap{ width: 100%;}

.gmap iframe{ width: 100%; height: 300px;}

.social ul li a:hover { color: #cd1719;}

.social ul {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

li.active_menu{ position: relative;}
li.active_menu::after{color: #009b3e; position: absolute; width: 100%; height: 2px; background-color: #009b3e; content: "";left: 0;bottom: -5px;}

.desktop_menu .dropdown li a.active_sub_menu {color: #009b3e !important}
.www{ text-align:right;padding-top: 0px; font-size:9px; letter-spacing: 0.5px;}
.www a{color: #bfe6ce !important;}
.www img{ width:20px;}   
.dis{ width: 100%;} 
.dis h6{ width: 100%;} 
.dis p{color: #333; } 
.dis p a{ color: #333; text-decoration: underline;} 
.active_mob{
  color: #009b3e !important;
  font-weight: 600 !important;
}
.pc_view{
  display: block;
}
.mob_view{
  display: none;
}
.mob_flex_center{
  display: none;
}

.relative{ position: relative;}
.chatjpt{ position: absolute; bottom: 0; right: 0px; font-size: 10px; background-color: rgba(0, 0, 0, 0.35); color: #FFF;line-height: 1;padding: 4px;display: none;}
 
 
@media screen and (min-width:1050px) and (max-width:1499px){
.hero .wrapper h1, .hero .wrapper h3{  font-size: 30px !important;}
.margin_80_95{ padding-top: 50px; padding-bottom: 30px;}
}

@media screen and (min-width:1050px) and (max-width:1199px){
.wd_service_left {width: 38%;margin-right: 0px;}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  scale: 0.8;
}

.br_none{ display: none;}

}

@media screen and (max-width:767px){
  header {
    background-color: rgb(250, 248, 245);
  }

  header nav ul li{margin-right: 0;margin-left: 0px;}
  .desktop_menu { display: none !important; }
  .mobile_toggle { display: inline-block; }
  .logo_normal img{width: 100px;}
  .closebt {
    right: 8px;
    top: 22px;
  } 
  .closebt i {
    font-size: 30px;
  }
 .logo_panel img {
    margin-top: -11px;
    width: 120px;
    margin-left: 11px;
  }
  .logo_panel{justify-content: flex-start; height: 102px; }
  .sidebar-navigation{top: 102px;padding-left: 0;padding-right: 0;padding-top: 17px;}
  .sidebar-navigation nav ul li.parent > a::after{margin-right: 3px;font-size: 11px;color: #3d3d3d;margin-top: 2px;}
  .sidebar-navigation nav a{font-size: 14px !important;text-transform: unset !important;letter-spacing: 0.5px;}
  .sidebar-navigation nav ul li a{padding: 4px 0;}
  .sidebar-navigation nav ul .active{left: 10px;}

  .mouse_wp {
    display: none;
  }
  .hd_flex {
    width: auto;
  }
  .reveal_header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hamburger_2 .hamburger__inner, .hamburger_2 .hamburger__inner::before, .hamburger_2 .hamburger__inner::after {
    width: 21px !important;
    height: 2px !important;
    background-color: #808080 !important;
  }
  .hamburger_2 .hamburger__box {
    width: 21px;
    height: 22px;
  }
  .hamburger_2 .hamburger__inner::after {
    bottom: -7px;
  }
  .hamburger_2 .hamburger__inner::before {
    top: -7px;
  }
  .sidebar-navigation nav ul {
    padding: 15px;
  }
  .panel_footer {
    bottom: 15px;
    padding: 0 15px;
  }
  .hero.full-height {
    height: auto;
    min-height: unset;
    aspect-ratio: 16 / 9;
    margin-top: 79px;
  }
  .scroll-up-animation {
    opacity: 1;
    transform: unset !important;
  }
    
  #jarallax-container-0 iframe{
    transform: unset !important;
    margin: unset !important;
    width: 300% !important;
    height: 101% !important;
    margin-left: -100% !important;
    margin-top: -1px !important;
  }
  .hero .wrapper h1, .hero .wrapper h3 {
    font-size: 21px;
      line-height: 29px;
      letter-spacing: 0.5px;
  }
  .hero .wrapper small {
    letter-spacing: 2px;
    margin: 0 0 2px 0;
  }
  .margin_80_80 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .title small {
    letter-spacing: 0.4px; 
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 18px;
  }
  .title h2, .title h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .counter_wd{
    width: 50%;
    margin-bottom: 22px;
  }
  .counter_wd:last-child{
    margin-bottom: 0px;
  }
  .res_mb40{
    margin-bottom: 45px !important;
  }
  .counter_wd::after {
    right: 27px;
    height: 60px;
  }
  .counter_wd:nth-child(1){
    width: 43%;
  }
  .counter_wd:nth-child(2){
    width: 57%;
  }
  .counter_wd:nth-child(3){
    width: 43%;
  }
  .counter_wd:nth-child(4){
    width: 57%;
  }
  .counter_wd:nth-child(3):after {
    right: 27px;
    height: 55px;
    top: 5px;
  }
  .counter_wd:nth-child(2)::after, .counter_wd:nth-child(4)::after{
    content: unset;
  }
  .display-4-1 {
    font-size: 24px;
    line-height: 32px;
  }
  .counter_pluse {
    font-size: 26px;
    line-height: 35px;
  }
  .counter_title {
    font-size: 11px;
      letter-spacing: 0.8px;
  }
  p {
    margin-bottom: 10px !important;
    line-height: 23px;
    letter-spacing: 0.3px;
  }
  .intro em {
    font-size: 22px;
    line-height: 28px;
  }
  .logo_sticky img{
    width: 100px !important;
  }
  .pc_view{
    display: none;
  }
  .mob_view{
    display: block;
  }
  .mob_flex_center{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .exp {
    width: 90px;
    margin: 8px 0 23px;
  }
  .res_wd_tagline{
    width: 65%;
  }
  .hover_btn p {
    padding-bottom: 2px;
  }
  a.box_contents {
    margin: 0px 6px 16px 6px;
  }
  a.box_contents small {
    top: 16px;
    left: 28px;
    font-size: 13px;
  }
  a.box_contents .wrapper {
    padding: 12px 15px 20px 42px;
    position: relative;
  }
  a.box_contents h2 {
    margin-bottom: 6px;
  }
  a.box_contents p {
    letter-spacing: 0.4px;
  }
  .product_slider_wrap {
    margin: 0px -3px;
  }
  .bottom_bg {
    position: relative;
  }
  .swiper-button-prev {
    left: auto;
    margin: 0;
    top: -8.2%;
    right: 34px;
  }
  .swiper-button-next {
    right: 0;
    margin: 0;
    top: -8.2%;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    width: 25px;
    height: 25px;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 7px;
    font-weight: 600;
    opacity: 0.8;
  }
  .res_mb0{
    margin-bottom: 0 !important;
  }
  .res_pt35 {
    padding-top: 35px !important;
  }
  .wd_service_rigth {
    width: 100%;
  }
  .wd_service_left {
    width: 67%;
    margin-right: 0;
    margin: 18px 0 22px;
    margin: 0 auto;
    margin-bottom: 22px;
  } 
  .res_ls01{
    letter-spacing: 0.1px !important;
  }
  .res_mt20{
    margin-top: 16px !important;
  }
  a.btn_1, .btn_1 {
    padding: 12px 16px 12px 16px;
    font-size: 11px;
    margin-left: 0 !important;
  }
  .res_mr8{
    margin-right: 8px !important;
  }
  .marquee {
    margin-top: 34px;
    height: 39px;
    font-size: 45px;
    letter-spacing: -1px;
  }
  .marquee .content {
    line-height: 40px;
  }
  .marquee .track {
    animation: marquee 40s linear infinite;
  }
  .ptb80 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sectors_serve {
    width: 100%;
  }
  .col-xl-3.x3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
  }
  .col-xl-3.x3:last-child {
    margin-bottom: 0px;
  }
  .res_service{
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px !important;
    line-height: 16px;
  }
  a.box_contents em {
    font-size: 13px;
  }
  .www {
    text-align: left;
    padding-top: 2px;
  }
  footer .copy {
    padding: 5px 0;
  }
  .res_wd100{
    width: 100% !important;
  }
  .res_mar0{
    margin: 0;
  }
  .footer_flex {
    flex-wrap: wrap;
  }
  .foot_bg .padding_50_20 {
    padding-top: 43px;
    padding-bottom: 11px;
  }
  .mob_none{
    display: none;
  }
  .mlr21n {
    margin-left: 0;
    margin-right: 0;
  }
  .res_wd50{
    width: 50%;
  }
  .res_flex{
    display: flex;
  }
  .marquee_ani span {
    padding: 0 21px;
  }
  .marquee_strip {
    height: auto;
    padding-bottom: 9px;
  }
  .res_ls05{
    letter-spacing: 0.5px !important;
  }
  .progress-wrap { 
    display: inherit !important;
    right: 9px;
    bottom: 2px;
    height: 38px;
    width: 38px;
  }
   .progress-wrap { 
    display: inherit !important;
    right: 9px;
    bottom: 2px;
    height: 38px;
    width: 38px;
    background: #ffffff14;
    backdrop-filter: blur(5px);
  }
  .progress-wrap::after {
    height: 38px;
    width: 38px;
    line-height: 38px;
  }
  .progress-wrap.mob_color::after {
    color: #fff;
  }
  .progress-wrap.mob_color svg.progress-circle path {
    stroke: #fff;
  }
  footer .copy {
    letter-spacing: 0.4px;
  }
  .social ul li a i {
    font-size: 19px;
  }
 
  .social ul li {
    margin: 0 7px 0 0px;
  }
  .res_tl{
    text-align: left;
  }
  .hover_btn {
    display: flex;
  }
  .res_pt40{
    padding-top: 40px !important;
  }
  .res_pb45{
    padding-bottom: 43px !important;
  }
  .res_mb15{
    margin-bottom: 15px !important;
  }
  .res_pb5{
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width:376px){
  a.box_contents p {
    letter-spacing: 0.2px;
  }
}