:root {
    --white: #fff;
    --light: #e5e9ee;
}

.container {
    max-width: 1440px;
}

.btn.btn-secondary {

    border-radius: 99px;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.bg-blue {
    background-color: #009fdd !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.btn.btn-secondary {
    border-radius: 99px;
}


.page-banner {
    position: relative;
}

.page-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center;
}

.banner-text h1 {
    font-size: 50px;
    color: #fff;
}

.banner-text h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;


}

.slide .slide-text h1 {
    color: #FFF;
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 30px;
}

.contact-info i:before {
    color: var(--color-primary);
}


.slide-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.slide .slide-text h1 {
    color: #FFF;
    font-size: 70px;
    line-height: 80px;
}

.middle-bg {
    background-image: url('../img/middle-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.about-middle-bg {
    background-image: url('../img/about-middle-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.home-reviews-top.home-quotesec {
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 500px;
}




.section-2132 .bg-dark {
    background-color: #0c1f34 !important;
}

.section-2132 .content-bottom h3 {
    color: #fff !important;
    font-size: 40px;
    margin-bottom: 20px;
}


.section-reviews {
    background-color: #f5efea;
}

.cus-hr {
    width: 60px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin-top: 30px;
}



.section-2119 {
    background-color: var(--light);
}

.section-2119 .form-control {
    background-color: #3b4d5a;
    border: 1px solid #3b4d5a;
    border-radius: 0;
    min-height: 55px;
    color: #fff;
}

.section-2119 .form-control::placeholder {
    color: #FFFFFF;
}

.page-banner .banner-text p {
    color: #fff;
}

i.fa-solid.fa-check:before {
    background-color: #009fdd;
    border-radius: 100%;
    padding: 4px;
    font-size: 10px;
    color: #fff;
}

.bg-blue i.fa-solid.fa-check:before {
    background-color: #fff;
    border-radius: 99px;
    padding: 5px;
    font-size: 10px;
    color: #000;
}

section#section-2132 h2 {
    font-size: 40px;
}

@media screen and (min-width: 1201px) {
    .header-contact .col {
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .section-2132 .content-bottom {
        margin-top: -288px;
        margin-left: 0px;
    }

    .header-contact .icon-box {
        width: 70px;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1200px) {
    .home-reviews-top.home-quotesec {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .header-contact .card-content {
        font-size: 16px;
    }

    .header .header-navigation .navbar-nav .nav-item a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .page-banner img {
        min-height: 350px;
        object-fit: cover;
    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 40px;
        line-height: normal;
    }

    button.btn-close {
        background-color: #fff;
    }

    .header-contact {
        width: 150px;
    }

    .main-navigation nav {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .slide-container {
        position: inherit;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0) !important;
        padding: 30px 0;
        background-color: var(--color-secondary);
        color: #fff;
    }

    .middle-bg {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    .slide .slide-text h1 {
        font-size: 30px;
    }

    .address {
        font-size: 14px;
    }
}

@media screen and (max-width: 475px) {
    .header-contact {
        width: 100px;
    }
}