.bg-primary {
    background-color: #232222 !important;
}

.bg-color-success {
    background-color: var(--success) !important;
}

.bg-color-gray {
    background-color: var(--gray) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-success {
    color: var(--success) !important;
}


.container {
    max-width: 1664px;
}

.slide-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}





/* .page-banner h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    color: #fff;
} */

.banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    color: #fff;
}

.banner-text p {
    text-transform: uppercase;
}

.btn.btn-primary,
.btn.btn-secondary {
    position: relative;

}

.btn.btn-primary::after,
.btn.btn-secondary::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s, color 0.3s;

}

.btn.btn-primary:hover::after,
.btn.btn-secondary:hover::after {
    right: 15px;

}

.slide-container .slide-text h1 {
    color: #fff;
}

.list-circle ul {
    list-style: circle;
    padding-left: 20px;
    margin: auto;
}

footer.footer {
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.footer-main #NewsletterFormSample input {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid #ddd;
    line-height: 40px;
    border-radius: 0;
}

.footer-main #NewsletterFormSample input::placeholder {
    color: #707070;
    opacity: 1;

}

.btn.btn-primary.bg-light::after,
.btn.btn-primary.bg-light {
    color: #000;
}

.text-justify {
    text-align: justify;
}

.section-projects {
    background-image: url('../img/project-section-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-projects .portfolio-item .item-heading {
    color: #fff !important;
}

.portfolio-item .thumb {
    box-shadow: none !important;

}

.section-projects .portfolio-item {
    position: relative;
}

.section-projects .portfolio-item .item-heading {
    font-size: 20px;
    display: block;
    color: #000000;
    margin: 10px 0;
    position: absolute;
    z-index: 99999;
    bottom: 10px;
    left: 35px;
}

.section-expertise .card:hover {
    background-color: #ececec;
}

#portfolio,
.slide {
    height: fit-content;
}

/* Additional Styles */

.section-founder {
    background: url('../img/section-founder-bg.jpg');
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-Vision {
    background: url('../img/vision-bg.jpg');
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-contact .form-control {
    padding: 10px;
    font-size: 18px;
    background-color: #ececec;
    border-radius: 0;
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 35px;
        font-weight: 600;
    }

    h2 {
        font-size: 30px;

    }

    h3 {
        font-size: 25px;

    }

    h4 {
        font-size: 20px;

    }

    h5 {
        font-size: 18px;

    }


    .slide-container {
        position: inherit;
        width: 100%;
        left: 0%;
        transform: translate(0%);
        text-align: center;
        background-color: var(--color-primary);
        color: #fff;
        padding: 40px 0px;
    }

    .banner-text {
        position: inherit;
        width: 100%;
        left: 0%;
        transform: translate(0%) !important;
        text-align: center;
        color: #fff;
    }

    .page-banner .container {
        background-color: var(--color-primary);
        padding: 10px;
    }
}

@media screen and (max-width:575px) {

.logo {
    text-align: center;
}

.footer-main a {
    color: #ffffff;
    font-size: 14px;
}
}

