﻿

.wm-adminuser-section li a i {
    font-size: 15px !important;
    display: inline-block !important;
    padding: 6px 0 0 0 !important;
}

#wm-header {
    position: relative;
    z-index: 9;
}

    #wm-header .container {
        position: relative;
        width: 1324px !important;
    }

.wm-logo {
    float: left;
    margin: 10px 0px 10px 0px;
}

.navbar-nav > li > a {
    font-size: 15px;
    color: #424242;
    font-weight: bold;
    padding: 35px 15px 35px 15px;
    text-transform: uppercase;
}

.wm-topstrip {
    text-align: center;
    padding: 0;
    font-size: 12px;
}

.slick-dots {
    text-align: center !important;
}


.wm-main-banner .slick-slide {
    height: 560px;
    min-height: 1px;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 7px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}


.valignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sectiontopbottom {
    padding: 100px;
    margin-top: 80px !important;
}

.wm-main-banner1 .slick-slide {
    height: auto;
    width: 105% !important;
    min-height: 1px;
}

.section {
    margin-top: 100px !important;
}

.m-60 {
    margin: 60px 0;
}

.p-60 {
    padding: 60px 0 80px 0;
}


.announcement-list li {
    background: #fff;
    padding: 18px;
    border: 1px solid #efefef;
    font-size: 16px;
}

.wm-footer-widget ul li {
    color: #fff;
    margin-bottom: 5px !important;
    font-weight: 300;
    line-height: 20px;
}

.wm-footer-two .widget_archive ul li {
    padding-left: 27px;
    position: relative;
    font-size: 14px;
}

.admissions-banner {
    position: relative;
}

    .admissions-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .admissions-banner .container {
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
    }

        .admissions-banner .container h1 {
            color: #fff;
            font-size: 3.9rem;
            line-height: 50px;
        }

        .admissions-banner .container p {
            color: #fff;
            font-size: 1.6rem;
        }

.admissions-form .form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

select option {
    color: #000 !important;
}

.admissions-form label {
    font-size: 14px;
}

.primary-band {
    background: #2e3192;
    padding: 35px;
}

    .primary-band .bg-prime, .primary-band .bg-sec {
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        color: #000;
        font-size: 18px;
        margin-bottom: 0;
    }

    .primary-band .bg-prime {
        background-color: #FFAE3B;
    }

    .primary-band .bg-sec {
        background-color: #fff;
    }

.ad-section {
    padding: 80px 0;
}


.overlay-card {
    position: relative;
    overflow: hidden;
}

    .overlay-card .overlay-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px;
        background-color: rgb(46 48 122);
        color: #fff;
        text-transform: uppercase;
    }


.admission-banner-form {
    margin-top: -545px;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    padding: 35px 25px;
    z-index: 999;
    border-radius: 8px;
    z-index: 999 !important
}

.ad-bg-prime {
    background-color: #2e3192;
    padding: 80px 0;
}

    .ad-bg-prime *, .ad-bg-prime .form-control {
        color: #fff;
    }

    .ad-bg-prime .wm-transparent-button {
        border: 1px solid #FFAE3B;
        color: #FFAE3B;
        border-radius: 0px;
        padding: 9px 29px 9px;
        font-weight: 500;
    }

.programs-slider {
    float: left;
    width: 100%;
}

    .programs-slider .slick-slide {
        padding: 0 15px;
    }
/* parallax */
.ad-parallax {
    background: url(../images/admissions-banner.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}

    .ad-parallax::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.40);
    }

    .ad-parallax .container {
        position: relative;
        z-index: 99;
    }

    .ad-parallax .title {
        color: #fff;
        font-size: 35px;
        line-height: 1.5;
    }

    .ad-parallax .subtitle {
        font-size: 20px;
        font-weight: 300;
        color: #fff
    }

@media(max-width: 767px) {
    .ad-parallax {
        padding: 130px 0;
    }

        .ad-parallax .title {
            font-size: 24px;
            line-height: 1.5;
        }

        .ad-parallax .subtitle {
            font-size: 15px;
        }
}

.row-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.headmaster-left img {
    width: 100%;
    border-radius: 8px
}

@media(min-width: 992px) {
    .headmaster-left {
        flex: 0 0 auto;
        width: 350px;
    }

    .headmaster-right {
        flex: 0 0 auto;
        width: calc(100% - 360px);
    }
}



.headmaster-message {
    text-align: center;
    color: #fff;
    padding: 25px 80px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headmaster-head {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.headmaster-desc {
    font-weight: 300;
    margin-bottom: 45px;
}

.headmaster-text {
    margin-bottom: 45px;
}

.pt-0 {
    padding-top: 0;
}


.contact-details i {
    color: #001844;
    float: left;
    font-size: 17px;
    margin-top: 4px;
}

.contact-details h6 {
    font-size: 18px;
    line-height: 26px;
    color: #001844;
    padding: 0 30px;
    font-weight: 700;
}

.contact-details {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 15px;
}

@media(max-width: 767px){
    #wm-header .container{
        width: auto !important;
    }

    .navbar-collapse{
        width: 80%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        margin: auto;
    }

    
    .wm-dropdown-menu li a{
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav > li:first-child > a, .navbar-nav > li > a{
        padding: 30px 15px 0;
    }


    .section, .sectiontopbottom{
        margin-top: 20px !important;
    }
    
    .wm-whychooseus-full, .sectiontopbottom, .wm-tocolumn-spacer, .wm-tocolumn-spacer,
    .wm-footer-widget, .ad-section, .ad-bg-prime{
        padding: 40px 0;
    }

    .wm-footer-widget{
        padding-bottom: 0;
    }

    .wm-parallex h2, h1{
        font-size: 25px;
    }

    .wm-search-course{
        padding: 20px 0 0;
    }

    .whychooseus-list ul li{
        margin-bottom: 30px;
    }

    .whychooseus-list ul li span{
        font-size: 35px;
    }

    .wm-questions-studying{
        padding: 40px 25px;
    }

    .wm-questions-studying p{
        margin-bottom: 15px;
    }

    .wm-filterable-link ul li a{
        font-size: 16px;
    }

    .wm-box-service ul li{
        width: 50%;
    }

    .wm-fancytitle-two{
        margin-bottom: 20px;
    }

    .wm-banner-addswrap h2, .wm-title-full h2, h2{
        font-size: 18px;
    }

    .wm-upcoming-event-slider-full{
        padding-bottom: 40px;
    }

    .thumb-testimonial-text{
        padding: 20px 0 50px;
    }

    .wm-main-content{
        padding-bottom: 20px;
    }

    .whowe-are-full{
        padding: 40px 15px;
    }

    h1.wm-left-border{
        font-size: 20px !important;
    }

    .wm-center-section{
        height: auto !important;
    }

    .wm-subscribe-form{
        padding-top: 0;
    }

    .wm-subscribe-form h2, .wm-mini-title h1{
        font-size: 25px;
    }

    .wm-subscribe-form h2:before{
        width: 100%;
    }

    .wm-learn-listing figcaption{
        transform: translateY(-10%);
    }

    .wm-lesson-tabs aside{
        float: left;
    }

    .wm-tabs-style .tab-content{
        padding: 15px;
        margin-top: 25px;
    }

    .wm-blog-single{
        margin-bottom: 0;
    }

    .admission-banner-form{
        margin-top: 0;
    }

    .admissions-banner .container h1{
        font-size: 20px;
        line-height: 25px;
    }

    .admissions-banner img{
        height: 200px;
    object-fit: cover;
    object-position: left;
    }

    .ad-section .col-lg-5{
        clear: both;
        margin-bottom: 25px;
    }
    
    .ad-section .col-lg-7{
        clear: both;
    }

    .mb-3{
        margin-bottom: 15px;
    }

    .headmaster-message{
        padding: 15px;
    }

    .wm-promo-box-text{
        float: none;
    }

    .wm-promo-box{
        padding: 20px;
    }

    .wm-promo-box p, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        clear: both;
    }

    .slick-slide{
        clear: none !important;
    }

    .wm-upcoming-event-slider-full{
        padding-top: 15px;
    }

    .wm-shop-list .wm-grid-info{
        padding: 25px 15px;
    }
}