  /*
Theme Name: Divi Edu
Theme URI: https://diviextended.com/products/divi-edu-child-theme
Description: Child of Divi theme for College websites.
Author: Elicus Technologies
Author URI:   https://elicus.com/
Template: Divi
Version: 1.0
License: This product constitutes of two parts. (1) The PHP and HTML code are licensed under the GPL license http://wordpress.org/about/gpl/. (2) All other part of the product including but not limited to css code, php code, images and layout are licensed as per the license purchased by the user. License detail for this section can be accessed here: http://diviextended.com/licenses
License URI: http://diviextended.com/licenses
*/
@import url("/wordpress/wp-content/themes/Divi/style.css");

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700');

body {
    font-family: 'Maven Pro', sans-serif;
    font-weight:400;
}

.container {
	width: 90%;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.blue {
    color: #003366;
}

.abs-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.et_pb_newsletter_form p input {
    padding: 8px 4% !important;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 20.875%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) {
    width: 47.25%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget {
    width: 31%;
    margin-right: 3.5%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget:last-child {
    margin-right: 0;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 5%;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper,
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.single-project.et_pb_pagebuilder_layout .nav-single,
.et_pb_row,
.et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container,
.et_pb_fullscreen .et_pb_fullwidth_header_container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row {
	width: 90%;
}


.btn,
.et_pb_promo_button,
.et_pb_module.et_pb_button {
    display: inline-block;
    border-width: 1px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    padding: 4px 10px  !important;
    font-family: inherit;
    cursor: pointer;
}

.btn:hover,
.et_pb_promo_button:hover,
.et_pb_module.et_pb_button:hover {
    border-width: 1px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    padding: 4px 10px !important;
    opacity: 0.7;
}

.btn-blue {
    background: #154f8f !important;
    border: 1px solid #154f8f !important;
    color: #fff !important;
}

.btn-blue:hover {
    background: #154f8f !important;
    border: 1px solid #154f8f !important;
    color: #fff !important;
}

.btn-blue a {
    color: inherit;
    cursor: pointer;
}

.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #154f8f !important;
}

.btn-white a {
    color: inherit;
    cursor: pointer;
}

.btn-white:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #154f8f !important;
}


/* Header CSS */
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 32px;
}

body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 0;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
    position: absolute;
    top: 36px;
}

body.et_non_fixed_nav.et_transparent_nav #top-header {
    top: 4px;
}

#et-secondary-menu > ul > li a {
    font-weight: 400;
}

.et_search_outer {
    left: 0;
}

body .container.et_pb_menu_hidden {
    z-index: 99;
}

body .et_pb_menu_hidden #top-menu,
body .et_pb_menu_hidden .mobile_menu_bar {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible .mobile_menu_bar {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

#et-secondary-menu {
    position: relative;
    z-index: 99;
}

.sub-menu {
    left: -50%;   
}

.nav li ul {
    border-top: none;
    padding: 0;
}

#top-menu li li {
    border-bottom: 1px dotted rgba(6, 22, 47, 0.15);
    width: 100%;
    padding: 0;
}

#top-menu li li:last-child {
    border-bottom: none;
}

#top-menu li li a {
    width: 100%;
    padding: 6px 10px;
    font-weight: 400;
}

#top-menu .parent-menu a {
    cursor: pointer;
}

.nav ul li a:hover {
    opacity: 1;
    background-color: #06162f;
    color: #fff !important;
}

.admin-login-menu-item a:before {
    content: '\f007';
    font-family: FontAwesome;
    padding-right: 5px;
}

.student-login-menu-item a:before {
    content: '\f19d';
    font-family: FontAwesome;
    padding-right: 5px;
}

.et_mobile_menu li a:hover {
    background-color: transparent;
}

.container.et_search_form_container {
    height: 30px !important;
}

.et_pb_section {
    z-index: 1;
}

.inner-page-header {
    height: 80vh;
}

.inner-page-header .et_pb_post_title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.innerpage-menu h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 1.25;
}


.tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.tab-visited {
    position: relative;
    opacity: 1;
}


/* º£½ÇÉçÇø Page CSS */
.section-title h2 {
    padding-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}

.section-title .title-top {
    display: block;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 1px;
}

.section-title .title-bottom {
    display: block;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title .light-weight {
    font-weight: 200;
}

.home-inline-contact-form .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
    vertical-align: middle;
}

.home-inline-contact-form .et_pb_contact .et_pb_contact_field_half {
    width: 35%;
    margin-bottom: 0;
}

.home-inline-contact-form .et_pb_contact_form p {
    padding-bottom: 0;
}

.home-inline-contact-form .et_contact_bottom_container {
    margin-top: 0;
}

.home-inline-contact-form .et_pb_contact p input {
    background-color: #fff;
    padding: 10px;
}

.home-inline-contact-form .et-pb-contact-message {
    display: none;
    margin-top: 8px;
    font-size: 16px;
}

.courses-section .et_pb_blurb {
    padding: 30px;
}

.courses-section .et_pb_blurb h4 {
    padding-bottom: 20px;
}

.courses-section .et_pb_blurb p {
    text-align: justify;
}

.courses-section .et_pb_blurb .course-link {
    margin-top: 25px;
}

.home-counters {
    margin-bottom: 0 !important;
    text-align: left;
}

.home-counters .percent {
    height: auto;
}

.home-counters h3 {
    padding-top: 5px;
    font-weight: 600;
}

.know-more.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px;
    vertical-align: middle;
}

.know-more.et_pb_blurb_position_left .et_pb_main_blurb_image,
.know-more.et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 20px;
}

.know-more .et-pb-icon {
    font-weight: 600;
}

.et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .know-more {
    margin-bottom: 20px;
}

.know-more:last-child {
    margin-bottom: 0;
}

.social-box .tweet-block .time {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #d2d2d2;
}

.social-box .tweet-block .tweet {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.social-box .tweet-block {
    margin-bottom: 20px;
}

.social-box .tweet-block:last-child {
    margin-bottom: 0;
}

.home-social-buttons.et_pb_button {
    min-width: 260px;
    padding: 20px 20px 20px 40px !important;
    text-align: left;
}

.home-social-buttons.et_pb_button:hover {
    padding: 20px 20px 20px 40px !important;
}

.home-testimonials .et_pb_slide_description {
    display: table;
    height: 100%;
}

.home-testimonials .et_pb_slide_image img {
    border: 3px solid #fff;
    border-radius: 50%;
}

.home-testimonials .testimonial-icon {
    font-size: 32px;
    margin-left: -32px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.home-testimonials .et-pb-arrow-prev,
.home-testimonials .et-pb-arrow-next {
    position: initial;
    background: #06162f;
    font-size: 32px;
    color: #fff !important;
}

.home-testimonials .et-pb-arrow-prev {
    border-right: 1px solid #fff;
}


/* Student Facilities Page CSS */
.student-facilities-section .slick-list {
    padding: 0 30px;
}

.student-facilities-section .wpsisac-slick-slider.design-4 .slick-image-slide .slide-wrap .slider-content-left {
    padding: 0 20px;
}

.student-facilities-section .wpsisac-slick-slider.design-4 .slick-dots {
    bottom: -40px !important;
    z-index: 999;
}

.student-facilities-section .wpsisac-slick-slider .slick-dots li button {
    border: 1px solid #003366 !important;
    cursor: pointer;
}

.student-facilities-section .wpsisac-slick-slider .slick-dots li.slick-active button {
    background: #003366 !important;
}

.student-facilities-section a {
    color: #fff;
}

.student-facilities-section .wpsisac-slick-slider h2 {
    padding-bottom: 10px !important;
    font-size: 32px;
    line-height: 1.25;
}

.student-facilities-section .wpsisac-slick-slider button.slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 48px;
    color: #fff;
}

.student-facilities-section .wpsisac-slick-slider button.slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 48px;
    color: #fff;
}

.student-facilities-section .wpsisac-slick-slider.design-4 .slick-arrow {
    background: transparent !important;
    text-indent: 0;
    color: #06162f;
    cursor: pointer;
}

.student-facilities-section .wpsisac-slick-slider .slick-image-slide {
    max-height: inherit !important;
}

/* Higher Courses Page */
.higher-courses .et_pb_blurb {
    min-height: 200px;
    display: flex;
    align-items: center;
}

.innerpage-courses .et_pb_blurb .et-pb-icon {
    font-size: 42px;
}

.innerpage-courses .et_pb_blurb .et_pb_blurb_container {
    padding-left: 30px;
    vertical-align: middle;
}

.innerpage-courses .et_pb_blurb {
    transition: all 300ms ease;
}

.innerpage-courses .et_pb_blurb_content {
    padding: 20px;
}

.innerpage-courses .et_pb_blurb h4 {
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
}

.blue-courses-section .et_pb_blurb .et-pb-icon,
.white-courses-section .et_pb_blurb .et-pb-icon {
    color: rgba(255, 255, 255, 0.6) !important;
}

.blue-courses-section .et_pb_blurb {
    border: 1px solid #2f384d;
    background: rgba(225, 255, 255, 0.2);
}

.white-courses-section .et_pb_blurb {
    border: 1px solid #2f384d;
    background: #06162f;
}

.blue-courses-section .et_pb_blurb:hover {
    background: rgba(6, 22, 47, 0.5);
}

.white-courses-section .et_pb_blurb:hover {
    border: 1px solid #192436;
    background: rgba(6, 22, 47, 0.9);
}

.blue-courses-section .et_pb_blurb h4,
.white-courses-section .et_pb_blurb h4 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.pg-courses-section .et_pb_blurb {
    display: table;
    width: 100%;
    height: 100%;
}

.pg-courses-section .et_pb_blurb_content {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 50px;
}

.pg-courses-section .et_pb_blurb .et-pb-icon {
    color: rgba(255, 255, 255, 0.8) !important;
}

.pg-courses-section .et_pb_blurb h4 {
    padding-bottom: 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Sidebar */

#main-content .container:before {
    width: 0px;
}

/* Footer CSS */

.widget_search input#searchsubmit {
    color: #fff;
    border: none;
}

.widget_search #searchsubmit {
    background-color: #026D9D;
}

#gallery-1 img {
    width: 80px;
}

dl.gallery-item {
    margin: 0 4% 0 0 !important;
    width: 46% !important;
}

.upper-footer { 
    position: relative;
    z-index: -1;
    height: 386px;
}

#main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.footer-widget h6 {
    color: #fff;
}

#footer-widgets .footer-widget .et-social-icons {
    float: left;
}

#footer-widgets .footer-widget .et-social-icons li {
    border: 1px solid #afafaf;
    width: 38px;
    height: 38px;
    padding: 2px 6px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
}

#footer-widgets .footer-widget .et-social-icons li:before {
    content: initial;
    background: transparent;
}

#footer-widgets .footer-widget li:before {
    content: none;
}

.et-social-icons li {
    margin-left: 10px;
}

.et-social-icons li:first-child {
    margin-left: 0;
}

.et-social-icons li a:before {
    vertical-align: middle;    
}

#footer-widgets .footer-widget .et-social-icons a {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

#footer-widgets .footer-widget .et-social-icons li:hover {
    opacity: 0.6;
}

#footer-widgets .footer-widget .et-social-icons a:hover, 
#footer-widgets .et_pb_widget a {
    color: #fff;
}

#footer-bottom {
    padding: 15px 0 30px;
}

#footer-bottom .container {
    border-top: 1px solid #19283f;
    padding-top: 10px;
}

#footer-info {
    padding-bottom: 0;
}


.mobile_menu_bar:before {
    color: #fff !important;
}

.blurb-box .et_pb_main_blurb_image .et-pb-icon{
    margin-top: -40px;
}

#main-content {
    position: relative;
    z-index: 1;
}

.cta-dark .et_pb_button, .cta-dark .et_pb_button:hover {
    display: inline-block;
    padding: 4px 10px;
    font-family: inherit;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    color: #154f8f;
    border-width: 0px;
   border-radius: 0px;
   letter-spacing: 0px;
}

@media screen and (min-width: 981px){
    /*
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 26px 0 0 0 !important;
    }
    */
    nav#top-menu-nav {
        border-top: 1px solid rgba(175, 175, 175, 0.2);
        padding-top: 10px;
    }
    
    .home-testimonials .et-pb-slider-arrows {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

    
}

@media screen and (max-width: 980px){
    .section-title .title-top {
        font-size: 38px;
    }
    
    .section-title .title-bottom {
        font-size: 50px;
    }

    .home-inline-contact-form .et_pb_column:first-child {
        width: 20% !important;
        margin-right: 10%;
        margin-bottom: 0;
    }
    
    .home-inline-contact-form .et_pb_column:last-child {
        width: 70% !important;
    }
    
    .courses-section .et_pb_blurb_content {
        max-width: 100%;
    }
    
    .home-middle-section .et_pb_row {
        display: flex;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:first-child {
        width: 70% !important;
        margin-right: 5%;
        margin-bottom: 0;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:last-child {
        width: 25% !important;
        padding: 50px 15px !important;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:first-child .et_pb_row_inner:last-child .et_pb_column {
        width: 47.5% !important;
        margin-bottom: 0;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:first-child .et_pb_row_inner:last-child .et_pb_column:first-child {
        margin-right: 5%;
    }
    
    .student-services-section .et_pb_column {
        margin-bottom: 0;
    }
    
    .student-services-row.et_pb_row .et_pb_column {
        width: 32% !important;
        margin-right: 2% !important;
    }
    
    .student-services-row.et_pb_row .et_pb_column:last-child {
        margin-right: 0 !important;
    }
    
    .student-services-row.et_pb_row .et_pb_column:first-child {
        width: 100% !important;
        margin-bottom: 30px;
    }
 
    .social-section .et_pb_button_module_wrapper:last-child {
        margin-right: 0;
    }
    
    .social-section .et_pb_button {
        width: 100%;
    }
    
    .upper-footer {
        height: 0 !important;
    }
    
    #main-footer {
        position: relative;
        bottom: initial;
        left: initial;
        right: initial;
        z-index: 1;
    }
    
    .downloadable-form-btn a span {
        display: none;
    }
    
    .downloadable-form-title {
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        font-size: 20px !important;
    }
    
    .downloadable-form-title:before {
        padding-top: 2px !important;
    }
    
}

@media screen and (max-width: 800px){
    .home-inline-contact-form .et_pb_column:first-child {
        width: 25% !important;
        margin-right: 5%;
    }
    
    .home-inline-contact-form .et_pb_contact .et_pb_contact_field_half {
        width: 32.7%;
    }
    
    .home-testimonials {
        width: 100% !important;
    }
    
    .home-testimonials .et_pb_slide_description .et_pb_slide_title {
        top: calc(100% + 25px) !important;
    }
}

@media screen and (max-width: 767px){
    .section-title .title-top {
        font-size: 26px;
    }
    
    .section-title .title-bottom {
        font-size: 32px;
    }
    
    .home-inline-contact-form .et_pb_column:first-child {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .home-inline-contact-form .et_pb_column:last-child {
        width: 100% !important;
    }
    
    .home-inline-contact-form .et_pb_contact .et_pb_contact_field_half {
        margin-bottom: 20px;
    }
    
    .courses-section .et_pb_blurb {
        padding: 20px;
    }
    
    .home-middle-section .et_pb_row {
        display: block;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:first-child {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .home-middle-section .et_pb_row > .et_pb_column:last-child {
        width: 100% !important;
        padding: 20px 15px !important;
    }
    
    .know-more .et_pb_blurb_content {
        max-width: 100%;
    }
    
    .social-box .tweet-block {
        width: 100%;
        margin-right: 0;
    }
    
    .social-section .et_pb_button_module_wrapper {
        width: 100%;
        margin-right: 0;
    }
    
    .social-section .et_pb_button_module_wrapper .et_pb_button,
    body #page-container .social-section .et_pb_button_module_wrapper .et_pb_button:before {
        font-size: 18px !important;
    }
    
    .home-testimonials .et_pb_slide {
        padding: 0 10%;
    }
    
    .home-testimonials .et_pb_slide_image {
        display: table-cell !important;
    }
    
    .home-testimonials.et_pb_slider_0 .et_pb_slide_image {
        position: absolute;
        top: calc(100% - 20px);
        width: 75px;
        height: 75px;
    }
    
    .home-testimonials.et_pb_slider_0 .et_pb_slide_description {
        padding: 12% 0;
    }
    
    .home-testimonials.et_pb_slider_0 .et_pb_slide_description .et_pb_slide_title {
        right: 80px;
    }
    
    .home-testimonials .et_pb_slide_description .et_pb_slide_title {
        top: calc(100% + 16px) !important;
    }
    
    .home-testimonials.et_pb_slider_0 {
        margin-bottom: 100px !important;
    }
    
    .home-testimonials .et-pb-arrow-prev,
    .home-testimonials .et-pb-arrow-next {
        font-size: 40px;
    }
    
    .home-testimonials .et-pb-slider-arrows {
        position: absolute;
        top: calc(100% + 70px);
        left: -999px;
        right: -999px;
        margin: auto;
        width: 85px;
    }
    
    .downloadable-form-title {
        font-size: 18px !important;
    }
    
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) .et_pb_widget {
        width: 100%;
        margin-right: 0;
    }

}


@media screen and (max-width: 480px){
    .downloadable-form-title {
        font-size: 16px !important;
    }
}


