.slider-banner {
    width: 100%;
    max-width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crousel-inner-content {
    width: 70%;
    margin: auto;
    text-align: center;
}

.crousel-inner-content h2,
.crousel-inner-content .h2 {
    margin: 0;
    font-size: 47px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.7;
}

.crousel-inner-content p {
    margin: 0;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 25px 0;
}

.crousel-inner-content .btn-wrap-cstm a {
    text-decoration: none;
    color: #fff;
    background-color: var(--theme);
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    border-bottom: 4px inset #1d466a;
    display: inline-block;
}

.crousel-inner-content .btn-wrap-cstm a:hover {
    border-bottom: 4px inset #fff;
    background-color: #1d466a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}


#banner .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 100%;
    right: 0;
}

#banner .owl-nav [class*=owl-] {
    margin: 0;
    position: absolute;
    background-color: rgb(0 0 0 / .7);
    width: 64px;
    height: 64px;
    border-radius: 0;
    opacity: 1;
}

#banner .owl-nav .owl-prev {
    left: 0;
}

#banner .owl-nav .owl-next {
    right: 0;
}

#banner .owl-nav button span {
    display: none;
}

#banner .owl-nav [class*=owl-]:after {
    font-family: fontawesome;
    display: inline-block;
    color: var(--theme);
    font-size: 36px;
}

#banner .owl-nav .owl-prev::after {
    content: "\f104";
    padding-right: 0;
}

#banner .owl-nav .owl-next::after {
    content: "\f105";
    padding-left: 0;
}

#banner .owl-nav [class*=owl-]:hover {
    background-color: rgb(255 255 255);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 10px auto 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    height: 3px;
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    margin-right: 10px
}

.owl-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #f3f3f3;
    border-radius: 0;
    margin-right: 10px;
    opacity: .5
}

.about-section {
    background-color: #f3f3f3;
    padding: 50px 0;
    font-family: var(--font-karla);
}

.about-section-content span {
    font-size: 16px;
    text-transform: uppercase;
    color: #1d466a;
    font-weight: 700;
}

.about-section-content h2 {
    margin: 10px 0;
}

.about-section-content p {
    font-size: 18px;
    margin: 20px auto;
    font-family: var(--font-noto);
}

.service_sec {
    background-color: #f3f3f3;
    padding: 50px 0;
}

.service_sec .inner-content {
    background-size: cover;
    background-position: center;
    height: 350px;
    text-align: left;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.service_sec .inner-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#fff0 15%, rgb(0 0 0 / .8) 80%);
    opacity: 1
}

.service_sec .inner-content .end-inner-content {
    color: #fff;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    top: 50%;
    transition: .5s ease
}

.service_sec .inner-content:hover .end-inner-content {
    top: 0;
}

.service_sec .inner-content .end-inner-content h3 {
    font-size: 22px;
    font-weight: 100;
    font-family: var(--font-karla);
    padding-bottom: 10px;
    line-height: 1.2
}

.service_sec .inner-content .hidden-content p {
    font-size: 13px;
    margin-top: 30px;
    min-height: 110px;
    margin-bottom: 0;
}

.industries_sec {
    background-color: #f4f3f2;
}

.industries_sec .section-featured-img {
    height: 500px;
    background-image: url(../images/agility-truck-gil-new.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.industries_sec .section-featured-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, .5) 70%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, .5) 70%);
    background-image: linear-gradient(rgba(0, 0, 0, .8) 15%, rgba(0, 0, 0, .5) 40%);
    opacity: 0.7;
}

.industries_sec .content {
    max-width: 85%;
    margin: -200px auto 0;
    background-color: #fff;
    padding: 50px 20px 20px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.sub-title-cstm {
    text-align: center;
    margin-bottom: 30px;
}

.sub-title-cstm h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 1.7;
}

.industry_Iconwrap {
    margin: 60px 0 0px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    text-align: center;
}

.industry_Iconwrap .icon {
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 24px;
    transition: 0.3s;
}

.industry_Iconwrap h3 {
    font-family: var(--font-karla);
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
}

.industry_Iconwrap .icon:hover h3 {
    color: var(--theme);
}

.industries_sec .statistics-number {
    padding: 40px 0;
}

.counter_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.counter-col {
    text-align: center;
    background-color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-col img {
    margin-right: 10px;
}

.counter-col span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}

.sustainability_sec {
    padding: 60px 0;
}

.sustainability_sec .resource-slider-inset {
    background-size: cover;
    background-position: center;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.sustainability_sec .resource-slider-inset:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, .5) 70%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .8) 80%);
    opacity: 1;
}

.sustainability_sec .resource-slider-inset .inner-content {
    z-index: 2;
    color: #fff;
    position: absolute;
    top: 70%;
    transition: .5s ease;
    padding: 20px;
}

.sustainability_sec .resource-slider-inset:hover .inner-content {
    top: 20%;
    transition: .5s ease;
}

.sustainability_sec .resource-slider-inset .inner-content h3 {
    font-size: 20px;
    font-weight: 100;
    font-family: var(--font-karla);
    padding-bottom: 10px;
    line-height: 1.2;
}

.sustainability_sec .resource-slider-inset .end-inner-content .hidden-content {
    margin-top: 50px;
}

#resource-slider .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 100%;
    right: 0;
}

#resource-slider .owl-nav [class*=owl-] {
    margin: 0;
    position: absolute;
    width: 30px;
    border-radius: 0;
    opacity: 1;
}

#resource-slider .owl-nav .owl-prev {
    left: -45px;
}

#resource-slider .owl-nav .owl-next {
    right: -45px;
}

#resource-slider .owl-nav button span,
#resource-slider .owl-nav [class*=owl-].disabled {
    display: none;
}

#resource-slider .owl-nav [class*=owl-]:after {
    font-family: fontawesome;
    display: inline-block;
    color: var(--theme);
    font-size: 36px;
}

#resource-slider .owl-nav .owl-prev::after {
    content: "\f104";
    padding-right: 0;
}

#resource-slider .owl-nav .owl-next::after {
    content: "\f105";
    padding-left: 0;
}

.team_sec {
    background-color: #f4f3f2;
    padding: 60px 0;
    text-align: center;
}

.sustainability-col {
    padding: 15px;
}

.team-content-cstm h3 {
    font-size: 20px;
    margin: 10px 0 5px;
    color: var(--theme);
    font-weight: bold;
    line-height: 1.7;
}

.team-content-cstm span {
    font-weight: 600;
    font-size: 16px;
}

.team-content-cstm p {
    margin: 10px 0;
    font-size: 14px;
    padding: 0 30px;
}

.client_sec {
    padding: 60px 0;
}

.client-img {
    border: 1px solid #333;
}

@media(max-width:1200px)and (min-width:767px) {
    .service_sec .inner-content .end-inner-content h3 {
        font-size: 18px;
    }

    .service_sec .inner-content .hidden-content p {
        min-height: 150px;
    }

    .service_sec .inner-content .end-inner-content {
        top: 65%;
    }

    .industry_Iconwrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .counter_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width:991px) {

    .about-section .container,
    .process_sec .container {
        width: 80%;
        max-width: unset;
    }
}

@media(max-width:991px) {
    #banner .owl-nav [class*=owl-] {
        width: 44px;
    }

    .crousel-inner-content h2,
    .crousel-inner-content .h2 {
        margin: 0;
        font-size: 20px;
    }

    .crousel-inner-content p {
        font-size: 12px;
    }

    .crousel-inner-content {
        width: 80%;
    }

    .btn-wrap-cstm {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .crousel-inner-content .btn-wrap-cstm a {
        padding: 10px 18px;
        font-size: 14px;
    }

    .industries_sec .section-featured-img {
        display: none;
    }

    .industries_sec .content {
        margin: 0 auto;
        padding: 80px 20px;
        max-width: 95%;
    }
}

@media(max-width:767px) {
    .crousel-inner-content .btn-wrap-cstm a {
        width: 100%;
    }

    .about-section-content p {
        font-size: 14px;
    }

    .service_sec .inner-content {
        margin-bottom: 30px;
    }

    .service_sec .inner-content .end-inner-content {
        top: 0;
    }

    .industry_Iconwrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .sustainability_sec .owl-carousel {
        display: block;
    }

    .sustainability_sec .resource-slider-inset {
        height: 300px;
        margin-bottom: 20px;
    }

    .sustainability_sec .resource-slider-inset:before {
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 60%);
        background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 60%);
    }

    .sustainability_sec .resource-slider-inset .inner-content {
        top: unset;
        bottom: 0;
    }

    .sustainability_sec .resource-slider-inset .inner-content h3 {
        padding: 0;
    }

    .sustainability_sec .resource-slider-inset .end-inner-content .hidden-content {
        margin: 0;
    }
}