/* College Hero Section */

.college_hero_section {
    padding: 64px 0;
}

.college_hero_section .hero_content {
    text-align: center;
}

.college_hero_section .hero_para p {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #023B4C;
    margin-bottom: 8px !important;
}

.college_hero_section .hero_heading h1 {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 48px;
    color: #FE7600;
    margin-bottom: 32px !important;
    text-transform: capitalize;
}

.college_hero_section .hero_image img {
    display: block;
    margin: 0 auto;
}

.college_hero_section .hero_button_wrapper,
.college_marketing_banner_section .hero_button_wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.college_hero_section .hero_button_wrapper .hero_btn a,
.college_marketing_banner_section .hero_button_wrapper .hero_btn a {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    border-radius: 8px;
    padding: 18px 10px;
    min-width: 170px;
    transition: all .3s ease;
}

.college_hero_section .hero_button_wrapper .hero_btn a:focus-visible,
.college_marketing_banner_section .hero_button_wrapper .hero_btn a:focus-visible {
    outline: none;
}

.college_hero_section .hero_button_wrapper .hero_btn.register_college_btn a,
.college_marketing_banner_section .hero_button_wrapper .hero_btn.register_college_btn a {
    color: #023B4C;
    background: linear-gradient(90deg, #FFF 0%, #FFE5D4 100%);
    border: 0.25px solid rgb(24 94 127 / 25%);
}

.college_hero_section .hero_button_wrapper .hero_btn.register_college_btn a:hover,
.college_marketing_banner_section .hero_button_wrapper .hero_btn.register_college_btn a:hover {
    color: #FFFFFF;
    background: #023B4C;
    border: 0.25px solid #023B4C;
}

.college_hero_section .hero_button_wrapper .hero_btn.login_btn a {
    color: #023B4C;
    background: #FFFFFF;
    border: 0.25px solid rgb(24 94 127 / 25%);
}

.college_hero_section .hero_button_wrapper .hero_btn.login_btn a:hover {
    color: #FFFFFF;
    background: #023B4C;
    border: 0.25px solid #023B4C;
}

@media (max-width: 1199px) {

    .college_hero_section {
        padding: 50px 0;
    }

    .college_hero_section .hero_para p {
        font-size: 22px;
        line-height: 34px;
    }

    .college_hero_section .hero_heading h1 {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 28px !important;
    }

    .college_hero_section .hero_button_wrapper .hero_btn a,
    .college_marketing_banner_section .hero_button_wrapper .hero_btn a {
        padding: 16px 10px;
    }

}

@media (max-width: 991px) {

    .college_hero_section {
        padding: 40px 0;
    }

    .college_hero_section .hero_para p {
        font-size: 20px;
        line-height: 32px;
    }

    .college_hero_section .hero_heading h1 {
        font-size: 28px !important;
        line-height: 38px;
        margin-bottom: 24px !important;
    }

    .college_hero_section .hero_button_wrapper .hero_btn a,
    .college_marketing_banner_section .hero_button_wrapper .hero_btn a {
        padding: 14px 10px;
    }

}

@media (max-width: 767px) {

    .college_hero_section {
        padding: 30px 0;
    }

    .college_hero_section .hero_para p {
        font-size: 18px;
        line-height: 26px;
    }

    .college_hero_section .hero_heading h1 {
        font-size: 26px !important;
        line-height: 36px;
        margin-bottom: 20px !important;
    }

    .college_hero_section .hero_button_wrapper,
    .college_marketing_banner_section .hero_button_wrapper {
        display: flex;
        flex-direction: column;
    }

    .college_hero_section .hero_button_wrapper .hero_btn a,
    .college_marketing_banner_section .hero_button_wrapper .hero_btn a {
        padding: 12px 10px;
        width: 100%;
        min-width: 100%;
    }

}

/* College Counter/Work Bridge Section */

.college_work_bridge_section {
    background: #EDF7FF;
    padding: 57px 0;
}

.college_work_bridge_section .work_bridge_wrapper {
    display: flex;
    align-items: center;
    gap: 42px;
}

.college_work_bridge_section .content_box {
    flex: 1;
}

.college_work_bridge_section .main_description {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #023B4C;
    margin-bottom: 16px !important;
}

.college_work_bridge_section .sub_heading {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #023B4C;
    margin: 0 !important;
}

.college_work_bridge_section .stats_grid {
    display: flex;
    flex: 1;
}

.college_work_bridge_section .stat_card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 12.83%, rgba(255, 255, 255, 0.75) 79.65%);
    border-radius: 4px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.10);
    flex: 1;
    min-height: 150px;
    padding: 25px 17px;
    text-align: center;
}

.college_work_bridge_section .stat_value {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FE7600;
}

.college_work_bridge_section .stat_label {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #023B4C;
}

@media (max-width: 1199px) {

    .college_work_bridge_section {
        padding: 50px 0;
    }

    .college_work_bridge_section .work_bridge_wrapper {
        gap: 30px;
    }

    .college_work_bridge_section .main_description {
        margin-bottom: 14px !important;
    }

    .college_work_bridge_section .stat_card {
        padding: 15px 15px;
        min-height: 140px;
    }

    .college_work_bridge_section .stat_value {
        font-size: 20px;
        line-height: 30px;
    }

    .college_work_bridge_section .stat_label {
        line-height: 20px;
    }

}

@media (max-width: 991px) {

    .college_work_bridge_section {
        padding: 40px 0;
    }

    .college_work_bridge_section .work_bridge_wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .college_work_bridge_section .content_box,
    .college_work_bridge_section .stats_grid {
        width: 100%;
    }

    .college_work_bridge_section .main_description {
        margin-bottom: 12px !important;
    }

    .college_work_bridge_section .stat_card {
        min-height: 130px;
    }

}

@media (max-width: 767px) {

    .college_work_bridge_section {
        padding: 30px 0;
    }

    .college_work_bridge_section .main_description {
        margin-bottom: 10px !important;
    }

    .college_work_bridge_section .sub_heading {
        font-size: 18px;
        line-height: 26px;
    }

    .college_work_bridge_section .stats_grid {
        flex: initial;
        flex-wrap: wrap;
    }

    .college_work_bridge_section .stat_card {
        flex: initial;
        width: 50%;
        min-height: 120px;
    }

}

/* College Experience Gap Section */

.college_experience_gap_section {
    padding: 40px 0;
}

.college_experience_gap_section .experience_gap_wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.college_experience_gap_section .experience_gap_image {
    flex: 0 0 420px;
}

.college_experience_gap_section .experience_gap_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.college_experience_gap_section .experience_gap_content {
    flex: 1;
}

.college_experience_gap_section .experience_gap_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #023B4C;
    margin-bottom: 20px !important;
}

.college_experience_gap_section .experience_gap_description {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px !important;
}

.college_experience_gap_section .experience_gap_quote {
    background: #EDF7FF;
    border-left: 2px solid #185E7F;
    border-radius: 4.026px;
    padding: 8px 12px;
}

.college_experience_gap_section .experience_gap_quote p {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

@media (max-width: 1199px) {

    .college_experience_gap_section .experience_gap_wrapper {
        gap: 30px;
    }

    .college_experience_gap_section .experience_gap_image {
        flex: 0 0 380px;
    }

    .college_experience_gap_section .experience_gap_title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px !important;
    }

    .college_experience_gap_section .experience_gap_description {
        margin-bottom: 18px !important;
    }

    .college_experience_gap_section .experience_gap_quote {
        padding: 8px 10px;
    }

}

@media (max-width: 991px) {

    .college_experience_gap_section .experience_gap_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .college_experience_gap_section .experience_gap_image {
        flex: initial;
        width: 340px;
    }

    .college_experience_gap_section .experience_gap_title br {
        display: none;
    }

    .college_experience_gap_section .experience_gap_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px !important;
    }

    .college_experience_gap_section .experience_gap_description {
        margin-bottom: 16px !important;
    }

}

@media (max-width: 767px) {

    .college_experience_gap_section {
        padding: 30px 0;
    }

    .college_experience_gap_section .experience_gap_image {
        width: 280px;
    }

    .college_experience_gap_section .experience_gap_title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px !important;
    }

    .college_experience_gap_section .experience_gap_description {
        margin-bottom: 15px !important;
    }

}

/* College Feature Section */

.college_feature_section {
    padding: 36px 0;
}

.college_feature_section .feature_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.college_feature_section .feature_column {
    background: #FFF;
    border-radius: 4.026px;
    box-shadow: -2.68px 2.684px 4.026px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
}

.college_feature_section .feature_title h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #023B4C;
    margin-bottom: 6px !important;
}

.college_feature_section .feature_sub_title h3 {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #023B4C;
    margin-bottom: 10px !important;
}

.college_feature_section .feature_para p {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #023B4C;
}

@media (max-width: 1199px) {

    .college_feature_section .feature_row {
        gap: 30px;
    }

    .college_feature_section .feature_title h2 {
        font-size: 28px;
        line-height: 38px;
    }

}

@media (max-width: 991px) {

    .college_feature_section .feature_row {
        gap: 20px;
    }

    .college_feature_section .feature_column {
        padding: 15px 15px;
    }

    .college_feature_section .feature_title h2 {
        font-size: 24px;
        line-height: 34px;
    }

}

@media (max-width: 767px) {

    .college_feature_section {
        padding: 30px 0;
    }

    .college_feature_section .feature_row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .college_feature_section .feature_title h2 {
        font-size: 22px;
        line-height: 32px;
    }

}

/* College Campus Section */

.college_campus_section {
    padding-top: 24px;
}

.college_campus_section .campus_wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 930px;
    margin: 0 auto;
}

.college_campus_section .campus_image {
    flex: 0 0 310px;
}

.college_campus_section .campus_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.college_campus_section .campus_content {
    flex: 1;
}

.college_campus_section .campus_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #023B4C;
    margin-bottom: 24px !important;
}

.college_campus_section .campus_para {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #023B4C;
}

@media (max-width: 1199px) {

    .college_campus_section .campus_wrapper {
        gap: 30px;
    }

    .college_campus_section .campus_image {
        flex: 0 0 270px;
    }

    .college_campus_section .campus_title {
        line-height: 38px;
        margin-bottom: 18px !important;
    }

}

@media (max-width: 991px) {

    .college_campus_section .campus_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .college_campus_section .campus_image {
        flex: initial;
        width: 340px;
    }

    .college_campus_section .campus_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px !important;
    }

    .college_campus_section .campus_title br {
        display: none;
    }

}

@media (max-width: 767px) {

    .college_campus_section .campus_image {
        width: 280px;
    }

    .college_campus_section .campus_title {
        font-size: 24px;
        line-height: 34px;
    }

}

/* College Comparison Section */

.college_comparison_section {
    padding-top: 65px;
}

.college_comparison_section .comparison_wrapper {
    display: flex;
    gap: 32px;
}

.college_comparison_section .comparison_card {
    flex: 1;
    background: #FFF;
    border-radius: 13.938px;
    overflow: hidden;
}

.college_comparison_section .campus_variant {
    border: 1px solid #FFD6BA;
}

.college_comparison_section .zetheta_variant {
    border: 1px solid rgb(24 94 127 / 50%);
}

.college_comparison_section .comparison_header {
    border-radius: 13.938px 13.938px 0 0;
    text-align: center;
    padding: 13px 15px 20px 15px;
}

.college_comparison_section .campus_variant .comparison_header {
    background: #FFF2EB;
    border-bottom: 1px solid #FFD6BA;
}

.college_comparison_section .zetheta_variant .comparison_header {
    background: #EDF7FF;
    border-bottom: 1px solid rgb(24 94 127 / 50%);
}

.college_comparison_section .comparison_title {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    margin: 0 !important;
}

.college_comparison_section .campus_variant .comparison_title {
    color: #FE7600;
}

.college_comparison_section .zetheta_variant .comparison_title {
    color: #023B4C;
}

.college_comparison_section .comparison_body {
    padding: 36px 32px;
}

.college_comparison_section .comparison_list {
    padding: 0;
    list-style: none;
}

.college_comparison_section .comparison_item {
    position: relative;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #023B4C;
    padding-left: 28px;
    margin-bottom: 36px;
}

.college_comparison_section .comparison_item:last-child {
    margin-bottom: 0;
}

.college_comparison_section .comparison_item::before {
    font-weight: 400;
    position: absolute;
    left: 0;
}

.college_comparison_section .status_negative::before {
    content: "—";
    color: #D84801;
    font-size: 24px;
    top: -2px;
}

.college_comparison_section .status_positive::before {
    content: "+";
    color: #34A353;
    font-size: 44px;
    top: 3px;
}

@media (max-width: 1199px) {

    .college_comparison_section {
        padding-top: 50px;
    }

    .college_comparison_section .comparison_wrapper {
        gap: 30px;
    }

    .college_comparison_section .comparison_header {
        padding: 10px 10px 15px 10px;
    }

    .college_comparison_section .comparison_title {
        font-size: 22px;
        line-height: 32px;
    }

    .college_comparison_section .comparison_body {
        padding: 30px 25px;
    }

    .college_comparison_section .comparison_item {
        margin-bottom: 30px;
        padding-left: 24px;
    }

    .college_comparison_section .status_negative::before {
        font-size: 18px;
    }

    .college_comparison_section .status_positive::before {
        font-size: 32px;
        top: 2px;
    }

}

@media (max-width: 991px) {

    .college_comparison_section {
        padding-top: 40px;
    }

    .college_comparison_section .comparison_wrapper {
        gap: 20px;
    }

    .college_comparison_section .comparison_title {
        font-size: 18px;
        line-height: 26px;
    }

    .college_comparison_section .comparison_body {
        padding: 20px 20px;
    }

    .college_comparison_section .comparison_item {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .college_comparison_section .status_negative::before {
        font-size: 12px;
    }

    .college_comparison_section .status_positive::before {
        font-size: 24px;
        top: 0px;
    }

}

@media (max-width: 767px) {

    .college_comparison_section {
        padding-top: 30px;
    }

    .college_comparison_section .comparison_wrapper {
        flex-direction: column;
    }

    .college_comparison_section .comparison_header {
        padding: 10px 10px 10px 10px;
    }

    .college_comparison_section .comparison_body {
        padding: 15px 15px;
    }

    .college_comparison_section .comparison_item {
        margin-bottom: 10px;
    }

}

/* College Steps Section */

.college_steps_section {
    background: #EDF7FF;
    padding: 60px 0;
}

.college_steps_section .steps_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.college_steps_section .steps_left {
    width: 33%;
    flex-shrink: 0;
}

.college_steps_section .steps_heading {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #023B4C;
    margin-bottom: 21px !important;
}

.college_steps_section .steps_heading_accent {
    display: block;
    color: #FE7600;
}

.college_steps_section .steps_description {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #023B4C;
    margin-bottom: 20px !important;
}

.college_steps_section .steps_rule {
    width: 60px;
    height: 2px;
    background-color: #023B4C;
}

.college_steps_section .steps_right {
    flex: 1;
}

.college_steps_section .steps_list {
    display: flex;
    flex-direction: column;
}

.college_steps_section .steps_item {
    border-bottom: 1px solid #023B4C;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 0;
}

.college_steps_section .steps_item:first-child {
    padding-top: 0;
}

.college_steps_section .steps_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.college_steps_section .steps_item_number_block {
    width: 50px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.college_steps_section .steps_item:nth-child(1) .steps_item_number_block {
    background: linear-gradient(96deg, #FFE5D4 17.38%, #FFF 119.73%);
}

.college_steps_section .steps_item:nth-child(2) .steps_item_number_block {
    background: linear-gradient(180deg, #F8A971 0.4%, #EF5523 103.08%);
}

.college_steps_section .steps_item:nth-child(3) .steps_item_number_block {
    background: linear-gradient(270deg, #185E7F 0%, #2BA9E5 100%);
}

.college_steps_section .steps_item:nth-child(4) .steps_item_number_block {
    background: linear-gradient(181deg, #01273A 0.91%, #026685 91.69%);
}

.college_steps_section .steps_item_label {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

.college_steps_section .steps_item:nth-child(1) .steps_item_label,
.college_steps_section .steps_item:nth-child(1) .steps_item_number {
    color: #023B4C;
}

.college_steps_section .steps_item:nth-child(2) .steps_item_label,
.college_steps_section .steps_item:nth-child(3) .steps_item_label,
.college_steps_section .steps_item:nth-child(4) .steps_item_label,
.college_steps_section .steps_item:nth-child(2) .steps_item_number,
.college_steps_section .steps_item:nth-child(3) .steps_item_number,
.college_steps_section .steps_item:nth-child(4) .steps_item_number {
    color: #FFFFFF;
}

.college_steps_section .steps_item_number {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}

.college_steps_section .steps_item_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #023B4C;
    margin-bottom: 5px !important;
}

.college_steps_section .steps_item_text {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #023B4C;
}

@media (max-width: 1400px) {

    .college_steps_section .steps_heading {
        font-size: 30px;
    }

}

@media (max-width: 1199px) {

    .college_steps_section {
        padding: 50px 0;
    }

    .college_steps_section .steps_wrapper {
        gap: 30px;
    }

    .college_steps_section .steps_left {
        width: 40%;
    }

    .college_steps_section .steps_heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px !important;
    }

    .college_steps_section .steps_description {
        margin-bottom: 18px !important;
    }

    .college_steps_section .steps_rule {
        width: 50px;
    }

}

@media (max-width: 991px) {

    .college_steps_section {
        padding: 40px 0;
    }

    .college_steps_section .steps_wrapper {
        gap: 20px;
    }

    .college_steps_section .steps_heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px !important;
    }

    .college_steps_section .steps_description {
        margin-bottom: 15px !important;
    }

    .college_steps_section .steps_rule {
        width: 40px;
    }

}

@media (max-width: 767px) {

    .college_steps_section {
        padding: 30px 0;
    }

    .college_steps_section .steps_wrapper {
        flex-direction: column;
    }

    .college_steps_section .steps_left {
        width: 100%;
        flex-shrink: initial;
        position: initial;
    }

    .college_steps_section .steps_right {
        width: 100%;
        flex: initial;
    }

    .college_steps_section .steps_heading {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px !important;
    }

    .college_steps_section .steps_item_title {
        font-size: 18px;
        line-height: 26px;
    }

}

/* College Logo Slider Section */

.page-template-colleges .slider_arrow_round .slick-arrow {
    position: absolute;
    width: 40.375px;
    height: 40.375px;
    background-image: var(--light-blue-gradient);
    border-radius: 25px;
    text-indent: -9999px;
    border: none;
    padding: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.page-template-colleges .slider_arrow_round .slick-arrow:hover {
    background-image: var(--orange-gradient);
}

.page-template-colleges .slider_arrow_round .slick-arrow.slick-prev {
    left: -85px;
}

.page-template-colleges .slider_arrow_round .slick-arrow.slick-next {
    right: -85px;
}

.page-template-colleges .slider_arrow_round .slick-arrow::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-template-colleges .slider_arrow_round .slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(7500%) hue-rotate(142deg) brightness(112%) contrast(95%);
}

.page-template-colleges .slider_arrow_round .slick-arrow.slick-prev::before {
    background-image: url(../images/landing_page/icon_slider_left.svg);
}

.page-template-colleges .slider_arrow_round .slick-arrow.slick-next::before {
    background-image: url(../images/landing_page/icon_slider_right.svg);
}

.page-template-colleges .slider_arrow_round .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 991px) {

    .page-template-colleges .slider_arrow_round .slick-arrow {
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .page-template-colleges .slider_arrow_round {
        padding-bottom: 70px;
    }

    .page-template-colleges .slider_arrow_round .slick-arrow.slick-prev {
        left: calc(50% - 50px);
    }

    .page-template-colleges .slider_arrow_round .slick-arrow.slick-next {
        right: calc(50% - 50px);
    }

}

/* College Marketing-Banner Section */

.college_marketing_banner_section {
    background: #EDF7FF;
    margin-top: 60px;
    padding: 32px 0;
}

.college_marketing_banner_section .banner_content {
    text-align: center;
}

.college_marketing_banner_section .banner_heading h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #FE7600;
    margin-bottom: 24px !important;
    text-transform: capitalize;
}

.college_marketing_banner_section .banner_para p {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 724px;
    margin: 0 auto !important;
    text-transform: capitalize;
}

@media (max-width: 1199px) {

    .college_marketing_banner_section {
        margin-top: 50px;
    }

    .college_marketing_banner_section .banner_heading h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 22px !important;
    }

}

@media (max-width: 991px) {

    .college_marketing_banner_section {
        margin-top: 40px;
    }

    .college_marketing_banner_section .banner_heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px !important;
    }

    .page-template-colleges footer {
        padding-top: 0;
    }

}

@media (max-width: 767px) {

    .college_marketing_banner_section {
        margin-top: 30px;
    }

    .college_marketing_banner_section {
        padding: 30px 0;
    }

    .college_marketing_banner_section .banner_heading h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px !important;
    }

}