* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #FFF;
}

header .site-branding {
    padding: 25px 0;
}

header .site-branding .logo {
    display: block;
}

header .site-branding .logo img {
    height: 70px;
}

header .phone-wrapper {
    gap: 15px;
    align-items: center;
}

header .phone-wrapper .phone-number {
    color: var(--Orange, #FF8604);
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

header .response-wrapper {
    text-decoration: none;
    background: #140A80;
    display: flex;
    flex-direction: column;
    padding: 24px 8px 24px 19px;
}

header .navigation {
    gap: 41px;
}

header .navigation span.big {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 1.7px;
}

header .navigation span.mid {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

header .navigation span.small {
    color: var(--Light-blue, #077CE6);
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 3.3px;
}

@media screen and (max-width:991.9px) {
    header .site-branding .logo img {
        height: 45px;
    }

    header .container {
        padding-right: 0;
    }

    header .navigation {
        gap: 11px;
    }

    header .navigation span.big {
        font-size: 24px;
        line-height: 20px;
        letter-spacing: 1.2px;
    }

    header .navigation span.mid {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }

    header .navigation span.small {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2.475px;
    }

    header .response-wrapper {
        padding: 21px 15px 15px;
    }
}


/* hero */
.hero {
    background-image: url('../img/webp/group-57.webp');
    /* background-image: url('../img/Group\ 57.jpg'); */
    min-height: 639px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 119px;
}

.hero h1 {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.hero p {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    max-width: 350px;
    margin-bottom: 35px;
}

.hero .call-btn {
    padding: 10px;
    background: var(--Orange, #FF8604);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    min-width: 250px;
}

.hero .call-btn span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

@media screen and (min-width:992px) and (max-width:1199.9px) {
    .hero {
        background-position: top right -200px;
    }
}

@media screen and (max-width:575.9px) {
    .hero h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .hero {
        min-height: 666px;
        padding: 41px 0 29px;
        /* background-image: url('../img/Group\ 58.jpg'); */
        background-image: url('../img/webp/group-58.webp');
    }

    .hero .v7-column {
        min-height: 666px;
        padding-right: 46px;
    }
}

/* cta */

.cta {
    padding: 55px 0;
    background: var(--Dark-blue, #140A80);
}

.cta p {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    /* 150% */
    text-transform: capitalize;
    margin-bottom: 0;
}

.cta .call-btn {
    padding: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    min-width: 250px;
    border: 2px solid var(--Orange, #FF8604);
}

.cta .call-btn span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.8px;
}

@media screen and (max-width:575.9px) {
    .cta {
        padding: 50px 0;
    }

    .cta p {
        padding: 0 18px 20px;
    }

    .cta .call-btn {
        width: 100%;
    }
}

/* widespread */

.widespread .content-col {
    padding: 63px 0 56px 74px;
}

.widespread .content-col h3 {
    color: var(--Dark-blue, #140A80);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
    margin-bottom: 27px;
}

.widespread .content-col h4 {
    color: #817AD0;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.widespread .content-col ul {
    padding-left: 0;
}

.widespread .content-col ul li {
    color: var(--Dark-blue, #140A80);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
    list-style: none;

}

.widespread .w-md-50 {
    width: 50%;
}

.widespread .back-image {
    /* background-image: url('../img/image 14.jpg'); */
    background-image: url('../img/webp/image-14.webp');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 276px;
}

.widespread .bull-end {
    display: none;
}

.widespread .bull-start,
.widespread .bull-end {
    vertical-align: middle;
}

@media screen and (max-width:991.9px) {
    .widespread .w-md-50 {
        width: 100%;
    }

    .widespread .bull-end {
        display: inline-block;
    }
}

@media screen and (max-width:767.9px) {
    .widespread .content-col {
        padding: 30px;
    }

    .widespread h3 {
        color: var(--Dark-blue, #140A80);
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 24px;
    }

    .widespread .content-col h4,
    .widespread .content-col ul li {
        text-align: center;
    }

    .widespread .map-col {
        height: 100%;
    }
}

/* partners */
.partners {
    padding: 51px 0 42px;
    background-color: #F6F6F6;
}

.partners .partners-carousel .item div {
    flex-basis: calc((100% / 3) - 17.25px);
    background-color: #fff;
    padding: 28px;
}

.partners .partners-carousel .item {
    gap: 25px;
}

.partners h3 {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.partners ul li {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    list-style-position: inside;
}

.partners ul {
    padding-left: 0;
}

.partners .partners-carousel .owl-nav:not(.disabled) {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.partners .partners-carousel .owl-nav button {
    width: 18px;
    height: 18px;
    /* background-image: url(../img/arrow.png); */
    background-image: url('../img/webp/arrow.webp');

    background-repeat: no-repeat;
    background-position: center;
}

.partners .partners-carousel .owl-nav .owl-next.disabled {
    background-image: url('../img/webp/disabled-arrow.webp');
    /* background-image: url(../img/disabled-arrow.png); */
    transform: rotate(-180deg);
}

.partners .partners-carousel .owl-nav .owl-prev.disabled {
    background-image: url('../img/webp/disabled-arrow.webp');
    /* background-image: url(../img/disabled-arrow.png); */
}

.partners .partners-carousel .owl-nav .owl-prev:not(.disabled) {
    /* background-image: url(../img/arrow.png); */
    background-image: url('../img/webp/arrow.webp');
    transform: rotate(-180deg);
}

.partners .partners-carousel .owl-nav button span {
    display: none;
}

.partners .partners-carousel-mobile {
    display: none;
}

.partners .partners-carousel {
    display: block;
}

.partners .content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:767.9px) {
    .partners h3 {
        color: var(--Logo-font, #0F202D);
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .partners li {
        text-align: center;
    }

    .partners .partners-carousel-mobile {
        display: block;
        margin-top: 40px;
    }

    .partners .partners-carousel {
        display: none;
    }

    .partners .container {
        padding: 0;
    }

    .partners .container .row {
        margin: 0;
    }

    .partners .container .row .col-md-8 {
        padding: 0;
    }

    .partners .partners-carousel-mobile .item {
        padding: 28px 41px;
        background-color: #FFF;
    }

    .partners .partners-carousel-mobile .owl-dots {
        display: flex;
        justify-content: center;
        gap: 31px;
        margin-top: 44px;
    }

    .partners .partners-carousel-mobile .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: #D9D9D9;
        border-radius: 50%;
    }

    .partners .partners-carousel-mobile .owl-dots .owl-dot.active {
        background-color: #140A80;
    }

}

/* services */
.services {
    padding: 66px 0 81px;
}

.services h3 {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 47px;
}

.services .items-wrapper {
    row-gap: 14px;
    column-gap: 14px;
    padding: 0 157px;
}

.services .item {
    background-color: #F6F5FA;
    padding: 27px 17px;
    flex-basis: calc(20% - 14px);
    min-height: 239px;
}

.services .item span {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

@media screen and (max-width:1199.9px) {
    .services .items-wrapper {
        padding: 0;
    }
}

@media screen and (max-width:991.9px) {
    .services .item {
        flex-basis: calc(30% - 14px);
        min-height: unset;
    }
}

@media screen and (max-width:767.9px) {
    .services .item {
        flex-basis: 100%;
        justify-content: start !important;
        gap: 28px;
    }

    .services .item span {
        margin: 0;
        text-align: start;
    }
}

/* why choose */
.why-choose {
    background-color: #077CE6;
    padding: 77px 0 61px;
}

.why-choose h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.why-choose .choose-wrapper {
    margin-top: 69px;
}

.why-choose .choose-wrapper .item span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 21px;
}

@media screen and (max-width:991.9px) {
    .why-choose .choose-wrapper {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .why-choose .choose-wrapper .item {
        flex-basis: 50%;
    }
}

@media screen and (max-width:767.9px) {
    .why-choose {
        padding: 52px 0;
    }

    .why-choose h3 {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 37px;
    }

    .why-choose .choose-carousel .item img {
        width: 156px;
    }

    .why-choose .choose-carousel .item span {
        color: #FFF;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-top: 10px;
        max-width: 233px;
    }

    .why-choose .choose-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 31px;
        margin-top: 44px;
    }

    .why-choose .choose-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: #D9D9D9;
        border-radius: 50%;
    }

    .why-choose .choose-carousel .owl-dots .owl-dot.active {
        background-color: #140A80;
    }
}

/* cta 2 */

.cta-2 {
    padding: 55px 0;
    background: var(--Dark-blue, #140A80);
}

.cta-2 p {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    /* 150% */
    text-transform: capitalize;
    margin-bottom: 0;
}

.cta-2 .call-btn {
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    min-width: 257px;
    border: 1px solid var(--Light-blue, #077CE6);
    background: var(--Orange, #FF8604);
}

.cta-2 .call-btn span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.8px;
}

@media screen and (max-width:575.9px) {
    .cta-2 {
        padding: 50px 0;
    }

    .cta-2 p {
        color: #FFF;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .cta-2 .call-btn {
        width: 100%;
        border: 0;
    }
}

/* certificates */
.certificates {
    padding: 63px 0 108px;
}

.certificates h3 {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.certificates .certificates-wrapper {
    gap: 34px;
}

@media screen and (max-width:767.9px) {
    .certificates {
        padding: 36px 0 47px;
    }

    .certificates .certificates-wrapper {
        gap: 20px;
    }
}

@media screen and (max-width:575.9px) {
    .certificates .certificates-wrapper .item img {
        width: 166px;
    }
}

/* testimonials */
.testimonials {
    padding: 66px 112px 25px;
    background-color: #F6F6F6;
}

.testimonials h3 {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 57px;
}

.testimonials .testimonial-carousel .item {
    background-color: #FFF;
    padding: 32px 15px 21px;
    text-align: center;
    height: 278px;
    justify-content: space-between;
}

.testimonials .testimonial-carousel .item .avatar {
    margin: 0 auto;
    display: inline-block;
    margin-top: 16px;
}

.testimonials .testimonial-carousel .item .avatar img {
    height: 40px;
    width: auto;
}

.testimonials .testimonial-carousel .item .stars-wrapper {
    justify-content: center;
    margin-bottom: 18px;
}

.testimonials .testimonial-carousel .item p {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    max-width: 288px;
    margin: 0 auto;
}

.testimonials .testimonial-carousel .item .user-name {
    color: var(--Logo-font, #0F202D);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    text-transform: capitalize;
    margin-bottom: 5px;
}

.testimonials .testimonial-carousel .item .user-location {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-transform: capitalize;
}

.testimonials .testimonial-carousel .item .bottom {
    border-top: 1px solid #077CE6;
    padding-top: 24px;
}

.testimonials .testimonial-carousel .owl-nav:not(.disabled) {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.testimonials .testimonial-carousel .owl-nav button {
    width: 18px;
    height: 18px;
    /* background-image: url(../img/arrow.png); */
    background-image: url('../img/webp/arrow.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials .testimonial-carousel .owl-nav .owl-next.disabled {
    /* background-image: url(../img/disabled-arrow.png); */
    background-image: url('../img/webp/disabled-arrow.webp');
    transform: rotate(-180deg);
}

.testimonials .testimonial-carousel .owl-nav .owl-prev.disabled {
    /* background-image: url(../img/disabled-arrow.png); */
    background-image: url('../img/webp/disabled-arrow.webp');
}

.testimonials .testimonial-carousel .owl-nav .owl-prev:not(.disabled) {
    /* background-image: url(../img/arrow.png); */
    background-image: url('../img/webp/arrow.webp');
    transform: rotate(-180deg);
}

.testimonials .testimonial-carousel .owl-nav button span {
    display: none;
}

.testimonials .testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 31px;
    margin-top: 44px;
}

.testimonials .testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.testimonials .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #140A80;
}

@media screen and (max-width:767.9px) {
    .testimonials {
        padding: 66px 0 26px;
    }

    .testimonials h3 {
        max-width: 298px;
        margin: 0 auto 55px;
    }
}

/* faq */
.faq {
    padding: 78px 0 89px;
}

.faq h3 {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
}

.faq .accordion-item {
    border: 0;
    border-radius: 0;
    margin-bottom: 13px;
}

.faq .accordion-button {
    box-shadow: none;
    background: rgba(7, 124, 230, 0.20);
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.faq .accordion-button::after {
    /* background-image: url('../img/accordion.png') !important; */
    background-image: url('../img/webp/accordion.webp') !important;
}

.faq .accordion-body {
    color: var(--Logo-font, #0F202D);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* footer */
.foot-section {
    background-color: #140A80;
    padding: 65px 0 62px;
    text-align: center;
}

.foot-section h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 28px;
}

.foot-section h4 {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 20px;
}

.foot-section p {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.foot-section h4 span {
    font-weight: 900;
    text-transform: uppercase;
}

.foot-section .blue-text {
    color: #077CE6;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
}

.foot-section .call-btn {
    color: white;
    padding: 10px;
    background: var(--Orange, #FF8604);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    min-width: 250px;
}

.foot .call-btn span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

@media screen and (max-width:767.9px) {
    .foot-section {
        background-color: #140A80;
        padding: 45px 0 71px;
    }

    .foot-section h3 {
        font-size: 35px;
        line-height: 30px;
    }

    .foot-section h4 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .foot-section p {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }

    .foot-section .call-btn {
        margin-top: 30px;
    }

    .foot-section h4.inspection {
        max-width: 270px;
        margin: 0 auto;
    }
}

.copyright {
    background-color: #0F202D;
    padding: 18px 0 16px;
}

.copyright .links a {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-decoration-line: underline;
}

.copyright .links {
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.copyright .copy-text {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


/*fixed footer mobile button*/
@media screen and (max-width:767.9px) {
    .copyright {
        padding-bottom: 50px;
    }

    .mobile-sticky-block {
        background-color: var(--Orange, #FF8604);
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #FFF;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px;
        gap: 10px;
    }
}