/* Arial Font Family */
body {
    font-family: Arial, sans-serif;
}

p {
    font-size: 14px;
}

.times-font {
    font-family: "Times New Roman", Times, serif;

}

h2 {
    font-size: 38px;
}


.solution-h3 {
    font-size: 22px;
}


/* Header Section */
ul.navbar-nav {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

button.btn.btn-primary {
    padding: 5px 30px;
    border-radius: 60px;
}

button.btn.btn-outline-primary {
    padding: 5px 30px;
    border-radius: 60px;
}

.banner-sub-container span {
    position: relative;
    top: 1px;
}

/* hero-section */
.hero-section {
    background-image: url(../img/bg-img/hero-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-section .right-content h1 {
    font-family: "Times New Roman", Times, serif;
    line-height: 35px;
    color: white;
}

.hero-section .left-content h1 {
    font-family: "Times New Roman", Times, serif;
    line-height: 35px;
    color: black;
    text-align: right;
}

.hero-section h1 span {
    color: black !important;
}

.hero-section .left-content h1 span {
    color: #0056D2 !important;
}

.blue-primary-color {
    color: #0056D2 !important;
}

.hero-section .right-content {
    padding: 60px;
    color: white;
}

.hero-section .left-content {
    padding: 60px;
    color: black;


}

.hero-section .left-content p {

    text-align: right;

}

.right-content .banner-sub-container {
    border-bottom: 1px solid #ffffff52;
    padding: 10px;
}

.left-content .banner-sub-container {
    border-bottom: 1px solid #a1a1a152;
    padding: 10px;
}

.opacity-70 {
    opacity: .7;
}

a.btn.btn-primary.btn-white {
    padding: 8px 30px;
    border-radius: 60px;
    background-color: white;
    color: black;

}

a.btn.btn-primary.btn-white:hover {
    padding: 8px 30px;
    border-radius: 60px;
    background-color: white;
    color: black;

    opacity: 0.8;
}


a.btn.btn-primary {
    padding: 8px 30px;
    border-radius: 60px;


}




.hero-section {
    position: relative;
}

.banner-ad-woman-container {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* about section */
.about-section {
    background-image: url(../img/bg-img/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.bg-logo-container {
    position: absolute;
    left: -90px;
    bottom: 30px;
    width: 60%;
}

/* Why Choose Us */

.border-right {
    border-right: 1px solid #dee2e6;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}

.Why-Choose-Us-heading {
    font-size: 56px;
}


button.slick-prev.slick-arrow {
    padding: 0px !important;
    text-align: center !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
    position: absolute !important;
    top: 40% !important;
    left: -30px !important;
    z-index: 1 !important;
}

button.slick-next.slick-arrow {
    padding: 0px !important;
    text-align: center !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
    position: absolute !important;
    top: 40% !important;
    right: -30px !important;
    z-index: 1 !important;
}



section.slides-section.p-4 {
    background-color: #F0F6FF;
    height: 350px;
    margin-bottom: 260px;

}

/* All-in-One University Solution
through Ustudy Global */

.Solution-section {
    background-color: #0056D2;
    color: white;
}


/* card.solution-card */
.card.solution-card {
    background-image: url(../img/bg-img/solution-card-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 25px;
    height: 100%;
}

.card-container-solotion {
    width: 20%;
}

.card-container-solotion p {
    font-size: 12px;
}

/* contact-form */

.contact-form {
    background-color: #F0F6FF;
    border-radius: 15px;
    /* box-shadow: 0 0 15px #e1e1e1; */
    position: relative;
    z-index: 1;
}

.col-md-6.col-lg-4.contact-left {
    background-color: #0056d2;
    border-radius: 15px 150px 150px 15px;
    padding: 40px;
    color: white;
}


.form-control.contact-input {
    padding: 15px;
    background-color: #ffffff00;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
}

.footer-container {
    background-color: #023580;
    color: white;
    padding-top: 190px !important;
    position: relative;
    z-index: 0;
    margin-top: -200px;
}

.footer-link ul li a {
    text-decoration: none;
    color: white;
}



.footer-link ul li {
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 0;

}

.footer-link ul {

    padding-left: 0 !important;
}


/* @media screen */


@media screen and (max-width: 991px) {
    .hero-section .right-content {
        padding: 40px 20px;
        color: white;
    }

    .hero-section .left-content {
        padding: 30px;
        color: black;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        background-image: url(../img/bg-img/hero-section-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }

    .hero-section .right-content {
        padding: 40px 20px;
        color: white;
    }

    .hero-section .left-content {
        padding: 30px;
        color: rgb(255, 255, 255);
    }

    .hero-section .left-content h1 {
        font-family: "Times New Roman", Times, serif;
        line-height: 35px;
        color: #ffffff;
        text-align: left;
    }

    .hero-section .left-content h1 span {
        color: #000000 !important;
    }

    .hero-section .left-content p {
        text-align: left;
    }

    .d-flex.overflow-auto {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .card-container-solotion {
        width: 50%;
    }
}