.main-menu ul li {
    cursor: pointer;
}

.slicknav_menu {
    background: #0088FF;
}

.main-menu ul li a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: black;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
}

.hero.bg-image {
    position: relative;
    background: url(../images/hero/homebanner3.jpg) no-repeat;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

    .hero.bg-image::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary-color);
        opacity: 100%;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #252c3e, rgba(37, 44, 62, 0.66), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0.1), rgba(37, 44, 62, 0));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
        background-image: none;
        background: linear-gradient(to right, rgba(0, 36, 53, 0.8) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 0%);
    }

    header.main-header {
        background-color: #fff;
        border-bottom: 0px solid var(--dark-divider-color);
    }

.hero.bg-image .hero-content .section-title h1 {
    color: white;
    font-size: 60px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5%;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 20px !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    max-width: 700px !important;
    margin-left: 0px !important;
}

.hero.bg-image .hero-content {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 800px;
    margin: 0;
    padding-right: 0;
    z-index: 1;
}

.navbar-brand img {
    max-width: 170px;
}

.headerWrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.main-menu .nav-menu-wrapper {
    text-align: right;
    padding-right: 2%;
}

.how-it-work-img{
    position: relative;
    display: block;
}

    .how-it-work-img .testimonial-rating-box {
        left: -30px;
        bottom: -30px;
        padding: 30px;
        max-width: 100%;
        width: 100%;
        background-color: #0088FF;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
        overflow: hidden;
        border-radius: 16px;
        border: 0px !important;
        color: #fff !important;
    }

        .how-it-work-img .testimonial-rating-box h3 {
            color: #fff !important;
        }

.aboutUsHomeSection .how-it-work-img figure {
    display: block;
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px
}

.endToEndRow .how-it-work-img figure {
    display: block;
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px
}

.how-it-work-img figure {
    display: block;
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px
}

.aboutUsHomeSection .counter-item {
    padding: 24px;
    background: #F9FAFB;
    border-radius: 8px;
}

.aboutUsHomeSection .counter-title h2 {
    color: #0088FF;
    font-size: 36px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 40px;
}

.aboutUsHomeSection .counter-title h3 {
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    /*line-height: 24px;*/
}

.aboutUsHomeSection .counter-title {
    border-bottom: 0px solid var(--dark-divider-color);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.our-services {
    background: #F9FAFB !important;
}

.deliveryModelsHomeSection {
    background: #fff !important;
}

.section-title .withBorderDiv {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: black;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 40px;
}

.section-title .withBorderDiv::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 90px;
    background: #0088FF;
    margin: auto;
}

.section-title p {
    max-width: 800px;
    margin: auto;
    color: #4B5563;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 28px;
}

.endToEndHomeSection h2 {
    margin-bottom: 15px;
    color: black;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
}

.endToEndHomeSection .section-title p {
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}

.endToEndHomeSection .endToEndRow {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin: 15px;
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
}

.endToEndHomeSection .faq-accordion.how-work-accordion .accordion-item .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    /* position: relative; */
    z-index: 1;
    margin-bottom: 20px;
    /* background: #FEE2E2; */
    /* float: left; */
    margin-right: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    background: rgba(22, 170, 202, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.endToEndHomeSection .faq-accordion.how-work-accordion .accordion-header {
    margin-bottom: 5px;
}

.endToEndHomeSection .faq-accordion.how-work-accordion .accordion-item .accordion-button {
    padding: 5px 15px 5px 50px;
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
}

.endToEndHomeSection .faq-accordion.how-work-accordion .accordion-item .accordion-body p {
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}

.endToEndHomeSection .faq-accordion.how-work-accordion .accordion-item .accordion-body {
    padding: 0px 35px 0px 60px;
}

.customDeliveryHomeSection {
    padding: 60px 0;
}

    .customDeliveryHomeSection .section-title {
        margin-bottom: 15px;
    }

    .customDeliveryHomeSection .section-title h2 {
        color: white;
        font-size: 24px;
        font-family: Montserrat;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .customDeliveryHomeSection p {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .customDeliveryHomeSection .icon-box {
        position: relative;
        left: 0;
        top: 0px;
        /* position: relative; */
        z-index: 1;
        margin-bottom: 20px;
        margin-bottom: 0px;
        /* background: #FEE2E2; */
        /* float: left; */
        margin-right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 100%;
        background: rgba(0, 135.99, 255, 0.20);
        text-align: center;
        transition: all 0.3s ease;
    }

    .customDeliveryHomeSection .contact-info-list {
        padding-left: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    

    .customDeliveryHomeSection .customDeliveryRow {
        position: relative;
        background-color: #000;
        box-shadow: 0px 4px 40px 0px #0000000F;
        border-radius: 30px;
        height: calc(100% - 30px);
        margin: 15px;
        margin-bottom: 30px;
        padding: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        overflow: hidden;
        z-index: 1;
    }


ul.iconList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}


.iconList li {
    position: relative;
    width: calc(100% - 10px);
    /* color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;*/
    padding-left: 30px;
    /*text-transform: capitalize;*/
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
}

    .iconList li:before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #0088FF;
        display: inline-block;
        line-height: normal;
        position: absolute;
        top: 2px;
        left: 0;
    }


.service-item-nohover {
    position: relative;
    background-color: #F9FAFB;
    /* box-shadow: 0px 4px 40px 0px #0000000F; */
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    /*margin-bottom: 0px;*/
    padding: 30px;
    overflow: hidden;
    z-index: 1
}

    .service-item-nohover p{
        margin-bottom: 15px;
    }

    .service-item-nohover .icon-box {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        /* background: #FEE2E2; */
        /* float: left; */
        margin-right: 25px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 100%;
        background: rgba(22, 170, 202, 1);
        text-align: center;
        transition: all 0.3s ease;
    }

.sectorsHomeSection {
    background: #F9FAFB !important;
}

    .sectorsHomeSection .blog-item {
        background: #fff;
        position: relative;
        background-color: var(--white-color);
        box-shadow: 0px 4px 40px 0px #0000000F;
        border-radius: 30px;
        /* height: calc(100% - 30px); */
        margin-bottom: 30px;
        /* padding: 30px; */
        overflow: hidden;
        z-index: 1;
    }

    .sectorsHomeSection .blog-item .post-featured-image {
        border-radius: 30px 30px 0px 0px;
        background: #fff;
        margin-bottom: 0px;
    }

.sectorsHomeSection .blog-item .post-featured-image img {
    border-radius: 30px 30px 0px 0px;
}

        .sectorsHomeSection .blog-item .post-item-body {
            padding: 30px 15px;
        }

            .sectorsHomeSection .blog-item .post-item-body h2 {
                margin-bottom: 10px;
            }


.team-member-skills{
    border: 0px;
}

.sustainabilityHomeSection .member-skills-title h2 {
    color: #000;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    margin-bottom: 30px;
}


.sustainabilityHomeSection .member-skills-title p {
    color: #374151;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}


.sustainabilityHomeSection .service-item-nohover .icon-box {
    background: rgba(22, 170, 202, 0.2) !important;
}

.skillbar .skill-progress .count-bar {
    background-color: #0088FF;
}

.sustainabilityHomeSection .skillbar .skill-data .skill-no {
    margin-left: 20px;
    color: #0088FF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
}

.sustainabilityHomeSection .skillbar .skill-data .skill-title {
    text-transform: capitalize;
    color: black;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
}

.aboutUsHomeTextDiv h3.subTitle {
    color: black;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
    padding-left: 0;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.aboutUsHomeTextDiv h3::before {
    content: none;
}

.aboutUsHomeTextDiv p {
    color: #374151;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    /*line-height: 24px;*/
}

.service-item .icon-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    /* background: #FEE2E2; */
    /* float: left; */
    margin-right: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: rgba(22, 170, 202, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.our-services .service-body {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.service-body h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    color: black;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 28px;
}

.service-body p {
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    /*line-height: 24px;*/
}

.contact-now .section-title h2 {
    color: black;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
}

.contact-now .contact-form {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin: 15px;
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
}



.contact-now .contact-us-item .contact-info-content h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
}

.contact-now .contact-us-item p {
    color: #4B5563;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}

.contact-now .contact-us-item {
    background: #fff;
}


.contact-now-content{
}

.contact-now .contact-now-content {
    position: relative;
    background-color: #000;
    box-shadow: 0px 4px 40px 0px #0000000F;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin: 15px;
    margin-bottom: 30px;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    overflow: hidden;
    z-index: 1;
}

    .contact-now-content .section-title {
        margin-bottom: 15px;
    }

        .contact-now-content .section-title h2 {
            color: white;
            font-size: 24px;
            font-family: Montserrat;
            font-weight: 700;
            margin-bottom: 30px;
        }

    .contact-now-content p {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .contact-now-content .icon-box {
        position: relative;
        left: 0;
        top: 0px;
        /* position: relative; */
        z-index: 1;
        margin-bottom: 20px;
        margin-bottom: 0px;
        /* background: #FEE2E2; */
        /* float: left; */
        margin-right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 100%;
        background: rgba(0, 135.99, 255, 0.20);
        text-align: center;
        transition: all 0.3s ease;
    }

.contact-now-content .contact-info-list {
    padding-left: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.form-control::placeholder {
    color: #9CA3AF; /* Replace with any color you want */
    opacity: 1; /* Some browsers reduce opacity by default */
}

::-webkit-input-placeholder {
    color: #9CA3AF;
}

:-moz-placeholder {
    color: #9CA3AF;
}

::-moz-placeholder {
    color: #9CA3AF;
}

:-ms-input-placeholder {
    color: #9CA3AF;
}

.btn-default::before{
    content: none;
}

.btn-default::after {
    /*content: none;*/
}

.btn-default {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #0088FF;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}

.about-footer-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}

.footer-copyright-text p {
    margin: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    text-align: left;
}


.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    max-width: 900px;
    margin: auto;
    background: #000;
    padding-right: 30px;
    padding-left: 30px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #5c5c5c;
}


.popup-slider {
    color: #fff;
}

    .popup-slider h5 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 22px;
        color: #0088FF;
    }

    .popup-slider img {
        border-radius: 5px 5px 5px 5px;
    }

.nav-wrapper {
    position: relative;
    /* bottom: 20px; */
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 20px;
    z-index: 1000;
}

    .nav-wrapper .custom-arrow {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #000;
        border: none;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .nav-wrapper .custom-arrow:hover {
            background: #f0f0f0;
        }

        .nav-wrapper .custom-arrow i {
            font-size: 14px;
            color: #0088FF;
            /*font-weight: normal;*/
        }

#gallery-popup .mfp-close {
    display: none !important;
}

.slide-item ul.iconList li{
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .headerWrapper {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
}
    