.inner-banner {
    min-height: 54vh;
    background-image: url(../images/over-ons-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        padding-top: 50px;
    clip-path: polygon(100% 0, 100% 77%, 86% 100%, 0 100%, 0 0);
}

.inner_banner_content strong.line-text {
    justify-content: center;
    margin-bottom: 20px;
}

.inner_banner_content h1 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
	    font-weight: 600;
}

.our-teams {
    padding: 100px 0 140px;
}

.teams-inner .row {
    gap: 16px;
}

.teams-inner .row .col-6 {
    width: calc(50% - 16px);
    display: flex;
    align-items: center;
}

.teams-inner .row .col-3 {
    width: calc(25% - 16px);
}

.team-box {
    position: relative;
    overflow: hidden;
}

.team-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-box img {
    width: 100%;
    transition: 300ms all;
}

.team-box a:hover img {
    transform: scale(1.1);
}

.team-box span {
    position: absolute;
    bottom: 0px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    right: -1px;
    text-align: right;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #E6A324;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

.teams-content h2 {
    font-size: 50px;
    color: #181E29;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    max-width: 400px;
    margin: 20px 0 20px;
}

.teams-content p {
    font-size: 18px;
    color: #000000;
    max-width: 610px;
}

.about-section.about-section-two.about-over-ons {
    margin-top: 0px;
    background: #181E29;
    clip-path: polygon(0% 0%, 100% 16%, 100% 100%, 0 100%);
    padding-top: 200px;
    padding-bottom: 100px;
}

.about-section.about-over-ons:before {
    width: 500px;
    height: 300px;
}

.client-testimonials {
    background: #EBEBEB;
    padding: 100px 0px 280px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
}

.testimonials-head {
    max-width: 845px;
    margin-bottom: 60px;
}

.testimonials-head h2 {
    font-size: 50px;
    color: #181E29;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.testimonials-head p {
    font-size: 18px;
    color: #181E29;
    margin-top: 10px;
}

.testimonals-slider-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonials-slider-inner {
    background: #181E29;
    clip-path: polygon(88% 0%, 100% 18%, 100% 100%, 0 100%, 0 0);
}

.testimonals-slider-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonals-slider-box .testimonials-content {
    width: 60%;
    padding: 0 100px;
}

.testimonals-slider-box .testimonals-image {
    width: 40%;
}

.testimonials-content h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    margin: 20px 0 15px;
}

.testimonials-content p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.client-testimonials .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.client-testimonials .owl-nav button {
    width: 52px;
    height: 49px;
    background: #E6A324 !important;
    position: relative;
    transition: 300ms all;
}

.client-testimonials .owl-nav button:before {
    content: '';
    background-image: url(../images/slider-arrrow.svg);
    width: 32px;
    height: 31px;
    position: absolute;
    filter: brightness(0) invert(1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.client-testimonials .owl-nav button.owl-prev::before {
    transform: translate(-50%, -50%) scaleX(-1);
}

.client-testimonials .owl-nav button span {
    font-size: 0;
}

.small-banner .small-banner-inner {
    display: flex;
    flex-wrap: wrap;
    background: #181e29;
    align-items: center;
}

.small-banner .small-banner-inner .small-banner-content {
    width: 70%;
    padding: 20px 60px;
}

.small-banner .small-banner-inner .small-banner-img {
    width: 30%;
    text-align: right;
}

.small-banner-img img {
    max-height: 227px;

}

.small-banner-content h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    max-width: 700px;
    line-height: 55px;
    margin-top: 10px;
}

section.small-banner {
    padding-top: 200px;
    padding-bottom: 60px;
}

@media(max-width:1599px) {
    .teams-inner .row .col-6 {
        width: calc(67.77% - 30px);
    }

    .teams-inner .row .col-3 {
        width: calc(33.333% - 16px);
    }

    .teams-content h2 {
        max-width: 680px;
    }

    .small-banner-content h3 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media(max-width:1399px) {
    .teams-inner .row .col-6 {
        width: 100%;
        margin-bottom: 40px;
    }

    .teams-content h2 {
        max-width: 100%;
    }

    .teams-content p {
        width: 100%;
    }
}

@media(max-width:1099px) {
    .inner-banner {
        min-height: 460px;
    }

    .inner_banner_content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .our-teams {
        padding: 70px 0 100px;
    }

    .teams-content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .teams-content p {
        font-size: 16px;
    }

    .teams-inner .row .col-3 {
        width: calc(50% - 8px);
    }

    .team-box span {
        font-size: 20px;
        height: 56px;
    }

    .about-section.about-section-two.about-over-ons {
        clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0 100%);
    }

    .client-testimonials {

        padding: 80px 0px 200px;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
    }

    .testimonials-head h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .testimonials-head p {
        font-size: 16px;
    }

    .testimonals-slider-box .testimonals-image {
        width: 100%;
    }

    .testimonals-slider-box .testimonials-content {
        width: 100%;
        padding: 50px 50px 90px;
    }

    .testimonials-content h2 {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        line-height: 50px;
        margin: 15px 0 15px;
    }

    .testimonials-content p {
        font-size: 16px;
    }

    .testimonals-image img {
        max-height: 470px;
        object-fit: cover;
        object-position: top;
    }

    .testimonials-slider-inner {
        clip-path: polygon(95% 0%, 100% 5%, 100% 100%, 0 100%, 0 0);
    }

    section.small-banner {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .small-banner .small-banner-inner .small-banner-content {
        width: 100%;
        padding: 30px 40px 50px;
    }

    .small-banner-content h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .small-banner .small-banner-inner .small-banner-img {
        width: 100%;
    }

    .small-banner-img img {
        max-height: max-content;
        margin-bottom: -7px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media(max-width:767px) {
    .teams-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 15px;
    }

    .team-box span {
        font-size: 18px;
        height: 50px;
    }

    .testimonials-head h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .testimonals-image img {
        max-height: 380px;
    }

    .testimonials-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .small-banner-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .small-banner .small-banner-inner .small-banner-content {
        padding-bottom: 30px;
    }
}

@media(max-width:519px) {
    .inner-banner {
        min-height: 410px;
        clip-path: polygon(100% 0, 100% 85%, 82% 100%, 0 100%, 0 0);
        padding-top: 147px;
    }

    .inner_banner_content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .inner_banner_content h1 br {
        display: none;
    }

    .inner_banner_content strong.line-text {
        margin-bottom: 0;
    }

    .teams-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 15px 0 15px;
        text-align: center;
    }

    .teams-content p {
        font-size: 14px;
        text-align: center;
    }

    .teams-inner .row .col-3 {
        width: calc(100% - 8px);
    }

    .about-section .col-6 .colum-content h2 br {
        display: none;
    }

    .testimonials-head h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .testimonials-head p {
        font-size: 14px;
        text-align: center;
    }

    .client-testimonials {
        padding: 50px 0px 130px;
        clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
    }

    .testimonals-slider-box .testimonials-content {
        width: 100%;
        padding: 30px 30px 80px;
        text-align: center;
    }

    .testimonials-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
        font-weight: 600;
    }

    .testimonials-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .client-testimonials .owl-nav button {
        width: 46px;
        height: 38px;
    }

    .client-testimonials .owl-nav button:before {
        width: 22px;
        height: 22px;
        background-size: contain;
    }

    .small-banner .small-banner-inner .small-banner-content {
        width: 100%;
        padding: 30px 30px 30px;
    }

    .small-banner-content h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-top: 0;
    }

    section.small-banner {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}