.site-overlay-landing {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: -1;
}

.one {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.three {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.test-top h2 {
    margin: auto auto 0px auto;
}

.proof img {
    width: 150px;
}

.proof .col-xl-3 {
    text-align: center;
}

h2 {
    color: rgba(255, 255, 255, 1);
}

h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

li {
    color: rgba(255, 255, 255, 1);
}

.content-background {
    background-color: rgba(38, 63, 85, 1);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.heroText {
    color: rgba(255, 255, 255, 1);
}

.heroText .col-md-7 {
    background-color: rgba(240, 240, 240, 1);
    border-radius: 2rem 0rem 0rem 2rem;

    margin-top: 0vh;
    height: 60vh;
}

.heroText .col-md-5 {
    background-color: rgba(240, 240, 240, 1);
    background-position: right;
    background-size: cover;
    border-radius: 0rem 2rem 2rem 0rem;
}


.hero-banner {
    position: relative;
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 0.85) 45%,
            rgba(255, 255, 255, 0.5) 65%,
            rgba(255, 255, 255, 0) 85%);

    border-bottom: 1px solid rgba(220, 220, 220, 1);
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #000;
    padding: 120px 0;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000;
    max-width: 580px;
}

.services .col-xl-3 {
    margin-top: -70px;
}

.services .container {
    padding-top: 0rem;

}

.services .service-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 2rem 1.5rem;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
    min-height: 366px;
}

.services h2 {
    min-height: 130px;
}

.usps .usp {
    background-color: #fff;
    border-radius: 30px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
}

.grey-back {
    background-color: rgba(240, 240, 240, 1);
}

.why-text {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
}

.why-img {
    background-image: url("../assets/images/why_us.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .hero-banner {
        min-height: 600px;
    }

    .hero-content {
        padding: 100px 0 80px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 17px;
    }

}

@media (max-width: 767px) {
    .hero-banner {
        min-height: 520px;
    }

    .services {
        margin-top: 0px;
    }

    .services .service-box {
        margin-top: 20px;
    }

    .hero-gradient {
        background: rgba(255, 255, 255, 0.80);
    }

    .hero-content {
        padding: 90px 0 60px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

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

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

    .hero-banner {
        height: 100vh;
    }


    .heroText .col-md-7 {
        border-radius: 2rem 2rem 2rem 2rem;
    }

    .service-box h2 {
        min-height: auto;
    }

    .services .service-box {
        min-height: auto;
    }

    .content-background .container {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .why .why-title {
        margin-top: 5rem;
    }

    .quote-title {
        margin-top: 3rem;
    }

}

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

    .why .col-xl-8 .row .col-xl-6 {
        padding-left: 0 !important;
    }

    .quote {
        margin: 30px 0px 0px 0px !important;
    }

    .banner-heading .col-md-12 {
        margin-top: 0vh !important;
        height: 100vh;
    }

    .banner-testimonials {
        display: none !important;
    }

}