@media (max-width: 1199px) {
    .img-box4 .img1 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    .hero-style9 .hero-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
        max-width: 669px;
        display: none;
    }

    .service-list_text {
        display: block;
    }

    .service-list_title {
        display: block;
    }

    .service-list_title {
        font-size: 12px !important;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--title-color);
        margin-bottom: 0;
        -webkit-transition: 0.4sease-in-out;
        transition: 0.4sease-in-out;
    }

    .hero-9 .hero-img {
        position: absolute;
        top: 140px;
        right: 0;
        z-index: 2;
        max-width: 74% !important; 
        height: 100%;
    }

    .hero-9 .hero-img::before {  
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(left, #4a4a4a -7.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 93.18%) !important;
        background: linear-gradient(90deg, #4a4a4a -7.56%, rgba(74, 74, 74, 0.920498) 11.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 93.18%) !important;
        z-index: 1;
    }

}
 
.advantage-list_wrapper .checklist {
    max-width: 300px;
}

.advantage-img {
    max-width: 130px;
    border-radius: 0px 0px 50px 0px;
}

.hero-9 .hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, #4a4a4a 1.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 77.18%);
  background: linear-gradient(90deg, #4a4a4a 1.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 77.18%);
  z-index: 1;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 13px !important; 
    font-weight: 400;
}

.checklist li {
  color: var(--light-color);
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}

.advantage-text {
    color: var(--light-color);
    margin-bottom: 20px;
}

.info-card.style5 .info-card_text {
    font-size: 14px;
    color: var(--light-color);
}

.bg-title {
    background-color: #4a4a4a !important;
}

.header-layout9 .sticky-wrapper.sticky {
    background-color: #353535 !important;
}

.header-layout9 .logo-bg:before {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    height: 570px;
    width: 100%;
    background-color: #353535 !important;
    -webkit-clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    z-index: -1;
}

.header-layout9 .sticky-wrapper {
    position: relative;
    background-color: #353535;
    z-index: 6;
}

.header-layout9 .logo-bg:after {
    content: '';
    position: absolute;
    top: -30%;
    left: 0;
    height: 160px;
    width: 92%;
    background-color: rgb(0 0 0 / 6%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    z-index: -1;
}

.counter-item {
    position: relative;
    border-radius: 50%;
    background-color: #353535;
    text-align: center;
    padding: 40px 30px;
}

.newsletter-form input {
    background-color: transparent;
    border: 1px solid #8a8a8a;
}


.service-card.style2 .service-card_text:hover {
    margin-bottom: 28px;
    color: #e2e2e2;
}

.footer-layout9 .copyright-wrap {
    position: relative;
    z-index: 2;
    background-color: #262626;
}

hr.style1 { 
    margin: 0;
    border: 1px solid #5e5c5c;
}

.footer-layout9 .footer-info {
    margin-bottom: 28px;
    color: #a39f9f;
}
