@font-face {
    font-family: 'MinionPro-Regular';
    src: url("../fonts/MinionPro-Regulard41d.eot?#iefix") format("embedded-opentype"),url("../fonts/MinionPro-Regular.woff") format("woff"),url("../fonts/MinionPro-Regular.ttf") format("truetype"),url("../fonts/MinionPro-Regular.svg#SapientSansRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-overlay-fixed {
    background: rgba(0,0,0,0.9);
}

    .fancybox-overlay-fixed .fancybox-skin {
        padding: 0 !important;
        text-align: center;
        border-radius: 0;
    }

    .fancybox-overlay-fixed .text {
        padding: 20px;
        box-sizing: border-box;
    }

        .fancybox-overlay-fixed .text p {
            font-size: 14px;
            margin-top: 0;
            text-align: center;
        }

            .fancybox-overlay-fixed .text p b {
                font-size: 20px;
                color: #e63a33;
            }

#auto-open-popup img {
    width: 100%;
}

.imgcenter {
    text-align: center;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100px;
}

.scrollToTop {
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 75px;
    right: 40px;
    background: url(../img/backtotop.png) no-repeat center center #e63a33;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.full-sec-default {
    padding: 30px 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.read-more-btn {
    font-size: 12px;
    font-weight: 400;
    background: #ff8a00;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    transition: all linear .3s;
}

    .read-more-btn:hover {
        background: #6a6a71;
    }

.pay-fee {
    margin-right: 5px;
}

    .pay-fee a {
        padding: 6px 12px 6px 31px;
        display: block;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
        color: #fff;
        background: url(../img/icon-pay-fee.png) no-repeat 12px 7px #e63a33;
    }

        .pay-fee a:hover {
            background-color: #0c54a0;
        }

.heading-lg {
    font-size: 2.2em;
    color: #e63a33;
    font-weight: 500;
    line-height: 1;
}

    .heading-lg.text-center {
        text-align: center;
    }

.ml25 {
    padding-left: 25px;
}

.heading-sub {
    font-size: 18px;
    color: #0c54a0;
    font-weight: 600;
}

p {
    font-size: 15px;
    font-weight: 400;
    margin: 10px auto 0;
    line-height: 24px;
}

    p.cent {
        width: 80%;
        text-align: center;
    }

.read-more-link-text {
    font-size: 12px;
    color: #e63a33;
    transition: all linear .3s;
}

    .read-more-link-text:hover {
        color: #6a6a71;
    }

::-webkit-input-placeholder {
    opacity: 1;
    color: #6f6f6f;
}

:-moz-placeholder {
    opacity: 1;
    color: #6f6f6f;
}

::-moz-placeholder {
    opacity: 1;
    color: #6f6f6f;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #6f6f6f;
}

@keyframes fade-effect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-effect-slide {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

.table-structur-data {
    padding-top: 30px;
    margin-bottom: 20px;
}

    .table-structur-data:nth-of-type(2n) {
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .table-structur-data .title {
        padding: 15px 15px 15px 30px;
        font-size: 20px;
        background: #f7f7f7;
        font-weight: 600;
    }

    .table-structur-data table {
        width: 100%;
        margin-bottom: 20px;
        border: solid 1px #c6c6c6;
    }

        .table-structur-data table tr {
            background: #f7f7f7;
        }

            .table-structur-data table tr:nth-of-type(even) {
                background: #fff;
            }

            .table-structur-data table tr th, .table-structur-data table tr td {
                padding: 15px 15px 15px 30px;
                font-size: 20px;
                font-weight: 300;
                color: #434343;
                text-align: left;
                border-right: solid 1px #c6c6c6;
                border-bottom: solid 1px #c6c6c6;
                box-sizing: border-box;
            }

            .table-structur-data table tr th {
                color: #fff;
                text-transform: uppercase;
                font-weight: 500;
                background: #0c54a0;
            }

    .table-structur-data .read-more-btn {
        background: #e63a33;
    }

        .table-structur-data .read-more-btn:hover {
            background: #6a6a71;
        }

    .table-structur-data.small-view tr td, .table-structur-data.small-view tr th {
        font-size: 15px;
        font-weight: 300;
        padding: 10px 10px 10px 20px;
        text-transform: none;
    }

    .table-structur-data.small-view tr th {
        font-size: 12px;
        font-weight: 400;
    }

.fullwidth {
    width: 100%;
}

.bottom-container {
    padding-bottom: 30px;
}

.owl-carousel .owl-wrapper-outer {
    padding-bottom: 10px;
}

body.bg_freeze {
    overflow: hidden;
}

.Programme-structure {
    width: 100%;
    background: url("../img/programme-structure-bg.jpg") no-repeat 0 0;
    background-size: 100%;
    min-height: 474px;
    padding: 40px 0;
    margin-top: 20px;
    box-sizing: border-box;
}

    .Programme-structure .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Programme-structure .left {
        width: 530px;
    }

        .Programme-structure .left p {
            font-size: 17px;
            font-weight: 300;
            line-height: 26px;
        }

    .Programme-structure .right {
        width: 630px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .Programme-structure .right .image {
            width: 368px;
        }

            .Programme-structure .right .image img {
                width: 100%;
                display: block;
            }

        .Programme-structure .right .value-sec {
            width: auto;
        }

            .Programme-structure .right .value-sec ul {
                margin: 0;
                padding: 0;
            }

                .Programme-structure .right .value-sec ul li {
                    padding: 10px 0 10px 50px;
                    display: block;
                    position: relative;
                    font-size: 18px;
                }

                    .Programme-structure .right .value-sec ul li:before {
                        position: absolute;
                        content: "";
                        width: 28px;
                        height: 28px;
                        left: 0;
                        background: #00a353;
                    }

                    .Programme-structure .right .value-sec ul li.project:before {
                        background: #0b54a0;
                    }

                    .Programme-structure .right .value-sec ul li.humanities:before {
                        background: #ec3f34;
                    }

                    .Programme-structure .right .value-sec ul li.creative:before {
                        background: #f58c24;
                    }

                    .Programme-structure .right .value-sec ul li.natural:before {
                        background: #c547c5;
                    }

                    .Programme-structure .right .value-sec ul li.core:before {
                        background: #bbbb04;
                    }

ul.accordion li {
    width: 100%;
    background: none;
    font-size: 14px;
    line-height: 23px;
    padding: 0 0 8px;
}

    ul.accordion li a.accord {
        background: #f1f3f4;
        color: #2c4c95;
        display: block;
        padding: 10px 10px 10px 15px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        position: relative;
    }

        ul.accordion li a.accord:before {
            position: absolute;
            content: "+";
            color: #e63a33;
            right: 15px;
            font-size: 22px;
        }

        ul.accordion li a.accord.active:before {
            content: "-";
        }

    ul.accordion li .accordion-inner-text {
        display: none;
        padding: 0 20px 15px;
        box-sizing: border-box;
        border: solid 1px #f1f3f4;
    }

        ul.accordion li .accordion-inner-text a {
            color: #e63a33;
            font-size: 14px;
            display: block;
            transition: all linear .3s;
        }

            ul.accordion li .accordion-inner-text a:hover {
                color: #1a1b21;
            }

    ul.accordion li ul {
        margin: 0;
    }

        ul.accordion li ul li {
            font-size: 16px;
            font-weight: 400;
            background: url(../img/icon-li-arrow.png) no-repeat 0 12px;
            padding: 5px 0 0px 15px;
            margin: 0;
            font-style: normal;
            opacity: .8;
            display: block;
        }

h3 {
    margin-bottom: 0;
    font-weight: 400;
    color: #0c54a0;
}

.social-widget {
    width: 100%;
    margin: 20px 0;
}

    .social-widget .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .social-widget .widget {
        width: 400px;
    }

        .social-widget .widget .image {
            margin-bottom: 20px;
        }

    .social-widget .inner {
        max-height: 460px;
        overflow-y: auto;
        width: 100%;
    }

.cookies-sec {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transition: all linear .5s;
    background: #000;
}

    .cookies-sec .js-cookie-consent {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cookies-sec p {
        color: #fff;
        width: 1000px;
        font-size: 12px;
        line-height: 16px;
        margin: 5px 0;
    }

    .cookies-sec .accept {
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
        cursor: pointer;
        border: 0;
        text-transform: uppercase;
        background: #e63a33;
        transition: all linear .3s;
    }

        .cookies-sec .accept:hover {
            background: #0c54a0;
        }

    .cookies-sec.fadeout {
        bottom: -100px;
    }

.footer-bar-mobile {
    position: fixed;
    width: 100%;
    display: none;
    padding: 5px 0;
    box-sizing: border-box;
    justify-content: space-around;
    bottom: 0;
    z-index: 100;
}

    .footer-bar-mobile a {
        color: #545454;
        font-size: 14px;
        text-align: center;
    }

        .footer-bar-mobile a img {
            display: block;
            margin: 0 auto 5px;
        }

    .footer-bar-mobile:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 65%;
        bottom: 0;
        z-index: -1;
        background: #e8e8e8;
    }

ul.default-li li, ol.default-li li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px auto 0;
    line-height: 24px;
    padding-left: 20px;
    color: #000;
    background: url(../img/icon-bullet.png) no-repeat 0 10px;
}

section.search-results .error {
    font-size: 20px;
    color: #e63a33;
    padding-bottom: 30px;
    text-align: center;
}

section.search-results li {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

    section.search-results li:last-child {
        border: none;
    }

    section.search-results li a {
        color: #e63a33;
    }

section.search-results ul {
    margin-bottom: 20px;
}

.side-img {
    float: right;
    margin: 0 0 15px;
    text-align: center;
    color: #e63a33;
}

    .side-img p {
        text-align: center;
        margin: 0;
    }

    .side-img img {
        margin-bottom: 10px;
    }

body {
    margin: 0;
    font-family: "Ubuntu",sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer !important;
}

    a:hover, a:focus {
        outline: 0 !important;
    }

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}

    header.small .latest_news_header {
        display: none;
    }

    header.new-home-sec {
        background: transparent;
        color:#fff;
    }

        header.new-home-sec .logo {
            max-width: 300px;
        }

        header.new-home-sec .top-header {
            width: 100%;
            background: #393939;
        }

            header.new-home-sec .top-header .container {
                justify-content: flex-end;
            }

                header.new-home-sec .top-header .container .info-bar .top-nav ul li {
                    display: inline-block;
                    position: relative;
                }

                    header.new-home-sec .top-header .container .info-bar .top-nav ul li a {
                        font-size: 13px;
                        color: #fff;
                        padding: 7px 12px;
                        display: block;
                        -webkit-transition: all linear 0.3s;
                        -ms-transition: all linear 0.3s;
                        -moz-transition: all linear 0.3s;
                        transition: all linear 0.3s;
                    }

                        header.new-home-sec .top-header .container .info-bar .top-nav ul li a:hover {
                            opacity: .8;
                        }

                        header.new-home-sec .top-header .container .info-bar .top-nav ul li a.download {
                            background: url(../img/icon-download-small.png) no-repeat 0 8px;
                            padding-left: 24px;
                        }

                    header.new-home-sec .top-header .container .info-bar .top-nav ul li ul {
                        display: none;
                        position: absolute;
                        z-index: 1;
                        left: 0;
                        top: 27px;
                        width: 210px;
                    }

                        header.new-home-sec .top-header .container .info-bar .top-nav ul li ul li {
                            border: none;
                            box-shadow: none;
                            border-bottom: solid 1px #ddd;
                            transition: all linear .3s;
                            background: #fff;
                            display: block;
                            padding: 0;
                        }

                            header.new-home-sec .top-header .container .info-bar .top-nav ul li ul li a {
                                padding: 8px 10px;
                                color: #000;
                                display: block;
                            }

                            header.new-home-sec .top-header .container .info-bar .top-nav ul li ul li:after {
                                display: none;
                            }

                            header.new-home-sec .top-header .container .info-bar .top-nav ul li ul li:hover {
                                background: #ef7f1a;
                            }

                                header.new-home-sec .top-header .container .info-bar .top-nav ul li ul li:hover a {
                                    color: #fff;
                                }

                    header.new-home-sec .top-header .container .info-bar .top-nav ul li:hover ul {
                        display: block;
                    }

                header.new-home-sec .top-header .container .info-bar .pay-fee a {
                    font-size: 15px;
                    background: url(../img/icon-pay-fee.png) no-repeat 12px 7px #ef7f1a;
                    margin-right: 10px;
                }

                header.new-home-sec .top-header .container .info-bar span.call-info a {
                    color: #fff;
                    background: url("../img/icon-phone-pink.png") no-repeat 0 6px;
                    padding-right: 0;
                }

                    header.new-home-sec .top-header .container .info-bar span.call-info a:after {
                        display: none;
                    }

                header.new-home-sec .top-header .container .info-bar span.quick-link ul li {
                    font-size: 12px;
                    font-weight: 400;
                    padding: 3px 25px 4px 10px;
                    box-shadow: none;
                }

                    header.new-home-sec .top-header .container .info-bar span.quick-link ul li a {
                        color: #fff;
                    }

                    header.new-home-sec .top-header .container .info-bar span.quick-link ul li ul {
                        top: 22px;
                        width: 200px;
                        left: auto;
                        right: 0;
                    }

                        header.new-home-sec .top-header .container .info-bar span.quick-link ul li ul li {
                            background: #fff;
                            padding: 0;
                        }

                            header.new-home-sec .top-header .container .info-bar span.quick-link ul li ul li a {
                                color: #000;
                                font-size: 13px;
                                -webkit-transition: all linear 0.3s;
                                -ms-transition: all linear 0.3s;
                                -moz-transition: all linear 0.3s;
                                transition: all linear 0.3s;
                            }

                                header.new-home-sec .top-header .container .info-bar span.quick-link ul li ul li a:hover {
                                    color: #ffffff;
                                    background: #f58633;
                                }

                    header.new-home-sec .top-header .container .info-bar span.quick-link ul li:after {
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-top: 4px solid #ffffff;
                        right: 11px;
                        top: 8px;
                    }

        header.new-home-sec .bottom-header .container {
            
        display: flex;
    padding-top: 5px;
    justify-content: space-between;
    align-items: center;
        }

        header.new-home-sec .bottom-header .logo.white {
            display: none;
        }

        header.new-home-sec .bottom-header .menu ul {
            margin: 0;
            padding: 0;
            position: relative;
        }

            header.new-home-sec .bottom-header .menu ul .sidebar-item {
                display: none;
            }

            header.new-home-sec .bottom-header .menu ul li {
                list-style: none;
                display: inline-block;
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 400;
            }

                header.new-home-sec .bottom-header .menu ul li a {
                    color: #fff;
                    font-weight: 400;
                    padding: 10px 8px 28px;
                    -webkit-transition: all linear 0.3s;
                    -ms-transition: all linear 0.3s;
                    -moz-transition: all linear 0.3s;
                    transition: all linear 0.3s;
                }

                header.new-home-sec .bottom-header .menu ul li:hover a {
                    color: #d26f2e;
                }

                header.new-home-sec .bottom-header .menu ul li.parentlevel > a {
                    position: relative;
                }

                    header.new-home-sec .bottom-header .menu ul li.parentlevel > a:before {
                        position: absolute;
                        content: "";
                        border-left: solid 10px transparent;
                        border-right: solid 10px transparent;
                        border-bottom: solid 10px #e8e9e8;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        width: 0;
                        opacity: 0;
                        bottom: 11px;
                    }

                header.new-home-sec .bottom-header .menu ul li.parentlevel:hover a:before {
                    opacity: 1;
                }

                header.new-home-sec .bottom-header .menu ul li .drop-down {
                    display: none;
                    background: rgba(255,255,255,0.92);
                    padding-bottom: 15px;
                    max-width: 790px;
                    box-sizing: border-box;
                    position: absolute;
                    top: 35px;
                    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
                    left: 0;
                    animation: fade-effect .5s linear;
                }

                    header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 {
                        width: 790px;
                    }

                        header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul {
                            width: 100%;
                            display: flex;
                            justify-content: space-between;
                            flex-wrap: wrap;
                        }

                            header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li {
                                width: 48%;
                                position: static;
                            }

                                header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li ul {
                                    width: 100%;
                                    margin: 0 0 15px;
                                }

                                    header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li ul li, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li ul li {
                                        width: 100%;
                                    }

                            header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li {
                                width: 30%;
                            }

                    header.new-home-sec .bottom-header .menu ul li .drop-down .image {
                        width: 300px;
                        padding: 20px 20px 0 20px;
                        position: relative;
                    }

                        header.new-home-sec .bottom-header .menu ul li .drop-down .image:before {
                            position: absolute;
                            content: "";
                            width: 1px;
                            height: 85%;
                            background: #d4d4d4;
                            left: 0;
                            margin: auto;
                            top: 0;
                            bottom: 0;
                        }

                    header.new-home-sec .bottom-header .menu ul li .drop-down ul {
                        min-width: 200px;
                        margin: 20px 20px 0 20px;
                    }

                        header.new-home-sec .bottom-header .menu ul li .drop-down ul li {
                            width: 100%;
                            display: block;
                            font-size: 15px;
                            text-transform: none;
                        }

                            header.new-home-sec .bottom-header .menu ul li .drop-down ul li#menu71 a {
                                padding: 10px;
                                background: #ef7f1a;
                                text-align: center;
                                color: #fff;
                            }

                                header.new-home-sec .bottom-header .menu ul li .drop-down ul li#menu71 a:hover {
                                    background: #e63a33;
                                }

                            header.new-home-sec .bottom-header .menu ul li .drop-down ul li a {
                                color: #000;
                                display: block;
                                background: url("../img/icon-bullet.png") no-repeat 0 10px;
                                font-weight: 300;
                                padding: 6px 0 6px 15px;
                                transition: all linear .3s;
                            }

                                header.new-home-sec .bottom-header .menu ul li .drop-down ul li a:hover {
                                    color: #e63a33;
                                }

                                header.new-home-sec .bottom-header .menu ul li .drop-down ul li a.menu-bold {
                                    font-size: 18px;
                                    text-transform: uppercase;
                                    padding-left: 0;
                                    color: #e63a33;
                                    border-bottom: solid 1px #d8d8d8;
                                    margin-bottom: 5px;
                                    background: none;
                                }

                                    header.new-home-sec .bottom-header .menu ul li .drop-down ul li a.menu-bold:hover {
                                        color: #000;
                                    }

                header.new-home-sec .bottom-header .menu ul li:hover .drop-down {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                header.new-home-sec .bottom-header .menu ul li:last-child:hover .drop-down, header.new-home-sec .bottom-header .menu ul li:nth-last-child(2):hover .drop-down, header.new-home-sec .bottom-header .menu ul li:nth-last-child(3):hover .drop-down, header.new-home-sec .bottom-header .menu ul li:nth-last-child(4):hover .drop-down, header.new-home-sec .bottom-header .menu ul li:nth-last-child(5):hover .drop-down {
                    right: 0;
                    left: auto;
                }

        header.new-home-sec.small, header.new-home-sec.small-header {
            background: #fff;
            border-bottom: solid 1px #f1f1f1;
        }

            header.new-home-sec.small .bottom-header .container, header.new-home-sec.small-header .bottom-header .container {
                padding-top: 5px;
            }

            header.new-home-sec.small .bottom-header .logo.white, header.new-home-sec.small-header .bottom-header .logo.white {
                display: block;
            }

            header.new-home-sec.small .bottom-header .logo, header.new-home-sec.small-header .bottom-header .logo {
                display: none;
            }

            header.new-home-sec.small .bottom-header .menu ul li a, header.new-home-sec.small-header .bottom-header .menu ul li a {
                color: #000;
                -webkit-transition: all linear 0.3s;
                -ms-transition: all linear 0.3s;
                -moz-transition: all linear 0.3s;
                transition: all linear 0.3s;
            }

            header.new-home-sec.small .bottom-header .menu ul li:hover > a, header.new-home-sec.small-header .bottom-header .menu ul li:hover > a {
                color: #ef7f1a;
            }

            header.new-home-sec.small .bottom-header .menu ul li.parentlevel > a, header.new-home-sec.small-header .bottom-header .menu ul li.parentlevel > a {
                position: relative;
            }

                header.new-home-sec.small .bottom-header .menu ul li.parentlevel > a:before, header.new-home-sec.small-header .bottom-header .menu ul li.parentlevel > a:before {
                    bottom: 0px;
                    border-bottom: solid 10px #ededed;
                }

            header.new-home-sec.small .bottom-header .menu ul li .drop-down, header.new-home-sec.small-header .bottom-header .menu ul li .drop-down {
                top: 46px;
            }

        header.new-home-sec.small-header {
            position: relative;
        }

        header.new-home-sec.small {
            position: fixed;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            animation: fade-effect-slide linear .5s;
            color:#000000;
        }

.top-header {
    margin: 0px;
    padding: 0;
}

    .top-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-header .logo {
        margin: 5px 0;
    }

    .top-header .info-bar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .top-header .info-bar .search-icon {
            padding: 6px 12px 5px;
            background: #2c4c95;
            cursor: pointer;
            margin-left: 10px;
            transition: all linear .3s;
        }

            .top-header .info-bar .search-icon:hover {
                background: #ff8a00;
            }

        .top-header .info-bar .search-box-web {
            display: none;
            padding: 10px;
            background: #ccc;
            position: absolute;
            top: 29px;
            z-index: 1;
        }

            .top-header .info-bar .search-box-web input {
                padding: 10px;
                height: 35px;
                border: 0;
                width: 275px;
                border: solid 1px #a7a7a7;
            }

                .top-header .info-bar .search-box-web input.read-more-btn {
                    width: auto;
                    height: auto;
                    border: 0;
                }

        .top-header .info-bar span {
            display: flex;
            margin-right: 5px;
            margin-left: 10px;
        }

            .top-header .info-bar span.quick-link {
                max-width: 200px;
            }

            .top-header .info-bar span.call-info a {
                color: #6a6a71;
                padding-right: 10px;
                font-weight: 400;
                margin-right: 10px;
                background: url("../img/icon-phone.png") no-repeat 0 7px;
                padding-left: 24px;
                padding-bottom: 8px;
                padding-top: 5px;
                font-size: 15px;
                position: relative;
                transition: all linear .3s;
            }

                .top-header .info-bar span.call-info a:hover {
                    color: #e63a33;
                }

                .top-header .info-bar span.call-info a:after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 15px;
                    background: #d6d6d7;
                    right: 0;
                    top: 6px;
                }

                .top-header .info-bar span.call-info a.email {
                    background: url("../img/icon-mail.png") no-repeat 0 7px;
                    margin-right: 0;
                    padding-right: 0;
                }

                    .top-header .info-bar span.call-info a.email:after {
                        display: none;
                    }

            .top-header .info-bar span.quick-link ul {
                margin: 0;
                padding: 0;
            }

                .top-header .info-bar span.quick-link ul li {
                    display: inline-block;
                    font-size: 15px;
                    font-weight: 400;
                    padding: 5px 25px 5px 10px;
                    border: solid 1px #ccc;
                    position: relative;
                    box-shadow: 0 0 10px rgba(0,0,0,0.11);
                    position: relative;
                }

                    .top-header .info-bar span.quick-link ul li:after {
                        position: absolute;
                        content: "";
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-top: 4px solid #6a6a71;
                        right: 8px;
                        top: 10px;
                    }

                    .top-header .info-bar span.quick-link ul li a {
                        color: #6a6a71;
                    }

                    .top-header .info-bar span.quick-link ul li ul {
                        display: none;
                        position: absolute;
                        z-index: 1;
                        left: 0;
                        top: 27px;
                        width: 210px;
                    }

                        .top-header .info-bar span.quick-link ul li ul li {
                            border: none;
                            box-shadow: none;
                            border-bottom: solid 1px #ddd;
                            transition: all linear .3s;
                            background: #fff;
                            display: block;
                            padding: 0;
                        }

                            .top-header .info-bar span.quick-link ul li ul li a {
                                padding: 8px 10px;
                                display: block;
                            }

                            .top-header .info-bar span.quick-link ul li ul li:after {
                                display: none;
                            }

                            .top-header .info-bar span.quick-link ul li ul li:hover {
                                background: #6a6a71;
                            }

                                .top-header .info-bar span.quick-link ul li ul li:hover a {
                                    color: #fff;
                                }

                    .top-header .info-bar span.quick-link ul li:hover ul {
                        display: block;
                    }

            .top-header .info-bar span.social-media a {
                margin-left: 3px;
            }

                .top-header .info-bar span.social-media a img {
                    transition: all linear .3s;
                    display: block;
                }

                .top-header .info-bar span.social-media a:hover img {
                    filter: grayscale(100%);
                }

.navbar {
    background: #1a1b21;
}

    .navbar .container .nav_outer {
        display: flex;
        flex-direction: row;
        width: auto;
        background: #1a1b21;
        justify-content: space-between;
    }

        .navbar .container .nav_outer ul {
            margin: 0;
            padding: 0px;
            display: flex;
            position: relative;
            justify-content: flex-start;
        }

            .navbar .container .nav_outer ul li {
                font-size: 14px;
                font-weight: 400;
                text-transform: uppercase;
                transition: all linear .3s;
                position: relative;
            }

                .navbar .container .nav_outer ul li:nth-last-child(2) .dropdown, .navbar .container .nav_outer ul li:nth-last-child(3) .dropdown, .navbar .container .nav_outer ul li:nth-last-child(4) .dropdown, .navbar .container .nav_outer ul li:nth-last-child(5) .dropdown, .navbar .container .nav_outer ul li:nth-last-child(6) .dropdown {
                    left: 0;
                    right: auto;
                }

                    .navbar .container .nav_outer ul li:nth-last-child(2) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-last-child(3) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-last-child(4) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-last-child(5) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-last-child(6) .dropdown ul li:hover {
                        color: red;
                    }

                .navbar .container .nav_outer ul li:nth-child(2) .dropdown, .navbar .container .nav_outer ul li:nth-child(1) .dropdown, .navbar .container .nav_outer ul li:nth-child(4) .dropdown, .navbar .container .nav_outer ul li:nth-child(5) .dropdown, .navbar .container .nav_outer ul li:nth-child(7) .dropdown, .navbar .container .nav_outer ul li:nth-child(8) .dropdown, .navbar .container .nav_outer ul li:nth-child(9) .dropdown {
                    min-width: 600px;
                }

                    .navbar .container .nav_outer ul li:nth-child(2) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(2) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(1) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(1) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(4) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(4) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(5) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(5) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(7) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(7) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(8) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(8) .dropdown .image, .navbar .container .nav_outer ul li:nth-child(9) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(9) .dropdown .image {
                        flex: 0 0 48%;
                        max-width: 48%;
                    }

                .navbar .container .nav_outer ul li:nth-child(3) .dropdown, .navbar .container .nav_outer ul li:nth-child(6) .dropdown, .navbar .container .nav_outer ul li:nth-child(10) .dropdown {
                    min-width: 1160px;
                    left: -172px;
                }

                    .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul {
                        display: flex;
                        flex-direction: row;
                    }

                        .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li {
                            max-width: 25%;
                            flex: 0 0 25%;
                        }

                            .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li:before, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li:before, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li:before {
                                display: none;
                            }

                            .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li:active, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li:active, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li:hover, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li:active {
                                background: transparent;
                            }

                            .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li a.menu-bold, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li a.menu-bold, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li a.menu-bold {
                                position: relative;
                                opacity: 1;
                                text-transform: uppercase;
                                margin-bottom: 5px;
                            }

                            .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li span a, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li span a, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li span a {
                                padding-left: 35px;
                                line-height: 20px;
                                position: relative;
                            }

                                .navbar .container .nav_outer ul li:nth-child(3) .dropdown ul li span a:before, .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li span a:before, .navbar .container .nav_outer ul li:nth-child(10) .dropdown ul li span a:before {
                                    position: absolute;
                                    content: url("../img/bulits.png");
                                    left: 17px;
                                    top: 5px;
                                }

                .navbar .container .nav_outer ul li:nth-child(6) .dropdown {
                    min-width: 500px;
                }

                    .navbar .container .nav_outer ul li:nth-child(6) .dropdown ul li {
                        max-width: 50%;
                        flex: 0 0 50%;
                    }

                .navbar .container .nav_outer ul li:nth-child(10) .dropdown {
                    min-width: 800px;
                    right: 0;
                    left: auto;
                }

                .navbar .container .nav_outer ul li.active {
                    background: #24252c;
                }

                .navbar .container .nav_outer ul li:hover {
                    background: #2d2e37;
                    opacity: 1;
                }

                    .navbar .container .nav_outer ul li:hover > .dropdown {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }

                    .navbar .container .nav_outer ul li:hover a {
                        opacity: 1;
                    }

                .navbar .container .nav_outer ul li .dropdown {
                    display: none;
                    animation: fade-effect .5s linear;
                    position: absolute;
                    min-width: 400px;
                    background: #2d2e37;
                    padding: 20px 30px;
                    box-sizing: border-box;
                }

                    .navbar .container .nav_outer ul li .dropdown .image {
                        width: 400px;
                    }

                        .navbar .container .nav_outer ul li .dropdown .image img {
                            width: 100%;
                            display: block;
                        }

                    .navbar .container .nav_outer ul li .dropdown ul {
                        display: block;
                        width: 100%;
                    }

                    .navbar .container .nav_outer ul li .dropdown li {
                        border-bottom: none;
                        text-transform: none;
                        position: relative;
                    }

                        .navbar .container .nav_outer ul li .dropdown li:before {
                            position: absolute;
                            content: url("../img/bulits.png");
                            left: 0;
                            top: 6px;
                        }

                        .navbar .container .nav_outer ul li .dropdown li a {
                            padding: 5px 16px;
                            font-size: 15px;
                            transition: all linear .3s;
                            font-weight: 300;
                            opacity: .6;
                            line-height: 20px;
                        }

                        .navbar .container .nav_outer ul li .dropdown li.heading-prog a {
                            font-size: 20px;
                            font-weight: 600;
                        }

                        .navbar .container .nav_outer ul li .dropdown li:last-child {
                            border-bottom: none;
                        }

                        .navbar .container .nav_outer ul li .dropdown li:hover, .navbar .container .nav_outer ul li .dropdown li.active {
                            background: none;
                        }

                        .navbar .container .nav_outer ul li .dropdown li:after {
                            display: none;
                        }

                        .navbar .container .nav_outer ul li .dropdown li ul {
                            display: none;
                            left: 100% !important;
                            right: 0 !important;
                            top: 0;
                        }

                        .navbar .container .nav_outer ul li .dropdown li#menu116:before, .navbar .container .nav_outer ul li .dropdown li#menuapply_now:before {
                            display: none;
                        }

                        .navbar .container .nav_outer ul li .dropdown li#menu116 a, .navbar .container .nav_outer ul li .dropdown li#menuapply_now a {
                            border: solid 1px #f7f7f7;
                            display: inline-block;
                            padding: 8px 16px;
                            text-transform: uppercase;
                            margin: 10px 0;
                            transition: all linear .3s;
                        }

                            .navbar .container .nav_outer ul li .dropdown li#menu116 a:hover, .navbar .container .nav_outer ul li .dropdown li#menuapply_now a:hover {
                                background: #e63a33;
                                border: solid 1px #e63a33;
                                color: #fff;
                            }

                .navbar .container .nav_outer ul li:nth-child(8) .dropdown, .navbar .container .nav_outer ul li:nth-child(7) .dropdown, .navbar .container .nav_outer ul li:nth-child(8) .dropdown, .navbar .container .nav_outer ul li:nth-child(9) .dropdown, .navbar .container .nav_outer ul li:nth-child(10) .dropdown, .navbar .container .nav_outer ul li:last-child .dropdown {
                    right: 0;
                    left: auto;
                }

                .navbar .container .nav_outer ul li a {
                    color: #fff;
                    opacity: .6;
                    padding: 10px 15px;
                    box-sizing: border-box;
                    display: block;
                }

                .navbar .container .nav_outer ul li:after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #373948;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .navbar .container .nav_outer ul li:last-child::after {
                    display: none;
                }

aside.connect-link {
    position: fixed;
    right: 0;
    top: 230px;
    z-index: 5;
}

    aside.connect-link ul {
        margin: 0;
        padding: 0;
    }

        aside.connect-link ul li {
            width: 75px;
            background: #009746;
            margin-top: 1px;
            text-align: center;
            transition: all linear .3s;
        }

            aside.connect-link ul li:hover {
                background: #ff8a00;
            }

            aside.connect-link ul li a {
                display: block;
                padding: 5px;
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                line-height: 15px;
            }

                aside.connect-link ul li a .icon {
                    margin-bottom: 3px;
                }

aside.connect-link-new {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 5;
}

    aside.connect-link-new span.error.form-error {
        font-size: 9px !important;
        margin: 5px 0;
        padding: 0;
        width: 100%;
    }

    aside.connect-link-new #admission_errors {
        font-size: 14px;
        color: #e63a33;
    }

        aside.connect-link-new #admission_errors .success {
            color: #009746;
        }

    aside.connect-link-new ul {
        margin: 0;
        padding: 0;
    }

        aside.connect-link-new ul li {
            margin-bottom: 5px;
            position: absolute;
            top: -28px;
            left: 0;
        }

            aside.connect-link-new ul li.apply-now {
                top: 348px;
            }

            aside.connect-link-new ul li.whatsapp, aside.connect-link-new ul li.phone {
                top: 335px;
            }

                aside.connect-link-new ul li.whatsapp .body-content, aside.connect-link-new ul li.phone .body-content {
                    width: auto;
                    padding: 13px 10px 12px;
                }

                    aside.connect-link-new ul li.whatsapp .body-content p, aside.connect-link-new ul li.phone .body-content p {
                        margin: 0;
                        font-size: 16px;
                        min-width: 110px;
                        color: #303030;
                    }

                    aside.connect-link-new ul li.whatsapp .body-content a, aside.connect-link-new ul li.phone .body-content a {
                        color: #303030;
                    }

                aside.connect-link-new ul li.whatsapp .image, aside.connect-link-new ul li.phone .image {
                    top: 26px;
                }

            aside.connect-link-new ul li.phone {
                top: 282px;
            }

            aside.connect-link-new ul li .image {
                position: absolute;
                cursor: pointer;
                left: -37px;
                top: 40%;
                transform: translateY(-50%);
            }

            aside.connect-link-new ul li .body-content {
                width: 345px;
                padding: 20px;
                box-sizing: border-box;
                -webkit-transition: all linear 0.3s;
                -ms-transition: all linear 0.3s;
                -moz-transition: all linear 0.3s;
                transition: all linear 0.3s;
                text-align: center;
                background: #fff;
                left: 0;
                z-index: 0;
                position: relative;
                text-align: left;
            }

                aside.connect-link-new ul li .body-content h4 {
                    font-size: 24px;
                    font-weight: 400;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

                aside.connect-link-new ul li .body-content .form_inner form {
                    display: flex;
                    flex-direction: row;
                    margin-top: 20px;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                    aside.connect-link-new ul li .body-content .form_inner form .form_row {
                        max-width: 100%;
                        margin-bottom: 10px;
                        flex: 0 0 100%;
                        position: relative;
                    }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row input, aside.connect-link-new ul li .body-content .form_inner form .form_row select {
                            width: 100%;
                            border-radius: 4px;
                            outline: none;
                            height: auto;
                            box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
                            border: 0;
                            color: #a28d9b;
                            font-size: 15px;
                            padding: 12px 10px;
                            position: relative;
                            box-sizing: border-box;
                            z-index: 2;
                        }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_drpdwn {
                            max-width: 15%;
                            flex: 0 0 15%;
                        }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_drpdwn .ph_drp_menu {
                                width: 100%;
                                height: auto;
                                background: #f6f6f6;
                                border: 1px solid #e0e0e0;
                                border-radius: 5px 0 0 5px;
                                outline: none;
                                box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
                                font-size: 15px;
                                padding: 12px 10px;
                                outline: none;
                                cursor: pointer;
                            }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_drpdwn .cont_code {
                                padding-left: 0;
                                display: none;
                                position: absolute;
                                top: 42px;
                                width: 100%;
                                background: #f6f6f6;
                                z-index: 999;
                                margin: 0;
                                border: 1px solid #ccc;
                                border-radius: 0 0 5px 5px;
                            }

                                aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_drpdwn .cont_code li {
                                    border-bottom: 1px solid #e0e0e0;
                                    padding: 4px 10px 4px 10px;
                                    cursor: pointer;
                                }

                                    aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_drpdwn .cont_code li:hover {
                                        background: #e63a33;
                                        color: #f6f6f6;
                                        transition: all 0.3s;
                                    }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_text {
                            max-width: 80%;
                            flex: 0 0 80%;
                        }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row .ph_text input[type="tel"] {
                                border-radius: 0 5px 5px 0;
                            }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row .captch_text {
                            max-width: 100%;
                            display: flex;
                            text-align: left;
                            margin-top: 10px;
                            align-items: center;
                        }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row .captch_text img {
                                margin-right: 10px;
                            }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row.captcha_sec {
                            justify-content: space-between;
                            align-items: center;
                        }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row.agree_chkbox, aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn {
                            width: 100%;
                            text-align: left;
                        }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row.agree_chkbox span.error.form-error, aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn span.error.form-error {
                                position: absolute;
                            }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row.agree_chkbox span:first-child, aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn span:first-child {
                                width: 7%;
                                margin-right: 10px;
                                vertical-align: top;
                                display: inline-block;
                            }

                                aside.connect-link-new ul li .body-content .form_inner form .form_row.agree_chkbox span:first-child input[type="checkbox"], aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn span:first-child input[type="checkbox"] {
                                    box-shadow: none;
                                }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row.agree_chkbox span:last-child, aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn span:last-child {
                                width: 88%;
                                font-size: 12px;
                                display: inline-block;
                            }

                        aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn {
                            justify-content: flex-end;
                        }

                            aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn input[type="submit"] {
                                background: #f6f6f6;
                                font-weight: 600;
                                text-transform: uppercase;
                                color: #000;
                                box-shadow: none;
                                border-radius: 0;
                                font-size: 14px;
                                padding: 10px 30px;
                                transition: all linear .3s;
                                width: auto;
                                border: 1px solid #000;
                            }

                                aside.connect-link-new ul li .body-content .form_inner form .form_row.submit_btn input[type="submit"]:hover {
                                    border: solid 1px #f6f6f6;
                                    color: #f6f6f6;
                                    background: #f7882f;
                                }

            aside.connect-link-new ul li.show .body-content {
                left: -100%;
                z-index: 9;
            }

.banner {
    position: relative;
    overflow: hidden;
    top: 0;
    margin-bottom: 0;
}

    .banner.latest-banner, .banner.latest-banner1 {
        top: 0;
        margin-bottom: 0;
    }

        .banner.latest-banner .text-detail, .banner.latest-banner1 .text-detail {
            top: auto;
            bottom: 45px;
        }

            .banner.latest-banner .text-detail .inner, .banner.latest-banner1 .text-detail .inner {
                width: 700px;
                background: none;
                height: auto;
                color: #fff;
            }

                .banner.latest-banner .text-detail .inner p, .banner.latest-banner1 .text-detail .inner p {
                    color: #fff;
                    font-size: 16px;
                    line-height: 24px;
                }

    .banner.latest-banner1 {
        top: 127px;
        margin-bottom: 127px;
    }

        .banner.latest-banner1 ul.rslides li {
            position: relative;
        }

            .banner.latest-banner1 ul.rslides li:after {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                background: -moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                background: -webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
                width: 100%;
                height: 100%;
            }

    .banner.inner .text-detail {
        bottom: 5px;
    }

    .banner.inner ul.rslides_tabs {
        bottom: 45px;
    }

    .banner .rslides_nav.rslides1_nav {
        position: absolute;
        width: 29px;
        display: none;
        top: 50%;
        transform: translateY(-50%);
    }

        .banner .rslides_nav.rslides1_nav.next {
            background: url("../img/explore-arrow-hover.png") no-repeat 0 4px;
            left: 0;
        }

        .banner .rslides_nav.rslides1_nav.prev {
            background: url("../img/explore-arrow-right-hover.png") no-repeat 0 4px;
            left: 96%;
        }

    .banner img {
        width: 100%;
        display: block;
    }

    .banner .text-detail {
        position: absolute;
        max-width: 1200px;
        left: 0;
        right: 0;
        top: 125px;
        margin: 0 auto;
        z-index: 99;
    }

        .banner .text-detail .inner {
            background: rgba(255,255,255,0.7);
            width: 600px;
            height: 280px;
            padding: 30px 30px 30px 0;
            box-sizing: border-box;
            font-size: 2.2em;
            line-height: 40px;
            font-weight: 300;
            text-shadow: 0px 2px 2px #000;
            color: #000;
        }

            .banner .text-detail .inner span {
                display: block;
                font-size: 30px;
            }

            .banner .text-detail .inner b {
                font-weight: 600;
                text-transform: uppercase;
                display: block;
            }

            .banner .text-detail .inner p {
                color: #000;
                margin: 10px 0 0;
                text-transform: none;
                line-height: 18px;
            }

            .banner .text-detail .inner .read-more-btn {
                display: inline;
                text-transform: none;
            }

        .banner .text-detail .title {
            font-size: 36px;
            color: #fff;
            padding-left: 25px;
            max-width: 400px;
            line-height: 1;
            text-transform: uppercase;
            font-weight: 300;
        }

            .banner .text-detail .title:after {
                position: absolute;
                content: "";
                width: 7px;
                height: 100%;
                top: 0;
                left: 0;
                background: #e63a33;
            }

.our-programme-sec {
    padding: 50px 0;
    text-align: center;
}

    .our-programme-sec.new-home {
        padding-top: 0;
    }

    .our-programme-sec.inner-page p {
        width: 98%;
    }

    .our-programme-sec p {
        width: 100%;
        margin: 10px auto 0;
    }

    .our-programme-sec .owl-theme .owl-controls .owl-prev, .our-programme-sec .owl-theme .owl-controls .owl-next {
        background: url(../img/slider-icon-prev-dark.png) no-repeat 0 0;
        top: 80px;
        opacity: .5;
        transition: all linear .3s;
    }

        .our-programme-sec .owl-theme .owl-controls .owl-prev:hover, .our-programme-sec .owl-theme .owl-controls .owl-next:hover {
            opacity: 1;
        }

    .our-programme-sec ul {
        margin: 10px 0 0;
        padding: 0;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .our-programme-sec ul li {
            width: 285px;
            margin-top: 25px;
            margin-right: 20px;
            padding-bottom: 20px;
            background: #fff;
            box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
            position: relative;
        }

            .our-programme-sec ul li:nth-of-type(4n) {
                margin-right: 0;
            }

            .our-programme-sec ul li img {
                display: block;
                min-height: 65px;
            }

            .our-programme-sec ul li .image img {
                border-radius: 5px 5px 0 0;
                width: 100%;
            }

            .our-programme-sec ul li .icon {
                margin: -50px auto 0;
                width: 96px;
            }

            .our-programme-sec ul li .detail {
                margin: 0;
                padding: 0 20px;
                width: 100%;
                font-weight: 18px;
                min-height: 50px;
                box-sizing: border-box;
            }

                .our-programme-sec ul li .detail span {
                    font-size: 18px;
                    color: #1a1b21;
                    text-transform: uppercase;
                    line-height: 1;
                    display: block;
                }

                .our-programme-sec ul li .detail p {
                    font-size: 15px;
                    color: #1a1b21;
                    margin: 10px 0;
                    width: 100%;
                    line-height: 20px;
                }

            .our-programme-sec ul li .explore {
                position: absolute;
                content: "";
                width: 35px;
                height: 35px;
                background: #f7f7f7;
                text-align: center;
                color: #1a1b21;
                border-radius: 50%;
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -15px;
                line-height: 35px;
                transition: all linear .3s;
            }

            .our-programme-sec ul li:hover .explore {
                background: #e63a33;
                color: #fff;
            }

        .our-programme-sec ul.acedemics-page li .detail {
            padding-top: 30px;
            padding-bottom: 10px;
            text-align: left;
        }

            .our-programme-sec ul.acedemics-page li .detail span.course-name {
                font-size: 15px;
                color: #e63a33;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

        .our-programme-sec ul.acedemics-page li .explore {
            background: #e63a33;
            color: #fff;
            left: auto;
            right: 15px;
            margin: 0;
            bottom: auto;
            top: 165px;
        }

            .our-programme-sec ul.acedemics-page li .explore:hover {
                background: #6a6a71;
            }

    .our-programme-sec.mec-sec li {
        width: 585px;
        padding-bottom: 0;
        min-height: 215px;
        overflow: hidden;
    }

        .our-programme-sec.mec-sec li a {
            display: block;
        }

        .our-programme-sec.mec-sec li .image {
            float: left;
            width: 230px;
        }

            .our-programme-sec.mec-sec li .image img {
                border-radius: 5px 0 0 5px;
                min-height: 215px;
            }

        .our-programme-sec.mec-sec li .detail {
            padding: 10px 20px;
            box-sizing: 25px;
            width: calc(100% - 230px);
            float: right;
            text-align: left;
        }

            .our-programme-sec.mec-sec li .detail span {
                text-transform: none;
            }

                .our-programme-sec.mec-sec li .detail span.date-time {
                    font-size: 12px;
                    margin-top: 10px;
                }

                    .our-programme-sec.mec-sec li .detail span.date-time b {
                        font-weight: 400;
                        margin-left: 10px;
                        background: url("../img/icon-watch.png") no-repeat 0 2px;
                        padding-left: 20px;
                    }

            .our-programme-sec.mec-sec li .detail .read-more-link {
                font-size: 12px;
                color: #e63a33;
                font-weight: 500;
                text-transform: uppercase;
                transition: all linear .3s;
            }

                .our-programme-sec.mec-sec li .detail .read-more-link:hover {
                    color: #1a1b21;
                }

    .our-programme-sec.mec-adv-sec {
        background: #fff;
    }

        .our-programme-sec.mec-adv-sec .owl-theme .owl-controls .owl-next {
            left: 1140px;
        }

        .our-programme-sec.mec-adv-sec li {
            width: 375px;
            border-radius: 5px;
            padding-bottom: 0;
            overflow: hidden;
            text-align: left;
        }

            .our-programme-sec.mec-adv-sec li .image img {
                width: 100%;
            }

            .our-programme-sec.mec-adv-sec li .detail {
                background: #fff;
                padding: 20px 20px 10px;
                min-height: 190px;
                box-sizing: border-box;
                transition: all linear .3s;
            }

                .our-programme-sec.mec-adv-sec li .detail span {
                    color: #0c54a0;
                    transition: all linear .3s;
                }

                .our-programme-sec.mec-adv-sec li .detail p {
                    transition: all linear .3s;
                    margin: 5px 0 0;
                }

            .our-programme-sec.mec-adv-sec li:hover .detail {
                background: #0c54a0;
            }

                .our-programme-sec.mec-adv-sec li:hover .detail span, .our-programme-sec.mec-adv-sec li:hover .detail p {
                    color: #fff;
                }

    .our-programme-sec.campus-life-sec {
        background: #fff;
    }

        .our-programme-sec.campus-life-sec .owl-theme .owl-controls {
            top: 150px;
        }

        .our-programme-sec.campus-life-sec ul {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: space-between;
        }

            .our-programme-sec.campus-life-sec ul li {
                width: 100%;
                padding: 0;
                box-shadow: none;
            }

                .our-programme-sec.campus-life-sec ul li .image {
                    position: relative;
                }

                    .our-programme-sec.campus-life-sec ul li .image img {
                        border-radius: 0;
                    }

                    .our-programme-sec.campus-life-sec ul li .image .detail {
                        width: 300px;
                        height: 248px;
                        background: #f7f7f7;
                        position: absolute;
                        bottom: 0;
                        padding: 25px;
                        text-align: left;
                        transition: all linear .3s;
                        left: 0;
                    }

                        .our-programme-sec.campus-life-sec ul li .image .detail .inner {
                            position: relative;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 100%;
                            font-size: 14px;
                        }

                            .our-programme-sec.campus-life-sec ul li .image .detail .inner span {
                                padding-bottom: 7px;
                            }

                        .our-programme-sec.campus-life-sec ul li .image .detail .more-link {
                            width: 27px;
                            height: 12px;
                            background: url("../img/explore-arrow.png") no-repeat 0 0;
                            position: absolute;
                            bottom: 20px;
                            right: 30px;
                        }

                    .our-programme-sec.campus-life-sec ul li .image:hover .detail {
                        background: #0c54a0;
                        color: #fff;
                    }

                        .our-programme-sec.campus-life-sec ul li .image:hover .detail span, .our-programme-sec.campus-life-sec ul li .image:hover .detail p {
                            color: #fff;
                        }

                        .our-programme-sec.campus-life-sec ul li .image:hover .detail .more-link {
                            background: url("../img/explore-arrow-hover.png") no-repeat 0 0;
                        }

                .our-programme-sec.campus-life-sec ul li .half:nth-of-type(2n) .image .detail {
                    left: auto;
                    right: 0;
                }

section.our-programme-sec.mec-sec {
    padding-bottom: 0;
}

.placement-sec {
    padding: 50px 0;
    background: url("../img/placement-bg-img.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
    min-height: 380px;
    margin-top: 40px;
}

    .placement-sec .heading-sub {
        color: #ff8a00;
    }

    .placement-sec .heading-lg {
        color: #fff;
    }

    .placement-sec p {
        color: #afafb0;
        width: 80%;
    }

    .placement-sec ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .placement-sec ul li {
            margin-top: 30px;
        }

            .placement-sec ul li img {
                display: block;
                border: solid 2px transparent;
                transition: all linear .3s;
            }

            .placement-sec ul li:hover img {
                border: solid 2px #ff8a00;
            }

.director-message {
    margin: 0px;
    width: 100%;
    background: url("../img/director-message-bg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

    .director-message .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .director-message .image {
        padding-top: 20px;
    }

        .director-message .image img {
            display: block;
        }

    .director-message .message {
        text-align: center;
        width: 600px;
        color: #fff;
        font-weight: 300;
    }

        .director-message .message p {
            margin: 0;
            font-size: 14px;
            position: relative;
        }

            .director-message .message p b {
                font-weight: 300;
                padding-bottom: 5px;
                font-size: 22px;
                text-transform: uppercase;
                display: block;
            }

        .director-message .message .name {
            font-size: 15px;
            color: #ff8a00;
            text-align: right;
            margin-top: 80px;
            display: block;
        }

        .director-message .message .profile {
            color: #fff;
            font-size: 15px;
            position: relative;
            text-align: right;
            float: right;
            text-transform: uppercase;
        }

            .director-message .message .profile:after {
                position: absolute;
                content: "";
                width: 1110px;
                height: 2px;
                background: #737374;
                right: -860px;
                bottom: -5px;
            }

            .director-message .message .profile:before {
                position: absolute;
                content: "";
                width: 104px;
                height: 104px;
                background: url("../img/explore-icon.png") no-repeat 0 0;
                left: -123px;
                top: -25px;
                z-index: 1;
            }

.about-sec {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .about-sec .video-sec {
        width: 50%;
        position: relative;
    }

        .about-sec .video-sec img {
            display: block;
            width: 100%;
        }

        .about-sec .video-sec .video-icon {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            top: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .about-sec .video-sec .video-icon img {
                width: auto;
                margin: 0 auto;
                opacity: .9;
                transition: all linear .3s;
            }

            .about-sec .video-sec .video-icon:hover img {
                opacity: 1;
            }

    .about-sec .text {
        width: 600px;
        padding-left: 50px;
        box-sizing: border-box;
    }

        .about-sec .text .title {
            font-size: 36px;
            font-weight: 300;
            color: #e63a33;
            line-height: 1;
            margin-bottom: 10px;
            display: block;
        }

            .about-sec .text .title b {
                display: block;
                font-size: 41px;
                padding-bottom: 5px;
                font-weight: 400;
            }

        .about-sec .text .read-more-btn {
            margin-top: 25px;
            display: inline-block;
            background: #e63a33;
        }

            .about-sec .text .read-more-btn:hover {
                background: #6a6a71;
            }

.total-number-value {
    margin: 0px;
    padding: 50px 0;
    background: url("../img/total-number-bg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}

    .total-number-value ul {
        margin: 0;
        padding: 0px;
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .total-number-value ul li {
            padding: 10px 20px 10px 20px;
            font-size: 16px;
            font-weight: 300;
            border-right: solid 1px rgba(255,255,255,0.2);
            color: #fff;
            display: flex;
            align-items: center;
            position: relative;
        }

            .total-number-value ul li span {
                font-size: 58px;
                line-height: 1;
                float: left;
                margin-right: 10px;
                font-weight: 400;
                position: relative;
            }

                .total-number-value ul li span:after {
                    position: absolute;
                    content: "";
                    width: 70px;
                    height: 2px;
                    background: #e63a33;
                    bottom: -4px;
                    left: 8px;
                }

    .total-number-value .owl-carousel .owl-wrapper-outer {
        max-width: 1199px;
    }

    .total-number-value .owl-theme .owl-controls {
        position: absolute;
        top: -6px;
    }

        .total-number-value .owl-theme .owl-controls .owl-prev, .total-number-value .owl-theme .owl-controls .owl-next {
            opacity: .5;
        }

            .total-number-value .owl-theme .owl-controls .owl-prev:hover, .total-number-value .owl-theme .owl-controls .owl-next:hover {
                opacity: 1;
            }

.our-faculty {
    margin: 0;
    background: #f7f7f7;
    padding: 0;
}

    .our-faculty .container {
        display: flex;
        justify-content: space-between;
    }

    .our-faculty .member-sec {
        width: 800px;
        padding: 40px 0;
    }

        .our-faculty .member-sec .owl-theme .owl-controls .owl-prev, .our-faculty .member-sec .owl-theme .owl-controls .owl-next {
            background: url(../img/slider-icon-prev-dark.png) no-repeat 0 0;
            top: 80px;
            opacity: .5;
            transition: all linear .3s;
        }

            .our-faculty .member-sec .owl-theme .owl-controls .owl-prev:hover, .our-faculty .member-sec .owl-theme .owl-controls .owl-next:hover {
                opacity: 1;
            }

        .our-faculty .member-sec .owl-theme .owl-controls .owl-next {
            left: 750px;
        }

        .our-faculty .member-sec ul {
            margin: 30px 0 0;
            padding: 0;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

            .our-faculty .member-sec ul li {
                width: 250px;
                margin-right: 25px;
            }

                .our-faculty .member-sec ul li:nth-of-type(3n) {
                    margin-right: 0;
                }

                .our-faculty .member-sec ul li .detail {
                    margin-top: 10px;
                }

                    .our-faculty .member-sec ul li .detail span {
                        font-size: 18px;
                        font-weight: 500;
                        color: #1a1b21;
                        display: block;
                        text-transform: capitalize;
                    }

                        .our-faculty .member-sec ul li .detail span.designtion {
                            padding: 3px 0 15px;
                            font-size: 15px;
                            color: #6a6a71;
                            position: relative;
                        }

                            .our-faculty .member-sec ul li .detail span.designtion:after {
                                position: absolute;
                                content: "";
                                width: 50px;
                                height: 3px;
                                background: #ff8a00;
                                left: 0;
                                bottom: 0;
                            }

    .our-faculty .faculty-data {
        width: 360px;
        background: #e63a33;
        padding: 40px 30px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

        .our-faculty .faculty-data:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background: #cf241d;
            left: 43px;
            top: 0;
        }

        .our-faculty .faculty-data.blue-t.blue-theme {
            background: #50c6de;
        }

            .our-faculty .faculty-data.blue-t.blue-theme:after {
                background: #2f90a4;
            }

            .our-faculty .faculty-data.blue-t.blue-theme ul li {
                background: url(../img/faculty-li-icon-pink.png) no-repeat 0px 30px;
            }

                .our-faculty .faculty-data.blue-t.blue-theme ul li:after {
                    display: none;
                }

        .our-faculty .faculty-data ul {
            margin: 0;
            padding: 0;
        }

            .our-faculty .faculty-data ul li {
                display: block;
                font-size: 400;
                color: #fff;
                font-weight: 300;
                background: url(../img/faculty-li-icon.png) no-repeat 0px 30px;
                padding: 30px 0 30px 40px;
                width: 100%;
                z-index: 1;
                position: relative;
            }

                .our-faculty .faculty-data ul li:after {
                    position: absolute;
                    content: "";
                    background: url("../img/faculty-li-divider.png") no-repeat 0 0;
                    bottom: 0;
                    width: 110%;
                    height: 21px;
                    left: 14px;
                    opacity: .13;
                }

                .our-faculty .faculty-data ul li:last-child {
                    padding-bottom: 10px;
                }

                    .our-faculty .faculty-data ul li:last-child:after {
                        display: none;
                    }

.footer {
    margin: 0;
    padding: 20px 0 0;
    line-height: 24px;
    background: #1a1b21;
}

    .footer .container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer a {
        color: #6a6a71;
        transition: all linear .3s;
    }

        .footer a:hover {
            color: #fff;
        }

    .footer .address-sec {
        width: 350px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 15px;
        border-right: solid 1px #313238;
        color: #6a6a71;
    }

        .footer .address-sec img {
            display: block;
            margin-bottom: 20px;
        }

        .footer .address-sec span {
            display: block;
            margin-top: 10px;
        }

        .footer .address-sec.newsletter {
            padding-right: 0;
            padding-left: 20px;
            border: 0;
            width: 290px;
        }

            .footer .address-sec.newsletter span {
                text-transform: uppercase;
                color: #fff;
                margin-top: 0;
                margin-bottom: 20px;
            }

            .footer .address-sec.newsletter .form-news {
                margin-bottom: 50px;
            }

                .footer .address-sec.newsletter .form-news input {
                    width: 175px;
                    font-size: 15px;
                    height: 40px;
                    padding-left: 10px;
                    box-sizing: border-box;
                    color: #6a6a71;
                    border: 0;
                }

                    .footer .address-sec.newsletter .form-news input.btn {
                        width: 92px;
                        margin: 0 0 0 -3px;
                        padding: 0;
                        text-transform: uppercase;
                        text-align: center;
                        font-weight: 500;
                        color: #fff;
                        background: #e63a33;
                        cursor: pointer;
                        transition: all linear .3s;
                    }

                        .footer .address-sec.newsletter .form-news input.btn:hover {
                            background: #6a6a71;
                        }

            .footer .address-sec.newsletter .social-media span {
                margin-bottom: 8px;
            }

            .footer .address-sec.newsletter .social-media img {
                display: inline-block;
                margin-bottom: 0;
                margin-right: 5px;
                transition: all linear .3s;
            }

                .footer .address-sec.newsletter .social-media img:hover {
                    opacity: .6;
                }

    .footer .menu-link-sec {
        width: 560px;
        padding-left: 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .footer .menu-link-sec ul {
            margin: 0;
            box-sizing: border-box;
            padding: 0 20px 0 0;
        }

            .footer .menu-link-sec ul li {
                display: block;
            }

                .footer .menu-link-sec ul li a {
                    color: #6a6a71;
                    font-size: 15px;
                    padding-bottom: 10px;
                    transition: all linear .3s;
                }

                .footer .menu-link-sec ul li:hover a {
                    color: #fff;
                }

            .footer .menu-link-sec ul.addmission {
                width: 240px;
            }

            .footer .menu-link-sec ul.campus {
                width: 130px;
                padding-right: 0;
            }

    .footer .info-website {
        margin-top: 20px;
        border-top: solid 1px #313238;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .footer .info-website .half {
            color: #6a6a71;
            width: 62%;
            font-size: 15px;
            padding: 15px 0;
        }

            .footer .info-website .half.development-detail {
                text-align: right;
                width: 35%;
            }

.owl-theme .owl-controls {
    position: absolute;
    top: 40px;
}

    .owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
        background: url("../img/slider-icon-prev.png") no-repeat 0 0;
        width: 36px;
        height: 43px;
        left: -36px;
        padding: 0;
        opacity: .5;
        margin: 0;
        transition: all linear .3s;
    }

        .owl-theme .owl-controls .owl-prev:hover, .owl-theme .owl-controls .owl-next:hover {
            opacity: 1;
        }

    .owl-theme .owl-controls .owl-next {
        left: 1158px;
        transform: rotate(180deg);
    }

.admission-open-sec {
    width: 100%;
    min-height: 365px;
    background: url("../img/admission-bg.jpg") no-repeat 0 0;
    background-size: 100%;
}

    .admission-open-sec .container {
        display: flex;
        justify-content: flex-start;
        min-height: 365px;
        align-items: center;
    }

    .admission-open-sec .inner {
        width: 600px;
    }

    .admission-open-sec .admission-detail {
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.5px;
        margin-bottom: 30px;
        line-height: 1;
    }

        .admission-open-sec .admission-detail img {
            float: left;
            margin-right: 20px;
            margin-top: -5px;
        }

        .admission-open-sec .admission-detail b {
            display: block;
            font-size: 42px;
            font-weight: 500;
        }

    .admission-open-sec p {
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .admission-open-sec p a {
            font-weight: 400;
            color: #fff;
            font-style: italic;
            text-decoration: underline;
            transition: all linear .3s;
        }

            .admission-open-sec p a:hover {
                color: #e63a33;
            }

    .admission-open-sec .read-more-btn {
        text-transform: uppercase;
        background: #0c54a0;
    }

        .admission-open-sec .read-more-btn:hover {
            background: #6a6a71;
        }

.schools-sec {
    padding: 50px 0 20px;
    margin: 0;
    text-align: center;
}

    .schools-sec.main-page {
        padding: 20px 0 40px;
        text-align: left;
    }

    .schools-sec .content {
        display: flex;
        margin-top: 30px;
        justify-content: space-between;
    }

        .schools-sec .content .image {
            max-width: 33%;
            flex: 0 0 33%;
        }

            .schools-sec .content .image img {
                width: 100%;
                display: block;
            }

        .schools-sec .content .text.tabs {
            max-width: 65%;
            flex: 0 0 65%;
        }

            .schools-sec .content .text.tabs ul.menu li span {
                background: #e63a33;
                padding: 15px;
            }

            .schools-sec .content .text.tabs .pc-tab {
                width: 100%;
                max-width: 100%;
                margin: 0 auto;
            }

                .schools-sec .content .text.tabs .pc-tab input {
                    display: none;
                }

                .schools-sec .content .text.tabs .pc-tab #tab1:checked ~ section .tab1, .schools-sec .content .text.tabs .pc-tab #tab2:checked ~ section .tab2, .schools-sec .content .text.tabs .pc-tab #tab3:checked ~ section .tab3, .schools-sec .content .text.tabs .pc-tab #tab4:checked ~ section .tab4 {
                    display: block;
                }

                .schools-sec .content .text.tabs .pc-tab #tab1:checked ~ nav .tab1, .schools-sec .content .text.tabs .pc-tab #tab2:checked ~ nav .tab2, .schools-sec .content .text.tabs .pc-tab #tab3:checked ~ nav .tab3, .schools-sec .content .text.tabs .pc-tab #tab4:checked ~ nav .tab4 {
                    color: #f6f6f6;
                    background: #e63a33;
                }

                    .schools-sec .content .text.tabs .pc-tab #tab1:checked ~ nav .tab1 label, .schools-sec .content .text.tabs .pc-tab #tab2:checked ~ nav .tab2 label, .schools-sec .content .text.tabs .pc-tab #tab3:checked ~ nav .tab3 label, .schools-sec .content .text.tabs .pc-tab #tab4:checked ~ nav .tab4 label {
                        background: white;
                        color: #111;
                        position: relative;
                    }

                        .schools-sec .content .text.tabs .pc-tab #tab1:checked ~ nav .tab1 label:after, .schools-sec .content .text.tabs .pc-tab #tab2:checked ~ nav .tab2 label:after, .schools-sec .content .text.tabs .pc-tab #tab3:checked ~ nav .tab3 label:after, .schools-sec .content .text.tabs .pc-tab #tab4:checked ~ nav .tab4 label:after {
                            content: '';
                            display: block;
                            position: absolute;
                            height: 2px;
                            width: 100%;
                            background: #e63a33;
                            left: 0;
                            bottom: -1px;
                        }

                .schools-sec .content .text.tabs .pc-tab ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    display: flex;
                    justify-content: space-between;
                }

                    .schools-sec .content .text.tabs .pc-tab ul label {
                        flex: 0 0 24.5%;
                        max-width: 24.5%;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                    }

                        .schools-sec .content .text.tabs .pc-tab ul label li {
                            padding: 15px 25px;
                            border: 1px solid #ddd;
                            color: #1a1b21;
                            cursor: pointer;
                            text-align: center;
                        }

                            .schools-sec .content .text.tabs .pc-tab ul label li:hover {
                                background: #e63a33;
                                color: #f6f6f6;
                            }

                            .schools-sec .content .text.tabs .pc-tab ul label li:active {
                                background: #e63a33;
                                color: #f6f6f6;
                            }

                .schools-sec .content .text.tabs .pc-tab section {
                    clear: both;
                    margin-top: 5px;
                }

                    .schools-sec .content .text.tabs .pc-tab section div {
                        padding: 20px;
                        width: auto;
                        border: 1px solid #ddd;
                        background: #fff;
                        line-height: 1.5em;
                        letter-spacing: 0.3px;
                        color: #444;
                        display: none;
                    }

                        .schools-sec .content .text.tabs .pc-tab section div h2 {
                            margin: 0;
                            letter-spacing: 1px;
                            color: #34495e;
                            font-weight: 500;
                        }

                        .schools-sec .content .text.tabs .pc-tab section div .read-more-btn {
                            background: #1a1b21;
                            margin-top: 30px;
                        }

                            .schools-sec .content .text.tabs .pc-tab section div .read-more-btn:hover {
                                background: #6a6a71;
                            }

.event-faculty {
    margin: 0;
    padding: 0px;
    position: relative;
    min-height: 394px;
    display: flex;
    justify-content: flex-start;
}

    .event-faculty:before, .event-faculty:after {
        position: absolute;
        content: "";
        width: 40%;
        background: url("../img/event-bg.jpg") no-repeat 0 0;
        background-size: 100%;
        min-height: 394px;
        z-index: -1;
    }

    .event-faculty:after {
        width: 60%;
        background: url("../img/faculty-bg.jpg") no-repeat 0 0;
        right: 0;
        background-size: 100%;
    }

    .event-faculty .container {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
    }

    .event-faculty .event-sec {
        width: 360px;
        color: #fff;
    }

        .event-faculty .event-sec .read-more-btn {
            background: #e63a33;
        }

            .event-faculty .event-sec .read-more-btn:hover {
                background: #6a6a71;
            }

    .event-faculty p {
        margin-bottom: 20px;
    }

    .event-faculty span {
        display: block;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 1;
    }

    .event-faculty b {
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 5px;
        font-size: 15px;
        display: block;
        margin: 5px 0;
    }

    .event-faculty .faculty-event {
        width: 700px;
        display: flex;
        align-items: center;
    }

        .event-faculty .faculty-event img {
            display: block;
        }

        .event-faculty .faculty-event .text {
            margin-right: 20px;
            color: #fff;
        }

        .event-faculty .faculty-event span {
            font-size: 50px;
        }

        .event-faculty .faculty-event b {
            color: #ff8a00;
        }

.search-faculty {
    position: absolute;
    margin-top: 20px;
}

    .search-faculty select {
        width: 290px;
        height: 50px;
        margin-right: 10px;
        padding-left: 10px;
        font-size: 15px;
        color: #6a6a71;
        border: 0;
        border-radius: 2px;
    }

.faculty-search-filter {
    height: 75px;
    background: #f9f9f9;
}

    .faculty-search-filter .container {
        display: -webkit-flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

    .faculty-search-filter .search-by-name {
        width: 750px;
        display: flex;
        justify-content: flex-start;
    }

        .faculty-search-filter .search-by-name span {
            margin-right: 10px;
        }

        .faculty-search-filter .search-by-name ul {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-start;
        }

            .faculty-search-filter .search-by-name ul li a {
                color: #6a6a71;
                padding: 5px;
                transition: all linear .3s;
            }

                .faculty-search-filter .search-by-name ul li a:hover, .faculty-search-filter .search-by-name ul li a.active {
                    background: #e63a33;
                    color: #fff;
                }

.search-by-text {
    width: 290px;
    position: relative;
}

    .search-by-text input {
        width: 100%;
        border: 1px solid #e5e5e5;
        height: 46px;
        padding-left: 10px;
        font-size: 15px;
        color: #6a6a71;
        box-sizing: border-box;
    }

        .search-by-text input.search-icon {
            width: 13px;
            height: 13px;
            position: absolute;
            background: url("../img/icon-search.png") no-repeat 0 0;
            border: 0;
            top: 17px;
            right: 10px;
        }

.breadcrumb ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

    .breadcrumb ul li {
        width: auto;
        position: relative;
    }

        .breadcrumb ul li:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 15px;
            background: #6a6a71;
            right: -2px;
            top: 24px;
            transform: rotate(15deg);
        }

        .breadcrumb ul li a {
            padding: 25px 10px 10px;
            font-size: 12px;
            display: block;
            text-transform: uppercase;
            color: #6a6a71;
            transition: all linear .3s;
        }

        .breadcrumb ul li:hover a, .breadcrumb ul li.active a {
            color: #e63a33;
        }

        .breadcrumb ul li.active:after {
            display: none;
        }

.faculty-member-sec {
    padding: 20px 0 40px;
    text-align: center;
}

    .faculty-member-sec.basic-sec {
        padding-top: 0;
    }

        .faculty-member-sec.basic-sec p {
            margin: 10px 0 0;
            text-align: left;
            width: 100%;
        }

        .faculty-member-sec.basic-sec .heading-lg {
            margin-top: 20px;
        }

    .faculty-member-sec p {
        width: 90%;
    }

    .faculty-member-sec ul {
        margin: 30px 0 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
    }

        .faculty-member-sec ul:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 30px;
            background: #fff;
            bottom: -24px;
            z-index: 3;
        }

        .faculty-member-sec ul li {
            width: 300px;
            display: none;
            padding: 10px 20px 20px;
            box-sizing: border-box;
            border-right: solid 1px #cccccc;
            border-bottom: solid 1px #cccccc;
            position: relative;
            overflow: hidden;
        }

            .faculty-member-sec ul li img {
                display: block;
                margin: 0 auto;
            }

            .faculty-member-sec ul li .inner-detail {
                position: absolute;
                width: 259px;
                height: auto;
                background: #2c4d94;
                padding: 15px 10px;
                box-sizing: border-box;
                bottom: -50%;
                left: 0;
                transition: all linear .3s;
                z-index: 2;
                right: 0;
                margin: 0 auto;
            }

                .faculty-member-sec ul li .inner-detail .text {
                    box-sizing: border-box;
                    height: 100%;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    flex-wrap: wrap;
                    color: #fff;
                }

                    .faculty-member-sec ul li .inner-detail .text > div {
                        width: 100%;
                    }

                .faculty-member-sec ul li .inner-detail span {
                    display: block;
                }

                .faculty-member-sec ul li .inner-detail p {
                    display: block;
                    margin-top: 0;
                    line-height: 18px;
                    font-size: 12px;
                }

                .faculty-member-sec ul li .inner-detail a {
                    color: #fff;
                    font-size: 12px;
                    cursor: pointer;
                }

                    .faculty-member-sec ul li .inner-detail a.mail {
                        padding-bottom: 3px;
                        padding-top: 3px;
                    }

                    .faculty-member-sec ul li .inner-detail a.read-more {
                        padding: 5px 20px;
                        border: solid 1px #fff;
                        border-radius: 20px;
                        margin: 5px 0;
                        display: inline-block;
                        transition: all linear .3s;
                    }

                        .faculty-member-sec ul li .inner-detail a.read-more:hover {
                            background: #fff;
                            color: #e63a33;
                        }

            .faculty-member-sec ul li:hover .inner-detail {
                bottom: 0;
            }

            .faculty-member-sec ul li:nth-of-type(4n) {
                border-right: 0;
            }

                .faculty-member-sec ul li:nth-of-type(4n):after {
                    display: none;
                }

        .faculty-member-sec ul .detail {
            margin-top: 10px;
        }

            .faculty-member-sec ul .detail span {
                font-size: 13px;
                color: #1a1b21;
                font-weight: 600;
                line-height: 1;
            }

            .faculty-member-sec ul .detail p {
                line-height: 1;
                font-weight: 400;
                margin-top: 5px;
                font-size: 13px;
            }

    .faculty-member-sec.faculty-labs {
        padding-top: 40px;
        overflow: hidden;
    }

        .faculty-member-sec.faculty-labs li {
            display: block;
            width: 285px;
            padding: 15px;
            background: #f5f5f5;
            border: none;
        }

            .faculty-member-sec.faculty-labs li:after {
                display: none;
            }

        .faculty-member-sec.faculty-labs .owl-theme .owl-controls .owl-prev, .faculty-member-sec.faculty-labs .owl-theme .owl-controls .owl-next {
            background: url(../img/slider-icon-prev-dark.png) no-repeat 0 0;
            top: 80px;
            opacity: .5;
            transition: all linear .3s;
        }

            .faculty-member-sec.faculty-labs .owl-theme .owl-controls .owl-prev:hover, .faculty-member-sec.faculty-labs .owl-theme .owl-controls .owl-next:hover {
                opacity: 1;
            }

        .faculty-member-sec.faculty-labs .owl-theme .owl-controls .owl-next {
            left: 1150px;
        }

.load-more {
    margin-top: 30px;
}

    .load-more .read-more-btn {
        background: #e63a33;
    }

        .load-more .read-more-btn:hover {
            background: #6a6a71;
        }

.faculty-member-detail-sec {
    text-align: left;
    padding: 20px 0 50px;
}

    .faculty-member-detail-sec .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .faculty-member-detail-sec .overview-sec {
        width: 800px;
    }

    .faculty-member-detail-sec span {
        font-size: 20px;
        font-weight: 400;
        margin-top: 15px;
        display: block;
        line-height: 1;
    }

    .faculty-member-detail-sec p {
        text-align: left;
        line-height: 24px;
    }

    .faculty-member-detail-sec ul {
        margin-top: 20px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .faculty-member-detail-sec ul li {
            width: 355px;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            background: url(../img/li-arrow.png) no-repeat 0 4px;
            padding-left: 25px;
            margin-top: 5px;
        }

        .faculty-member-detail-sec ul.accordion li {
            width: 100%;
            background: none;
            font-size: 14px;
            line-height: 23px;
            padding: 0 0 8px;
        }

            .faculty-member-detail-sec ul.accordion li li {
                background: url(../img/icon-bullet.png) no-repeat 0 6px;
                padding: 0 0 0 15px;
            }

            .faculty-member-detail-sec ul.accordion li a.accord {
                background: #f1f3f4;
                display: block;
                padding: 10px 10px 10px 15px;
                font-weight: 500;
                font-size: 20px;
                text-transform: uppercase;
                cursor: pointer;
                position: relative;
            }

                .faculty-member-detail-sec ul.accordion li a.accord:before {
                    position: absolute;
                    content: "+";
                    color: #e63a33;
                    right: 15px;
                    font-size: 22px;
                }

                .faculty-member-detail-sec ul.accordion li a.accord.active:before {
                    content: "-";
                }

    .faculty-member-detail-sec .image-sec {
        width: 300px;
    }

        .faculty-member-detail-sec .image-sec img {
            display: block;
            width: 100%;
        }

        .faculty-member-detail-sec .image-sec .name-desg {
            background: #0c54a0;
            padding: 15px;
            box-sizing: border-box;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
        }

            .faculty-member-detail-sec .image-sec .name-desg span {
                font-size: 22px;
                margin-bottom: 5px;
                margin-top: 0;
                text-transform: uppercase;
            }

                .faculty-member-detail-sec .image-sec .name-desg span.dept {
                    font-size: 14px;
                    text-transform: capitalize;
                    margin-top: 5px;
                }

        .faculty-member-detail-sec .image-sec .connect-details {
            background: #f7f7f7;
            padding: 15px;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            box-sizing: border-box;
        }

            .faculty-member-detail-sec .image-sec .connect-details .link a {
                font-size: 13px;
                color: #1a1b21;
                padding: 9px 0 7px 25px;
                display: block;
                background: url(../img/mail-icon-green.png) no-repeat 0 10px;
                transition: all linear 3s;
            }

                .faculty-member-detail-sec .image-sec .connect-details .link a.phone {
                    background: url(../img/phone-icon-green.png) no-repeat 0 8px;
                }

                .faculty-member-detail-sec .image-sec .connect-details .link a.web {
                    background: url(../img/web-icon.png) no-repeat 0 8px;
                }

.research-sec {
    padding: 20px 0 50px;
}

    .research-sec .container {
        display: flex;
        justify-content: space-between;
    }

    .research-sec .title {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 1;
    }

        .research-sec .title b {
            font-size: 45px;
            font-weight: 500;
            color: #6a6a71;
            display: block;
        }

    .research-sec .director-vision {
        width: 750px;
    }

        .research-sec .director-vision .detail {
            display: flex;
            flex-direction: row-reverse;
        }

        .research-sec .director-vision .image {
            width: 400px;
            margin-top: -40px;
            position: relative;
            z-index: -1;
        }

            .research-sec .director-vision .image img {
                display: block;
            }

            .research-sec .director-vision .image:before {
                position: absolute;
                content: "";
                width: 45px;
                background: #e63a33;
                height: 65px;
                left: 0;
                bottom: 0;
            }

        .research-sec .director-vision .text-detail {
            width: 385px;
            padding: 15px 30px;
            box-sizing: border-box;
            color: #fff;
            display: flex;
            align-items: center;
            background: #0c54a0;
            margin-right: -35px;
            margin-bottom: 10px;
            margin-top: 25px;
            flex-wrap: wrap;
        }

            .research-sec .director-vision .text-detail span {
                font-size: 26px;
                text-transform: uppercase;
                width: 100%;
            }

            .research-sec .director-vision .text-detail p {
                width: 100%;
            }

        .research-sec .director-vision .vision {
            margin-top: 50px;
        }

            .research-sec .director-vision .vision span {
                font-size: 36px;
                text-transform: uppercase;
                font-weight: 300;
            }

            .research-sec .director-vision .vision .inner-text-sec {
                margin-top: 45px;
                width: 100%;
                padding: 30px;
                box-sizing: border-box;
                box-shadow: 0 0 10px rgba(0,0,0,0.11);
                position: relative;
            }

                .research-sec .director-vision .vision .inner-text-sec:before, .research-sec .director-vision .vision .inner-text-sec:after {
                    position: absolute;
                    content: "";
                    background: url("../img/icon-testimonial.jpg") no-repeat 0 0;
                    width: 80px;
                    height: 58px;
                    left: 28px;
                    top: -35px;
                    transform: rotate(180deg);
                }

                .research-sec .director-vision .vision .inner-text-sec:after {
                    right: 40px;
                    transform: rotate(0deg);
                    left: auto;
                    bottom: -20px;
                    top: auto;
                }

                .research-sec .director-vision .vision .inner-text-sec .dean {
                    font-size: 22px;
                    color: #fff;
                    background: #01873f;
                    max-width: 400px;
                    padding: 5px 5px 5px 40px;
                    margin-left: -48px;
                    margin-top: 5px;
                    position: relative;
                }

                    .research-sec .director-vision .vision .inner-text-sec .dean:before {
                        position: absolute;
                        content: "";
                        width: 17px;
                        height: 15px;
                        background: url("../img/dean-bg.png") no-repeat 0 0;
                        left: 0;
                        bottom: -14px;
                    }

                .research-sec .director-vision .vision .inner-text-sec p {
                    font-weight: 300;
                }

                    .research-sec .director-vision .vision .inner-text-sec p b {
                        font-size: 19px;
                        font-weight: 400;
                        margin-top: -10px;
                        display: block;
                    }

    .research-sec .latest-news {
        width: 400px;
    }

        .research-sec .latest-news ul {
            margin: 0;
            padding: 0;
        }

            .research-sec .latest-news ul li {
                padding: 10px;
                box-sizing: border-box;
                border: solid 1px #ddd;
                margin-top: 10px;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .research-sec .latest-news ul li .image {
                    width: 93px;
                }

                    .research-sec .latest-news ul li .image img {
                        display: block;
                    }

                .research-sec .latest-news ul li .text {
                    width: 260px;
                }

                    .research-sec .latest-news ul li .text span {
                        font-size: 14px;
                        text-transform: capitalize;
                        display: block;
                        line-height: 18px;
                    }

                    .research-sec .latest-news ul li .text p {
                        font-size: 14px;
                        margin-top: 5px;
                        line-height: 14px;
                    }

                        .research-sec .latest-news ul li .text p.date {
                            color: #e63a33;
                        }

                    .research-sec .latest-news ul li .text .read-more-link-text {
                        float: right;
                        margin-top: 3px;
                    }

.research-area-sec {
    margin-top: -35px;
}

    .research-area-sec span.heading {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 30px;
        display: block;
        width: 100%;
        line-height: 1;
    }

        .research-area-sec span.heading.sth {
            text-transform: capitalize;
        }

    .research-area-sec h4 {
        opacity: .8;
        font-size: 17px;
        font-weight: 400;
    }

    .research-area-sec .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

        .research-area-sec .container .image {
            width: 530px;
            margin-top: 30px;
        }

            .research-area-sec .container .image img {
                display: block;
                width: 100%;
            }

        .research-area-sec .container .detail {
            width: 630px;
            padding: 20px 0;
            position: relative;
        }

            .research-area-sec .container .detail span {
                font-size: 40px;
                font-weight: 500;
                text-transform: uppercase;
                margin-bottom: 20px;
                display: block;
            }

            .research-area-sec .container .detail ul {
                margin: 0;
                padding: 0;
            }

                .research-area-sec .container .detail ul li {
                    margin-top: 10px;
                    font-size: 15px;
                    background: url("../img/icon-right.png") no-repeat 0 3px;
                    padding-left: 30px;
                    padding-bottom: 5px;
                    width: 100%;
                    box-sizing: border-box;
                }

.funded-project {
    padding: 30px 0;
}

    .funded-project ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

        .funded-project ul li {
            width: 390px;
        }

            .funded-project ul li .image {
                width: 100%;
                position: relative;
            }

                .funded-project ul li .image img {
                    display: block;
                    transition: all linear .3s;
                }

            .funded-project ul li:hover img {
                opacity: .9;
            }

            .funded-project ul li .detail {
                position: absolute;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                padding: 0 15px;
                box-sizing: border-box;
                color: #fff;
            }

                .funded-project ul li .detail span {
                    display: block;
                    font-size: 28px;
                    font-weight: 300;
                    text-transform: uppercase;
                    line-height: 1;
                }

                    .funded-project ul li .detail span b {
                        display: block;
                        font-weight: 500;
                        font-size: 46px;
                    }

                .funded-project ul li .detail p {
                    max-width: 280px;
                    margin: 10px 0;
                    line-height: 20px;
                }

                .funded-project ul li .detail .read-more-link-text {
                    color: #ff8a00;
                }

                    .funded-project ul li .detail .read-more-link-text:hover {
                        color: #e63a33;
                    }

.news-events-sec {
    padding: 30px 0;
    text-align: center;
}

    .news-events-sec ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

        .news-events-sec ul:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 30px;
            background: #fff;
            bottom: -24px;
            z-index: 9;
        }

        .news-events-sec ul li {
            width: 50%;
            padding-right: 40px;
            padding-bottom: 40px;
            display: none;
            padding-top: 40px;
            text-align: left;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            box-sizing: border-box;
        }

            .news-events-sec ul li.announcement {
                width: 100%;
                padding-right: 0;
                border-right: none;
            }

                .news-events-sec ul li.announcement .detail {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                    .news-events-sec ul li.announcement .detail span {
                        width: calc(100% - 100px);
                        font-size: 18px;
                        line-height: 24px;
                    }

            .news-events-sec ul li .image {
                padding: 10px;
                box-sizing: border-box;
                box-shadow: 0 0 15px rgba(0,0,0,0.1);
            }

                .news-events-sec ul li .image img {
                    display: block;
                    width: 100%;
                }

            .news-events-sec ul li .detail {
                margin-top: 20px;
            }

                .news-events-sec ul li .detail span {
                    font-size: 20px;
                    font-weight: 400;
                    position: relative;
                }

                    .news-events-sec ul li .detail span strong.catname {
                        font-size: 12px;
                        color: #fff;
                        background: #009746;
                        text-transform: uppercase;
                        padding: 2px 10px;
                    }

                .news-events-sec ul li .detail .text {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    margin-top: 15px;
                }

                    .news-events-sec ul li .detail .text .date {
                        width: 75px;
                        border: solid 1px #009746;
                        font-size: 55px;
                        font-weight: 300;
                        color: #009746;
                        line-height: 1;
                        padding: 10px 0;
                        max-height: 85px;
                        text-align: center;
                    }

                        .news-events-sec ul li .detail .text .date b {
                            font-size: 15px;
                            text-transform: uppercase;
                            color: #fff;
                            margin: 5px 17px 0;
                            background: #009746;
                            font-weight: 400;
                            padding: 3px 0;
                            display: block;
                        }

                    .news-events-sec ul li .detail .text .text-detail {
                        width: 460px;
                    }

                        .news-events-sec ul li .detail .text .text-detail p {
                            margin: 0 0 10px;
                            line-height: 22px;
                        }

                .news-events-sec ul li .detail .read-more-btn {
                    background: #e63a33;
                    margin-top: 10px;
                    display: inline-block;
                }

                    .news-events-sec ul li .detail .read-more-btn:hover {
                        background: #6a6a71;
                    }

            .news-events-sec ul li:nth-of-type(even) {
                padding-left: 40px;
                padding-right: 0;
                border-right: none;
            }

            .news-events-sec ul li:nth-of-type(1), .news-events-sec ul li:nth-of-type(2) {
                padding-top: 0;
            }

            .news-events-sec ul li.news .detail .text .date {
                color: #0c54a0;
                border: solid 1px #0c54a0;
            }

                .news-events-sec ul li.news .detail .text .date b {
                    background: #0c54a0;
                }

            .news-events-sec ul li.news .detail .text .text-detail .read-more-btn {
                background: #1a1b21;
            }

        .news-events-sec ul.student-fest li .detail span:after {
            display: none;
        }

.blogs-sec {
    padding: 30px 0;
}

    .blogs-sec .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .blogs-sec h3 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 400;
    }

    .blogs-sec .blogs-filter {
        width: 385px;
        padding-left: 20px;
        padding-right: 10px;
        border-left: solid 1px #ddd;
        box-sizing: border-box;
    }

        .blogs-sec .blogs-filter div {
            margin-bottom: 30px;
            width: 100%;
        }

            .blogs-sec .blogs-filter div.search-by-school li a {
                padding: 10px 10px 10px 45px;
                position: relative;
            }

                .blogs-sec .blogs-filter div.search-by-school li a:before {
                    position: absolute;
                    content: "";
                    width: 15px;
                    height: 1px;
                    background: #1a1b21;
                    left: 10px;
                    top: 20px;
                    transition: all linear .3s;
                }

            .blogs-sec .blogs-filter div.search-by-school li:hover a, .blogs-sec .blogs-filter div.search-by-school li.active a {
                color: #e63a33;
            }

                .blogs-sec .blogs-filter div.search-by-school li:hover a:before, .blogs-sec .blogs-filter div.search-by-school li.active a:before {
                    background: #e63a33;
                }

            .blogs-sec .blogs-filter div ul {
                margin: 10px 0 0;
                padding: 15px;
                background: #fafafa;
                box-sizing: border-box;
            }

                .blogs-sec .blogs-filter div ul li {
                    display: block;
                    box-sizing: border-box;
                }

                    .blogs-sec .blogs-filter div ul li a {
                        color: #1a1b21;
                        font-size: 14px;
                        display: block;
                        font-weight: 500;
                        transition: all linear .3s;
                    }

                    .blogs-sec .blogs-filter div ul li:hover a, .blogs-sec .blogs-filter div ul li.active a {
                        color: #e63a33;
                    }

            .blogs-sec .blogs-filter div.latest-blogs li {
                display: flex;
                justify-content: space-between;
                padding: 10px 10px 18px;
                margin-bottom: 15px;
                border-bottom: solid 1px #f0f0f0;
            }

                .blogs-sec .blogs-filter div.latest-blogs li:last-child {
                    border: none;
                    margin-bottom: 0;
                }

                .blogs-sec .blogs-filter div.latest-blogs li div {
                    margin-bottom: 0;
                }

                .blogs-sec .blogs-filter div.latest-blogs li .image {
                    width: 65px;
                    margin-right: 15px;
                }

                    .blogs-sec .blogs-filter div.latest-blogs li .image img {
                        display: block;
                        border-radius: 5px;
                        width: 100%;
                    }

                .blogs-sec .blogs-filter div.latest-blogs li p {
                    margin: 0;
                    line-height: 18px;
                    font-size: 15px;
                    font-weight: 400;
                }

                .blogs-sec .blogs-filter div.latest-blogs li .date {
                    font-size: 11px;
                    background: url("../img/icon-cal-blog.png") no-repeat 0 2px;
                    padding-left: 20px;
                }

    .blogs-sec .blog-inner {
        width: 100%;
        margin-top: 20px;
    }

    .blogs-sec .blogs-inner-sec {
        width: 760px;
    }

        .blogs-sec .blogs-inner-sec .image img {
            width: 100%;
        }

        .blogs-sec .blogs-inner-sec ol li {
            font-size: 14px;
            line-height: 24px;
            margin-top: 10px;
        }

        .blogs-sec .blogs-inner-sec ul {
            margin: 0;
            padding: 0;
        }

            .blogs-sec .blogs-inner-sec ul li {
                margin-bottom: 30px;
                box-sizing: border-box;
                display: none;
                width: 100%;
            }

                .blogs-sec .blogs-inner-sec ul li img {
                    display: block;
                    width: 100%;
                }

                .blogs-sec .blogs-inner-sec ul li .detail {
                    padding: 20px 35px;
                    box-sizing: border-box;
                }

                    .blogs-sec .blogs-inner-sec ul li .detail .date-detail {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }

                        .blogs-sec .blogs-inner-sec ul li .detail .date-detail .date {
                            font-size: 56px;
                            font-weight: 500;
                            line-height: 1;
                            text-align: center;
                            color: #e63a33;
                        }

                            .blogs-sec .blogs-inner-sec ul li .detail .date-detail .date b {
                                display: block;
                                font-size: 15px;
                                color: #6a6a71;
                                font-weight: 300;
                                text-transform: uppercase;
                            }

                        .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text {
                            padding-left: 20px;
                        }

                            .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text b {
                                font-size: 14px;
                                color: #fff;
                                background: #009746;
                                font-weight: 500;
                                padding: 5px;
                                margin-bottom: 3px;
                                display: inline-block;
                            }

                            .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text h5 {
                                display: block;
                                font-size: 22px;
                                font-weight: 500;
                                margin: 0;
                            }

                            .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text a {
                                color: #6a6a71;
                                font-size: 14px;
                                background: url(../img/icon-view.png) no-repeat 0 4px;
                                padding-left: 27px;
                                margin-right: 15px;
                            }

                                .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text a.comment {
                                    background: url(../img/icon-comment.png) no-repeat 5px 3px;
                                }

                    .blogs-sec .blogs-inner-sec ul li .detail .more-link {
                        margin: 15px 0;
                        display: flex;
                        justify-content: space-between;
                    }

                        .blogs-sec .blogs-inner-sec ul li .detail .more-link #social-links li {
                            float: left;
                            width: auto;
                            margin: 0 5px 0 0;
                        }

                        .blogs-sec .blogs-inner-sec ul li .detail .more-link .read-more-btn {
                            background: #1a1b21;
                        }

                            .blogs-sec .blogs-inner-sec ul li .detail .more-link .read-more-btn:hover {
                                background: #e63a33;
                            }

                        .blogs-sec .blogs-inner-sec ul li .detail .more-link .share-link {
                            display: flex;
                            align-items: center;
                        }

                            .blogs-sec .blogs-inner-sec ul li .detail .more-link .share-link b {
                                font-weight: 400;
                                font-size: 15px;
                                color: #6a6a71;
                                margin-right: 10px;
                            }

                            .blogs-sec .blogs-inner-sec ul li .detail .more-link .share-link a {
                                margin-right: 5px;
                                display: inline-block;
                            }

                                .blogs-sec .blogs-inner-sec ul li .detail .more-link .share-link a img {
                                    width: 100%;
                                    opacity: .6;
                                    transition: all linear .3s;
                                }

                                    .blogs-sec .blogs-inner-sec ul li .detail .more-link .share-link a img:hover {
                                        opacity: 1;
                                    }

        .blogs-sec .blogs-inner-sec .load-more {
            text-align: right;
        }

.photo-gallery-sec {
    padding: 20px 0 40px;
    text-align: center;
}

    .photo-gallery-sec ul {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        padding: 0;
        margin: 0;
        justify-content: space-between;
    }

        .photo-gallery-sec ul.gallery li {
            width: 585px;
            margin-bottom: 30px;
            border: solid 1px #ccc;
            box-sizing: border-box;
            box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
        }

            .photo-gallery-sec ul.gallery li a {
                color: #1a1b21;
                display: block;
                background: #fff;
                transition: all linear .3s;
            }

            .photo-gallery-sec ul.gallery li img {
                width: 100%;
                display: block;
            }

            .photo-gallery-sec ul.gallery li .detail {
                width: 100%;
                padding: 20px 40px 20px 20px;
                box-sizing: border-box;
                position: relative;
            }

                .photo-gallery-sec ul.gallery li .detail:after {
                    position: absolute;
                    content: "+";
                    font-size: 40px;
                    top: 15px;
                    right: 15px;
                    color: #e63a33;
                    transition: all linear .3s;
                }

                .photo-gallery-sec ul.gallery li .detail span {
                    display: block;
                    font-size: 22px;
                    margin-bottom: 5px;
                    font-weight: 400;
                }

                    .photo-gallery-sec ul.gallery li .detail span.short {
                        font-size: 14px;
                        text-transform: none;
                        opacity: .8;
                    }

            .photo-gallery-sec ul.gallery li:hover a {
                background: #0c54a0;
                color: #fff;
            }

            .photo-gallery-sec ul.gallery li:hover .detail:after {
                color: #fff;
            }

.pagination {
    padding: 10px 30px;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

    .pagination ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
    }

        .pagination ul li {
            width: auto;
            font-size: 18px;
            margin-right: 10px;
            font-weight: 300;
        }

            .pagination ul li a {
                color: #1a1b21;
                background: #fff;
                border-radius: 2px;
                padding: 4px 10px;
                display: block;
                transition: all linear .3s;
            }

            .pagination ul li:hover a, .pagination ul li.active a {
                background: #e63a33;
                color: #fff;
            }

            .pagination ul li.prev:hover a, .pagination ul li.next:hover a {
                background: #969696;
            }

            .pagination ul li:last-child {
                margin-right: 0;
            }

.video-gallery-sec {
    padding: 20px 0 40px;
    text-align: center;
}

    .video-gallery-sec .video {
        margin-bottom: 10px;
        display: none;
        animation: fade-effect .5s linear;
    }

        .video-gallery-sec .video.active {
            display: block;
        }

    .video-gallery-sec ul.video-gal {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

        .video-gallery-sec ul.video-gal li {
            width: 290px;
            margin: 0px 5px 10px;
        }

            .video-gallery-sec ul.video-gal li a {
                color: #1a1b21;
                display: block;
                transition: all linear .3s;
                text-align: left;
            }

                .video-gallery-sec ul.video-gal li a .image {
                    width: 100%;
                    border: solid 3px #fff;
                    box-sizing: border-box;
                    transition: all linear .3s;
                    position: relative;
                }

                    .video-gallery-sec ul.video-gal li a .image img {
                        width: 100%;
                        display: block;
                    }

                    .video-gallery-sec ul.video-gal li a .image:after {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: url("../img/icon-youtube.png") no-repeat center center rgba(0,0,0,0.5);
                        transition: all linear .3s;
                        top: 0;
                        left: 0;
                    }

                .video-gallery-sec ul.video-gal li a:hover a, .video-gallery-sec ul.video-gal li a.active a {
                    color: #e63a33;
                }

                .video-gallery-sec ul.video-gal li a:hover .image, .video-gallery-sec ul.video-gal li a.active .image {
                    border: solid 3px #e63a33;
                }

                    .video-gallery-sec ul.video-gal li a:hover .image:after, .video-gallery-sec ul.video-gal li a.active .image:after {
                        opacity: 0;
                    }

            .video-gallery-sec ul.video-gal li .detail {
                display: block;
                padding: 15px 10px 0;
                text-align: center;
                box-sizing: border-box;
                font-size: 15px;
                font-weight: 400;
            }

.careers-sec {
    padding: 0;
}

    .careers-sec .pb-50 {
        padding-bottom: 50px;
    }

    .careers-sec .our-culture {
        width: 100%;
        padding: 20px 0 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: self-start;
        flex-direction: row-reverse;
    }

        .careers-sec .our-culture.row-same {
            flex-direction: inherit;
        }

            .careers-sec .our-culture.row-same .heading-lg {
                margin-left: 25px;
            }

        .careers-sec .our-culture h4 {
            margin: 15px 0 10px;
            color: #1a1b21;
            font-weight: 600;
            font-size: 22px;
            text-transform: uppercase;
        }

        .careers-sec .our-culture .image {
            width: 530px;
            overflow: hidden;
            position: relative;
        }

            .careers-sec .our-culture .image .owl-theme .owl-controls {
                position: absolute;
                bottom: 40px;
                top: auto !important;
                z-index: 2;
                left: 0;
                right: 0;
            }

                .careers-sec .our-culture .image .owl-theme .owl-controls .owl-page span {
                    background: #e63a33;
                    margin: 5px 4px;
                    opacity: .8;
                }

                .careers-sec .our-culture .image .owl-theme .owl-controls .owl-page.active span {
                    background: #009746;
                }

            .careers-sec .our-culture .image img {
                width: 100%;
                display: block;
            }

        .careers-sec .our-culture .text {
            width: 600px;
        }

            .careers-sec .our-culture .text.fullwidth {
                width: 100%;
            }

            .careers-sec .our-culture .text .text-scroll {
                max-height: 380px;
            }

            .careers-sec .our-culture .text ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
                padding: 0;
                justify-content: space-between;
            }

                .careers-sec .our-culture .text ul li {
                    width: 48%;
                    max-width: 400px;
                    display: flex;
                    margin-top: 25px;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                }

                    .careers-sec .our-culture .text ul li .icon {
                        box-shadow: 0 0 5px rgba(0,0,0,0.5);
                        align-items: center;
                        display: flex;
                        width: 85px;
                        height: 85px;
                        justify-content: center;
                        transition: all linear .3s;
                        border-radius: 50%;
                    }

                    .careers-sec .our-culture .text ul li .detail {
                        width: calc(100% - 100px);
                    }

                        .careers-sec .our-culture .text ul li .detail span {
                            display: block;
                            font-size: 36px;
                            font-weight: 600;
                            line-height: 1;
                        }

                            .careers-sec .our-culture .text ul li .detail span em {
                                font-style: normal;
                                opacity: .8;
                                font-size: 16px;
                                font-weight: 400;
                                vertical-align: middle;
                            }

                        .careers-sec .our-culture .text ul li .detail p {
                            margin: 0;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 22px;
                            opacity: .8;
                        }

        .careers-sec .our-culture p {
            font-size: 15px;
        }

            .careers-sec .our-culture p b {
                font-size: 17px;
                font-weight: 400;
                margin-top: 0px;
                display: block;
            }

    .careers-sec .our-teams {
        background: #f6f6f6;
        text-align: center;
    }

        .careers-sec .our-teams .container {
            padding: 40px 80px;
            box-sizing: border-box;
        }

        .careers-sec .our-teams .team-member {
            display: flex;
            padding: 20px 0 10px;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
        }

            .careers-sec .our-teams .team-member .col-1 {
                width: 315px;
                margin: 0 5px;
            }

                .careers-sec .our-teams .team-member .col-1 .inner {
                    margin-bottom: 10px;
                    position: relative;
                }

                    .careers-sec .our-teams .team-member .col-1 .inner img {
                        width: 100%;
                        display: block;
                    }

                    .careers-sec .our-teams .team-member .col-1 .inner .designation {
                        position: absolute;
                        bottom: 0;
                        width: 100%;
                        text-align: center;
                        padding: 10px;
                        box-sizing: border-box;
                        color: #fff;
                        transition: all linear .3s;
                        text-transform: uppercase;
                        font-size: 18px;
                        font-weight: 300;
                        background: rgba(230,58,51,0.7);
                    }

                    .careers-sec .our-teams .team-member .col-1 .inner .full-detail {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        padding: 0 10px;
                        box-sizing: border-box;
                        display: flex;
                        align-items: center;
                        transition: all linear .3s;
                        transform: scale(0);
                        color: #fff;
                        background: rgba(230,58,51,0.8);
                    }

                        .careers-sec .our-teams .team-member .col-1 .inner .full-detail span {
                            font-size: 22px;
                            text-transform: uppercase;
                            display: block;
                            padding-bottom: 10px;
                            margin-bottom: 15px;
                            position: relative;
                        }

                            .careers-sec .our-teams .team-member .col-1 .inner .full-detail span:before {
                                position: absolute;
                                content: "";
                                width: 75px;
                                height: 2px;
                                background: #fff;
                                bottom: -2px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                            }

                        .careers-sec .our-teams .team-member .col-1 .inner .full-detail p {
                            font-size: 14px;
                        }

                    .careers-sec .our-teams .team-member .col-1 .inner:hover .full-detail {
                        transform: scale(1);
                    }

                    .careers-sec .our-teams .team-member .col-1 .inner:hover .designation {
                        opacity: 0;
                    }

    .careers-sec .why-mec {
        padding: 40px 0;
        text-align: center;
        background: #f4f4f4;
    }

        .careers-sec .why-mec p {
            padding: 0 80px;
        }

        .careers-sec .why-mec .video-sec-outer {
            display: flex;
            margin-top: 20px;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .careers-sec .why-mec .video-sec-outer .inner-sec {
                width: 575px;
                border-radius: 5px 5px 0 0;
                position: relative;
                overflow: hidden;
            }

                .careers-sec .why-mec .video-sec-outer .inner-sec img {
                    width: 100%;
                    display: block;
                }

                .careers-sec .why-mec .video-sec-outer .inner-sec .detail {
                    position: absolute;
                    bottom: 0;
                    padding: 5px 10px;
                    box-sizing: border-box;
                    background: rgba(0,0,0,0.5);
                    font-size: 14px;
                    font-weight: 400;
                    transition: all linear .3s;
                    color: #fff;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    .careers-sec .why-mec .video-sec-outer .inner-sec .detail .text {
                        width: 200px;
                        margin-right: 25px;
                    }

                    .careers-sec .why-mec .video-sec-outer .inner-sec .detail .icon {
                        width: 330px;
                        background: url(../img/icon-mec-video.png) no-repeat right 4px;
                        padding: 20px 0 20px 0;
                        box-sizing: border-box;
                        position: relative;
                    }

                        .careers-sec .why-mec .video-sec-outer .inner-sec .detail .icon:before, .careers-sec .why-mec .video-sec-outer .inner-sec .detail .icon:after {
                            position: absolute;
                            content: "";
                            width: 265px;
                            height: 1px;
                            background: #fff;
                            top: 20px;
                            left: 32px;
                            opacity: 0;
                            transition: all linear .3s;
                        }

                        .careers-sec .why-mec .video-sec-outer .inner-sec .detail .icon:after {
                            width: 8px;
                            height: 8px;
                            top: 16px;
                            border-radius: 50%;
                        }

                .careers-sec .why-mec .video-sec-outer .inner-sec:hover .detail {
                    background: #0c54a0;
                }

                .careers-sec .why-mec .video-sec-outer .inner-sec:hover .icon:before, .careers-sec .why-mec .video-sec-outer .inner-sec:hover .icon:after {
                    opacity: 1;
                }

        .careers-sec .why-mec.featured-positions ul {
            margin: 20px 0 0;
            padding: 0;
        }

            .careers-sec .why-mec.featured-positions ul li {
                width: 100%;
                padding: 25px 0;
                display: none;
                border-bottom: solid 1px #ddd;
                flex-wrap: wrap;
                text-align: left;
            }

                .careers-sec .why-mec.featured-positions ul li .top-bar {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                }

                .careers-sec .why-mec.featured-positions ul li .content {
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                }

        .careers-sec .why-mec.featured-positions span {
            text-align: left;
            font-weight: 300;
        }

            .careers-sec .why-mec.featured-positions span.job-pfofile {
                margin-bottom: 15px;
                padding-right: 20px;
                display: block;
                font-size: 20px;
                color: #0c54a0;
            }

            .careers-sec .why-mec.featured-positions span.quallification, .careers-sec .why-mec.featured-positions span.experience {
                width: 40%;
                font-size: 14px;
                opacity: .8;
                font-weight: 500;
            }

                .careers-sec .why-mec.featured-positions span.quallification b, .careers-sec .why-mec.featured-positions span.experience b {
                    font-weight: 600;
                    display: block;
                    width: 100%;
                    font-size: 15px;
                    opacity: 1;
                }

            .careers-sec .why-mec.featured-positions span.experience {
                width: 55%;
            }

            .careers-sec .why-mec.featured-positions span.apply {
                text-align: right;
            }

            .careers-sec .why-mec.featured-positions span em.desccription-mucstomscroll {
                font-style: normal;
                max-height: 115px;
                margin-top: 5px;
                width: 100%;
                display: block;
            }

                .careers-sec .why-mec.featured-positions span em.desccription-mucstomscroll p {
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                    line-height: 20px;
                }

                    .careers-sec .why-mec.featured-positions span em.desccription-mucstomscroll p strong {
                        font-weight: 500;
                    }

        .careers-sec .why-mec.featured-positions .read-more-btn {
            background: #0c54a0;
        }

            .careers-sec .why-mec.featured-positions .read-more-btn:hover {
                background: #e63a33;
            }

    .careers-sec.about-page-sec .mec-vision {
        width: 100%;
        background: #0c54a0;
        padding: 40px 0;
        color: #fff;
    }

        .careers-sec.about-page-sec .mec-vision .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .careers-sec.about-page-sec .mec-vision .left {
            margin-right: 70px;
            width: 180px;
        }

            .careers-sec.about-page-sec .mec-vision .left .heading-sub, .careers-sec.about-page-sec .mec-vision .left .heading-lg {
                color: #fff;
            }

        .careers-sec.about-page-sec .mec-vision .right {
            width: calc(100% - 250px);
            border: solid 1px rgba(255,255,255,0.2);
            padding: 30px 30px 30px 75px;
            font-size: 19px;
            position: relative;
            font-weight: 300;
            box-sizing: border-box;
        }

            .careers-sec.about-page-sec .mec-vision .right b {
                font-weight: 600;
                text-transform: uppercase;
            }

            .careers-sec.about-page-sec .mec-vision .right:before {
                position: absolute;
                content: "";
                background: url("../img/mec-vision-icon.jpg") no-repeat;
                width: 70px;
                height: 90px;
                left: -35px;
                top: 30px;
            }

    .careers-sec.director-message-page .our-culture {
        align-items: flex-end;
    }

    .careers-sec.director-message-page .text {
        width: 800px;
    }

        .careers-sec.director-message-page .text .message-sec {
            width: 100%;
            background: #f7f7f7;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 10px 25px 30px;
            box-sizing: border-box;
            margin-top: 15px;
        }

            .careers-sec.director-message-page .text .message-sec .overflow-content {
                height: 275px;
            }

                .careers-sec.director-message-page .text .message-sec .overflow-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                    background-color: #e63a33;
                }

                .careers-sec.director-message-page .text .message-sec .overflow-content .mCSB_scrollTools .mCSB_draggerContainer {
                    margin: 20px 0;
                }

            .careers-sec.director-message-page .text .message-sec .name {
                display: block;
                text-align: right;
            }

                .careers-sec.director-message-page .text .message-sec .name b {
                    font-size: 24px;
                    font-weight: 600;
                    text-transform: uppercase;
                    display: inline;
                    position: relative;
                }

                    .careers-sec.director-message-page .text .message-sec .name b:before {
                        position: absolute;
                        content: "";
                        width: 20px;
                        height: 3px;
                        background: #e63a33;
                        left: -35px;
                        top: 15px;
                    }

    .careers-sec.director-message-page .image {
        width: 400px;
        margin-top: 0px;
    }

    .careers-sec.fee-structure-sec .read-more-link-text {
        font-size: 16px;
        display: block;
        padding-bottom: 15px;
        color: #1a1b21;
    }

        .careers-sec.fee-structure-sec .read-more-link-text:hover {
            color: #e63a33;
        }

        .careers-sec.fee-structure-sec .read-more-link-text b {
            color: #e63a33;
        }

    .careers-sec.fee-structure-sec .note-text {
        padding: 25px;
        background: #f7f7f7;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .careers-sec.fee-structure-sec .note-text p {
            margin: 0;
            font-size: 15px;
        }

            .careers-sec.fee-structure-sec .note-text p.small {
                font-size: 11px;
            }

            .careers-sec.fee-structure-sec .note-text p strong {
                color: #e63a33;
                font-weight: 600;
            }

    .careers-sec.fee-structure-sec .our-culture ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .careers-sec.fee-structure-sec .our-culture ul li {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 35px;
            flex-direction: row-reverse;
        }

            .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part {
                margin-top: 30px;
                width: 100%;
                display: flex;
                justify-content: space-between;
            }

                .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part span {
                    background: #e63a33;
                    font-size: 24px;
                    color: #fff;
                    font-weight: 400;
                    border-radius: 50%;
                    border: solid 6px #fbe2e1;
                    width: 50px;
                    height: 50px;
                    box-sizing: border-box;
                    display: inline-block;
                    text-align: center;
                    line-height: 40px;
                }

                .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text {
                    width: calc(100% - 70px);
                }

                    .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text p {
                        font-size: 17px;
                        margin: 0 0 10px;
                    }

                        .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text p b {
                            font-weight: 600;
                            display: inline;
                        }

                        .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text p em {
                            font-size: 14px;
                            font-weight: 400;
                            background: url(../img/icon-li-arrow.png) no-repeat 0 14px;
                            padding: 5px 0 0px 15px;
                            font-style: normal;
                            display: block;
                        }

                    .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text.default-size {
                        margin-top: -20px;
                    }

                        .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text.default-size p {
                            font-size: 15px;
                        }

            .careers-sec.fee-structure-sec .our-culture ul li:nth-of-type(even) .image {
                order: 2;
            }

            .careers-sec.fee-structure-sec .our-culture ul li:nth-of-type(even) .text {
                order: 1;
            }

    .careers-sec.program-details .heading-lg {
        text-align: center;
    }

    .careers-sec.programmes-page .our-culture {
        padding-bottom: 0;
    }

        .careers-sec.programmes-page .our-culture ul li {
            margin-bottom: 0;
        }

    .careers-sec.programmes-page .discription-text {
        font-size: 17px;
        padding-top: 15px;
        display: block;
        opacity: .8;
    }

        .careers-sec.programmes-page .discription-text b {
            display: block;
            opacity: 1;
            padding-top: 15px;
        }

    .careers-sec.programmes-page .programme-list {
        padding: 20px 0;
    }

        .careers-sec.programmes-page .programme-list ul {
            display: flex;
            margin: 0;
            padding: 0;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            .careers-sec.programmes-page .programme-list ul li {
                width: 270px;
                background: #f7f7f7;
                margin: 20px 40px 20px 0;
            }

                .careers-sec.programmes-page .programme-list ul li:nth-of-type(4n) {
                    margin-right: 0;
                }

                .careers-sec.programmes-page .programme-list ul li a {
                    display: block;
                }

                    .careers-sec.programmes-page .programme-list ul li a .detail {
                        width: 100%;
                        padding: 15px;
                        box-sizing: border-box;
                        text-align: center;
                        font-size: 20px;
                        line-height: 24px;
                        font-weight: 400;
                        color: #1a1b21;
                        transition: all linear .3s;
                    }

                .careers-sec.programmes-page .programme-list ul li .image {
                    position: relative;
                    width: 100%;
                }

                    .careers-sec.programmes-page .programme-list ul li .image img {
                        width: 100%;
                        display: block;
                    }

                .careers-sec.programmes-page .programme-list ul li:hover .detail, .careers-sec.programmes-page .programme-list ul li.active .detail {
                    color: #e63a33;
                }

                .careers-sec.programmes-page .programme-list ul li:hover .image:before, .careers-sec.programmes-page .programme-list ul li.active .image:before {
                    opacity: 1;
                }

    .careers-sec.programmes-page .branch-sec {
        padding: 30px 0 40px;
        background: #f6f6f6;
    }

        .careers-sec.programmes-page .branch-sec .read-more-btn {
            background: #e63a33;
            margin-top: 15px;
        }

            .careers-sec.programmes-page .branch-sec .read-more-btn:hover {
                background: #6a6a71;
            }

    .careers-sec .educational-institutions-sec {
        padding: 40px 0;
    }

    .careers-sec.programme-detail-page .core-corses-sec {
        padding: 0px 0 40px;
    }

        .careers-sec.programme-detail-page .core-corses-sec .container {
            position: relative;
        }

        .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls {
            top: -84px;
            right: 0;
        }

            .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-next, .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-prev {
                background: url("../img/slider-icon-prev-dark.png");
            }

            .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-next {
                right: 0;
                left: auto;
                top: 4px;
            }

            .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-prev {
                left: 5px;
                top: 5px;
            }

        .careers-sec.programme-detail-page .core-corses-sec ul {
            margin: 0 4px;
            padding: 0;
            width: 220px;
            display: flex;
            flex-wrap: wrap;
        }

            .careers-sec.programme-detail-page .core-corses-sec ul li {
                width: 100%;
                background: #fff;
                margin-top: 25px;
                border-bottom: solid 1px #0c54a0;
                padding: 20px;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                box-shadow: 0 0 5px rgba(0,0,0,0.1);
            }

                .careers-sec.programme-detail-page .core-corses-sec ul li .icon {
                    box-shadow: 0 0 5px rgba(0,0,0,0.5);
                    align-items: center;
                    display: flex;
                    width: 85px;
                    height: 85px;
                    justify-content: center;
                    transition: all linear .3s;
                    border-radius: 50%;
                }

                .careers-sec.programme-detail-page .core-corses-sec ul li .text {
                    font-size: 16px;
                    text-align: center;
                    width: 100%;
                    margin-top: 15px;
                    min-height: 75px;
                }

                .careers-sec.programme-detail-page .core-corses-sec ul li:hover .icon {
                    transform: rotate(180deg);
                }

        .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul {
            width: 100%;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li {
                width: 220px;
                margin-right: 25px;
                padding: 0;
            }

                .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li:nth-of-type(5n) {
                    margin-right: 0;
                }

                .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li img {
                    width: 100%;
                    height: auto;
                    display: block;
                }

        .careers-sec.programme-detail-page .core-corses-sec.research-overview-sec ul li {
            padding: 20px;
        }

            .careers-sec.programme-detail-page .core-corses-sec.research-overview-sec ul li img {
                width: auto;
            }

        .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul {
            justify-content: flex-start;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: space-between;
        }

            .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li {
                width: 385px;
                margin-right: 22px;
                border: 0;
                color: #fff;
                padding: 0;
            }

                .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li:nth-of-type(3n) {
                    margin-right: 0;
                }

                .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image {
                    width: 100%;
                    position: relative;
                }

                    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image img {
                        display: block;
                        width: 100%;
                    }

                    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner {
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        background: -moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                        background: -webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                        background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.01) 41%, rgba(0,0,0,0.8) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
                        width: 100%;
                        height: 100%;
                    }

                    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .title {
                        position: absolute;
                        bottom: 0;
                        padding: 25px;
                        font-size: 22px;
                        font-weight: 400;
                        width: 100%;
                        box-sizing: border-box;
                        transition: all linear .3s;
                        text-transform: uppercase;
                    }

                    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        padding: 15px;
                        box-sizing: border-box;
                        transform: scale(0);
                        background: rgba(12,84,160,0.95);
                        transition: all linear .3s;
                    }

                        .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail a {
                            color: #fff;
                            width: 100%;
                            height: 100%;
                            padding: 30px;
                            box-sizing: border-box;
                            display: block;
                            border: solid 1px #fff;
                        }

                        .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail .title {
                            padding: 0 0 8px;
                            position: relative;
                        }

                            .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail .title:before {
                                width: 70px;
                                height: 2px;
                                background: #fff;
                                position: absolute;
                                content: "";
                                bottom: 0;
                            }

                        .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail p {
                            font-size: 15px;
                            height: 230px;
                            overflow: hidden;
                        }

                        .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail .read-more-btn {
                            margin-top: 20px;
                            background: #e63a33;
                        }

                            .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .inner-detail .read-more-btn:hover {
                                background: #ff8a00;
                            }

                .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li:hover .inner-detail {
                    transform: scale(1);
                }

                    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li:hover .inner-detail .title {
                        opacity: 1;
                    }

                .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li:hover .title {
                    opacity: 0;
                }

    .careers-sec.programme-detail-page .next-gen-sec {
        width: 100%;
        background: url("../img/programme-detail-bg.jpg") no-repeat 0 0;
        background-size: 100%;
        padding: 60px 0;
    }

        .careers-sec.programme-detail-page .next-gen-sec .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .careers-sec.programme-detail-page .next-gen-sec .left {
            width: 850px;
            font-size: 22px;
            font-weight: 300;
            color: #fff;
        }

            .careers-sec.programme-detail-page .next-gen-sec .left b {
                font-weight: 600;
                font-size: 16px;
                display: block;
                padding-top: 10px;
            }

        .careers-sec.programme-detail-page .next-gen-sec .right .read-more-btn {
            background: #e63a33;
        }

            .careers-sec.programme-detail-page .next-gen-sec .right .read-more-btn:hover {
                background: #ff8a00;
            }

        .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page {
            background: #092a51;
        }

            .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .left {
                width: 550px;
                text-transform: uppercase;
            }

                .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .left b {
                    font-size: 21px;
                    line-height: 35px;
                    padding-top: 5px;
                }

            .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right {
                width: 600px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: #fff;
                border: solid 1px #224063;
                padding: 10px 20px 10px 10px;
                box-sizing: border-box;
                flex-wrap: wrap;
            }

                .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right .image {
                    position: relative;
                }

                    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right .image img {
                        display: block;
                        border-radius: 5px;
                    }

                    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right .image:before {
                        position: absolute;
                        content: "";
                        width: 90%;
                        height: 85%;
                        border: solid 1px #fff;
                        left: 0;
                        right: 0;
                        margin: auto;
                        top: 0;
                        bottom: 0;
                    }

                .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right span {
                    display: block;
                    font-size: 26px;
                    line-height: 1;
                    text-transform: uppercase;
                    font-weight: 600;
                }

                    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right span.designation {
                        font-size: 24px;
                        text-transform: none;
                        padding-top: 5px;
                        font-weight: 300;
                    }

                    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right span.email {
                        font-size: 20px;
                        font-weight: 400;
                        text-decoration: underline;
                        text-transform: lowercase;
                        background: url(../img/icon-mail-lg.png) no-repeat 0 15px;
                        padding: 22px 0 22px 55px;
                    }

    .careers-sec.programme-detail-page .corses-download-sec {
        padding: 0px 0 50px;
    }

        .careers-sec.programme-detail-page .corses-download-sec .heading-lg {
            text-align: center;
            margin-bottom: 30px;
        }

        .careers-sec.programme-detail-page .corses-download-sec ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .careers-sec.programme-detail-page .corses-download-sec ul li {
                width: 380px;
                margin: 20px 10px 0;
                box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
            }

                .careers-sec.programme-detail-page .corses-download-sec ul li a {
                    display: block;
                }

                .careers-sec.programme-detail-page .corses-download-sec ul li .image {
                    width: 100%;
                    position: relative;
                }

                    .careers-sec.programme-detail-page .corses-download-sec ul li .image img {
                        display: block;
                        width: 100%;
                    }

                    .careers-sec.programme-detail-page .corses-download-sec ul li .image:before {
                        position: absolute;
                        content: "";
                        width: 90%;
                        height: 90%;
                        border: solid 2px #fff;
                        left: 0;
                        right: 0;
                        margin: auto;
                        top: 0;
                        bottom: 0;
                        opacity: 0;
                        transition: all linear .3s;
                    }

                .careers-sec.programme-detail-page .corses-download-sec ul li:hover .image:before {
                    opacity: 1;
                }

                .careers-sec.programme-detail-page .corses-download-sec ul li .corses-pdf {
                    width: 95%;
                    position: absolute;
                    bottom: 0;
                    background: #e63a33;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: 0 auto;
                }

                    .careers-sec.programme-detail-page .corses-download-sec ul li .corses-pdf p {
                        color: #fff;
                        font-weight: 500;
                        font-size: 19px;
                        padding: 12px 25px 12px 10px;
                        line-height: 20px;
                        margin: 0;
                        box-sizing: border-box;
                        position: relative;
                    }

                        .careers-sec.programme-detail-page .corses-download-sec ul li .corses-pdf p:after {
                            position: absolute;
                            content: "";
                            background: url("../img/icon-download.png") no-repeat 0 0;
                            width: 19px;
                            height: 18px;
                            margin-left: 10px;
                            margin-top: -1px;
                        }

        .careers-sec.programme-detail-page .corses-download-sec.listing ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            border-top: solid 1px #ccc;
            justify-content: center;
        }

            .careers-sec.programme-detail-page .corses-download-sec.listing ul li {
                width: 100%;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
                box-shadow: none;
                justify-content: flex-start;
            }

                .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half {
                    width: 50%;
                    border-bottom: solid 1px #ccc;
                }

                    .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a {
                        display: block;
                        color: #000;
                        font-weight: 500;
                        font-size: 19px;
                        padding: 20px 20px 20px 85px;
                        border-right: solid 1px #ccc;
                        line-height: 20px;
                        margin: 0;
                        box-sizing: border-box;
                        position: relative;
                    }

                        .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a:after {
                            position: absolute;
                            content: "";
                            background: url("../img/icon-pdf-download.png") no-repeat 0 0;
                            width: 45px;
                            height: 45px;
                            top: 7px;
                            left: 20px;
                            transition: all linear .3s;
                        }

                        .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a:hover:after {
                            background: url("../img/icon-pdf-download-hover.png") no-repeat 0 0;
                        }

                    .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half:nth-of-type(2n) a {
                        border-right: none;
                    }

.executive-council-sec {
    padding: 20px 0 0;
}

    .executive-council-sec span p {
        margin: 0;
    }

    .executive-council-sec ul {
        margin: 20px 0 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .executive-council-sec ul li {
            width: 270px;
            margin-right: 40px;
            margin-bottom: 40px;
        }

            .executive-council-sec ul li:nth-of-type(4n) {
                margin-right: 0;
            }

            .executive-council-sec ul li .image {
                width: 100%;
                position: relative;
            }

                .executive-council-sec ul li .image img {
                    width: 100%;
                    display: block;
                }

            .executive-council-sec ul li .detail {
                width: 100%;
                padding: 20px 15px;
                background: #f8f9f8;
                box-sizing: border-box;
            }

                .executive-council-sec ul li .detail span {
                    display: block;
                    color: #1a1b21;
                    text-transform: uppercase;
                    transition: all linear .3s;
                }

                    .executive-council-sec ul li .detail span.name {
                        font-size: 20px;
                    }

                    .executive-council-sec ul li .detail span.designation {
                        font-size: 14px;
                        opacity: .7;
                        padding-top: 5px;
                    }

                    .executive-council-sec ul li .detail span.social-media {
                        margin-top: 15px;
                        border-top: solid 2px #d7d7d7;
                        padding: 10px 15px 0;
                        display: flex;
                        justify-content: space-between;
                    }

                        .executive-council-sec ul li .detail span.social-media img {
                            transition: all linear .3s;
                        }

                        .executive-council-sec ul li .detail span.social-media a:hover img {
                            transform: scale(1.2);
                        }

            .executive-council-sec ul li:hover .image:before {
                border: solid 2px #fff;
            }

            .executive-council-sec ul li:hover span.name {
                color: #e63a33;
            }

.leadership-page-sec {
    padding: 30px 0 40px;
}

    .leadership-page-sec ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .leadership-page-sec ul li {
            width: 490px;
            border-radius: 5px 5px 0 0;
            margin: 30px 25px 0;
            background: #f6f6f6;
            transition: all linear .3s;
            overflow: hidden;
        }

            .leadership-page-sec ul li .image {
                width: 100%;
                position: relative;
            }

                .leadership-page-sec ul li .image img {
                    width: 100%;
                    display: block;
                }

                .leadership-page-sec ul li .image:after {
                    position: absolute;
                    content: "";
                    width: 86px;
                    height: 58px;
                    right: 25px;
                    left: auto;
                    bottom: 25px;
                    top: auto;
                    background: url("../img/watch_video_1.png") no-repeat 0 0;
                    border: none;
                }

            .leadership-page-sec ul li.novideo .image:after {
                display: none;
            }

            .leadership-page-sec ul li .detail {
                width: 100%;
                padding: 25px;
                box-sizing: border-box;
                color: #1a1b21;
            }

                .leadership-page-sec ul li .detail span {
                    font-size: 20px;
                    display: block;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                    .leadership-page-sec ul li .detail span.desgination {
                        font-size: 15px;
                        font-weight: 500;
                        text-transform: none;
                    }

                .leadership-page-sec ul li .detail p {
                    opacity: .8;
                }

            .leadership-page-sec ul li:hover {
                background: #0c54a0;
            }

                .leadership-page-sec ul li:hover .image::before, .leadership-page-sec ul li:hover .image::after {
                    opacity: 1;
                }

                .leadership-page-sec ul li:hover .detail {
                    color: #fff;
                }

                    .leadership-page-sec ul li:hover .detail p {
                        opacity: 1;
                    }

.new-applicant-sec {
    padding: 20px 0 40px;
}

    .new-applicant-sec p {
        font-size: 14px;
    }

        .new-applicant-sec p a {
            color: #0c54a0;
            text-decoration: underline;
            transition: all linear .3s;
        }

            .new-applicant-sec p a:hover {
                color: #e63a33;
            }

.form-field-sec ul {
    margin: 10px 0 20px;
    padding: 10px 20px;
    background: #f6f6f6;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form-field-sec ul.submit-sec {
        margin-top: 0;
        padding: 0;
        background: #fff;
    }

.form-field-sec li {
    width: 48%;
    margin: 10px 0;
    background: #fff;
}

    .form-field-sec li.select {
        position: relative;
    }

        .form-field-sec li.select:after {
            position: absolute;
            content: "";
            width: 33px;
            height: 44px;
            background: url("../img/icon-select.jpg") no-repeat 0 0;
            top: 36px;
            right: 0;
        }

    .form-field-sec li.full {
        width: 100%;
    }

    .form-field-sec li.captcha {
        background: none;
        display: flex;
        flex-wrap: wrap;
    }

        .form-field-sec li.captcha input {
            background: #fff;
        }

    .form-field-sec li.checkbox {
        background: none;
        display: flex;
        align-items: center;
    }

        .form-field-sec li.checkbox input {
            width: 20px;
            height: 20px;
            border-radius: 2px;
            margin-right: 10px;
            vertical-align: middle;
            padding: 0;
            -webkit-appearance: checkbox;
            -moz-appearance: checkbox;
        }

        .form-field-sec li.checkbox b {
            font-size: 15px;
            font-weight: 300;
        }

    .form-field-sec li.submit {
        background: none;
        text-align: center;
    }

.form-field-sec label {
    display: block;
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: 400;
    background: #f6f6f6;
}

    .form-field-sec label em {
        color: #e63a33;
    }

.form-field-sec input, .form-field-sec select, .form-field-sec textarea {
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
    background: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
    border: 0;
    z-index: 2;
    color: #6f6f6f;
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .form-field-sec input.captcha, .form-field-sec select.captcha, .form-field-sec textarea.captcha {
        width: 75%;
        margin-right: 20px;
    }

.form-field-sec .submit-btn-sec {
    width: 100%;
}

    .form-field-sec .submit-btn-sec input {
        box-shadow: none;
        border: 0;
    }

        .form-field-sec .submit-btn-sec input.read-more-btn {
            background: #e63a33;
            font-size: 20px;
            display: inline;
            color: #fff;
            width: auto;
            border-radius: 0;
            padding: 20px 50px;
        }

            .form-field-sec .submit-btn-sec input.read-more-btn:hover {
                background: #6a6a71;
            }

.contact-us-page {
    padding: 20px 0 0;
    background: #e63a33;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

    .contact-us-page:before {
        width: 100%;
        height: 250px;
        position: absolute;
        content: "";
        top: 0;
        z-index: -1;
        background: #fff;
    }

    .contact-us-page .map-sec {
        width: 100%;
        margin: 30px 0;
        min-height: 390px;
        background: #fff;
        padding: 8px;
        box-sizing: border-box;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        position: relative;
    }

        .contact-us-page .map-sec .address-sec {
            position: absolute;
            width: 440px;
            background: rgba(12,84,160,0.9);
            right: 8px;
            top: 8px;
            bottom: 8px;
            padding: 40px 20px 20px 40px;
            box-sizing: border-box;
            color: #fff;
        }

            .contact-us-page .map-sec .address-sec a {
                color: #fff;
            }

            .contact-us-page .map-sec .address-sec .full {
                display: block;
                margin-bottom: 30px;
            }

                .contact-us-page .map-sec .address-sec .full p {
                    font-size: 15px;
                    font-weight: 400;
                    margin: 0;
                }

            .contact-us-page .map-sec .address-sec span {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
            }

            .contact-us-page .map-sec .address-sec h4 {
                margin: 0 0 5px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .contact-us-page .map-sec .address-sec img {
                margin-right: 10px;
                margin-top: 6px;
            }

    .contact-us-page .connect-sec ul {
        margin: 0 20px 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .contact-us-page .connect-sec ul li {
            margin-bottom: 20px;
        }

            .contact-us-page .connect-sec ul li a {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                width: 100%;
                color: #fff;
            }

            .contact-us-page .connect-sec ul li .image {
                width: 111px;
                margin-right: 10px;
                transition: all linear .3s;
            }

            .contact-us-page .connect-sec ul li p {
                font-size: 15px;
                font-weight: 400;
                line-height: 20px;
                margin: 0;
            }

                .contact-us-page .connect-sec ul li p b {
                    font-weight: 600;
                    text-transform: uppercase;
                }

            .contact-us-page .connect-sec ul li:hover .image {
                transform: scale(1.1);
            }

    .contact-us-page .form-sec {
        background: #f6f6f6;
        width: 100%;
        padding: 40px 0;
    }

        .contact-us-page .form-sec .form-field-sec ul {
            margin: 10px 0 0;
            padding: 0;
        }

    .contact-us-page .imp-contact-detail {
        padding: 40px 0;
        background: #fff;
        width: 100%;
    }

        .contact-us-page .imp-contact-detail ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .contact-us-page .imp-contact-detail ul li {
                width: 25%;
                line-height: 24px;
                font-size: 14px;
                padding: 0 15px;
                box-sizing: border-box;
                border-right: solid 1px #ccc;
            }

                .contact-us-page .imp-contact-detail ul li span {
                    display: block;
                    font-size: 16px;
                    font-weight: 600;
                    color: #e63a33;
                }

                .contact-us-page .imp-contact-detail ul li:last-child {
                    border-right: none;
                }

.apply-now-page .form-field-sec ul.seprate li {
    width: 100%;
    background: none;
}

.apply-now-page .form-field-sec ul li.table-structur-data {
    padding-top: 0;
    margin-top: 0;
}

.apply-now-page .form-field-sec ul li input, .apply-now-page .form-field-sec ul li select {
    background: #fff;
}

.apply-now-page .form-field-sec ul li table {
    border: 0;
    padding-bottom: 0;
}

    .apply-now-page .form-field-sec ul li table td {
        border: 0;
        padding: 10px;
        box-sizing: border-box;
    }

.apply-now-page .form-field-sec ul li.file-upload {
    background: none;
}

    .apply-now-page .form-field-sec ul li.file-upload input {
        border: 0;
        box-shadow: none;
        background: none;
    }

.apply-now-page h4 {
    margin-top: 0;
}

.sitemap-pages {
    margin: 30px 0;
}

    .sitemap-pages ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        .sitemap-pages ul li {
            display: block;
            margin-bottom: 10px;
        }

            .sitemap-pages ul li a {
                color: #000;
                padding: 5px 0 5px 0;
                font-size: 18px;
                font-weight: 500;
                display: block;
            }

        .sitemap-pages ul .dropdown li {
            display: inline-block;
            vertical-align: top;
            margin-right: 15px;
        }

        .sitemap-pages ul .dropdown a {
            font-size: 13px;
            background: url(../img/drop-down-arrow.png) no-repeat 0 8px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .sitemap-pages ul .dropdown a.menu-bold {
                font-size: 15px;
                padding-left: 0;
                background: none;
                color: #e63a33;
            }

.video-testimonial-sec {
    width: 100%;
    position: relative;
}

    .video-testimonial-sec .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .video-testimonial-sec .video {
        width: 600px;
        background: #e83a33;
        padding: 40px;
        box-sizing: border-box;
    }

        .video-testimonial-sec .video img {
            display: block;
            width: 100%;
        }

    .video-testimonial-sec .testimonial {
        width: 545px;
        padding: 40px 0;
        box-sizing: border-box;
    }

        .video-testimonial-sec .testimonial .owl-theme .owl-controls {
            position: absolute;
            bottom: 40px;
            top: auto;
            left: 212px;
        }

            .video-testimonial-sec .testimonial .owl-theme .owl-controls .owl-page span {
                width: 25px;
                height: 5px;
                margin: 2px;
                opacity: 1;
                background: #d0d0d0;
            }

            .video-testimonial-sec .testimonial .owl-theme .owl-controls .owl-page.active span {
                background: #50c6de;
            }

        .video-testimonial-sec .testimonial .inner {
            margin-top: 35px;
        }

        .video-testimonial-sec .testimonial .full {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

            .video-testimonial-sec .testimonial .full .image {
                width: 190px;
                margin-left: 4px;
                padding: 10px;
                box-sizing: border-box;
                background: #fff;
                text-align: center;
                box-shadow: 0 0 8px rgba(0,0,0,0.1);
                position: relative;
            }

                .video-testimonial-sec .testimonial .full .image p {
                    font-size: 12px;
                    color: #434343;
                    line-height: 18px;
                    font-weight: 400;
                }

                    .video-testimonial-sec .testimonial .full .image p b {
                        display: block;
                        font-weight: 400;
                        color: #000;
                        font-size: 15px;
                    }

            .video-testimonial-sec .testimonial .full .text {
                width: calc(100% - 210px);
                padding: 55px 0;
                position: relative;
            }

                .video-testimonial-sec .testimonial .full .text:before, .video-testimonial-sec .testimonial .full .text:after {
                    position: absolute;
                    content: "";
                    background: url("../img/icon-testimonial.jpg") no-repeat 0 0;
                    width: 80px;
                    height: 58px;
                    transform: rotate(180deg);
                    top: 0;
                }

                .video-testimonial-sec .testimonial .full .text:after {
                    top: auto;
                    bottom: -10px;
                    transform: rotate(0);
                    right: 0;
                }

                .video-testimonial-sec .testimonial .full .text span {
                    max-height: 150px;
                    display: block;
                }

.info-session-page {
    width: 100%;
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .info-session-page .col-md-4 {
        text-align: center;
        border-right: solid 1px #ccc;
        width: 198px;
    }

        .info-session-page .col-md-4 b {
            font-size: 18px;
            text-transform: uppercase;
            display: block;
        }

        .info-session-page .col-md-4 .read-more-link-text {
            font-size: 15px;
        }

.center-text > p {
    text-align: center;
}

.message-sec dl {
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    margin: 0;
}

    .message-sec dl img {
        height: 250px;
    }

.life-at-mec-new-page {
    padding: 20px 0 0;
    width: 100%;
    display: block;
}

    .life-at-mec-new-page p {
        font-size: 15px;
    }

    .life-at-mec-new-page .student-activities-sec ul {
        width: 100%;
        padding: 0;
        margin: -55px 0 40px;
    }

        .life-at-mec-new-page .student-activities-sec ul li {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
            align-items: center;
        }

            .life-at-mec-new-page .student-activities-sec ul li .image {
                width: 600px;
            }

                .life-at-mec-new-page .student-activities-sec ul li .image img {
                    width: 100%;
                    display: block;
                }

            .life-at-mec-new-page .student-activities-sec ul li .content {
                width: 570px;
            }

            .life-at-mec-new-page .student-activities-sec ul li:nth-of-type(even) {
                flex-direction: inherit;
            }

    .life-at-mec-new-page .student-clubs-sec {
        background: #f6f6f6;
        position: relative;
        padding: 40px 0;
    }

        .life-at-mec-new-page .student-clubs-sec .owl-theme .owl-controls {
            position: absolute;
            top: auto;
            bottom: -20px;
            left: 0;
            right: 0;
        }

        .life-at-mec-new-page .student-clubs-sec .owl-controls .owl-page.active span {
            background: #e63a33;
        }

        .life-at-mec-new-page .student-clubs-sec ul {
            margin: 30px 0 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .life-at-mec-new-page .student-clubs-sec ul li {
                width: 595px;
                display: flex;
                margin-bottom: 10px;
                flex-wrap: wrap;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                justify-content: space-between;
                flex-direction: row-reverse;
            }

                .life-at-mec-new-page .student-clubs-sec ul li .image, .life-at-mec-new-page .student-clubs-sec ul li .content {
                    width: 50%;
                }

                    .life-at-mec-new-page .student-clubs-sec ul li .image img, .life-at-mec-new-page .student-clubs-sec ul li .content img {
                        width: 100%;
                        display: block;
                    }

                .life-at-mec-new-page .student-clubs-sec ul li .content {
                    padding: 20px;
                    box-sizing: border-box;
                    background: #fff;
                }

                    .life-at-mec-new-page .student-clubs-sec ul li .content span {
                        font-size: 26px;
                        color: #0c54a0;
                    }

                .life-at-mec-new-page .student-clubs-sec ul li .text-scroll {
                    height: 230px;
                }

                .life-at-mec-new-page .student-clubs-sec ul li:nth-of-type(3n), .life-at-mec-new-page .student-clubs-sec ul li:nth-of-type(4n) {
                    flex-direction: inherit;
                }

        .life-at-mec-new-page .student-clubs-sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            background-color: #e63a33;
        }

        .life-at-mec-new-page .student-clubs-sec .mCSB_scrollTools .mCSB_draggerContainer {
            margin: 20px 0;
        }

    .life-at-mec-new-page .tedx-sec {
        width: 100%;
        background: url("../img/mec-bg.jpg") no-repeat 0 0;
        background-size: 100% 100%;
        padding: 30px 0;
        background-attachment: fixed;
    }

        .life-at-mec-new-page .tedx-sec .container {
            flex-wrap: wrap;
            display: flex;
            justify-content: flex-end;
        }

        .life-at-mec-new-page .tedx-sec .text-section {
            width: 550px;
            padding: 20px;
            box-sizing: border-box;
            background: rgba(255,255,255,0.9);
        }

        .life-at-mec-new-page .tedx-sec .text-scroll {
            max-height: 500px;
        }

    .life-at-mec-new-page .housing-dining-sec {
        width: 100%;
        background: #0c54a0;
        padding: 40px 0;
    }

        .life-at-mec-new-page .housing-dining-sec .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .life-at-mec-new-page .housing-dining-sec .image {
            width: 610px;
        }

            .life-at-mec-new-page .housing-dining-sec .image img {
                width: 100%;
                display: block;
            }

        .life-at-mec-new-page .housing-dining-sec .content {
            width: 540px;
        }

            .life-at-mec-new-page .housing-dining-sec .content .heading-lg, .life-at-mec-new-page .housing-dining-sec .content p {
                color: #fff;
            }

.info-session-page {
    padding: 20px 0 40px;
}

    .info-session-page .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .info-session-page .left, .info-session-page .right {
        width: 600px;
        padding-right: 30px;
        box-sizing: border-box;
    }

        .info-session-page .left a, .info-session-page .right a {
            margin-top: 10px;
            display: inline-block;
        }

        .info-session-page .left .read-more-btn, .info-session-page .right .read-more-btn {
            background: #e63a33;
        }

            .info-session-page .left .read-more-btn:hover, .info-session-page .right .read-more-btn:hover {
                background: #0c54a0;
            }

        .info-session-page .left .inner, .info-session-page .right .inner {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
            justify-content: space-between;
        }

            .info-session-page .left .inner .image, .info-session-page .right .inner .image {
                width: 230px;
            }

                .info-session-page .left .inner .image img, .info-session-page .right .inner .image img {
                    width: 100%;
                    display: block;
                    border-radius: 3px 3px 0 0;
                }

            .info-session-page .left .inner .content, .info-session-page .right .inner .content {
                width: calc(100% - 250px);
            }

                .info-session-page .left .inner .content h3, .info-session-page .right .inner .content h3 {
                    margin: 0;
                    padding: 0;
                }

                    .info-session-page .left .inner .content h3 em, .info-session-page .right .inner .content h3 em {
                        font-style: normal;
                        font-size: 14px;
                        display: block;
                        font-weight: 300;
                    }

    .info-session-page .right {
        padding-left: 30px;
        padding-right: 0;
        position: relative;
    }

        .info-session-page .right:before {
            position: absolute;
            content: "";
            background: url("../img/info-session-divider.jpg") no-repeat 0 0;
            width: 3px;
            height: 323px;
            left: -3px;
            top: 20px;
        }

    .info-session-page .contact-us-page {
        background: #fff;
    }

        .info-session-page .contact-us-page .map-sec {
            min-height: 565px;
        }

        .info-session-page .contact-us-page .address-sec {
            padding: 20px;
        }

            .info-session-page .contact-us-page .address-sec ul {
                margin: 0;
                padding: 0;
                background: none;
            }

            .info-session-page .contact-us-page .address-sec li {
                width: 100%;
                position: relative;
            }

                .info-session-page .contact-us-page .address-sec li span.error.form-error {
                    position: absolute;
                    bottom: -17px;
                    color: #fff !important;
                    font-size: 11px;
                }

                .info-session-page .contact-us-page .address-sec li .submit-btn-sec input.read-more-btn {
                    font-size: 16px;
                    width: auto;
                    padding: 12px 20px;
                }

                .info-session-page .contact-us-page .address-sec li input, .info-session-page .contact-us-page .address-sec li select {
                    padding: 15px 10px;
                }

                .info-session-page .contact-us-page .address-sec li.select:after {
                    top: 0px;
                }

.menu .short-menu {
    display: none;
    width: 35px;
    position: relative;
    top: 0px;
    padding: 5px;
    border-radius: 4px;
}

    .menu .short-menu span {
        width: 100%;
        display: block;
        height: 4px;
        background: #393939;
        margin: 4px 0;
    }

header.new-home-sec .bottom-header .menu ul.main li .sub-m, header.new-home-sec .bottom-header .menu ul.main li .sub-m1 {
    display: none;
}

#quick105 {
    display: none;
}

.latest_news_header {
    background: #eee;
    animation: fade-effect .5s linear;
}

    .latest_news_header .container {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-end;
    }

        .latest_news_header .container .news_btn {
            flex: 0 0 20%;
            max-width: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .latest_news_header .container .news_btn .image {
                padding: 7px 10px;
                text-align: center;
                background: #e63a33;
                color: #fff;
                font-size: 0.8rem;
            }

                .latest_news_header .container .news_btn .image img {
                    vertical-align: middle;
                    margin-right: 6px;
                }

        .latest_news_header .container .news_sec {
            max-width: 50%;
            flex: 0 0 50%;
            padding: 0 15px;
        }

            .latest_news_header .container .news_sec span {
                display: block;
                width: 100%;
                font-size: 0.8rem;
            }

                .latest_news_header .container .news_sec span a {
                    color: #000;
                }

                .latest_news_header .container .news_sec span em {
                    font-style: normal;
                    width: 500px;
                }

                .latest_news_header .container .news_sec span.hide {
                    display: none;
                }

        .latest_news_header .container .apply_now_btn {
            float: right;
            margin-left: 10px;
        }

            .latest_news_header .container .apply_now_btn a {
                padding: 6px 20px;
                background: #fff;
                border: 1px solid #ccc;
                text-transform: uppercase;
                font-size: 0.7rem;
                color: #6a6a71;
                transition: all linear .3s;
            }

                .latest_news_header .container .apply_now_btn a:hover {
                    background: #0c54a0;
                    border: 1px solid #eee;
                    color: #fff;
                }

    .latest_news_header.home-sec-new {
        position: relative;
        top: -44px;
        background: #393939;
    }

        .latest_news_header.home-sec-new:before {
            position: absolute;
            content: "";
            width: 50%;
            height: 100%;
            background: #05376d;
        }

        .latest_news_header.home-sec-new .container {
            background: #393939;
            position: relative;
            justify-content: flex-end;
        }

            .latest_news_header.home-sec-new .container .news_sec {
                max-width: 80%;
                flex: 0 0 80%;
                padding: 0 15px;
            }

                .latest_news_header.home-sec-new .container .news_sec span a {
                    color: #fff;
                    font-size: 16px;
                }

            .latest_news_header.home-sec-new .container .apply_now_btn a {
                padding: 6px 20px;
                background: #ef7f1a;
                border: none;
                color: #ffffff;
            }

                .latest_news_header.home-sec-new .container .apply_now_btn a:hover {
                    background: #ffffff;
                    color: #0c54a0;
                }

        .latest_news_header.home-sec-new .news_btn .image {
            background: #05376d;
            font-size: 17px;
            position: relative;
            padding: 12px 10px;
        }

.acadmic_enq_popup, .download_bro_popup {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

    .acadmic_enq_popup .popup_sec, .download_bro_popup .popup_sec {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 25px;
        background: #ff8a00;
        border-radius: 5px;
    }

        .acadmic_enq_popup .popup_sec .pop_head, .download_bro_popup .popup_sec .pop_head {
            text-transform: none;
            position: relative;
        }

            .acadmic_enq_popup .popup_sec .pop_head h2, .download_bro_popup .popup_sec .pop_head h2 {
                font-size: 26px;
                color: #f6f6f6;
                padding-bottom: 5px;
                font-weight: 500;
                text-transform: none;
                margin: 0;
                padding: 0;
            }

            .acadmic_enq_popup .popup_sec .pop_head .close_btn, .download_bro_popup .popup_sec .pop_head .close_btn {
                position: absolute;
                right: -40px;
                top: -40px;
                color: #f6f6f6;
                cursor: pointer;
                background: rgba(0,0,0,0.5);
                border-radius: 50%;
                height: 20px;
                width: 20px;
                text-align: center;
                border: 2px solid #f6f6f6;
                outline: none;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                line-height: 1.5rem;
            }

        .acadmic_enq_popup .popup_sec .pop_body, .download_bro_popup .popup_sec .pop_body {
            padding: 15px 0px 0px;
        }

            .acadmic_enq_popup .popup_sec .pop_body span.error.form-error, .download_bro_popup .popup_sec .pop_body span.error.form-error {
                font-size: 12px;
                margin-top: 5px;
                position: absolute;
                bottom: -18px;
                left: 0;
            }

            .acadmic_enq_popup .popup_sec .pop_body .form_inner form, .download_bro_popup .popup_sec .pop_body .form_inner form {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row {
                    max-width: 48%;
                    margin-bottom: 25px;
                    display: inline-flex;
                    flex: 0 0 48%;
                    position: relative;
                }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row input, .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row select, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row input, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row select {
                        width: 100%;
                        border-radius: 4px;
                        outline: none;
                        cursor: pointer;
                        height: auto;
                        box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
                        border: 0;
                        color: #a28d9b;
                        font-size: 15px;
                        padding: 13px 10px;
                        position: relative;
                        z-index: 2;
                        cursor: pointer;
                    }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn {
                        max-width: 15%;
                        flex: 0 0 15%;
                    }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .ph_drp_menu, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .ph_drp_menu {
                            width: 100%;
                            height: auto;
                            background: #f6f6f6;
                            border: 1px solid #e0e0e0;
                            border-radius: 5px 0 0 5px;
                            outline: none;
                            box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
                            font-size: 15px;
                            padding: 12px 10px;
                            outline: none;
                            cursor: pointer;
                        }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code {
                            padding-left: 0;
                            display: none;
                            position: absolute;
                            top: 42px;
                            width: 100%;
                            background: #f6f6f6;
                            z-index: 999;
                            margin: 0;
                            border: 1px solid #ccc;
                            border-radius: 0 0 5px 5px;
                        }

                            .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code li, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code li {
                                border-bottom: 1px solid #e0e0e0;
                                padding: 4px 10px 4px 10px;
                                cursor: pointer;
                            }

                                .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code li:hover, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .cont_code li:hover {
                                    background: #e63a33;
                                    color: #f6f6f6;
                                    transition: all 0.3s;
                                }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_text, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_text {
                        max-width: 80%;
                        flex: 0 0 80%;
                    }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .ph_text input[type="tel"], .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_text input[type="tel"] {
                            border-radius: 0 5px 5px 0;
                        }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .captcha_box, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .captcha_box {
                        flex: 0 0 44%;
                        max-width: 44%;
                    }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .captch_text, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .captch_text {
                        max-width: 49%;
                        flex: 0 0 49%;
                        text-align: center;
                    }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.captcha_sec, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.captcha_sec {
                        justify-content: space-between;
                        align-items: center;
                    }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox, .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn {
                        align-items: center;
                        max-width: 49%;
                        flex: 0 0 49%;
                    }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:first-child, .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:first-child, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:first-child, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:first-child {
                            max-width: 7%;
                            flex: 0 0 7%;
                        }

                            .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:first-child input[type="checkbox"], .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:first-child input[type="checkbox"], .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:first-child input[type="checkbox"], .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:first-child input[type="checkbox"] {
                                box-shadow: none;
                            }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:last-child, .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:last-child, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:last-child, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn span:last-child {
                            max-width: 95%;
                            flex: 0 0 95%;
                            font-size: 0.85rem;
                        }

                    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn {
                        justify-content: flex-end;
                    }

                        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn input[type="submit"], .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn input[type="submit"] {
                            background: #f6f6f6;
                            font-weight: 600;
                            text-transform: uppercase;
                            color: #000;
                            box-shadow: none;
                            border-radius: 0;
                            font-size: 14px;
                            padding: 10px 30px;
                            transition: all linear .3s;
                            width: auto;
                            border: 1px solid #000;
                        }

                            .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn input[type="submit"]:hover, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.submit_btn input[type="submit"]:hover {
                                border: solid 1px #f6f6f6;
                                color: #f6f6f6;
                                background: #f7882f;
                            }

.faq_sec .container .naccs {
    position: relative;
    max-width: 100%;
    margin: 0px auto 80px;
    width: 100%;
}

    .faq_sec .container .naccs .heading {
        display: block;
        margin-bottom: 35px;
    }

    .faq_sec .container .naccs .grid {
        list-style: none;
        display: flex;
        flex-direction: row;
    }

        .faq_sec .container .naccs .grid .grid_tabs {
            box-sizing: border-box;
            display: inline-block;
            min-height: 1px;
            vertical-align: top;
        }

        .faq_sec .container .naccs .grid .left_tabs {
            max-width: 27%;
            flex: 0 0 27%;
            position: relative;
        }

            .faq_sec .container .naccs .grid .left_tabs .sidebar-icon {
                background: url(../img/arrow-icon.png) no-repeat center center #2c4d94;
                padding: 24.5px;
                width: auto;
                position: absolute;
                right: -48px;
                z-index: 1;
                top: 1px;
                cursor: pointer;
                display: none;
            }

            .faq_sec .container .naccs .grid .left_tabs .menu {
                border: 1px solid #e0e0e0;
            }

                .faq_sec .container .naccs .grid .left_tabs .menu div {
                    padding: 15px 20px;
                    margin-bottom: 1px;
                    cursor: pointer;
                    position: relative;
                    vertical-align: middle;
                    font-weight: 400;
                    transition: 0.3s;
                    border-bottom: 1px solid #e0e0e0;
                    color: #434343;
                    text-transform: capitalize;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: flex-start;
                }

                    .faq_sec .container .naccs .grid .left_tabs .menu div:last-child {
                        border-bottom: none;
                    }

                    .faq_sec .container .naccs .grid .left_tabs .menu div img.on-hover {
                        position: absolute;
                        left: 20px;
                        opacity: 0;
                        transition: 0.5s;
                        visibility: hidden;
                    }

                    .faq_sec .container .naccs .grid .left_tabs .menu div span.title {
                        transition: 0.5s;
                        margin-left: 15px;
                    }

                    .faq_sec .container .naccs .grid .left_tabs .menu div b.tabs_right_arrow {
                        position: absolute;
                        right: 15px;
                        top: 50%;
                        background: url(../img/faq-right-arrow.png) no-repeat 0 7px;
                        transform: translateY(-50%);
                        height: 14px;
                        width: 14px;
                        background-position: center;
                        background-size: contain;
                    }

                    .faq_sec .container .naccs .grid .left_tabs .menu div.active {
                        color: #f6f6f6;
                        background: #E83B34;
                        padding: 15px 20px;
                        border-color: #E83B34;
                    }

                        .faq_sec .container .naccs .grid .left_tabs .menu div.active img.on-hover {
                            opacity: 1;
                            visibility: visible;
                        }

                        .faq_sec .container .naccs .grid .left_tabs .menu div.active img.before-hover {
                            opacity: 0;
                            transition: 0.5s;
                            visibility: hidden;
                        }

                        .faq_sec .container .naccs .grid .left_tabs .menu div.active span.title {
                            margin-left: 25px;
                            transition: 0.5s;
                        }

                        .faq_sec .container .naccs .grid .left_tabs .menu div.active b.tabs_right_arrow {
                            background: url(../img/faq-right-arrow-h.png) no-repeat 0 7px;
                            background-position: center;
                        }

        .faq_sec .container .naccs .grid .right_content {
            max-width: 73%;
            flex: 0 0 73%;
            background: #f5f5f5;
        }

            .faq_sec .container .naccs .grid .right_content ul.nacc {
                position: relative;
                height: 590px;
                list-style: none;
                margin: 0;
                padding: 0;
                transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
            }

                .faq_sec .container .naccs .grid .right_content ul.nacc li {
                    opacity: 0;
                    list-style: none;
                    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
                    padding: 20px;
                    display: none;
                }

                    .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content {
                        margin-bottom: 20px;
                        padding-left: 35px;
                    }

                        .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content h2.ques {
                            margin: 0;
                            font-size: 1.1rem;
                            font-weight: 500;
                            color: #434343;
                            position: relative;
                        }

                            .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content h2.ques:before {
                                position: absolute;
                                content: "Q.";
                                left: -25px;
                                top: 0;
                            }

                        .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content a {
                            color: #e83b34;
                            transition: all linear .3s;
                        }

                            .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content a:hover {
                                color: #000;
                            }

                        .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content p.ans {
                            color: #898989;
                            font-size: 15px;
                            line-height: 1.5;
                            margin: 0;
                        }

                    .faq_sec .container .naccs .grid .right_content ul.nacc li.active {
                        transition-delay: .3s;
                        z-index: 2;
                        opacity: 1;
                        transform: translateX(0px);
                        padding: 20px;
                        overflow: auto;
                        margin: 10px 0;
                        position: absolute;
                        top: 0;
                        display: block;
                    }

                        .faq_sec .container .naccs .grid .right_content ul.nacc li.active .overflow-content.mCustomScrollbar {
                            height: 570px;
                        }

                .faq_sec .container .naccs .grid .right_content ul.nacc .mCSB_dragger_bar {
                    background-color: #e63a33;
                }

.admission_overview_outer .adm_overview .container .our-culture {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

    .admission_overview_outer .adm_overview .container .our-culture .image {
        max-width: 35%;
        flex: 0 0 35%;
        margin-top: 0px;
    }

    .admission_overview_outer .adm_overview .container .our-culture .text {
        max-width: 65%;
        flex: 0 0 65%;
    }

        .admission_overview_outer .adm_overview .container .our-culture .text .message-sec {
            box-shadow: none;
            background: transparent;
            margin-top: 0;
            padding: 10px 20px 5px 0;
        }

            .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .msg_head {
                margin-bottom: 15px;
            }

                .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .msg_head p {
                    font-size: 15px;
                    margin-top: 0px;
                    color: #1a1b21;
                }

            .admission_overview_outer .adm_overview .container .our-culture .text .message-sec a {
                color: #e63a33;
                transition: all linear .3s;
            }

                .admission_overview_outer .adm_overview .container .our-culture .text .message-sec a:hover {
                    color: #1a1b21;
                }

            .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice h2 {
                margin: 0 0 5px;
                font-weight: 500;
                color: #0c54a0;
                font-size: 1.2rem;
            }

            .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice .inner_notice.overflow-content {
                height: 150px;
            }

                .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice .inner_notice.overflow-content .mCSB_container p {
                    margin: 0px;
                }

                    .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice .inner_notice.overflow-content .mCSB_container p b {
                        font-size: 15px;
                    }

.admission_overview_outer .bchlr_prgm_sec {
    background: url("../img/banner-programme-banner.jpg") no-repeat 0 0;
    background-size: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
}

    .admission_overview_outer .bchlr_prgm_sec .container .outer_content {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title {
            max-width: 20%;
            flex: 0 0 20%;
        }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title span .heading-sub {
                font-size: 17px;
                font-weight: 400;
                color: #f6f6f6;
            }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title span .heading-lg {
                color: #f6f6f6;
            }

        .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content {
            max-width: 77%;
            flex: 0 0 77%;
            color: #f6f6f6;
            border: 1px solid rgba(246,246,246,0.1);
            border-left: none;
            box-sizing: border-box;
            padding: 10px 20px 20px;
            position: relative;
        }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:before, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:after {
                position: absolute;
                height: 25%;
                width: 1px;
                background: rgba(246,246,246,0.1);
                left: 0;
                content: "";
            }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:before {
                top: 0;
            }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:after {
                bottom: 0;
            }

.admission_overview_outer .important_dates_sec {
    margin-bottom: 40px;
}

    .admission_overview_outer .important_dates_sec .container .date_list ul {
        padding-left: 0;
    }

        .admission_overview_outer .important_dates_sec .container .date_list ul li {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }

            .admission_overview_outer .important_dates_sec .container .date_list ul li .left_text {
                flex: 0 0 80%;
                max-width: 80%;
            }

            .admission_overview_outer .important_dates_sec .container .date_list ul li .right_date {
                flex: 0 0 20%;
                max-width: 20%;
                display: flex;
                flex-direction: column;
                align-self: center;
            }

                .admission_overview_outer .important_dates_sec .container .date_list ul li .right_date span {
                    border: 2px solid #E83B34;
                    font-size: 1.2rem;
                    width: 100px;
                    text-align: center;
                }

                    .admission_overview_outer .important_dates_sec .container .date_list ul li .right_date span:first-child {
                        padding: 4px 0;
                        font-weight: 500;
                    }

                    .admission_overview_outer .important_dates_sec .container .date_list ul li .right_date span:last-child {
                        color: #f6f6f6;
                        background: #E83B34;
                        font-weight: 300;
                    }

    .admission_overview_outer .important_dates_sec .container .date_list .bottom_content strong {
        font-weight: 600;
        margin-top: 10px;
        display: block;
    }

.admission_overview_outer .eligibility_sec {
    background: #f6f6f6;
    padding: 40px 0;
}

    .admission_overview_outer .eligibility_sec .container .content_body {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

        .admission_overview_outer .eligibility_sec .container .content_body .left_text {
            max-width: 65%;
            flex: 0 0 65%;
        }

            .admission_overview_outer .eligibility_sec .container .content_body .left_text .heading {
                margin-bottom: 20px;
            }

            .admission_overview_outer .eligibility_sec .container .content_body .left_text ul {
                padding: 0;
                margin-top: 0;
                margin-bottom: 30px;
            }

                .admission_overview_outer .eligibility_sec .container .content_body .left_text ul li {
                    font-size: 15px;
                    margin-bottom: 15px;
                    padding-left: 30px;
                    position: relative;
                    color: #000;
                    line-height: 24px;
                }

                    .admission_overview_outer .eligibility_sec .container .content_body .left_text ul li::before {
                        position: absolute;
                        content: url(../img/icon-right.png);
                        left: 0;
                        top: 4px;
                    }

                    .admission_overview_outer .eligibility_sec .container .content_body .left_text ul li.divider {
                        text-align: center;
                        font-size: 1.5rem;
                        font-weight: 500;
                        margin: 0;
                        padding: 0;
                        color: #1a1b21;
                    }

                        .admission_overview_outer .eligibility_sec .container .content_body .left_text ul li.divider:before {
                            display: none;
                        }

            .admission_overview_outer .eligibility_sec .container .content_body .left_text p {
                font-size: 15px;
                margin: 0;
            }

        .admission_overview_outer .eligibility_sec .container .content_body .right_img {
            max-width: 33%;
            flex: 0 0 33%;
        }

            .admission_overview_outer .eligibility_sec .container .content_body .right_img .image {
                text-align: center;
                background: #fff;
                width: 100%;
                margin: 0 auto;
                border: 1px solid #E0E0E0;
                outline: none;
            }

                .admission_overview_outer .eligibility_sec .container .content_body .right_img .image img {
                    padding: 40px;
                    width: 65%;
                }

.adm_pro_sec .container .heading p {
    color: #6a6a71;
    font-size: 1rem;
}

.adm_pro_sec .container .body {
    margin-top: 40px;
}

    .adm_pro_sec .container .body .tab {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .adm_pro_sec .container .body .tab .tablinks {
            background-color: inherit;
            color: #6a6a71;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 10px;
            max-width: 46%;
            flex: 0 0 46%;
            position: relative;
            border: 1px solid #e3e3e3;
            text-align: center;
        }

            .adm_pro_sec .container .body .tab .tablinks:active {
                background-color: #e63a33;
                color: #f6f6f6;
            }

            .adm_pro_sec .container .body .tab .tablinks:first-child span.simple_icon {
                background: url(../img/icon-step1.png) no-repeat 0 7px;
                height: 41px;
                width: 41px;
                position: absolute;
                top: 45%;
                left: 39%;
                transform: translateY(-50%);
            }

            .adm_pro_sec .container .body .tab .tablinks:last-child span.simple_icon {
                background: url(../img/icon-step2.png) no-repeat 0 7px;
                height: 41px;
                width: 41px;
                position: absolute;
                top: 45%;
                left: 39%;
                transform: translateY(-50%);
            }

            .adm_pro_sec .container .body .tab .tablinks b {
                font-size: 1.5rem;
                font-weight: 300;
                letter-spacing: 0.8px;
                padding-left: 30px;
                line-height: 2rem;
            }

            .adm_pro_sec .container .body .tab .tablinks.active {
                background: #e63a33;
                color: #f6f6f6;
                border-color: #e63a33;
            }

                .adm_pro_sec .container .body .tab .tablinks.active:first-child span.simple_icon {
                    background: url(../img/icon-step1-h.png) no-repeat 0 7px;
                }

                .adm_pro_sec .container .body .tab .tablinks.active:last-child span.simple_icon {
                    background: url(../img/icon-step2-h.png) no-repeat 0 7px;
                }

                .adm_pro_sec .container .body .tab .tablinks.active:after {
                    position: absolute;
                    content: "";
                    height: 15px;
                    width: 15px;
                    background: #e63a33;
                    transform: rotate(136deg) translateX(-50%);
                    border-radius: 2px;
                    left: 50%;
                    bottom: -13px;
                    z-index: -1;
                    transition: 0.1s;
                }

    .adm_pro_sec .container .body .tabcontent {
        display: none;
        padding: 20px 0;
    }

        .adm_pro_sec .container .body .tabcontent ul.step_top_lists {
            margin-bottom: 40px;
        }

            .adm_pro_sec .container .body .tabcontent ul.step_top_lists li {
                position: relative;
                color: #1a1b21;
                line-height: 22px;
                padding-left: 20px;
                box-sizing: border-box;
                font-size: 14px;
            }

                .adm_pro_sec .container .body .tabcontent ul.step_top_lists li::before {
                    position: absolute;
                    content: url("../img/icon-bullet.png");
                    left: 0;
                    top: 0;
                }

        .adm_pro_sec .container .body .tabcontent p.step-2_sub-head {
            font-size: 1rem;
            color: #6a6a71;
            margin: 20px 0px;
        }

        .adm_pro_sec .container .body .tabcontent .payment_method {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
        }

            .adm_pro_sec .container .body .tabcontent .payment_method .left, .adm_pro_sec .container .body .tabcontent .payment_method .right {
                flex: 0 0 48%;
                max-width: 48%;
                background: #f6f6f6;
                border: 1px solid #e3e3e3;
            }

                .adm_pro_sec .container .body .tabcontent .payment_method .left .heading, .adm_pro_sec .container .body .tabcontent .payment_method .right .heading {
                    padding: 20px 35px;
                }

                    .adm_pro_sec .container .body .tabcontent .payment_method .left .heading .heading-lg, .adm_pro_sec .container .body .tabcontent .payment_method .right .heading .heading-lg {
                        font-size: 30px;
                        font-weight: 600;
                    }

                .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body {
                    color: #1a1b21;
                    line-height: 22px;
                }

                    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .image, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .image {
                        position: relative;
                    }

                        .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .image:before, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .image:before {
                            position: absolute;
                            content: "";
                            width: 92%;
                            height: 83%;
                            border: solid 2px #fff;
                            left: 0;
                            right: 0;
                            margin: auto;
                            top: 0;
                            bottom: 7px;
                        }

                    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .content ul, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .content ul {
                        padding: 30px 20px 30px 35px;
                    }

                        .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .content ul li, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .content ul li {
                            margin-bottom: 20px;
                            line-height: 22px;
                            font-size: 14px;
                            color: #000;
                            position: relative;
                        }

                            .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .content ul li::before, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .content ul li::before {
                                position: absolute;
                                content: url("../img/icon-bullet.png");
                                left: -20px;
                                top: 0;
                            }

                    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .address, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .address {
                        padding: 0 35px;
                    }

                        .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .address .head, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .address .head {
                            display: flex;
                            flex-direction: column;
                            color: #1a1b21;
                            font-weight: 600;
                        }

                        .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .address .add_body, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .address .add_body {
                            display: flex;
                            flex-direction: column;
                            margin-top: 15px;
                            margin-bottom: 50px;
                        }

        .adm_pro_sec .container .body .tabcontent p.note {
            color: #1a1b21;
            font-weight: 600;
            margin: 30px 0;
        }

            .adm_pro_sec .container .body .tabcontent p.note span {
                color: #e63a33;
            }

        .adm_pro_sec .container .body .tabcontent.step1 .payment_method .left, .adm_pro_sec .container .body .tabcontent.step1 .payment_method .right {
            min-height: 850px;
            box-shadow: 0px 18px 10px -15px #e0e0e0;
        }

        .adm_pro_sec .container .body .tabcontent.step2 .payment_method .content_body .content ul {
            padding: 30px 20px 30px 35px;
            margin: 0;
        }

            .adm_pro_sec .container .body .tabcontent.step2 .payment_method .content_body .content ul li {
                margin-bottom: 5px;
            }

.online_payment {
    background: url("../img/online-payment-banner.jpg") no-repeat 0 7px;
    background-position: center;
    background-size: cover;
    padding: 50px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

    .online_payment .container {
        width: 100%;
    }

        .online_payment .container .inner_sec {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
        }

            .online_payment .container .inner_sec .left, .online_payment .container .inner_sec .right {
                flex: 0 0 48%;
                max-width: 48%;
                position: relative;
            }

                .online_payment .container .inner_sec .left .heading, .online_payment .container .inner_sec .right .heading {
                    margin-bottom: 20px;
                }

                    .online_payment .container .inner_sec .left .heading .heading-sub, .online_payment .container .inner_sec .left .heading .heading-lg, .online_payment .container .inner_sec .right .heading .heading-sub, .online_payment .container .inner_sec .right .heading .heading-lg {
                        color: #f6f6f6;
                    }

                    .online_payment .container .inner_sec .left .heading .heading-lg, .online_payment .container .inner_sec .right .heading .heading-lg {
                        font-size: 26px;
                        font-weight: 600;
                    }

                .online_payment .container .inner_sec .left .content_body, .online_payment .container .inner_sec .right .content_body {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: flex-start;
                    color: #f6f6f6;
                }

                    .online_payment .container .inner_sec .left .content_body .left_img, .online_payment .container .inner_sec .left .content_body .right_content, .online_payment .container .inner_sec .right .content_body .left_img, .online_payment .container .inner_sec .right .content_body .right_content {
                        flex: 0 0 50%;
                        max-width: 50%;
                    }

                        .online_payment .container .inner_sec .left .content_body .left_img .image, .online_payment .container .inner_sec .left .content_body .right_content .image, .online_payment .container .inner_sec .right .content_body .left_img .image, .online_payment .container .inner_sec .right .content_body .right_content .image {
                            position: relative;
                        }

                            .online_payment .container .inner_sec .left .content_body .left_img .image:before, .online_payment .container .inner_sec .left .content_body .right_content .image:before, .online_payment .container .inner_sec .right .content_body .left_img .image:before, .online_payment .container .inner_sec .right .content_body .right_content .image:before {
                                position: absolute;
                                content: "";
                                width: 72%;
                                height: 79%;
                                border: solid 1px #fff;
                                left: 10px;
                                right: 10px;
                                top: 10px;
                                bottom: 10px;
                            }

                .online_payment .container .inner_sec .left:after {
                    position: absolute;
                    content: url("../img/divider.png");
                    right: -10px;
                    top: -50px;
                }

.terms_sec .container .inner_sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

    .terms_sec .container .inner_sec .left_content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

        .terms_sec .container .inner_sec .left_content .content ul {
            margin-top: 20px;
        }

            .terms_sec .container .inner_sec .left_content .content ul li {
                position: relative;
                margin-bottom: 10px;
                line-height: 22px;
                padding-left: 30px;
                font-size: 14px;
            }

                .terms_sec .container .inner_sec .left_content .content ul li:before {
                    position: absolute;
                    content: url(../img/icon-right.png);
                    left: 0;
                    top: 4px;
                }

    .terms_sec .container .inner_sec .right_img {
        flex: 0 0 40%;
        max-width: 40%;
    }

        .terms_sec .container .inner_sec .right_img .image {
            margin-bottom: -3px;
            margin-left: -70px;
        }

.publication_sec .container .content_body {
    margin-top: 40px;
}

    .publication_sec .container .content_body ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

        .publication_sec .container .content_body ul li {
            flex: 0 0 48%;
            max-width: 48%;
            margin-bottom: 40px;
        }

            .publication_sec .container .content_body ul li .box {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-between;
                padding: 40px;
                background: #f6f6f6;
            }

                .publication_sec .container .content_body ul li .box .image {
                    max-width: 35%;
                    flex: 0 0 35%;
                }

                .publication_sec .container .content_body ul li .box .content {
                    max-width: 60%;
                    flex: 0 0 60%;
                }

                .publication_sec .container .content_body ul li .box p {
                    padding-left: 24px;
                    position: relative;
                    color: #6a6a71;
                }

                    .publication_sec .container .content_body ul li .box p:before {
                        position: absolute;
                        left: 0;
                        top: 3px;
                    }

                    .publication_sec .container .content_body ul li .box p:nth-of-type(1):before {
                        content: url("../img/icon-to-do-list.png");
                    }

                    .publication_sec .container .content_body ul li .box p:nth-of-type(2):before {
                        content: url("../img/icon-calander.png");
                    }

                .publication_sec .container .content_body ul li .box .download_btn {
                    display: block;
                    text-align: left;
                    margin-left: -20px;
                    margin-top: 20px;
                }

.top_left_drpdwn .container .project_drpdwn_btn {
    width: 200px;
    position: relative;
    float: right;
    z-index: 1;
    font-size: 0.9rem;
}

    .top_left_drpdwn .container .project_drpdwn_btn:after {
        content: url("../img/drop-down-arrow2.png");
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .top_left_drpdwn .container .project_drpdwn_btn span {
        padding: 6px 9px;
        background: #f7f7f7;
        border: 1px solid #e0e0e0;
        text-transform: capitalize;
        cursor: pointer;
        display: block;
    }

    .top_left_drpdwn .container .project_drpdwn_btn .project_drpdwn {
        width: 99%;
        margin: 0;
        padding: 0;
        background: #f7f7f7;
        border: 1px solid #e0e0e0;
        position: absolute;
        top: 35px;
        display: none;
        right: 0;
    }

        .top_left_drpdwn .container .project_drpdwn_btn .project_drpdwn li {
            padding: 6px 9px;
            cursor: pointer;
            text-transform: capitalize;
            border-bottom: 1px solid #e0e0e0;
        }

            .top_left_drpdwn .container .project_drpdwn_btn .project_drpdwn li:last-child {
                border-bottom: none;
            }

            .top_left_drpdwn .container .project_drpdwn_btn .project_drpdwn li:hover {
                background: #e63a33;
                color: #f6f6f6;
                transition: all 0.3s;
            }

.top_left_drpdwn .container p {
    text-align: right;
    position: relative;
}

    .top_left_drpdwn .container p select {
        padding: 10px 15px;
        box-shadow: 4px 4px 14px -5px #bbb;
        border: 1px solid #e0e0e0;
        outline: none;
        text-transform: capitalize;
        color: #1a1b21;
        cursor: pointer;
    }

    .top_left_drpdwn .container p:after {
        position: absolute;
        content: url("../img/drop-down-arrow2.png");
        right: 6px;
        top: 2px;
        background: #fff;
        pointer-events: none;
        padding: 3px;
    }

.funded_project_sec .container .our-culture .image {
    max-width: 48%;
    flex: 0 0 48%;
    position: relative;
}

    .funded_project_sec .container .our-culture .image.right {
        box-shadow: -7px 8px 20px 1px #e0e0e0;
    }

    .funded_project_sec .container .our-culture .image.left {
        box-shadow: 7px 8px 20px 1px #e0e0e0;
    }

.funded_project_sec .container .our-culture .text {
    max-width: 48%;
    flex: 0 0 48%;
}

    .funded_project_sec .container .our-culture .text span .heading-sub {
        font-size: 19px;
        font-weight: 500;
    }

    .funded_project_sec .container .our-culture .text span .heading-lg {
        font-size: 32px;
        font-weight: 600;
    }

    .funded_project_sec .container .our-culture .text .message-sec {
        color: #6a6a71;
    }

.chairmen_blog_sec {
    background: #0c54a0;
    margin: 30px 0 70px;
}

    .chairmen_blog_sec .container {
        position: relative;
    }

        .chairmen_blog_sec .container .chairmen_img {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .chairmen_blog_sec .container .chairmen_msg {
            padding: 30px 0px 20px 20px;
            color: #fff;
            margin-left: 300px;
        }

            .chairmen_blog_sec .container .chairmen_msg .content {
                font-size: 14px;
                line-height: 22px;
                font-weight: 300;
                position: relative;
            }

                .chairmen_blog_sec .container .chairmen_msg .content:before {
                    position: absolute;
                    content: url("../img/left-quote.png");
                    left: -57px;
                    top: -16px;
                }

                .chairmen_blog_sec .container .chairmen_msg .content:after {
                    position: absolute;
                    content: url("../img/right-quote.png");
                    right: auto;
                    bottom: -27px;
                }

            .chairmen_blog_sec .container .chairmen_msg .name {
                margin-top: 20px;
                font-size: 1.3rem;
                font-weight: 400;
            }

            .chairmen_blog_sec .container .chairmen_msg .profile {
                font-weight: 300;
            }

section.chairmen_blog_sec.recognition_sec .chairmen_msg {
    margin-left: 230px;
    padding: 30px 0 30px;
}

    section.chairmen_blog_sec.recognition_sec .chairmen_msg .content:before, section.chairmen_blog_sec.recognition_sec .chairmen_msg .content:after {
        display: none;
    }

    section.chairmen_blog_sec.recognition_sec .chairmen_msg .content h2 {
        margin: 0 0 5px;
        font-style: normal;
        font-weight: 500;
    }

.core-corses-sec .container .life-gallist {
    margin-bottom: 40px;
}

    .core-corses-sec .container .life-gallist.student-Clubs-mec ul li {
        color: #1a1b21;
        max-width: 32%;
        flex: 0 0 32%;
        padding: 20px;
        display: block;
        margin-right: 0;
        border-bottom: 2px solid #e63a33;
        justify-content: flex-start;
        font-size: 14px;
        min-height: 150px;
    }

        .core-corses-sec .container .life-gallist.student-Clubs-mec ul li:hover .title {
            opacity: 1;
        }

        .core-corses-sec .container .life-gallist.student-Clubs-mec ul li .title {
            color: #0c54a0;
            font-size: 1.2rem;
            width: 100%;
            line-height: 1.5rem;
            font-weight: 500;
        }

        .core-corses-sec .container .life-gallist.student-Clubs-mec ul li p {
            line-height: 1.2rem;
            margin: 10px 0 0;
        }

.careers-sec.programme-detail-page.brochure .container .our-culture {
    padding: 0;
}

.careers-sec.programme-detail-page.brochure .corses-download-sec {
    padding-top: 0;
}

.mec-sec-new {
    padding-bottom: 0;
}

    .mec-sec-new ul {
        display: flex;
        justify-content: space-between;
    }

        .mec-sec-new ul li {
            width: 385px;
            border-radius: 3px 3px 0 0;
            overflow: hidden;
            background: #f7f7f7;
            padding: 0;
            margin: 40px 0 0;
            text-align: left;
            box-shadow: none;
        }

            .mec-sec-new ul li .news-heading {
                padding: 20px 20px 20px 60px;
                background: url(../img/announcement-icon.png) no-repeat 20px 22px #50c6de;
                font-size: 20px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
            }

            .mec-sec-new ul li .inner {
                padding: 15px;
                box-sizing: border-box;
            }

                .mec-sec-new ul li .inner ul {
                    height: 300px;
                }

                    .mec-sec-new ul li .inner ul .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                        background-color: #50c6de;
                    }

                .mec-sec-new ul li .inner li {
                    width: 100%;
                    font-size: 13px;
                    padding: 5px 5px 5px 20px;
                    background: url(../img/icon-bullet-blue.png) no-repeat 3px 12px;
                    overflow: visible;
                    margin: 0;
                    line-height: 20px;
                    font-weight: 400;
                }

                    .mec-sec-new ul li .inner li .read-more-text {
                        display: block;
                        padding-top: 5px;
                        text-transform: uppercase;
                    }

                .mec-sec-new ul li .inner .read-more-btn {
                    margin-top: 20px;
                    background: #50c6de;
                }

            .mec-sec-new ul li.news .news-heading {
                background: url(../img/announcement-icon.png) no-repeat 20px 22px #c359ad;
            }

            .mec-sec-new ul li.news ul .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                background-color: #c359ad;
            }

            .mec-sec-new ul li.news .read-more-btn {
                background: #c359ad;
            }

            .mec-sec-new ul li.news li {
                background: none;
                border-bottom: solid 1px #d1d2d6;
                padding: 15px 0;
            }

                .mec-sec-new ul li.news li a {
                    display: flex;
                    justify-content: space-between;
                }

                .mec-sec-new ul li.news li .date-time {
                    width: 65px;
                    height: 65px;
                    border-radius: 5px;
                    border: solid 1px #ccc;
                    font-size: 14px;
                    color: #3b3f54;
                    display: inline-block;
                    padding: 14px 0;
                    box-sizing: border-box;
                    text-align: center;
                }

                    .mec-sec-new ul li.news li .date-time b {
                        font-weight: 600;
                        display: block;
                        width: 100%;
                    }

                .mec-sec-new ul li.news li span {
                    width: calc(100% - 85px);
                    float: right;
                }

                .mec-sec-new ul li.news li .read-more-text {
                    color: #c359ad;
                    font-style: normal;
                }

            .mec-sec-new ul li.news.imp-links .news-heading {
                background: url(../img/announcement-icon.png) no-repeat 20px 22px #f05f5c;
            }

            .mec-sec-new ul li.news.imp-links .read-more-btn {
                background: #f05f5c;
            }

            .mec-sec-new ul li.news.imp-links ul .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                background-color: #f05f5c;
            }

            .mec-sec-new ul li.news.imp-links li .date-time {
                height: auto;
                border: none;
                padding: 0;
                overflow: hidden;
            }

            .mec-sec-new ul li.news.imp-links li span {
                margin-top: -5px;
            }

                .mec-sec-new ul li.news.imp-links li span b {
                    display: block;
                }

            .mec-sec-new ul li.news.imp-links .read-more-text {
                color: #f05f5c;
            }

@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    header.new-home-sec .bottom-header .container {
        padding-top: 10px;
    }

    header.new-home-sec .bottom-header .menu ul li {
        font-size: 14px;
        text-transform: capitalize;
    }

        header.new-home-sec .bottom-header .menu ul li a {
            padding: 10px 5px 28px;
        }

    .banner .text-detail {
        max-width: 100%;
    }

    ul.rslides_tabs li {
        display: block;
        margin-top: 10px;
    }

        ul.rslides_tabs li a {
            border: solid 2px #ffffff;
        }

    .banner.inner ul.rslides_tabs {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
        left: auto;
        margin: 0;
    }

    .banner.inner .text-detail {
        bottom: -60px;
    }

    .banner.latest-banner .text-detail .inner, .banner.latest-banner1 .text-detail .inner {
        width: 70%;
        padding-left: 20px;
        line-height: 1;
        font-size: 28px;
    }

    .our-programme-sec {
        padding: 20px 0;
    }

        .our-programme-sec ul {
            justify-content: space-between;
            margin-bottom: 20px;
        }

            .our-programme-sec ul li {
                width: 24%;
                margin-right: 0;
            }

                .our-programme-sec ul li .detail span {
                    font-size: 15px;
                    text-transform: capitalize;
                    line-height: 20px;
                }

    .total-number-value ul {
        width: 100%;
        overflow: hidden;
    }

    .our-programme-sec.mec-sec-new ul li {
        width: 32%;
    }

    .mec-sec-new ul li .inner {
        padding: 10px;
    }

    .mec-sec-new ul li.news li .date-time {
        width: 65px;
        height: 65px;
        border-radius: 2px;
        font-size: 14px;
        padding: 9px 0;
    }

    .mec-sec-new ul li.news li span {
        width: calc(100% - 80px);
    }

    .mec-sec-new ul li .inner .read-more-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .placement-sec, .our-programme-sec.campus-life-sec {
        padding: 20px 0 40px;
        min-height: inherit;
        margin-top: 0;
    }

        .placement-sec .owl-theme .owl-controls, .our-programme-sec.campus-life-sec .owl-theme .owl-controls {
            position: absolute;
            top: auto;
            bottom: -35px;
            text-align: center;
            width: 100%;
        }

            .placement-sec .owl-theme .owl-controls .owl-prev, .our-programme-sec.campus-life-sec .owl-theme .owl-controls .owl-prev {
                left: 0;
            }

            .placement-sec .owl-theme .owl-controls .owl-next, .our-programme-sec.campus-life-sec .owl-theme .owl-controls .owl-next {
                left: 0;
                transform: rotate(180deg);
            }

        .placement-sec ul li img {
            display: inline-block;
        }

    .about-sec .video-sec img {
        height: 450px;
    }

    .about-sec .text {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .video-testimonial-sec .testimonial {
        width: 50%;
    }

    .video-testimonial-sec .video {
        width: 48%;
    }

    .video-testimonial-sec .testimonial .full .text {
        width: calc(100% - 160px);
        padding: 10px 0;
    }

    .video-testimonial-sec .testimonial .full .image {
        width: 130px;
    }

    .video-testimonial-sec .testimonial .full .text::before, .video-testimonial-sec .testimonial .full .text::after {
        background-position-x: 45px;
        background-position-y: 35px;
        background-size: 30px;
    }

    .video-testimonial-sec .testimonial .owl-theme .owl-controls {
        bottom: 20px;
        left: 160px;
    }

    .our-programme-sec.campus-life-sec ul li .image img {
        min-height: 204px;
    }

    .our-programme-sec.campus-life-sec ul li .image .detail {
        width: 50%;
        height: 204px;
        padding: 15px;
    }

    .social-widget .widget {
        width: 33.33%;
    }

    .footer .address-sec {
        width: 25%;
    }

        .footer .address-sec.newsletter {
            width: 33%;
        }

    .footer .menu-link-sec {
        width: 42%;
        padding-left: 2%;
    }

        .footer .menu-link-sec ul {
            width: 33%;
        }

            .footer .menu-link-sec ul.addmission {
                width: 33%;
            }

            .footer .menu-link-sec ul li a, .footer .address-sec {
                font-size: 13px;
            }

    .footer .info-website .half {
        width: 63%;
        font-size: 13px;
        padding: 15px 0;
    }

    .cookies-sec p {
        width: 98%;
        font-size: 11px;
    }

    .banner.inner ul.rslides_tabs {
        width: 100%;
        display: none;
    }

    aside.connect-link-new ul li {
        top: -26px;
    }

    .banner .text-detail .title::after {
        display: none;
    }

    .banner .text-detail {
        top: 50%;
        transform: translateY(-50%);
    }

    .careers-sec .our-culture .text {
        width: 52%;
    }

    .careers-sec .our-culture .image {
        width: 45%;
    }

    .careers-sec .our-culture p {
        font-size: 14px;
    }

    .careers-sec.about-page-sec .mec-vision .right {
        font-size: 16px;
    }

    .leadership-page-sec {
        padding-top: 0;
    }

        .leadership-page-sec ul {
            justify-content: space-between;
        }

            .leadership-page-sec ul li {
                width: 48%;
                margin: 30px 0 0;
            }

    .careers-sec.director-message-page .our-culture .image {
        width: 35%;
    }

    .careers-sec.director-message-page .our-culture .text {
        width: 65%;
    }

    .careers-sec.programmes-page .programme-list ul {
        justify-content: space-between;
    }

        .careers-sec.programmes-page .programme-list ul li {
            width: 24%;
            margin-right: 0;
        }

            .careers-sec.programmes-page .programme-list ul li a .detail {
                font-size: 18px;
                line-height: 20px;
            }

    section.chairmen_blog_sec.recognition_sec .chairmen_msg {
        margin-left: 180px;
    }

    .Programme-structure .left {
        width: 45%;
    }

    .Programme-structure .right {
        width: 50%;
    }

        .Programme-structure .right .image {
            width: 50%;
        }

    .Programme-structure {
        background-size: 100% 100%;
        min-height: inherit;
    }

    .careers-sec .educational-institutions-sec {
        padding: 0px 0 30px;
    }

    .chairmen_blog_sec .container .chairmen_msg .content:before, .chairmen_blog_sec .container .chairmen_msg .content:after {
        display: none;
    }

    .chairmen_blog_sec .container .chairmen_msg .name {
        margin-top: 10px;
    }

    .chairmen_blog_sec .container .chairmen_msg {
        margin-left: 200px;
    }

    .search-faculty {
        margin-top: 10px;
        left: 25px;
    }

    .faculty-member-sec ul li {
        width: 33.33%;
        padding: 20px;
    }

        .faculty-member-sec ul li:nth-of-type(4n) {
            border-right: solid 1px #ccc;
        }

        .faculty-member-sec ul li:nth-of-type(3n) {
            border-right: 0;
        }

    .adm_pro_sec .container .body .tab .tablinks b {
        padding-left: 0;
    }

    .careers-sec .our-culture .text ul li {
        width: 31%;
    }

    .research-area-sec .container .image, .research-area-sec .container .detail {
        width: 50%;
    }

    .table-structur-data {
        padding-top: 15px;
        width: 100%;
        overflow-x: auto;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .heading {
        padding: 15px;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .content ul {
        padding-bottom: 0;
    }

    .online_payment {
        padding: 20px;
        margin-bottom: 20px;
    }

        .online_payment .container .inner_sec .left .heading .heading-lg, .online_payment .container .inner_sec .right .heading .heading-lg {
            font-size: 26px;
        }

        .online_payment .container .inner_sec .left .content_body .left_img, .online_payment .container .inner_sec .right .content_body .left_img {
            flex: 0 0 30%;
            max-width: 30%;
        }

        .online_payment .container .inner_sec .left .content_body .right_content, .online_payment .container .inner_sec .right .content_body .right_content {
            flex: 0 0 67%;
            max-width: 67%;
        }

        .online_payment .container .inner_sec .left::after {
            content: "";
            top: 0;
            width: 1px;
            height: 100%;
            background: #636392;
        }

    .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li {
        width: 31%;
        margin-right: 2%;
    }

    .info-session-page {
        justify-content: flex-start;
    }

        .info-session-page .col-md-4 {
            width: 25%;
            box-sizing: border-box;
            margin-bottom: 20px;
        }

    .life-at-mec-new-page .student-activities-sec ul {
        margin-top: -30px;
    }

        .life-at-mec-new-page .student-activities-sec ul li .image {
            width: 50%;
        }

        .life-at-mec-new-page .student-activities-sec ul li .content {
            width: 49%;
            max-height: 285px;
            overflow-y: auto;
            box-sizing: border-box;
            padding-right: 15px;
        }

    .life-at-mec-new-page .student-clubs-sec {
        padding: 20px 0;
    }

        .life-at-mec-new-page .student-clubs-sec ul li {
            width: 50%;
        }

            .life-at-mec-new-page .student-clubs-sec ul li .text-scroll {
                height: 185px;
            }

    .life-at-mec-new-page .housing-dining-sec .content {
        width: 53%;
    }

    .life-at-mec-new-page .housing-dining-sec .image {
        width: 45%;
    }

    .info-session-page .left, .info-session-page .right {
        width: 50%;
        padding-right: 0;
    }

        .info-session-page .right::before {
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
        }

        .info-session-page .left .inner .image, .info-session-page .right .inner .image {
            width: 50%;
            margin: 0 auto 15px;
        }

        .info-session-page .left .inner .content, .info-session-page .right .inner .content {
            width: 100%;
            text-align: center;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .info-session-page .left .read-more-btn, .info-session-page .right .read-more-btn {
            width: 50%;
            margin-bottom: 5px;
        }

    .info-session-page {
        padding-bottom: 0;
    }

    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li {
        width: 49%;
        margin-right: 0;
    }

    .core-corses-sec .container .life-gallist {
        margin-bottom: 20px;
    }

    .careers-sec.programme-detail-page .core-corses-sec {
        padding-bottom: 20px;
    }

    .news-events-sec ul li {
        width: 50%;
        padding-right: 20px;
        padding-bottom: 20px;
    }

        .news-events-sec ul li:nth-of-type(even) {
            padding-left: 20px;
        }

        .news-events-sec ul li .detail .text .text-detail {
            width: calc(100% - 100px);
        }

    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right {
        width: 54%;
    }

    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .left {
        width: 45%;
    }

    .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a {
        font-size: 16px;
    }

    .careers-sec.programme-detail-page .corses-download-sec {
        padding-bottom: 20px;
    }

    .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li {
        width: 31%;
        margin: 20px 1%;
    }

        .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li:nth-of-type(5n) {
            margin-right: 1%;
        }

    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page {
        text-align: center;
        padding: 15px 0;
    }

        .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right {
            width: 100%;
            border: none;
            border-top: solid 1px #2e4867;
            margin-top: 20px;
            padding-top: 20px;
        }

        .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .left {
            width: 100%;
        }

        .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right span.email {
            background: no-repeat;
            padding: 10px;
        }

        .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .right span.designation {
            padding-top: 10px;
        }

    .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a {
        padding: 15px 15px 25px 74px;
        font-size: 12px;
    }

    .blogs-sec .blogs-filter {
        width: 35%;
    }

    .blogs-sec .blogs-inner-sec {
        width: 62%;
    }

        .blogs-sec .blogs-inner-sec ul li .detail {
            padding-bottom: 0;
        }

            .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text h5 {
                font-size: 18px;
            }

    .careers-sec.programme-detail-page .corses-download-sec ul li {
        width: 32%;
        margin: 1.4% .5% 0;
    }

    .photo-gallery-sec ul.gallery li {
        width: 49%;
    }

    .photo-gallery-sec {
        padding-bottom: 0;
    }

    .fancybox-nav span {
        visibility: visible;
    }

    .video-gallery-sec ul.video-gal li {
        width: 32%;
    }

    .acadmic_enq_popup .popup_sec, .download_bro_popup .popup_sec {
        width: 80%;
    }

    .contact-us-page .connect-sec ul {
        margin: 0;
    }

        .contact-us-page .connect-sec ul li {
            width: 33%;
            text-align: center;
        }

            .contact-us-page .connect-sec ul li .image {
                width: 50%;
                margin: 0 auto;
            }

            .contact-us-page .connect-sec ul li .text {
                width: 100%;
                margin-top: 10px;
            }

    .faculty-member-detail-sec .overview-sec {
        width: 67%;
    }

    .faculty-member-detail-sec .image-sec {
        width: 30%;
    }

    .sitemap-pages {
        margin: 0;
    }

    .banner .text-detail .title {
        font-size: 35px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 1023px) {
    .menu .short-menu {
        display: block;
        cursor: pointer;
    }

    header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown9 ul li, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li {
        width: 100%;
    }

        header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown9 ul li ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li ul {
            margin: 0;
        }

    header.new-home-sec .bottom-header .menu ul li .drop-down .image {
        display: none;
    }

    header.new-home-sec .bottom-header .container {
        padding-top: 5px;
    }

    header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown3 ul li ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown9 ul li ul, header.new-home-sec .bottom-header .menu ul li .drop-down#dropdown126 ul li ul {
        display: none;
    }

    header.new-home-sec .bottom-header .menu ul li .drop-down, header.new-home-sec.small-header .bottom-header .menu ul li .drop-down, header.new-home-sec .bottom-header .menu ul li:hover .drop-down {
        top: 0;
        position: static;
        background: #c33a34;
        padding: 0;
        display: none;
        animation: inherit;
        width: 100%;
        max-width: 100%;
    }

        header.new-home-sec .bottom-header .menu ul li .drop-down ul, header.new-home-sec.small-header .bottom-header .menu ul li .drop-down ul, header.new-home-sec .bottom-header .menu ul li:hover .drop-down ul {
            margin: 0;
            width: 100%;
            display: block;
        }

            header.new-home-sec .bottom-header .menu ul li .drop-down ul li a, header.new-home-sec.small-header .bottom-header .menu ul li .drop-down ul li a, header.new-home-sec .bottom-header .menu ul li:hover .drop-down ul li a {
                color: #fff;
                background: none;
                font-weight: 100;
                margin: 0;
                padding: 10px 10px 10px 30px;
                font-size: 14px;
                border-bottom: solid 1px #fff;
            }

                header.new-home-sec .bottom-header .menu ul li .drop-down ul li a.menu-bold, header.new-home-sec.small-header .bottom-header .menu ul li .drop-down ul li a.menu-bold, header.new-home-sec .bottom-header .menu ul li:hover .drop-down ul li a.menu-bold {
                    font-weight: 300;
                }

    header.new-home-sec .bottom-header .menu ul li.parentlevel > a:before, header.new-home-sec.small-header .bottom-header .menu ul li.parentlevel > a:before {
        display: none;
    }

    header.new-home-sec .bottom-header .menu ul.main {
        right: -100%;
        width: 100%;
        background: #2c4c95;
        position: fixed;
        top: 0;
        transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        height: 100%;
        overflow-y: auto;
        padding-bottom: 50px;
        box-sizing: border-box;
        z-index: 99999;
    }

        header.new-home-sec .bottom-header .menu ul.main li {
            display: block;
            position: relative;
        }

            header.new-home-sec .bottom-header .menu ul.main li > .sub-m, header.new-home-sec .bottom-header .menu ul.main li .sub-m1 {
                display: inline-block;
                position: absolute;
                width: 45px;
                height: 40px;
                background: url(../img/arrow-menu.png) no-repeat center center #2e426f;
                right: 0;
                border-radius: 0;
                z-index: 9;
            }

                header.new-home-sec .bottom-header .menu ul.main li > .sub-m.plus, header.new-home-sec .bottom-header .menu ul.main li .sub-m1.plus {
                    background: url(../img/arrow-menu-down.png) no-repeat center center #2e426f;
                }

            header.new-home-sec .bottom-header .menu ul.main li > .sub-m1 {
                height: 36px;
            }

            header.new-home-sec .bottom-header .menu ul.main li.parentlevel > a {
                width: 100%;
                color: #fff;
                font-weight: normal;
                text-transform: uppercase;
                display: block;
                padding: 12px 20px;
                box-sizing: border-box;
                border-bottom: solid #172e64 1px;
            }

        header.new-home-sec .bottom-header .menu ul.main.show-menu {
            right: 0;
        }

            header.new-home-sec .bottom-header .menu ul.main.show-menu li:hover {
                display: block;
            }

    header.new-home-sec .bottom-header .menu ul .sidebar-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 10px;
    }

        header.new-home-sec .bottom-header .menu ul .sidebar-item .menu-logo {
            width: 130px;
        }

    .bottom-header {
        background: #fff;
        padding-bottom: 5px;
    }

    .small-header .bottom-header {
        background: #fff;
    }

    .banner.latest-banner, .banner.latest-banner1 {
        top: 90px;
        margin-bottom: 85px;
    }

    header.new-home-sec .bottom-header .logo {
        max-width: 150px;
        display: none;
    }

        header.new-home-sec .bottom-header .logo.white {
            display: block;
        }

    aside.connect-link-new {
        display: none;
    }

    .our-programme-sec p {
        width: 95%;
    }

    .our-programme-sec ul li {
        width: 49%;
    }

    .banner.inner ul.rslides_tabs {
        right: 5px;
    }

    .our-programme-sec.mec-sec-new ul li {
        width: 49%;
        margin-top: 20px;
    }

        .our-programme-sec.mec-sec-new ul li.news.imp-links {
            width: 100%;
        }

            .our-programme-sec.mec-sec-new ul li.news.imp-links .date-time {
                width: 120px;
            }

                .our-programme-sec.mec-sec-new ul li.news.imp-links .date-time img {
                    width: 100%;
                    display: block;
                }

            .our-programme-sec.mec-sec-new ul li.news.imp-links span {
                width: calc(100% - 140px);
            }

            .our-programme-sec.mec-sec-new ul li.news.imp-links .mCustomScrollBox {
                width: 100%;
            }

    .mec-sec-new ul li.news.imp-links li {
        width: 48%;
        float: left;
    }

        .mec-sec-new ul li.news.imp-links li:nth-of-type(2n) {
            float: right;
        }

    .about-sec {
        flex-wrap: wrap;
    }

        .about-sec .video-sec {
            width: 100%;
            position: relative;
        }

        .about-sec .text {
            width: 100%;
            background: #f3f3f3;
            padding: 20px;
            box-sizing: border-box;
        }

    .our-programme-sec .outer {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .our-programme-sec ul {
        margin-bottom: 0;
    }

        .our-programme-sec ul.full {
            width: 1200px;
        }

            .our-programme-sec ul.full li {
                width: 285px;
            }

    .our-programme-sec.mec-sec-new {
        padding-bottom: 0;
    }

    .mec-sec-new ul li .inner .read-more-btn {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .video-testimonial-sec .container {
        padding: 0;
    }

    .video-testimonial-sec .testimonial, .video-testimonial-sec .video {
        width: 100%;
    }

    .video-testimonial-sec .testimonial {
        padding: 20px 2% 40px;
    }

        .video-testimonial-sec .testimonial .inner {
            margin-top: 10px;
        }

        .video-testimonial-sec .testimonial .heading-lg {
            text-align: center;
        }

        .video-testimonial-sec .testimonial .owl-theme .owl-controls {
            bottom: -20px;
            left: 0;
            width: 100%;
        }

        .video-testimonial-sec .testimonial .full .image {
            width: 100%;
            box-shadow: none;
        }

            .video-testimonial-sec .testimonial .full .image p {
                font-size: 15px;
            }

                .video-testimonial-sec .testimonial .full .image p b {
                    font-size: 22px;
                    margin-bottom: 10px;
                }

        .video-testimonial-sec .testimonial .full .text {
            width: 100%;
            padding: 0;
            text-align: center;
        }

            .video-testimonial-sec .testimonial .full .text:before, .video-testimonial-sec .testimonial .full .text:after {
                display: none;
            }

            .video-testimonial-sec .testimonial .full .text p {
                margin-top: 0;
            }

    .placement-sec, .our-programme-sec.campus-life-sec {
        display: none;
    }

    .social-widget .widget {
        width: 100%;
        margin-bottom: 10px;
        max-height: 65px;
        overflow: hidden;
    }

        .social-widget .widget .image {
            background: #2b3992;
        }

        .social-widget .widget:nth-of-type(2) .image {
            background: #f4f3f8;
        }

        .social-widget .widget:nth-of-type(3) .image {
            background: #0587d2;
        }

        .social-widget .widget.show {
            max-height: inherit;
        }

    .footer .info-website {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .footer .menu-link-sec {
        display: none;
    }

    .footer .address-sec, .footer .address-sec.newsletter {
        width: 50%;
    }

    .footer .info-website .half, .footer .info-website .half.development-detail {
        width: 100%;
        line-height: 20px;
        padding: 0;
        text-align: center;
    }

    .footer {
        line-height: 16px;
    }

    .banner .text-detail .title {
        font-size: 26px;
        max-width: 85%;
        text-transform: capitalize;
    }

    .careers-sec .our-culture .image {
        display: none;
    }

    .careers-sec .our-culture .text {
        width: 100%;
    }

    .careers-sec .our-culture {
        padding: 10px 0 20px;
    }

    .careers-sec.about-page-sec .mec-vision .left {
        margin-right: 25px;
        width: 180px;
    }

    .careers-sec.about-page-sec .mec-vision .right {
        width: calc(100% - 200px);
        padding: 15px;
        font-size: 14px;
    }

        .careers-sec.about-page-sec .mec-vision .right:before {
            display: none;
        }

    .careers-sec.director-message-page .our-culture .image {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
        display: block;
    }

        .careers-sec.director-message-page .our-culture .image img {
            width: 50%;
            margin: 0 auto;
        }

    .ml25 {
        padding-left: 0;
    }

    .careers-sec.director-message-page .text .message-sec {
        padding: 0;
        background: none;
        box-shadow: none;
        margin-top: 5px;
    }

    .careers-sec.director-message-page .our-culture .text {
        width: 100%;
        order: 2;
    }

        .careers-sec.director-message-page .our-culture .text .heading-lg {
            font-size: 20px;
            margin-left: 0;
        }

        .careers-sec.director-message-page .our-culture .text .heading-sub {
            font-size: 16px;
        }

    .careers-sec.director-message-page .text .message-sec .overflow-content {
        height: auto;
    }

    .careers-sec.programmes-page .our-culture {
        padding-top: 0;
    }

    .careers-sec.programmes-page .programme-list ul li a .detail {
        font-size: 14px;
        line-height: 17px;
        padding: 10px;
    }

    .Programme-structure .right, .Programme-structure .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .careers-sec.programme-detail-page .core-corses-sec ul {
        margin: 0 auto;
        width: 90%;
    }

    .careers-sec.programme-detail-page .next-gen-sec {
        background: #04284c;
        padding: 20px 0;
    }

        .careers-sec.programme-detail-page .next-gen-sec .left {
            width: 100%;
            font-size: 16px;
        }

        .careers-sec.programme-detail-page .next-gen-sec .right {
            width: 100%;
            display: block;
            margin-top: 15px;
        }

    .faculty-member-sec.faculty-labs li {
        width: 96%;
        margin: 0 auto;
    }

    .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-prev, .careers-sec.programme-detail-page .core-corses-sec .owl-theme .owl-controls .owl-next {
        top: 22px;
    }

    .owl-theme .owl-controls {
        display: none;
    }

    .faculty-member-sec ul li .inner-detail {
        bottom: 0;
        width: 100%;
        background: #f5f5f5;
    }

        .faculty-member-sec ul li .inner-detail .text {
            color: #393939;
        }

        .faculty-member-sec ul li .inner-detail a.read-more {
            border: solid 1px #393939;
            color: #393939;
        }

    .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a {
        padding: 15px 15px 25px 80px;
        font-size: 13px;
    }

    .faculty-member-sec {
        padding: 20px 0;
    }

    .heading-lg {
        font-size: 22px;
    }

    ul.accordion li a.accord {
        font-size: 14px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .careers-sec .our-culture .text .text-scroll {
        max-height: inherit;
    }

    .faculty-search-filter .search-by-name {
        width: 65%;
    }

    .search-by-text {
        width: 33%;
    }

    .faculty-search-filter .search-by-name ul {
        flex-wrap: wrap;
    }

    .faculty-member-sec p {
        width: 90%;
        line-height: 20px;
    }

    .faculty-member-sec ul li {
        background: #f5f5f5;
    }

    .careers-sec .our-culture .text ul li {
        width: 48%;
    }

    .admission_overview_outer .adm_overview .container .our-culture .text {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .admission_overview_outer .bchlr_prgm_sec {
        background-size: 100% 100%;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .admission_overview_outer .adm_overview .container .our-culture .text .message-sec {
        padding: 10px 0 0;
    }

    .admission_overview_outer .adm_overview .container .our-culture {
        padding-top: 0;
    }

        .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice .inner_notice.overflow-content {
            height: auto;
        }

            .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .msg_head p, .admission_overview_outer .adm_overview .container .our-culture .text .message-sec .notice .inner_notice.overflow-content .mCSB_container p b {
                font-size: 13px;
            }

    .admission_overview_outer .eligibility_sec {
        padding: 20px 0;
    }

    .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title {
        max-width: 25%;
        flex: 0 0 25%;
    }

        .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title span .heading-sub {
            font-size: 14px;
        }

    .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content {
        max-width: 73%;
        flex: 0 0 73%;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .heading .heading-lg, .adm_pro_sec .container .body .tabcontent .payment_method .right .heading .heading-lg {
        font-size: 22px;
    }

    .online_payment .container .inner_sec .left .content_body, .online_payment .container .inner_sec .right .content_body {
        flex-wrap: wrap;
    }

        .online_payment .container .inner_sec .left .content_body .left_img, .online_payment .container .inner_sec .right .content_body .left_img {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .online_payment .container .inner_sec .left .content_body .left_img img, .online_payment .container .inner_sec .right .content_body .left_img img {
                margin: 0 15%;
                width: 70%;
            }

        .online_payment .container .inner_sec .left .content_body .right_content, .online_payment .container .inner_sec .right .content_body .right_content {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

            .online_payment .container .inner_sec .left .content_body .left_img .image::before, .online_payment .container .inner_sec .left .content_body .right_content .image::before, .online_payment .container .inner_sec .right .content_body .left_img .image::before, .online_payment .container .inner_sec .right .content_body .right_content .image::before {
                display: none;
            }

    .online_payment .container .inner_sec .left .heading .heading-lg, .online_payment .container .inner_sec .right .heading .heading-lg {
        font-size: 20px;
        text-align: center;
    }

    .terms_sec .container .inner_sec .left_content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .terms_sec .container .inner_sec .right_img {
        display: none;
    }

    .careers-sec.fee-structure-sec .note-text {
        padding: 15px;
    }

    .faq_sec .container .naccs .grid .left_tabs {
        max-width: 334px;
        flex: 0 0 334px;
        background: #f5f5f5;
        position: absolute;
        left: -343px;
        margin-top: -25px;
        transition: all linear .3s;
        z-index: 3;
    }

        .faq_sec .container .naccs .grid .left_tabs .sidebar-icon {
            display: block;
        }

        .faq_sec .container .naccs .grid .left_tabs.show {
            left: -1%;
        }

    .faq_sec .container .naccs .grid .right_content {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .faq_sec .container .naccs .grid .left_tabs .menu div b.tabs_right_arrow {
        display: none;
    }

    .faq_sec .container .naccs .grid .right_content ul.nacc li.active .overflow-content.mCustomScrollbar {
        height: 540px;
    }

    .faq_sec .container .naccs .grid .right_content ul.nacc li.active {
        background: #f5f5f5;
        height: 100%;
    }

    .life-at-mec-new-page .student-activities-sec ul {
        margin-top: 0px;
    }

        .life-at-mec-new-page .student-activities-sec ul li {
            flex-wrap: wrap;
            border-bottom: solid 1px #ccc;
            padding-bottom: 30px;
        }

            .life-at-mec-new-page .student-activities-sec ul li .image, .life-at-mec-new-page .student-activities-sec ul li .content {
                width: 100%;
                height: auto;
            }

            .life-at-mec-new-page .student-activities-sec ul li .image {
                order: 2;
                margin-top: 10px;
            }

            .life-at-mec-new-page .student-activities-sec ul li:last-child {
                border: none;
                padding-bottom: 0;
            }

    .life-at-mec-new-page .student-clubs-sec ul {
        margin-top: 10px;
    }

        .life-at-mec-new-page .student-clubs-sec ul li .image, .life-at-mec-new-page .student-clubs-sec ul li .content {
            width: 100%;
        }

        .life-at-mec-new-page .student-clubs-sec ul li:nth-of-type(even) .image {
            order: 2;
        }

        .life-at-mec-new-page .student-clubs-sec ul li .text-scroll {
            height: 320px;
        }

    .life-at-mec-new-page .housing-dining-sec .content {
        width: 100%;
        margin-top: 20px;
    }

    .life-at-mec-new-page .housing-dining-sec .image {
        width: 100%;
    }

    .core-corses-sec .container .life-gallist.student-Clubs-mec ul li {
        max-width: 48.5%;
        flex: 0 0 48.5%;
        padding: 15px;
        min-height: inherit;
    }

        .core-corses-sec .container .life-gallist.student-Clubs-mec ul li .title {
            font-size: 14px;
            line-height: 1;
        }

    .news-events-sec ul li .detail .text .date {
        width: 60px;
        font-size: 40px;
    }

        .news-events-sec ul li .detail .text .date b {
            font-size: 12px;
            margin: 5px 5px 0;
        }

    .news-events-sec ul li .detail .text .text-detail {
        width: calc(100% - 80px);
    }

        .news-events-sec ul li .detail .text .text-detail .read-more-btn {
            margin-top: 0;
        }

    .blogs-sec .blogs-filter {
        width: 45%;
        padding-left: 10px;
    }

    .blogs-sec .blogs-inner-sec {
        width: 53%;
    }

        .blogs-sec .blogs-inner-sec ul li {
            position: relative;
        }

            .blogs-sec .blogs-inner-sec ul li .detail {
                padding: 15px;
            }

                .blogs-sec .blogs-inner-sec ul li .detail .date-detail .date {
                    font-size: 40px;
                    color: #fff;
                    position: absolute;
                    top: 0;
                    background: #e63a33;
                    left: 0;
                    padding: 10px;
                }

                    .blogs-sec .blogs-inner-sec ul li .detail .date-detail .date b {
                        color: #fff;
                    }

                .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text {
                    padding-left: 0;
                }

    .careers-sec.programme-detail-page .corses-download-sec ul li {
        width: 49%;
    }

    .photo-gallery-sec ul.gallery li .detail span {
        font-size: 16px;
    }

        .photo-gallery-sec ul.gallery li .detail span.short {
            font-size: 13px;
        }

    .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row {
        max-width: 100%;
        flex: 0 0 100%;
    }

        .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .captch_text {
            align-items: center;
            display: flex;
        }

    button.btn.btn-success {
        margin-left: 15px;
    }

    .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox span:last-child {
        margin-left: 15px;
    }

    .careers-sec .why-mec.featured-positions ul li .content {
        flex-wrap: wrap;
    }

    .careers-sec .why-mec.featured-positions span.experience, .careers-sec .why-mec.featured-positions span.quallification {
        width: 100%;
    }

    .careers-sec .why-mec.featured-positions span.experience {
        margin-top: 10px;
    }

    .careers-sec .why-mec.featured-positions span em.desccription-mucstomscroll {
        max-height: inherit;
    }

    .apply-now-page .form-field-sec ul.seprate li {
        width: 100%;
        overflow-x: auto;
    }

    .apply-now-page .form-field-sec ul li table {
        width: 1100px;
        padding-bottom: 15px;
    }

    .form-field-sec li.checkbox {
        width: 60%;
    }

    .form-field-sec li.submit {
        width: auto;
    }

    .faculty-member-detail-sec .image-sec {
        width: 40%;
    }

    .faculty-member-detail-sec .overview-sec {
        width: 58%;
    }

    .faculty-member-detail-sec .image-sec .connect-details .link a {
        font-size: 12px;
    }

    .faculty-member-detail-sec {
        padding-bottom: 0;
    }

    .cookies-sec {
        display: none;
    }

    #topmenu116, #topmenu87 {
        display: none;
    }

    #quick105 {
        display: block;
    }

    .contact-us-page .imp-contact-detail ul li {
        width: 50%;
        padding: 15px;
        border-bottom: solid 1px #ccc;
    }

        .contact-us-page .imp-contact-detail ul li:nth-child(2n) {
            border-right: none;
        }

    .banner .rslides_nav.rslides1_nav {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    header.new-home-sec .top-header .container .info-bar .top-nav ul li a.download {
        background: none;
        padding-left: 0;
    }

    header.new-home-sec .top-header .container .info-bar .top-nav ul li a {
        padding: 7px 4px;
    }

    .pay-fee a {
        padding: 0;
        text-transform: capitalize;
        background: none;
    }

    .top-header .info-bar span {
        margin-left: 5px;
    }

    header.new-home-sec .top-header .container .info-bar .pay-fee a {
        font-size: 13px;
        background: none;
        margin-right: 0;
    }

    .breadcrumb {
        display: none;
    }

    .careers-sec {
        padding: 20px 0 0;
    }

    .cookies-sec .accept {
        font-size: 13px;
        padding: 5px 8px;
        text-transform: capitalize;
    }

    .cookies-sec p {
        line-height: 13px;
    }

    .banner.latest-banner .text-detail .inner, .banner.latest-banner1 .text-detail .inner {
        font-size: 24px;
        line-height: 1;
        padding: 5px 10px;
    }

    .mec-sec-new ul li.news.imp-links li {
        width: 100%;
    }

    .our-programme-sec.mec-sec-new ul li {
        width: 100%;
    }

    .mec-sec-new ul li .inner ul {
        height: auto;
        max-height: 300px;
    }

    .mCustomScrollBox {
        width: 100%;
    }

    .footer .info-website .half {
        font-size: 12px;
    }

    .careers-sec .our-culture {
        padding-top: 20px;
    }

    .careers-sec.about-page-sec .mec-vision {
        padding: 20px 0;
    }

        .careers-sec.about-page-sec .mec-vision .container {
            display: block;
        }

            .careers-sec.about-page-sec .mec-vision .container .left, .careers-sec.about-page-sec .mec-vision .container .right {
                width: 100%;
                border: 0;
                padding: 5px 0;
                margin: 0;
            }

    .leadership-page-sec ul li .detail span {
        font-size: 16px;
        text-transform: uppercase;
    }

    .careers-sec.programmes-page .programme-list ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .chairmen_blog_sec {
        margin-bottom: 0;
    }

        .chairmen_blog_sec .container .chairmen_img {
            position: static;
            width: 100%;
            text-align: center;
            transform: inherit;
            padding-top: 20px;
        }

    section.chairmen_blog_sec.recognition_sec .chairmen_msg {
        margin-left: 0;
        text-align: center;
        padding: 15px;
    }

    .chairmen_blog_sec .container .chairmen_msg .content {
        font-size: 13px;
        line-height: 19px;
    }

    .table-structur-data table tr th, .table-structur-data table tr td {
        padding: 10px;
        font-size: 14px;
    }

    .careers-sec .educational-institutions-sec {
        padding: 0;
    }

    .chairmen_blog_sec .container .chairmen_msg {
        margin-left: 0;
        padding: 20px 0;
        text-align: center;
    }

    .search-faculty select {
        width: 225px;
        height: 35px;
        font-size: 12px;
    }

    .faculty-member-sec ul li {
        width: 50%;
    }

        .faculty-member-sec ul li:nth-of-type(2n) {
            border-right: none;
        }

        .faculty-member-sec ul li:nth-of-type(3n) {
            border-right: solid 1px #ccc;
        }

    .heading {
        padding-top: 20px;
    }

    .research-area-sec .container .image {
        display: none;
    }

    .research-area-sec .container .detail {
        width: 100%;
    }

    .admission_overview_outer .bchlr_prgm_sec .container .outer_content {
        flex-wrap: wrap;
    }

        .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content {
            max-width: 100%;
            flex: 0 0 100%;
            text-align: center;
            border: none;
            padding: 10px 0 0;
        }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title:after, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title:before, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:after, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content:before {
                display: none;
            }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title span .heading-sub, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content span .heading-sub {
                font-size: 18px;
                padding-bottom: 5px;
            }

            .admission_overview_outer .bchlr_prgm_sec .container .outer_content .left_title p, .admission_overview_outer .bchlr_prgm_sec .container .outer_content .right_content p {
                margin-top: 0;
            }

    .admission_overview_outer .eligibility_sec .container .content_body .right_img {
        display: none;
    }

    .admission_overview_outer .eligibility_sec .container .content_body .left_text {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .admission_overview_outer .bchlr_prgm_sec {
        margin-bottom: 0;
    }

    .admission_overview_outer .eligibility_sec .container .content_body .left_text .heading {
        padding-top: 0;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method {
        flex-wrap: wrap;
    }

        .adm_pro_sec .container .body .tabcontent .payment_method .left, .adm_pro_sec .container .body .tabcontent .payment_method .right {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }

    .adm_pro_sec .container .body .tabcontent.step1 .payment_method .left, .adm_pro_sec .container .body .tabcontent.step1 .payment_method .right {
        min-height: inherit;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .image::before, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .image::before {
        display: none;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .image img, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .image img {
        width: 94%;
        margin: 0 3%;
    }

    .adm_pro_sec .container .body {
        margin-top: 15px;
    }

    section.careers-sec.fee-structure-sec {
        padding-top: 0;
    }

    .careers-sec.fee-structure-sec .our-culture ul li {
        margin-bottom: 0;
    }

    .info-session-page .col-md-4 {
        width: 33.33%;
    }

    .life-at-mec-new-page .tedx-sec .text-section {
        width: 100%;
    }

    .life-at-mec-new-page .tedx-sec .text-section, .contact-us-page .map-sec .address-sec {
        width: 100%;
        position: static;
    }

    .info-session-page .contact-us-page .map-sec iframe {
        height: 300px;
        margin-bottom: 20px;
    }

    .life-at-mec-new-page .student-clubs-sec {
        display: none;
    }

    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li .image .title {
        padding: 15px;
        font-size: 18px;
    }

    .careers-sec.programme-detail-page .our-culture {
        padding-top: 0;
    }

    .news-events-sec ul li {
        width: 100%;
        padding: 10px !important;
        border-right: none;
    }

    .careers-sec.programme-detail-page .next-gen-sec.placement-overview-page .left b {
        font-size: 24px;
    }

    .careers-sec.about-page-sec .bottom-container {
        margin-top: -20px;
    }

    .message-sec dl img {
        height: 150px;
    }

    .careers-sec.about-page-sec .our-culture {
        padding-top: 0;
    }

    .blogs-sec .container {
        flex-wrap: wrap;
    }

    .blogs-sec .blogs-filter {
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .blogs-sec .blogs-inner-sec {
        width: 100%;
    }

        .blogs-sec .blogs-inner-sec ul li {
            margin-bottom: 10px;
        }

        .blogs-sec .blogs-inner-sec .load-more {
            text-align: center;
            margin-top: 0;
        }

    .video-gallery-sec ul.video-gal li {
        width: 32.33%;
        margin: 0px .5% 10px;
    }

    .acadmic_enq_popup .popup_sec, .download_bro_popup .popup_sec {
        width: 75%;
        padding: 15px;
    }

        .acadmic_enq_popup .popup_sec .pop_head h2, .download_bro_popup .popup_sec .pop_head h2 {
            font-size: 15px;
        }

        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row input, .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row select, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row input, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row select {
            border-radius: 2px;
            padding: 10px;
        }

        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row.captcha_sec, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.captcha_sec {
            flex-wrap: wrap;
        }

        .acadmic_enq_popup .popup_sec .pop_body .form_inner form .form_row .captcha_box, .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .captcha_box {
            flex: 0 0 92%;
            max-width: 92%;
            margin-bottom: 10px;
        }

        .download_bro_popup .popup_sec .pop_body .form_inner form .form_row.agree_chkbox {
            align-items: center;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .download_bro_popup .popup_sec .pop_body .form_inner form .form_row .ph_drpdwn .ph_drp_menu {
            padding: 9px;
        }

    header.new-home-sec .logo {
        max-width: 130px;
    }

    header.new-home-sec.small .bottom-header {
        background: #fff;
    }

    .banner.inner .text-detail {
        bottom: -10px;
    }

    .contact-us-page .connect-sec ul {
        justify-content: center;
    }

        .contact-us-page .connect-sec ul li {
            width: 50%;
        }

    .careers-sec .why-mec.featured-positions span.job-pfofile {
        font-size: 16px;
    }

    section.apply-now-page {
        padding-top: 20px;
    }

    .form-field-sec .submit-btn-sec input.read-more-btn {
        padding: 10px 25px;
    }

    .form-field-sec ul {
        margin: 10px 0;
        padding: 10px;
    }

    .faculty-member-detail-sec .container {
        flex-wrap: wrap;
    }

    .faculty-member-detail-sec .image-sec, .faculty-member-detail-sec .overview-sec {
        width: 100%;
        margin-bottom: 20px;
    }

        .faculty-member-detail-sec .image-sec img {
            width: 150px;
            margin: 0 auto 10px;
            border-radius: 50%;
        }

    .connect-details .link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .connect-details .link a {
            font-size: 14px;
            width: 33%;
            margin: 0 5%;
        }

    .wow {
        visibility: visible !important;
        -webkit-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }

    .our-programme-sec .outer {
        padding-bottom: 40px;
    }

    .banner.inner-banner {
        overflow: inherit;
        margin-bottom: 30px;
    }

        .banner.inner-banner .text-detail {
            top: auto;
            transform: inherit;
            bottom: -25px;
            background: #000;
            padding: 5px 10px;
        }

            .banner.inner-banner .text-detail .title {
                padding: 0;
            }

    .banner.no-text {
        margin-bottom: 0;
    }

    .search-faculty {
        margin-top: 0;
        left: auto;
        right: 0;
        top: 0px;
    }

    section.careers-sec.about-page-sec {
        padding: 0;
    }

    .footer-bar-mobile {
        display: flex;
    }

    footer {
        position: relative;
        z-index: 101;
    }

    .side-img {
        margin: 20px 0;
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .top-header .info-bar span.pay-fee {
        display: none;
    }

    header.new-home-sec .top-header .container .info-bar span.quick-link ul li {
        padding: 3px 10px 4px 0;
        border: 0;
    }

        header.new-home-sec .top-header .container .info-bar span.quick-link ul li:after {
            right: -3px;
            top: 10px;
        }

    .our-programme-sec ul li {
        width: 100%;
    }

        .our-programme-sec ul li .detail {
            padding-bottom: 10px;
            min-height: inherit;
        }

    .total-number-value {
        margin-top: 10px;
    }

        .total-number-value ul li span {
            font-size: 32px;
            margin-right: 15px;
        }

        .total-number-value ul li {
            font-size: 14px;
        }

    .heading-lg {
        font-size: 26px;
    }

    p {
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

    .video-testimonial-sec .testimonial .full .text p, .video-testimonial-sec .testimonial .full .image p, .faculty-member-sec ul li .inner-detail p, .col-md-4.text-center p, .contact-us-page .connect-sec ul li p {
        text-align: center;
    }

    .faculty-member-sec p {
        width: 100%;
        line-height: 22px;
        text-align: center;
    }

    .faculty-search-filter .search-by-name ul li a:hover, .faculty-search-filter .search-by-name ul li a.active {
        background: none;
        color: #c33a34;
        font-weight: 600;
    }

    .life-at-mec-new-page p {
        font-size: 13px;
        height: auto;
    }

    .scrollToTop {
        bottom: 5px;
        right: 5px;
    }

    .about-sec .text .title {
        font-size: 24px;
    }

    .footer .address-sec {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 1px #313238;
        border-right: none;
        margin-bottom: 15px;
    }

        .footer .address-sec img {
            display: block;
            margin: 0 auto 15px;
        }

        .footer .address-sec.newsletter {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0;
        }

            .footer .address-sec.newsletter .form-news {
                margin-bottom: 10px;
            }

    .video-testimonial-sec .video {
        padding: 10px;
    }

    .leadership-page-sec ul li {
        width: 100%;
        margin-top: 20px;
    }

        .leadership-page-sec ul li .detail {
            padding: 15px;
        }

    .careers-sec .our-culture p b {
        font-size: 15px;
    }

    .faculty-search-filter {
        height: auto;
        padding-top: 50px;
    }

        .faculty-search-filter .container {
            flex-wrap: wrap;
        }

        .faculty-search-filter .search-by-name, .faculty-search-filter .search-by-text {
            width: 100%;
            margin-top: 10px;
        }

    .search-faculty {
        left: 0;
        top: 50px;
        right: 0;
        margin: 0 auto;
        width: 220px;
    }

        .search-faculty select {
            width: 100%;
            height: 35px;
            font-size: 12px;
            border: solid 1px #ccc;
        }

    .banner {
        overflow: inherit;
    }

    .careers-sec .our-culture .text ul li {
        width: 100%;
    }

    .admission_overview_outer .eligibility_sec .container .content_body .left_text p {
        font-size: 13px;
    }

    .admission_overview_outer .important_dates_sec .container .date_list ul li {
        justify-content: center;
        flex-wrap: wrap;
    }

    .admission_overview_outer .eligibility_sec .container .content_body .left_text ul li {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .admission_overview_outer .important_dates_sec .container .date_list ul li .left_text, .admission_overview_outer .important_dates_sec .container .date_list ul li .right_date {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .admission_overview_outer .important_dates_sec .container .date_list ul li .left_text {
        order: 2;
        margin-top: 10px;
    }

    .online_payment .container .inner_sec {
        flex-wrap: wrap;
    }

        .online_payment .container .inner_sec .left, .online_payment .container .inner_sec .right {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .online_payment .container .inner_sec .left::after {
                display: none;
            }

            .online_payment .container .inner_sec .left .content_body .left_img img, .online_payment .container .inner_sec .right .content_body .left_img img {
                margin: 0 10%;
                width: 80%;
            }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .content_body .content ul, .adm_pro_sec .container .body .tabcontent .payment_method .right .content_body .content ul {
        padding: 10px 20px 10px 35px;
    }

    .adm_pro_sec .container .body .tabcontent .payment_method .left .heading .heading-lg, .adm_pro_sec .container .body .tabcontent .payment_method .right .heading .heading-lg {
        font-size: 18px;
        text-align: center;
    }

    .careers-sec.fee-structure-sec .read-more-link-text {
        font-size: 13px;
    }

    .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li {
        width: 48%;
        margin-right: 2%;
        margin-left: 0;
        padding: 0;
    }

        .careers-sec.programme-detail-page .core-corses-sec.placement-overview-page ul li:nth-of-type(5n) {
            margin-right: 2%;
        }

    .info-session-page .col-md-4 {
        width: 50%;
        border-bottom: solid 1px #ccc;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
    }

        .info-session-page .col-md-4:nth-of-type(2n) {
            border-right: none;
        }

        .info-session-page .col-md-4 b {
            font-size: 14px;
        }

    .info-session-page {
        padding: 0;
    }

        .info-session-page .left, .info-session-page .right {
            width: 100%;
        }

        .info-session-page .right {
            padding-left: 0;
        }

            .info-session-page .right:before {
                display: none;
            }

    .careers-sec.programme-detail-page .core-corses-sec.life-mec-page ul li {
        width: 100%;
        margin-top: 15px;
    }

    .core-corses-sec .container .life-gallist.student-Clubs-mec ul li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .careers-sec.programme-detail-page .corses-download-sec.listing ul {
        border-top: none;
    }

        .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half {
            width: 100%;
        }

            .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half a {
                border: none;
            }

            .careers-sec.programme-detail-page .corses-download-sec.listing ul li .half:last-child {
                border: none;
            }

    .news-events-sec ul {
        margin-top: 35px;
    }

    .message-sec dl {
        width: 50%;
    }

    .careers-sec.programme-detail-page .corses-download-sec ul li {
        width: 100%;
        margin: 10px 0 0;
    }

        .careers-sec.programme-detail-page .corses-download-sec ul li .corses-pdf p {
            font-size: 14px;
            text-transform: uppercase;
        }

    .photo-gallery-sec ul.gallery li {
        width: 100%;
    }

    .video-gallery-sec ul.video-gal li {
        width: 48.33%;
    }

    .contact-us-page .connect-sec ul li {
        width: 100%;
    }

    .contact-us-page .form-sec {
        padding: 20px 0;
    }

    .form-field-sec li {
        width: 100%;
    }

    .form-field-sec .submit-btn-sec {
        text-align: center;
    }

        .form-field-sec .submit-btn-sec input.read-more-btn {
            padding: 10px 25px;
        }

    .careers-sec .why-mec.featured-positions span.job-pfofile {
        font-size: 14px;
    }

    .careers-sec .why-mec {
        padding: 20px 0;
    }

    .featured-positions .load-more {
        margin-top: 20px;
    }

    .form-field-sec label {
        font-size: 14px;
    }

    .form-field-sec li.checkbox {
        width: 100%;
    }

    .apply-now-page .form-field-sec ul li input, .apply-now-page .form-field-sec ul li select {
        box-shadow: none;
    }

    .form-field-sec li.submit {
        width: 100%;
        text-align: center;
    }

    .apply-now-page .form-field-sec ul li table {
        width: 700px;
        padding-bottom: 15px;
    }

    .apply-now-page h4 {
        margin: 15px 0 10px;
    }

    .connect-details .link a {
        width: 100%;
        margin: 0;
    }

    .careers-sec .our-culture .text {
        margin-top: 10px;
    }

    .careers-sec.programme-detail-page {
        padding: 0;
    }

    .life-at-mec-new-page .student-activities-sec ul li .image, .life-at-mec-new-page .student-activities-sec ul li .content {
        max-height: inherit;
    }

    .our-programme-sec ul {
        margin-bottom: 20px;
    }

    .our-programme-sec.mec-sec-new ul li {
        margin-top: 5px;
    }

    .mec-sec-new ul li .news-heading {
        position: relative;
    }

        .mec-sec-new ul li .news-heading:after {
            position: absolute;
            content: "+";
            right: 15px;
            top: 15px;
            font-size: 30px;
        }

    .mec-sec-new ul li.add .news-heading:after {
        content: "-";
        font-size: 60px;
        top: -6px;
    }

    .mec-sec-new ul li .inner {
        display: none;
    }

    .contact-us-page .imp-contact-detail ul li {
        width: 100%;
        border-right: none;
    }

        .contact-us-page .imp-contact-detail ul li:last-child {
            border-bottom: none;
        }

    .contact-us-page .imp-contact-detail {
        padding: 20px 0;
    }
}

@media screen and (max-width: 479px) {
    header.new-home-sec .top-header .container .info-bar .top-nav ul li a {
        padding: 6px 3px;
        font-size: 11px;
    }

    .top-header .info-bar .search-icon {
        padding: 6px 8px 5px;
        margin-left: 5px;
    }

    .top-header .info-bar .search-box-web input {
        width: 200px;
    }

    .total-number-value {
        position: relative;
        background: #1a3166;
        padding: 20px 0;
    }

        .total-number-value:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 1px;
            background: #212c47;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0;
        }

        .total-number-value ul li {
            border: 0;
            padding: 0;
            margin: 0 auto;
            width: 90%;
            font-size: 12px;
            display: block;
            text-align: center;
        }

            .total-number-value ul li span {
                margin-right: 0;
                width: 100%;
            }

                .total-number-value ul li span:after {
                    display: none;
                }

    .banner.latest-banner .text-detail .inner, .banner.latest-banner1 .text-detail .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    ul.rslides_tabs li {
        margin-top: 1px;
    }

        ul.rslides_tabs li a {
            padding: 4px;
        }

    .banner.latest-banner .text-detail .inner, .banner.latest-banner1 .text-detail .inner {
        font-size: 20px;
        padding: 10px;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.01) 2%, rgba(17,3,3,0.63) 99%, rgba(17,3,3,0.64) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.01) 2%, rgba(17,3,3,0.63) 99%, rgba(17,3,3,0.64) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.01) 2%, rgba(17,3,3,0.63) 99%, rgba(17,3,3,0.64) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3110303',GradientType=0 );
    }

    .our-programme-sec.mec-sec-new ul li.news.imp-links .date-time {
        width: 80px;
    }

    .our-programme-sec.mec-sec-new ul li.news.imp-links span {
        width: calc(100% - 100px);
    }

    .about-sec .video-sec img {
        height: auto;
    }

    .about-sec .text {
        padding: 10px;
    }

    .banner .text-detail .title {
        font-size: 16px;
    }

    .careers-sec.programmes-page .programme-list {
        padding-top: 0;
    }

        .careers-sec.programmes-page .programme-list ul li {
            width: 100%;
        }

    .Programme-structure .right .image {
        width: 100%;
    }

    .careers-sec .our-culture {
        padding-top: 0;
    }

    .careers-sec.fee-structure-sec .our-culture {
        padding-top: 0px;
    }

    .careers-sec.programme-detail-page .next-gen-sec .left {
        font-size: 14px;
        font-weight: 100;
    }

        .careers-sec.programme-detail-page .next-gen-sec .left b {
            font-weight: 300;
        }

    .faculty-member-sec.faculty-labs {
        padding-top: 20px;
    }

    .heading-lg {
        font-size: 20px;
    }

    .search-faculty {
        top: 42px;
    }

    .faculty-member-sec ul li {
        width: 100%;
        border: none !important;
        margin-bottom: 10px;
    }

    .faculty-search-filter .search-by-name ul li a {
        font-size: 16px;
    }

    .adm_pro_sec .container .body .tab .tablinks b {
        font-size: 18px;
    }

    .table-structur-data .title {
        padding: 10px;
        font-size: 16px;
    }

    .table-structur-data table {
        margin-bottom: 10px;
        width: 800px;
    }

    .careers-sec.fee-structure-sec .note-text p {
        font-size: 13px;
        line-height: 20px;
    }

    .careers-sec.fee-structure-sec .our-culture ul li {
        margin-bottom: 10px;
    }

    .faq_sec .container .naccs .grid .left_tabs {
        max-width: 260px;
        flex: 0 0 260px;
        left: -260px;
    }

        .faq_sec .container .naccs .grid .left_tabs .menu div {
            padding: 10px;
            font-size: 12px;
        }

        .faq_sec .container .naccs .grid .left_tabs .sidebar-icon {
            padding: 23.5px;
            right: -46px;
        }

    .faq_sec .container .naccs .grid .right_content ul.nacc li.active {
        padding: 10px;
    }

        .faq_sec .container .naccs .grid .right_content ul.nacc li.active .mCSB_inside > .mCSB_container {
            margin-right: 10px;
        }

        .faq_sec .container .naccs .grid .right_content ul.nacc li.active .overflow-content.mCustomScrollbar {
            height: 100%;
        }

    .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content {
        margin-bottom: 10px;
    }

        .faq_sec .container .naccs .grid .right_content ul.nacc li div .tab_content h2.ques {
            font-size: 13px;
        }

    .info-session-page .right {
        margin-top: 20px;
    }

    .news-events-sec ul li {
        position: relative;
    }

        .news-events-sec ul li .detail .text .date {
            width: 60px;
            font-size: 36px;
            position: absolute;
            top: 10px;
            color: #fff;
            background: #009746;
            border: 0;
            box-shadow: none;
            left: 10px;
        }

        .news-events-sec ul li .detail .text .text-detail {
            width: 100%;
        }

    .blogs-sec .blogs-inner-sec ul li .detail .date-detail .detail-text h5 {
        font-size: 16px;
        margin-top: 5px;
    }

    .banner.latest-banner, .banner.latest-banner1 {
        top: 88px;
    }

    .fancybox-inner, .fancybox-wrap iframe {
        height: auto !important;
    }

    .mec-sec-new ul li .inner ul {
        max-height: inherit;
    }

    .cookies-sec .js-cookie-consent {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .cookies-sec .accept {
        margin-bottom: 5px;
    }

    .banner.inner .text-detail {
        bottom: -20px;
    }

    .about-sec .text .read-more-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text {
        width: 100%;
    }

    .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part {
        margin-top: 15px;
    }

        .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part span {
            display: none;
        }

        .careers-sec.fee-structure-sec .our-culture ul li .fee-structure .part .text p {
            font-size: 14px;
            margin: 0;
        }

    .careers-sec.fee-structure-sec .note-text {
        padding: 0;
        background: none;
    }

    .careers-sec .our-culture .text p {
        margin: 0;
    }

    .fancybox-overlay-fixed .text p {
        line-height: 20px;
        margin-top: 7px;
    }

        .fancybox-overlay-fixed .text p b {
            font-size: 16px;
        }

    .banner .rslides_nav.rslides1_nav.prev {
        left: 92%;
    }
}

@media screen and (max-width: 359px) {
    header.new-home-sec .top-header .container .info-bar .top-nav ul li a, header.new-home-sec .top-header .container .info-bar span.quick-link ul li {
        font-size: 11px;
    }

        header.new-home-sec .top-header .container .info-bar .top-nav ul li a a, header.new-home-sec .top-header .container .info-bar span.quick-link ul li a {
            border: none;
        }
}
/*# sourceMappingURL=main.css.map */
