/* bannner-5 area style start */

.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.header-area.style-2 .open-offcanvas span{
    color:var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span{
    color:var(--white);
}

.banner-5.banner-area {
    position: relative;
}

@media (max-width: 575px) {
    .banner-5.banner-area {
        background-color: #f8f8f8;
    }
}

.banner-5 .banner-area-top {
    background-color: #f8f8f8;
}

.banner-5 .banner-content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .banner-5 .banner-content {
        flex-direction: column;
    }
}

.banner-5 .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 0.94;
    max-width: 700px;
}

@media only screen and (max-width: 1919px) {
    .banner-5 .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-5 .title {
        font-size: 60px;
        max-width: 531px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-5 .title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-5 .title {
        font-size: 33px;
    }
}

.banner-5 .title span {
    position: relative;
    z-index: 1;
}

.banner-5 .title span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 17%;
    background: #FFCD4C;
    bottom: 25%;
    z-index: -1;
}

.banner-5 .text-wrapper .text {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 49px;
    max-width: 430px;
}

.banner-5 .text-wrapper .text span {
    color: #005153;
}

@media only screen and (max-width: 1400px) {
    .banner-5 .text-wrapper .text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-5 .text-wrapper .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-5 .text-wrapper .text {
        font-size: 18px;
    }
}

.banner-5 .scroll-btn {
    margin-bottom: 195px;
}

@media only screen and (max-width: 1919px) {
    .banner-5 .scroll-btn {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-5 .scroll-btn {
        margin-bottom: 40px;
    }
}

.banner-5 .btn-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.banner-5 .call-text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #005153;
}

.banner-5 .wc-btn-primary {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    padding: 21px 33px;
    border-radius: 5px;
    background-color: #005153;
}

.banner-5 .text-box {
    padding: 0px 0 80px 80px;
    background-color: #f8f8f8;
    position: relative;
    padding-inline-start: 80px;
}

@media only screen and (max-width: 1199px) {
    .banner-5 .text-box {
        padding: 0 0 40px 40px;
    }
}

@media (max-width: 575px) {
    .banner-5 .text-box {
        padding: 0;
        background-color: transparent;
    }
}

.banner-5 .circle-text {
    width: 160px;
    height: 160px;
    padding: 0;
    background: transparent;
}

@media only screen and (max-width: 991px) {
    .banner-5 .circle-text {
        width: 120px;
        height: 120px;
    }
}

.banner-5 .circle-text:before {
    display: none;
}

.banner-5 .banner-inner {
    position: relative;
    z-index: 1;
    padding-top: 240px;
}

@media only screen and (max-width: 1199px) {
    .banner-5 .banner-inner {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-5 .banner-inner {
        padding-top: 150px;
    }
}

.banner-5 .polygon-1 {
    position: absolute;
    top: 137px;
    inset-inline-start: -280px;
    z-index: -1;
    width: 417px;
}

.banner-5 .polygon-2 {
    position: absolute;
    top: 461px;
    inset-inline-end: -75px;
    z-index: 1;
    width: 152px;
}

@media only screen and (max-width: 1199px) {
    .banner-5 .polygon-2 {
        margin-top: -230px;
    }
}

.banner-5 .banner-thumb {
    margin-top: -310px;
    margin-inline-start: -314px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .banner-5 .banner-thumb {
        margin-top: -390px;
    }
}

@media (max-width: 575px) {
    .banner-5 .banner-thumb {
        margin-top: 30px;
        margin-inline-start: 0;
    }
}

.banner-5 .banner-thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 69, 71, 0.1254901961);
    top: 0;
    inset-inline-start: 0;
}

.banner-5 .banner-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-area.style-8 .feature-section-top {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .feature-area.style-8 .feature-section-top {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-area.style-8 .feature-section-top {
        grid-template-columns: repeat(1, 1fr);
    }
}

.feature-area.style-8 .feature-section-top .title-top {
    color: var(--primary);
    font-size: 50px;
}

@media only screen and (max-width: 1199px) {
    .feature-area.style-8 .feature-section-top .title-top {
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-area.style-8 .feature-section-top .title-top {
        font-size: 28px;
    }
}

.feature-area.style-8 .feature-section-top .text {
    font-size: 18px;
}

.feature-area.style-8 .feature-section-top .btn-wrapperr {
    text-align: end;
}

@media only screen and (max-width: 991px) {
    .feature-area.style-8 .feature-section-top .btn-wrapperr {
        text-align: start;
    }
}

.feature-area.style-8 .feature-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .feature-area.style-8 .feature-wrapper {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.wcf_iconbox.style-8 {
    border-radius: 20px;
    background: #f6f6f6;
    padding: 45px;
}

@media only screen and (max-width: 1919px) {
    .wcf_iconbox.style-8 {
        padding: 45px 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .wcf_iconbox.style-8 {
        flex-basis: 30%;
        padding: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .wcf_iconbox.style-8 {
        flex-basis: 48%;
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .wcf_iconbox.style-8 {
        flex-basis: 100%;
    }
}

.wcf_iconbox.style-8 .thumb {
    margin-bottom: 60px;
}
.wcf_iconbox.style-8 .thumb .cf_image img {
    max-width: 75px;
}

@media only screen and (max-width: 1919px) {
    .wcf_iconbox.style-8 .thumb {
        margin-bottom: 45px;
    }
}

.wcf_iconbox.style-8 .title {
    color: #103142;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.wcf_iconbox.style-8 .text {
    margin-bottom: 35px;
    font-size: 16px;
}

.wcf_iconbox.style-8 .wc-btn-default {
    border: 1px solid rgba(16, 49, 66, 0.5);
    color: #103142;
    font-weight: 600;
}

.wcf_iconbox.style-8 .wc-btn-default:hover {
    background-color: #103142;
    color: var(--white);
}
.testimonial-section {
    background-color: #f6f6f6;
}
.testimonial-item.style-4 .quote-icon-wrap {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .wcf_iconbox.style-8 .title {    
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-item.style-4 .quote-icon-wrap {
        margin-bottom: 30px;
    }
    .wcf_iconbox.style-8 .title {
        font-size: 22px;     
    }
}

.testimonial-item.style-4 .text {
    color: var(--primary);
    font-size: 25px;
    line-height: 1.26;
    margin-bottom: 42px;
}

@media only screen and (max-width: 1400px) {
    .testimonial-item.style-4 .text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .testimonial-item.style-4 .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item.style-4 .text {
        margin-bottom: 32px;
        font-size: 18px;
    }
}

.testimonial-item.style-4 .meta-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-item.style-4 .meta-info .image-wrapper img {
    width: 100%;
    border-radius: 50px;
}

.testimonial-item.style-4 .meta {
    position: relative;
    border-left: 1px solid #E9EAEB;
    padding-left: 15px;
}

.testimonial-item.style-4 .name {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
}

.testimonial-item.style-4 .post {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
}

.testimonial-item.style-4 .feedback-category {
    display: inline-block;
    padding: 7px 12px 6px;
    border-radius: 5px;
    background: rgba(9, 21, 66, 0.05);
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 21px;
}

.testimonial-item.style-4 .clients-thumb {
    display: flex;
    margin-top: 58px;
}

@media only screen and (max-width: 991px) {
    .testimonial-item.style-4 .clients-thumb {
        margin-top: 28px;
    }
}

.testimonial-item.style-4 .client-image {
    margin-left: -20px;
}

.testimonial-item.style-4 .client-image:first-child {
    margin-left: 0;
}

.testimonial-item.style-4 .client-image img {
    width: 70px;
    height: 70px;
    border: 4px solid var(--white);
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .testimonial-item.style-4 .client-image img {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
}

.testimonial-inner.style-4 {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .testimonial-inner.style-4 {
        flex-wrap: wrap;
    }
}

.testimonial-inner.style-4 .thumb {
    margin-top: 78px;
}

.testimonial-content.style-4 {
    max-width: 60%;
}

@media only screen and (max-width: 1199px) {
    .testimonial-content.style-4 {
        max-width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-inner.style-4 .thumb {
        display: none;
    }
    .testimonial-content.style-4 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content.style-4 {
        max-width: 100%;
    }
}