:root {
    --color-primary: #08a652;
    --color-secondary: #313195;
}

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

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

.header-navigation {
    border-top: 1px solid #ccd6d9;
}

.slide-text {
    background-color: rgb(26 51 54 / 40%);
    padding: 40px;
    max-width: 650px;
}

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

.slide .slide-text h3 {
    font-size: 30px;
    color: #fff;
}

.slide .slide-text p {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.page-banner {
    position: relative;
}

.page-banner .container {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: #00000063;
    max-width: 100%;
}

.page-banner h1 {
    position: absolute;
    color: #fff;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 60px;
    font-weight: 600;
}

.fa-solid.fa-circle-check {
    color: var(--color-primary);
}

.navbar-toggler {
    border: 0;
    padding: 0;
}

.form-control {
    padding: 12px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
    height: 100%;
}

.about-two {
    background-color: #EDEFF7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.input-group-append {
    cursor: pointer;
}

.section-four {
    background-image: url(../img/community-bg.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .slide .slide-text h1 {
        color: #FFF;
        font-size: 27px;
        line-height: 40px;
        font-weight: bold;
    }

    .slide-text {
        background-color: rgb(26 51 54 / 40%);
        padding: 15px;
        max-width: 600px;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .aboutsec3:before {
        background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%) !important;
    }

}

@media screen and (max-width: 767px) {
    .slide-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background-color: #313195;
    }

    .slide-container .container {
        padding: 0;
    }

    .swiper-autoheight {
        overflow: auto;
    }

    .slide-text {
        background-color: transparent;
        padding: 20px;
    }

    .slide .slide-text h1 {
        font-size: 26px;
        line-height: 35px;
    }

    .btn.btn-primary {
        font-size: 16px;

    }

    .section-2001,
    .section {
        padding: 50px 0;
        padding-bottom: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .home-services .card-body h4 {
        font-size: 20px;
    }

    .page-banner h1 {

        font-size: 30px;
    }

    .aboutsec3:before {
        display: none;
    }

    .services-menu li {
        display: block;
        width: 100%;
    }

    .contact-block {
        padding: 30px 10px;
        font-size: 19px;
    }

}