/* Standardize font for frontend: match home page */
body, h1, h2, h3, h4, h5, h6, p {
   font-family:futura-demic-reg,Arial,sans-serif;
}

/* Ensure mission paragraph matches site font and has no background */
.work-type, .work-type > p {
   font-family:futura-demic-reg,Arial,sans-serif;
    background: none !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Ensure all paragraphs match site font and have no background */
/* p {
    font-family: 'futura-demic-reg', 'Roboto', Arial, sans-serif !important;
    background: none !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
} */

/* Corrected rule for .MsoNormal span on mission page */
body.sub-page_cookies .MsoNormal,
body.sub-page_cookies .MsoNormal span {
    background: none !important;
    font-family:futura-demic-reg,Arial,sans-serif;
    /* color: #333 !important; */
    /* font-size: 1.6rem !important; */
    /* line-height: 1.2 !important; */
}

/* Service Gallery Styles */
.service-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 2em 0;
}

.service-gallery__item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #fff;
    transition: box-shadow 0.2s;
}

.service-gallery__item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.service-gallery__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.service-gallery__title {
    display: block;
    padding: 8px 12px;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-family: 'futura-demic-reg', 'Roboto', Arial, sans-serif;
}

.youtube-box {
    position: absolute;
    left: 47%;
    bottom: 17px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.share-box {
    position: absolute;
    left: 50%;
    bottom: 17px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.share-box1 {
    left: 30%;
}
.copy{
    font-size: 14px;
}

/* .service-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 2em 0;
    padding-bottom: 10px;
}
.service-gallery__item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #fff;
    transition: box-shadow 0.2s;
}
.service-gallery__item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.service-gallery__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
} */

.product-list:after, .team-list:after{
    border: none;
}
.product-list, .team-list{
    margin: 0;
    padding-bottom: 40px;
}
.no-touch .product-list .item a .title{
    font-size: 16px;
    line-height: normal;
    left: 10px;
    right: 10px;
}
.footer .footer-wrap {
    padding: 44px 110px 40px 170px;
}
.reachus .section-main{
    padding: 0 20px 0;
}
.reachus .section-main .section-wrap{
    padding-bottom: 0;
}
.reachus .about-size{
    padding-right: 0;
}
.about-size.about-size_1 .about-size__left{
    float: none;
}
.open-contact-form .hover-out span{
    color: #fff;
}

.client_cols > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 20px;
}

.client_cols > a img {
    max-width: 100%;
    max-height: 120px;
    width: auto!important;
    min-width: 200px;
}

.client_page{
    min-height: calc(100vh - 230px);
    background: #fff;
}




.OurEsteemed_logos td {
    text-align: center!important;
    width: 25%;
}

.OurEsteemed_logos .icon-block {
    margin: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OurEsteemed_logos .icon-block img {
    max-width: 100%;
    max-height: 100%;
    max-height: 100px;
}

.OurEsteemed_logos .icon-block .icon-block-front {
    width: auto;
    height: auto;
    margin: auto;
}
 

.OurEsteemed_logos .icon-block .icon-block-back {
    right: 0;
    margin: auto;
}
.OurEsteemed_logos .icon-block .icon-block-front img {
    min-height: 72px;
}
 .menu__list li a {
    display: flex!important;
    align-items: center;
    justify-content: start;
}
.product_carousel_link p{
    color: #000;
     margin-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: normal;
}
.product_carousel_link a {
    margin-bottom: 10px !important;
    display: inline-block;
    line-height: normal;
   
}
   .work-type{
    position: initial;
   } 
   /* slider */
   .section-home {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-home{
    height: auto !important;
}
.slider-image .owl-carousel .item {
  position: relative;
}
.slider-image{
    height: 1000px;
    position: relative;
}
.slider-image::after{
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 1000px;
    top: 0;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Slider Content (Text Overlay) */
.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slider-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.slider-content p {
  font-size: 1.2rem;
}

/* Navigation arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background 0.3s;
}

.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Hide dots (optional) */
.owl-dots {
  display: none;
}

.work-type  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.project-wrap .tablet-help-layer{
    display: flex;
}
.project-wrap .about-size__right .numbers ul{
    gap: 20px;
}
.project-wrap .about-size__right {
    padding-left: 0;
    width: 100% !important;
    margin-bottom: 0;
}
.project-wrap .about-size__right .numbers ul li {
    margin-left: 0;
    transform: none !important;
    border: 1px solid #FFFFFF26;
    border-radius: 10px;
    padding: 50px;
}
/* .project-wrap .numbers ul li{
    width: 25%;
} */
.section-wrap.project-wrap{
    width: calc(100% - 250px);
    padding-bottom: 50px;
}
.project-wrap .numbers ul li .count-num {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 60px;
    display: inline-block;
}
.project-wrap h3 {
    font-weight: 500;
}
.cleaning-maitance {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.cleaning-maitance .closest-events.white{
    width: 450px !important;
    height: 450px !important;
    margin: 0;
    transform: none !important;
}
.cleaning-maitance .about-link_i {
    position: initial;
    width: auto;
    /* flex: 1; */
    margin-left: 70px;
    margin: 0 0 0 70px;
}
.cleaning-maitance .about-link_i .text{
    max-width: 368px;
    width: auto;
}
.cleaning-maitance  .about-link_i .text span{
    text-align: left;
}
.cleaning-maitance.right_Section .about-link_i .text{
    margin-left: auto;
    margin-right: 70px;
}
.cleaning-maitance.right_Section{
    margin: 100px 0;
}
.cleaning-maitance.right_Section .about-link_i {
    margin-left: 0;
}
.client_page .product-list, .team-list {
    margin: 0;
    padding-bottom: 0;
}
.nav-main_i .menu .menu__list li a{
    visibility: visible;
    opacity: 1;
    line-height: normal;
    height: auto;
    padding: 10px 0;
}
.nav-main_i.open .menu .menu__list li a .menu-text {
    opacity: 1;
    display: block;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
}
.product-list a, .team-list a, .product-list-1 a {
    overflow: hidden;
       
}
.product-list a i, .team-list a i, .product-list-1 a i {
     transition: transform 0.4s ease-in-out;
     cursor: pointer;
     position: relative;
}
.product-list a:hover i,
.team-list:hover i {
    transform: scale(1.1);
}
.work-type ul li a {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
}
.work-type ul li a:after{
    top: 10px;
}
.MsoNormal span {
    font-weight: 400;
    font-size: 20px !important;
    line-height: normal !important;
}
.btn-transparent{
    font-size: 16px;
}
.luster_box .text {
    left: auto;
    float: right;
    right: -150px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.link-box-1.luster_box {
    float: left;
}
.callback{
    background-image: url("../images/footer-bg.svg");
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
.callback h2 {
    font-size: 40px;
    line-height: normal;
    position: relative;
    color: #fff;
    padding-bottom: 20px;
        margin-bottom: 25px;
        text-align: left;
}
.callback h2::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #0cf;
    width: 70px;
    height: 2px;
}
.callback strong {
    color: #0cf;
    text-align: left;
}
.callback .section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    padding-left: 170px;
    padding-right: 170px;
    gap: 40px 20px;
    flex-wrap: wrap;
}
.callback .btn-transparent {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    letter-spacing: normal;
    border: 1px solid #fff;
    min-width: 150px;
    height: auto;
    line-height: normal;
    padding: 15px 10px;
    margin: 0;
}
.callback .btn-transparent .btn-line-1, .callback .btn-transparent .btn-line-2, .callback .btn-transparent .btn-line-3, .callback .btn-transparent .btn-line-4{
    display: none;
}
.callback  p {
    font-size: 20px;
    max-width: 490px;
    color: #c5c8d0;
    text-align: left;
}
.callback-client_box{
    display: flex;
    align-items: start;
    margin-top: 50px;
    gap: 10px;
}
.callback-client_list{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.callback-client_list strong{
    font-size: 20px;
    line-height: normal;
    color: #fff;
}
.callback-client_list span{
    font-size: 16px;
    line-height: normal;
    color: #c5c8d0;
    text-align: start;
}
.footer{
    background-image: url("../images/footer-bg.svg") !important;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* position: fixed; */
    /* bottom: 0; */
}
.footer__title h2{
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.footer__title h2::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #0cf;
    width: 70px;
    height: 2px;
}
.footer__subtitle {
    flex: 1;
}
.footer_social .footer__title h2 {
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
}
.footer_info {
    display: flex;
    flex-direction: column;
}
.icon-phone {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #5074FF, #912CFB);
    border-radius: 8px;
}
.icon-phone.email_icon{
    background: linear-gradient(to right, #B546F2, #DE198C);
}
.icon-phone img {
    max-width: 18px;
}
.footer_content {
    display: flex;
    flex-direction: column;
}
.footer_list {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 50px;
}
.footer_list:last-child {
    margin-bottom: 0;
}

.phone-text {
    display: block;
    color: #c5c8d0;
    padding-bottom: 15px;
    font-size: 20px;
    display: inline-block;
}

.phone_link {
    display: block;
    color: #fff;
    font-size: 18px;
}
.footer_i {
    display: flex;
    position: initial;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #20262f;
    width: 100%;
}
.footer__subtitle {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.social-text {
    background: #131921;
    /* background: linear-gradient(to bottom, #14274C, #172D4D); */
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    font-weight: 300;
}
.social-text.facebook:hover{
    background: linear-gradient(to bottom, #14274C, #172D4D);
}
.social-text.insta:hover{
    background: linear-gradient(to bottom, #401F3B, #2F1A4B);
}
.social_list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.footer_left {
    width: 30%;
}
.copyright {
    padding: 30px 0 0;
    text-align: center;
    font-size: 18px;
}
.new-complex-project .work-type {
    float: none;
    padding-bottom: 10px;
    width: 100%;
}
.new-complex-project .work-type ul li {
    padding-left: 0;
}
.about-link_i .text span{
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
}
.about-size__right h2{
    margin-bottom: 10px;
}
.mission_client .logo-list {
    padding-right: 0;
    padding-bottom: 0;
}
.mission_client .product-list{
    background-color: #fff;
}
/* .sub-page .btn-menu>span {
    color: #fff;
} */
 .product-descr {
    padding-bottom: 0;
}

 /* .section-about .work-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
} */
/* .out.new_complex_project{
    height: calc(100vh - 340px);
    overflow: auto;
    background: #fff;
} */
/* .new_complex_project .product-list {
    height:100% !important
} */
.product-list-1 {
    margin: 0;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
 .product-list .item.vis, .team-list .item.vis, .product-list-1 .item.vis {
    visibility: visible;
}
.product-list-1 .item {
    position: relative;
    width: 25%;
    padding: 0 0 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #fff;
    z-index: 2;
}
.product-list-1 .item.small {
    width: 25%;
}
 .product-list-1 a {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}
 .product-list-1 .item a>i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
 }
 .product-list-1 .line-1,  .product-list-1 .line-2 , .product-list-1 .line-3,  .product-list-1 .line-4 {
    display: none;
 }
 .mission_client strong {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
 .about-size__right.mission_client>.text p{
    font-size: 16px;
 }
 .sub-page .sections-wrap{
    padding-bottom: 0;
 }
 .out {
    background: rgb(27, 27, 27);
    position: relative;
}
.out.client_page{
    background: #fff;
}
.project-wrap h3 a span {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.privacy-policy-content {
    margin-top: 40px;
}

.privacy-policy-content strong {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
}
.section-wrap.privacy-policy-wrap{
    min-height: calc(100vh - 357px);
}
/* .project-wrap .about-size__right .numbers ul.numbers_new_section li{
    width: 45%;
} */
 .footer__title {
    width: auto;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    padding-bottom: 45px;
    float: none;
    text-transform: capitalize;
}
.section-main .section-wrap.reach-us{
    padding-right: 100px;
}
.callback .hover-out span {
    color: #fff;
}
.reach-us .btn-transparent .hover-out span {
    color: #000;
}
@media(max-width:1240px){
    .section-main .section-wrap.reach-us{
        padding-right: 0;
    }
    .reachus .about-size{
        width: calc(100% - 40px);
    }
    .btn-menu_i img {
    width: 70px !important;
    z-index: 99;
    position: relative;
}
     .btn-menu_i {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 0;
}
.btn-menu_i::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border-radius: 8px;
}
.btn-menu.btn-menu_touch {
    left: 50%;
    margin-left: 0;
    display: block;
    width: 80px;
    height: 80px;
}
     .product-list-1 .item.small {
    width: 33.3%;
}
    .footer .footer-wrap {
    padding: 40px 30px;

}
.cleaning-maitance{
    padding: 0 40px;
}
.footer_left {
    width: 20%;
}
.product-list .client_cols{
    width: 25%!important;
}
.about-link_i .text{
    right: 150px;
}
.nav-main_i .menu .menu__list li a .menu-text {
    opacity: 1;
    display: block;
    color: #fff;
    margin-left: 10px;
    font-size: 10px;
    line-height: normal;
}
.section-about .section-wrap{
    padding: 50px 30px;
}
}


@media(max-width:1199px){ 
    .cleaning-maitance .about-link_i .text{
        max-width: 300px;
    }
    .about-link_i .text strong{
        font-size: 24px;
        line-height: normal;
    }
    .cleaning-maitance .closest-events.white {
    width: 400px !important;
    height: 400px !important;
    margin: 0;
    transform: none !important;
}
.cleaning-maitance .closest-events_i {
    width: 400PX;
    height: 400px;
}
    .about-link_i video{
        width: 400px !important;
    }
    .section-wrap.project-wrap {
    width: calc(100% - 150px);
}
    .project-wrap .numbers ul li .count-num{
        padding-bottom: 60px;
    }
    .closest-events.white{
        margin-top: 10px;
    }
    .about-size__right{
        padding-top: 20px;
    }

      .product-list .client_cols{
        padding:48px 20px;
      }

    .closest-events_i .date strong{
        font-size: 72px;
        line-height: 1;
    }
    .work-type{width: 550px;}
    .link-box-1{
        margin-bottom: 0;
        margin-top: 60px;
    }
    .closest-events.large-ltr .date strong{
        font-size: 60px;
        line-height: normal;
    }
    .numbers ul li strong{
        font-size: 40px;
        line-height: normal;
    }
    .numbers ul li em{
        position: relative;
        left: 0;
        top: 0;
    }
    .about-title_i p{
        width: auto;
    }
}

@media(max-width:991px){
    .link-box-1 img{
        width: 100%;
    }
    .luster_box .text {
    right: -150px !important;
    left: auto !important;
}
    .cleaning-maitance .closest-events.white {
    width: 300px !important;
    height: 300px !important;
}
.cleaning-maitance .about-link_i{
    margin-left: 30px;
}
.cleaning-maitance .closest-events_i {
    width: 300PX;
    height: 300px;
}
    .cleaning-maitance .about-link_i .text {
    max-width: 100%;
    width: auto;
}
    .project-desc {
    float: none;
    padding: 20px 0;
}
.project-desc p{
    font-size: 32px;
    line-height: normal;
}
.project-wrap .about-size__right .numbers ul li{
    padding: 20px;
}
.project-wrap h3{
    font-size: 16px;
}
    .section-wrap.project-wrap {
    width: calc(100% - 40px);
}
.slider-image{
    height: 500px;
}
.slider-image::after{
    height: 500px;
}
    .product-list .client_cols{
    width: 50%!important;
      padding: 54px 20px!important;
}


    .idea-links .img img {
    width: 100% !important;
}
.about-link_i video{
    width: 100% !important;
    /* height: auto !important; */
}
.closest-events_i{
    width: 240px;
    height: 240px;
}
.closest-events.large-ltr .title {
    bottom: 80px;
    left: 30px;
}
    .closest-events.large-ltr .date strong {
        font-size: 40px;
    }
    /* .closest-events.white{
            width: calc(100% - 580px) !important;
    } */
     .closest-events.white {
    width: 240px !important;
}
    /* .section-wrap{
        padding-top: 20px;
    } */
    .numbers ul li strong{
        font-size: 30px;
        margin-bottom: 14px;
    }
    .numbers ul {
    display: flex;
    white-space: inherit;
}
    .numbers ul li span{
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 8px;
        display: inline-block;
    }
    .tablet-help-layer{
        padding-bottom: 0;
    }
    .about-link_i{margin-bottom: 0;}
    /* .about-size__right {
    padding-left: 30%;
} */
 .about-size__right {
    padding-left: 0;
    width: calc(100% - 280px) !important;
    float: right;
    margin-bottom: 50px;
}
.idea-links{margin-bottom: 30px;}
.inaction-links.inaction-links_home{
    float: none;
    width: auto;
    padding: 20px;
}
.inaction-links.inaction-links_home h2{
    padding-bottom: 20px;
}
.about-design{
     float: none;
    width: auto;
    padding: 20px;
}
.about-design h2{
    padding-bottom: 20px;
}
.MsoNormal span{
    font-size: 16px !important;
}
.closest-events.large-ltr .date {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.closest-events_i .date{
    left: 60px;
}
.closest-events_i .date strong {
    font-size: 32px;
}
.closest-events_i .title {
    left: 30px;
    bottom: 50px;
}
.work-type {
    width: calc(100% - 300px);
    padding-bottom: 150px;
    position: initial;
}
.section-main{
    padding-top: 60px;
}
.link-box-1 .text {
    position: absolute;
    right: auto;
    left: 30px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
    .link-box-1 .text p {
        font-size: 40px;
        line-height: 1;
    }
    .idea-links .text p{font-size: 40px;}
    .section-main .section-wrap{padding-bottom: 40px;}
    .link-box-1 {
    margin-bottom: 0;
    margin-top: 30px;
}
.work-type ul{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}
.work-type ul li{padding-bottom: 0;}
.work-type ul li:last-child{
    padding-left: 0;
}
.share-box1 {
    left: 0% !important;
}
.share-box {
    left: 34%;
}
.about-title_i {
    width: 250px;
    height: 250px;
}
.section-about .section-main {
    padding-top: 0;
}
.section-about .about-good h2{
    font-size: 40px;
    line-height: 1;
    padding-left: 40%;
}
.section-about .about-title_i p{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    font-size: 30px;
    padding-top: 0;
    right: auto;
    width: auto;
}
.about-good {
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
/* .section-about .section-wrap{
    padding-left: 0;
} */
.section-about .section-black{
    padding-top: 0;
}
.section-about .about-size__left {
    width: 240px;
    padding-left: 0;
    margin: 0;
}
.section-about .about-size.about-size_2 {
    padding-bottom: 50px;
}
.about-size__right>.text p{
    font-size: 16px;
}
.section-about .about-size.black {
    padding-bottom: 20px;
    padding-top: 20px;
}
.section-about .about-size__right {
    padding-left: 20px;
    padding-top: 0;
}
.section-about .about-size__right .numbers ul li:first-child {
    margin-left: 0;
}
.callback{
    /* padding: 20px; */
    margin-bottom: 0;
}
/* .callback .section-wrap{
    padding-right: 0;
    padding-top: 0;
} */
.section-wrap .inaction-links.inaction-links_about {
    padding: 20px;
}
.sub-page .sections-wrap {
    padding-top: 150px;
    padding-bottom: 40px;
}
.footer .footer-wrap {
    padding: 20px 20px 20px 20px;
}
.reachus .about-size__right {
    padding-left: 0;
}
}


@media(max-width:767px){
    .reachus .about-size {
    width: 100%;
}
    .section-about .section-wrap {
    padding: 50px 20px;
}
    .section-wrap.project-wrap {
    width: calc(100% - 10px);
}
    .project-wrap .about-size__right .numbers ul.numbers_new_section {
    flex-wrap: wrap;
    gap: 0 10px;
}
   .about-size__right .numbers ul.numbers_new_section li {
    width: 40%;
    margin-bottom: 20px;
}
     .product-list-1 .item.small {
    width: 50%;
    padding: 0 0 50%;
}
    .cleaning-maitance {
    padding: 0;
}
 .btn-menu_i {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 0;
}
.btn-menu_i::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border-radius: 8px;
}
.btn-menu.btn-menu_touch {
    left: 50%;
    margin-left: 0;
    display: block;
    width: 80px;
    height: 80px;
            transform: translateX(-50%);
}
.btn-menu>span{
    display: none;
}
/* .btn-menu_i::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
} */
.btn-menu_i img {
    width: 70px !important;
    z-index: 99;
    position: relative;
}
    .content-wrap {
    padding: 0 20px 40px;
}
    .callback p{
        font-size: 16px;
    }
    .callback-client_box{
        margin-top: 20px;
    }
    .link-box-1.luster_box {
    float: none;
}
    .luster_box .text {
    right: 0!important;
    left: 0!important;
    transform: none !important;
    float: none !important;
}
    .about-link_i .text strong{
        font-size: 20px;
    }
    .cleaning-maitance.right_Section .about-link_i .text{
        margin-right: 0;
    }
    .cleaning-maitance.right_Section{
        flex-direction: column-reverse;
            margin: 50px 0;
    }
    .section-wrap.project-wrap{
        padding-bottom: 40px;
    }
    .cleaning-maitance .about-link_i {
    margin-left: 0;
   
}
.cleaning-maitance .about-link_i .text{
    margin: 0;
     border: 2px solid #fff;
     padding: 30px 20px 30px 20px;
}
    .cleaning-maitance{
        flex-direction: column;
    }
    .about-size__right {
    padding-top: 0px;
}
    .project-wrap .numbers ul li .count-num {
    padding-bottom: 40px;
}
    .project-wrap .about-size__right .numbers ul li{
        text-align: left;
    }
    .sections-wrap section{
        height: auto !important;
    }
    .closest-events {
    left: 20px;
    top: 0;
    position: absolute;
    width: 240px;
        height: 240px;
}
.work-type{
    float: right;
    padding-bottom: 100px;
}
.link-box-1 {
    padding: 0 20px 20px;
}
.link-box-1 .text {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
    transform: none;
}
.link-box-1 .text p {
    font-size: 30px;
    text-align: left;
}
.closest-events_i{
    margin: auto;
}
.numbers ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 22px;
}
.project-wrap .about-size__right .numbers ul{
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
}
.about-size__right .numbers ul li{
    width: 24%;
    margin-bottom: 20px;
}
.about-size__right {
    padding-left: 0;
    width: 100% !important;
}
.closest-events.white {
    margin-top: 10px;
    padding-bottom: 40px;
    width: 100% !important;
    position: relative;
    left: 0;
}
.about-size__right .project-desc{
    padding-bottom: 20px;
}
.project-desc p{
    padding-bottom: 10px;
}
/* .numbers:first-child ul{
    margin-top: 0 !important;
} */
.numbers:nth-child(2) ul{
    margin-top: 10px !important;
}
.about-link_i .text{margin-bottom: 30px; margin-top: 30px;}
.idea-links .text .title{padding-bottom: 20px;}
.idea-links .text p {
    font-size: 30px;
    padding-bottom: 0;
}
.idea-links .text {
    padding-top: 20px;
    padding-bottom: 0px;
}
.inaction-links.inaction-links_home h2{
    text-align: left;
}
.inaction-links.inaction-links_home h2 br{
    display: none;
}
.share-box {
    display: flex;
    width: 145px;
    margin: 0 auto 15px;
    position: relative;
    left: 0;
    top: 0;
}
.address, .email, .phone{
    padding-bottom: 10px;
}
.copy{
    padding: 10px 0;
}
.footer__title{
    padding-bottom: 20px;
}
.footer_i {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}
.footer__subtitle{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
            flex-wrap: wrap;
        row-gap: 30px;
}
.copyright {
    padding: 10px 0 0;
    text-align: center;
    font-size: 16px;
}
.social_list{
    margin-top: 20px;
}
.footer__title br{
        display:none
    }
.footer_list{
    margin-bottom: 30px;
}
.link-box-1>a{
    transform: none !important;
}
/* .about-size__right .numbers{
    padding: 20px;
} */
.section-about .about-size__left{
    float: left;
}
.section-about .about-title_i p{
    font-size: 25px;
    margin: 0;
    line-height: 1;
}
.section-about .about-title_i p br{
    display: none;
}
.about-title_i {
    width: 200px;
    height: 200px;
    margin: 0;
}
.section-about .about-good h2 {
    font-size: 30px;
    line-height: 1;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
}
.section-about .about-good {
    padding: 20px;
}
.section-about .about-size__left {
    float: none;
    margin: auto;
    width: 100% !important;
}
.section-about .about-size__right{
    padding-left: 0;
}
.section-about .about-size.about-size_2 {
    padding-bottom: 10px;
}
.detect-inview{
    margin: auto;
}
.section-about .about-title{
    padding-bottom: 15px;
}
.section-about .logo-list.logo-list-awards {
    padding: 0 20px 20px;
}
.section-about .logo-list.logo-list-partners {
    padding: 0 20px 20px;
}
.callback p{
    padding-top: 0;
    padding-bottom: 15px;
}
.inaction-links h2{
    text-align: left;
}
.inaction-links h2 br{
    display: none;
}
.inaction-links ul li{
    padding: 10px;
}
.inaction-links ul li a{
    height: auto;
    line-height: normal;
}
.product-list .item, .product-list .item.small{
    width: 50%;
    padding: 0 0 50%;
}
.section-title .title{
    display: block;
        padding-bottom: 30px;
        font-size: 16px;
        white-space: normal;
}
.section-title{
    padding-top: 20px;
}
.product-title{
    padding: 15px 0;
}
.product-title .title{
    padding-bottom: 0;
}
.product-descr{
    margin-top: 0 !important;
}
.reachus .about-title{
    padding-bottom: 0;
}
.reachus .about-size__right .work-type {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    padding: 0 0 40px 0;
}
.reachus .about-size__right{
    padding-left: 0;
}
.logo-list table tr td img {
    object-fit: cover;
    max-height: initial;
    height: auto;
    width: 100%;
}
.OurEsteemed_logos .logo-list.logo-list-awards table tr td {
    height: auto;
    width: 50%;
    padding: 0;
}
.project-desc p a{
    font-size: 12px !important;
}
.product-carousel {
    padding-bottom: 20px;
}
.slider-image {
    height: 350px;
}
.slider-image::after {
    height: 350px;
}
.callback-client_box {
    margin-top: 10px;
    gap: 30px;
    flex-wrap: wrap;
}
.callback-client_list{
    width: auto;
}
}

@media(max-width:575px){
    .section-wrap.project-wrap{padding: 0 12px;}
    .project-wrap .about-size__right .numbers ul.numbers_new_section {
    flex-wrap: wrap;
    gap: 15px 16px;
    margin-bottom: 16px;margin-top: 16px;
}
.project-wrap .about-size__right .numbers ul.numbers_new_section li {
    width: calc(100% - 40px);
}
    .project-wrap .about-size__right .numbers ul {
    flex-wrap: wrap;
    gap: 15px 0;
}
    .section-about .section-wrap {
    padding: 30px 20px;
}
.callback{
    padding-bottom: 0;
}
    /* .section-wrap.clearfix{
        padding: 20px;
    } */
.project-wrap .about-size__right .numbers ul li {
    text-align: left;
    width: calc(100% - 40px);
    margin-bottom: 0;
}

.client_cols > a img {
    max-width: 100%;
    max-height: 64px;
    width: auto !important;
    min-width: 130px;
}

    .closest-events {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
            padding-bottom: 0;
}
.work-type {
    float: none;
    padding-bottom: 10px;
    width: auto;
}
.link-box-1 .text p{
    font-size: 25px;
}
.link-box-1{
    margin-top: 10px;
}
.section-main .section-wrap {
    padding-bottom: 10px;
}
.about-link_i .img {
    margin-bottom: 0;
}
.numbers ul{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-size__right .numbers ul li{
    width: 100%;
}
.section-main {
    padding-top: 20px;
}

}

@media(max-width:480px){
       .product-list-1 .item.small {
    width: 100%;
            padding: 0 0 50%;
}
    .section-about .logo-list.logo-list-awards {
    padding: 0;
}
    .slider-image {
    height: 250px;
}
.slider-image::after {
    height: 250px;
}
.logo-list.logo-list-awards table tr td{
    margin: auto;
    width: 100%;
}
.logo-list.logo-list-awards .icon-block{
    margin: auto;
}
.product-list .item, .product-list .item.small{
    width: 100%;
    padding: 0 0 50%;
}
.mission_client .product-list{
    padding-bottom: 0;
}


    .product-list .client_cols {
        width: 50% !important;
        padding: 36px 20px !important;
    }


}