/* About page start */

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas-Regular.woff2') format('woff2'),
        url('../fonts/Bebas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas-Regular.woff2') format('woff2'),
        url('../fonts/Bebas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.inner-banner-section .et_pb_text_inner h1 {
    padding-bottom: 0;
}

.who-we-are-section .who-we-are-row .who-we-are-content {
    /* padding-top: 6px; */
}

.et_pb_section.our_services_section {
    background: #0360AF;
    padding: 82px 0 79px;
    overflow: hidden;
    margin-bottom: 80px;
}

.et_pb_section.our_services_section h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    padding-bottom: 40px;
}

.et_pb_row.our_service_main_row .et_pb_column {
    display: flex;
    column-gap: 32px;
    /* flex-wrap: wrap; */
    row-gap: 32px;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image {
    margin-bottom: 10px;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a {
    display: block;
    height: 420px;
    width: 445px;

}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a span {
    display: block;
    height: 100%;
    width: 100%;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 {
    /* font-size: 30px; */
    padding-bottom: 0;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a {
    font-size: 30px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Bebas';
    position: relative;
    padding-left: 22px;
    transition: all ease 0.6s;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 28px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.554' height='29.554' viewBox='0 0 29.554 29.554'%3E%3Cg id='g1309' transform='translate(818.505 1359.883)'%3E%3Cg id='g1315' transform='translate(-817.505 -1358.883)'%3E%3Cpath id='path1317' d='M-798.007-1345.106h-11.481m6.889,4.592,4.592-4.592-4.592-4.592m10.108-7.133.489.489a7.005,7.005,0,0,1,2.052,4.953v12.566A7.005,7.005,0,0,1-792-1333.87l-.489.489a7.005,7.005,0,0,1-4.953,2.052h-12.566a7.005,7.005,0,0,1-4.953-2.052l-.489-.489a7.005,7.005,0,0,1-2.052-4.953v-12.566a7.005,7.005,0,0,1,2.052-4.953l.489-.489a7.005,7.005,0,0,1,4.953-2.052h12.566a7.005,7.005,0,0,1,4.953,2.052Z' transform='translate(817.505 1358.883)' fill='none' stroke='%23FFEE00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease 0.6s;
    filter: brightness(0) invert(1);
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content:hover .et_pb_blurb_container h3 a:after {
    filter: none;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content:hover .et_pb_blurb_container h3 a {
    color: #FFEE00;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image {
    position: relative;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image::before {
    content: "";
    background: #ffee006b;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content:hover .et_pb_main_blurb_image::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}

.et_pb_row.our_service_main_row .et_pb_column .et_pb_module .et_pb_blurb_content {
    cursor: pointer;
}

.et_pb_row.our_service_main_row .et_pb_column.slick-slider {
    row-gap: 0;
}

.et_pb_row.our_service_main_row .et_pb_column .slick-arrow {
    width: 44.27px;
    height: 44.27px;
    font-size: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: -97px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 2;
}

.et_pb_row.our_service_main_row .et_pb_column button.slick-next.slick-arrow {
    left: 1355px;
}

.et_pb_row.our_service_main_row .et_pb_column button.slick-next.slick-arrow::after {
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.267' height='46.267' viewBox='0 0 46.267 46.267'%3E%3Cg id='g1309' transform='translate(818.505 1359.883)'%3E%3Cg id='g1315' transform='translate(-817.505 -1358.883)'%3E%3Cpath id='path1317' d='M-786.181-1336.75h-18.444m11.067,7.378,7.378-7.378-7.378-7.378m16.239-11.459.785.785a11.255,11.255,0,0,1,3.3,7.958v20.188a11.254,11.254,0,0,1-3.3,7.958l-.785.785a11.254,11.254,0,0,1-7.958,3.3h-20.188a11.254,11.254,0,0,1-7.958-3.3l-.785-.785a11.254,11.254,0,0,1-3.3-7.958v-20.188a11.255,11.255,0,0,1,3.3-7.958l.785-.785a11.254,11.254,0,0,1,7.958-3.3h20.188a11.254,11.254,0,0,1,7.958,3.3Z' transform='translate(817.505 1358.883)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;

}

.et_pb_row.our_service_main_row .et_pb_column button.slick-prev.slick-arrow {
    left: 1286px;
}

.et_pb_row.our_service_main_row .et_pb_column button.slick-prev.slick-arrow::after {
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.267' height='46.267' viewBox='0 0 46.267 46.267'%3E%3Cg id='g1309' transform='translate(818.505 1359.883)'%3E%3Cg id='g1315' transform='translate(-817.505 -1358.883)'%3E%3Cpath id='path1317' d='M-786.181-1336.75h-18.444m11.067,7.378,7.378-7.378-7.378-7.378m16.239-11.459.785.785a11.255,11.255,0,0,1,3.3,7.958v20.188a11.254,11.254,0,0,1-3.3,7.958l-.785.785a11.254,11.254,0,0,1-7.958,3.3h-20.188a11.254,11.254,0,0,1-7.958-3.3l-.785-.785a11.254,11.254,0,0,1-3.3-7.958v-20.188a11.255,11.255,0,0,1,3.3-7.958l.785-.785a11.254,11.254,0,0,1,7.958-3.3h20.188a11.254,11.254,0,0,1,7.958,3.3Z' transform='translate(817.505 1358.883)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.et_pb_row.our_service_main_row .et_pb_column .slick-arrow:hover {
    opacity: 0.35;
}

.et_pb_section.our_services_section .et_pb_row.our_service_main_row {
    max-width: 100%;
    padding-left: calc((100% - 1400px) / 2) !important;
    padding-right: 0px !important;
}

.et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-track {
    margin-left: -16px;
}

.et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-initialized .slick-slide {
    padding: 0 16px;
}

/* About page end */

@media only screen and (max-width: 1439px) {
    .et_pb_section.our_services_section .et_pb_row.our_service_main_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 1440px;
        width: 100%;
    }

    .et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-initialized .slick-slide {
        padding: 0 10px;
    }

    .et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-track {
        margin-left: -10px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a {
        width: auto;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-next.slick-arrow {
        /* right: 40px; */
        /* left: calc((100% - 1400px) / 2); */
        /* right: 60px; */
        left: unset;
        right: 0px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-prev.slick-arrow {
        left: unset;
        right: 64px;
    }

    .et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-track {
        margin-left: 0;
    }

    .et_pb_section.our_services_section .et_pb_row.our_service_main_row .slick-list {
        margin: 0 -10px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a {
        height: 350px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 100%;
    }

    .et_pb_section.our_services_section .et_pb_row.our_service_main_row .et_pb_blurb {}
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .et_pb_section.google-review-section h2,
    body.home h2 {
        font-size: 42px;
        line-height: 52px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a {
        font-size: 26px;
        line-height: 36px;
        padding-left: 10px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a::after {
        right: 10px;
    }


    .et_pb_section.our_services_section h2 {
        font-size: 42px;
        line-height: 52px;
        padding-bottom: 30px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-arrow {
        height: 40px;
        width: 40px;
        top: -77px;
    }

    .et_pb_section.our_services_section {
        padding: 72px 0 80px;
    }
}

@media only screen and (max-width: 980px) {
    .who-we-are-section .who-we-are-row .who-we-are-content {
        padding-top: 0px;
    }

    .et_pb_section.our_services_section {
        padding: 45px 0 56px;
        margin-bottom: 60px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-arrow {
        height: 38px;
        width: 38px;
        top: -69px;
    }

    .et_pb_section.our_services_section h2 {
        padding-bottom: 25px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-prev.slick-arrow {
        right: 54px;
    }
}


@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .et_pb_section.google-review-section h2,
    body.home h2 {
        font-size: 32px;
        line-height: 42px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .et_pb_section.our_services_section h2 {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 20px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-arrow {
        height: 30px;
        width: 30px;
        top: -57px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a {
        height: 280px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a {
        font-size: 23px;
        line-height: 33px;
    }

    .et_pb_row.our_service_main_row .et_pb_column .et_pb_blurb_container h3 a::after {
        height: 24px;
        width: 24px;
    }
}


@media only screen and (max-width: 576px) {
    .et_pb_row.our_service_main_row .et_pb_column .et_pb_main_blurb_image a {
        height: 320px;
    }

    .et_pb_row.our_service_main_row .et_pb_column button.slick-prev.slick-arrow {
        right: 42px;
    }
}

@media only screen and (max-width: 439px) {}