/*
Theme Name: Gitel Theme
Version: 1.0
*/

.es_subscription_message.success {
    color: #7c689c;
    font-size: 16px;
}

.cust_def_page a{
	text-transform: none !important;
}



.education_section {
    margin-top: 80px;
    padding-bottom: 78px;
}

.education_section h2 {
    font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
    color: #594e6a;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 500;
	text-transform:uppercase;
}

.education_outer {
    margin-top: 70px;
}

.education_outer .education_box {
    background-color: #f6f4f9;
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 34px;
}

.education_outer .education_box .education_img {
    width: 100%;
    aspect-ratio: 16/8;
}

.education_outer .education_box .education_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.education_content {
    width: 100%;
    padding: 20px 0;
}

.education_content h3 {
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: #31214c;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.education_content ul {
    padding: 24px 0;
    margin: 0;
}

.education_content ul li {
    font-size: 12px;
    color: #afafaf;
    font-family: Poppins, serif;
    font-style: normal;
}

.education_content .btn_primary {
    font-size: 18px;
    font-weight: 400;
    padding: 7px 83px;
}

.education_section .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.education_section .nav-links>span,
.education_section .nav-links>a {
    width: 38px;
    height: 42px;
    background-color: #f9f8f8;
    border: solid 1px #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #46444f;
    font-weight: 700;
    font-size: 19px;
    transition: all .3s;
}

.education_section .nav-links>span:hover,
.education_section .nav-links>a:hover {
    background-color: #30204b;
}


@media screen and (min-width:1921px) {
    .education_section h2 {
        font-size: 60px;
    }

    .education_content h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:991px) {
    .education_outer {
        margin-top: 30px;
    }

    .education_outer .education_box {
        gap: 30px;
    }
}

@media screen and (max-width:600px) {
    .education_outer .education_box {
        flex-flow: column;
        gap: 0px;
    }

    .education_content {
        padding: 20px;
    }
}