.sep {
    margin: 0 9px
}

.read-more {
    color: #FF7008
}

.read-more:hover {
    color: #3A3C4C
}

.heading {
    text-transform: capitalize;
    padding-bottom: 26px;
    position: relative;
    font-weight: bold;
    line-height: 37px;
    ;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left
}

.heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 90px;
    margin: auto;
    background: #E0E0E0;
    z-index: 0
}

.copy {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    color: #FCFCFC;
    opacity: .45
}

@media (max-width:600px) {
    .copy {
        margin-top: 45px;
        margin-bottom: 15px
    }
}

.copy a {
    color: #FCFCFC;
    opacity: .6
}

.copy a:hover,
.copy a:focus {
    color: #FCFCFC
}

.scrollToTop.fa {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.33);
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
    padding: 4px 10px 6px 10px;
    cursor: pointer
}

@media (max-width:600px) {
    .scrollToTop.fa {
        bottom: 60px
    }
}

.highlight {
    color: #FF7008
}

.highlight:hover {
    color: #3A3C4C
}

.align-right {
    float: right;
    margin: 0 0 10px 10px
}

.align-left {
    float: left;
    margin: 0 10px 10px 0
}

.align-center {
    display: block;
    margin: 10px auto
}

.container {
    max-width: 1051px;
    margin: 0 auto
}

.container::after {
    content: '';
    clear: both;
    display: table
}

.row {
    max-width: none
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif
}

a {
    transition: all .3s
}

.space-15 {
    height: 15px
}

.space-25 {
    height: 25px
}

.space-50 {
    height: 50px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    padding-top: 24px;
    transition: all .7s
}

.header--inner {
    background-color: #131628
}

.header__top {
    margin-bottom: 10px
}

.header .container {
    max-width: 1121px;
}

.header__btm {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}

.header__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.header__blue {
    background-color: #131628;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@media (min-width:960px) {
    .header__movetop {
        top: -110px;
        background-color: #131628
    }

    .header__movebtm {
        top: 0
    }

    .header__show {
        animation: scale-display .3s
    }

    .header__hide {
        animation: scale-display--reversed .5s;
        animation-fill-mode: forwards
    }
}

@media (max-width:960px) {
    .header {
        position: relative;
        background-color: #131628
    }
}

@media(max-width:420px) {
    .header {
        padding-top: 10px;
    }

    .header__btm {
        padding-bottom: 0;
        position: relative;
    }
}

@media (max-width:960px) {
    .header__wrap {
        align-items: center;
        /* flex-direction: column-reverse; */
    }
}

.footer {
    padding-top: 81px;
    padding-bottom: 43px;
    background-color: #131628
}

.footer__grp {
    color: #fff;
    display: flex
}

.footer__logo {
    margin-right: 26px;
    max-width: 125px
}

.footer__title {
    font-weight: bold;
    line-height: 32px;
    font-size: 26px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 18px
}

.footer__desc {
    line-height: 22px;
    font-size: 13px;
    padding-right: 136px
}

.footer__btm {
    margin-top: 34px
}

.footer .sep {
    color: #fff;
    padding: 6px 0
}

.footer__navi {
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer__navi--wrap {
    justify-content: center
}

@media (max-width:900px) {
    .footer__grp {
        align-items: center
    }
}

@media (max-width:820px) {
    .footer__grp {
        flex-direction: column;
    }

    .footer__logo {
        max-width: 90px
    }

    .footer__desc {
        padding-right: 50px
    }
}

@media (max-width:600px) {
    .footer__logo {
        float: none;
        display: block;
        margin: 0 auto 25px auto;
        align-items: center;
    }

    .footer__grp {
        padding-bottom: 25px;
        border-bottom: 1px solid #CACACA
    }

    .footer__title {
        text-align: center
    }

    .footer__desc {
        text-align: center;
        padding-right: 0
    }

    .footer .sep {
        display: none
    }

    .footer__navi--wrap,
    .footer__navi .menu {
        flex-direction: column;
        align-items: center
    }

    .footer__btm {
        margin-top: 45px
    }
}

@media (min-width:600px) {
    .footer__navi--wrap a {
        float: left
    }

    .footer__navi--wrap li:not(:last-child)::after {
        content: '|';
        display: inline-block;
        margin: 0 15px;
        color: #fff;
        line-height: 2.5
    }
}

.navi {
    text-transform: uppercase
}

.navi__wrap {
    justify-content: center
}

.navi__single,
.navi a {
    color: #fff;
    line-height: 17px;
    font-size: 14px
}

.navi__single:hover,
.navi a:hover {
    color: #FF7008
}

.navi__btn {
    font-size: 24px;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
    display: none
}

@media (max-width:1024px) {
    .navi__btn {
        display: inline
    }

    .navi__wrap {
        flex-direction: column;
        position: absolute;
        margin-top: 5px;
        margin-left: 20px;
        background-color: #3A3C4C;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
        display: none
    }

    .navi__wrap--open {
        display: inline
    }
}

@media (max-width:420px) {
    .navi {
        position: absolute;
        top: -50px;
    }
}

.menu a {
    padding-left: 16px;
    padding-right: 16px
}

.site {
    display: flex;
    align-items: center
}

.site__logo {
    float: left;
    margin-right: 23px
}

.site__logo--sticky {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    top: 5px;
    left: 25px;
    max-width: 45px;
    transition: all .5s
}

.site__logo--sticky-show {
    opacity: 1;
    transition-delay: .5s
}

.site__title {
    font-weight: bold;
    line-height: 32px;
    font-size: 26px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.site__desc {
    font-family: PT Sans;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .site__logo--sticky {
        display: none
    }
}

@media (max-width:960px) {
    .site {
        justify-content: center;
        flex-direction: column;
        text-align: center
    }

    .site__logo {
        margin-right: 0
    }
}

@media (max-width:600px) {
    .site {
        flex-direction: row;
    }

    .site__txt {
        text-align: left;
    }

    .site img {
        margin-right: 15px;
    }

    .site__title {
        font-size: 16px
    }
}

@media (max-width:400px) {
    .site__title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .site__desc {
        font-size: 10px;
    }
}

.search {
    float: right;
    position: relative
}

.search__tb {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #828282;
    color: #fff;
    font-size: 11px;
    border-radius: 0;
    max-width: 133px;
    padding-right: 20px
}

.search__tb:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #828282;
    background-color: transparent
}

.search__tb::placeholder {
    font-size: 11px;
    font-style: italic
}

.search__btn {
    position: absolute;
    right: 0;
    top: 13px
}

.search__icon {
    color: #fff;
    opacity: .7
}

@media (max-width:960px) {
    .search {
        margin-top: 30px
    }

    .search__tb {
        max-width: 200px !important
    }
}

@media (max-width:420px) {
    .search {
        margin-top: 15px;
    }
}

.contact {
    float: right
}

@media (max-width:960px) {
    .contact {
        float: none;
        text-align: center;
        display: none
    }
}

@media (max-width:1024px) and (min-width:960px) {
    .contact {
        text-align: right;
    }

    .contact__email {
        display: block;
        margin-bottom: 12px
    }

    .contact__phone {
        display: block
    }

    .contact .sep {
        display: none
    }
}

@media (max-width:420px) {
    .contact {
        font-size: 11px;
        margin-top: 10px;
    }

    .contact__email {
        /* display: block; */
        /* margin-bottom: 12px */
    }

    .contact__phone {
        /* display: block */
    }

    .contact .sep {
        /* display: none */
    }
}

.slide {
    position: relative;
    margin-bottom: 48px
}

.slide__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(19, 22, 40, 0.6);
    z-index: 9
}

.slide__caption {
    z-index: 99;
    max-width: 778px;
    background-color: transparent;
    bottom: 95px;
    left: 195px
}

.slide__text {
    max-width: 712px
}

.slide__title {
    font-weight: bold;
    line-height: 47px;
    font-size: 48px;
    margin-bottom: 24px
}

.slide__title a {
    color: #fff
}

.slide__title a:hover,
.slide__title a:focus {
    color: #fff
}

.slide__desc {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 38px
}

.slide__btn:focus {
    background-color: transparent
}

.slide__icon {
    margin-left: 11px
}

.slide__wrap {
    position: relative
}

@media (max-width:1160px) {
    .slide__title {
        font-size: 34px
    }

    .slide__desc {
        font-size: 14px
    }

    .slide__caption {
        left: 100px;
        bottom: 30px
    }
}

@media (max-width:960px) {
    .slide__caption {
        left: 0;
        bottom: 0;
        width: 100%
    }
}

@media (max-width:820px) {
    .slide__title {
        font-size: 26px;
        margin-bottom: 0;
        line-height: 30px
    }

    .slide__desc {
        margin-bottom: 20px
    }

    .slide__text {
        max-width: 660px
    }
}

@media (max-width:700px) {
    .slide__title {
        font-size: 22px
    }

    .slide__text {
        max-width: 440px
    }
}

@media (max-width:480px) {
    .slide__title {
        font-size: 18px;
        line-height: 21px
    }

    .slide__desc {
        line-height: 21px;
        margin-bottom: 5px
    }

    .slide__text {
        max-width: 440px
    }

    .slide__btn {
        padding: 10px 15px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important
    }
}

@media (max-width:340px) {
    .slide__title {
        font-size: 18px
    }

    .slide__desc {
        font-size: 12px;
        line-height: 16px
    }
}

.button.primary {
    background-color: #FF7008;
    border: 1px solid #FF7008;
    padding: 17px 28px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.button.primary:hover,
.button.primary:focus {
    background-color: transparent;
    color: #FF7008
}

.social {
    position: fixed;
    right: 0;
    top: 60%;
    display: flex;
    flex-direction: column;
    z-index: 999;
    background-color: #fff;
    padding: 0 0 8px 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px
}

.social__label {
    padding: 8px;
    background-color: #FF7008;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

.social__single {
    padding: 8px 13px;
    font-size: 20px;
    text-align: center;
    color: #4A4A4A
}

.social__single:hover,
.social__single:focus {
    color: #FF7008
}

@media (max-width:600px) {
    .social {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center
    }

    .social__single {
        padding: 2px 8px
    }

    .social__label {
        display: none;
        /* background-color: unset;
        color: #000; */
    }
}

.welcome__title {
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 24px
}

.welcome__desc {
    line-height: 30px;
    font-size: 18px
}

@media (max-width:960px) {
    .welcome__title {
        text-align: center
    }

    .welcome__desc {
        text-align: center
    }
}

@media (max-width:640px) {
    .welcome__title {
        font-size: 22px
    }

    .welcome__desc {
        font-size: 16px
    }
}

.hero {
    position: relative;
    margin-bottom: 62px
}

.notice {
    background-color: #131628;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px 27px
}

.notice__title {
    font-weight: bold;
    line-height: 27px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    margin-left: -80px
}

.notice__desc {
    line-height: 19px;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 21px;
    margin-top: 12px
}

.notice__icon {
    position: absolute;
    top: -25px;
    left: -47px;
    max-width: 97px
}

.notice__date {
    line-height: 16px;
    font-size: 12px;
    color: #828282;
    float: left;
    margin-bottom: 0
}

.notice__readmore {
    float: right
}

.notice__readmore:hover,
.notice__readmore:focus {
    color: rgba(255, 255, 255, 0.65)
}

.notice__single {
    min-height: 67px
}

@media (max-width:960px) {
    .notice {
        margin: 15px 7% 10px 14%
        
    }

    .notice__title {
        margin-left: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #CACACA
    }

    .notice__desc {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .notice__icon {
        max-width: 70px;
        top: -22px;
        left: -34px
    }
}

.buttons {
    margin-bottom: 62px
}

.buttons__wrap {
    display: flex;
    justify-content: center;
    text-transform: uppercase
}

.buttons__single {
    padding: 45px 20px;
    background-color: #3A3C4C;
    color: #fff;
    min-width: 204px;
    text-align: center
}

.buttons__single:hover,
.buttons__single:focus {
    color: #fff;
    /*background-color: #FF7008;*/
    background-color: #131628;
}

.buttons__single:hover .buttons__img,
.buttons__single:focus .buttons__img {
    animation: none;
    transform: scale(1.2) scale(1)
}

.buttons__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    transition: all .6s
}

.buttons__img--animate {
    animation-name: rotate
}

.buttons__txt {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width:960px) {
    .buttons__single {
        padding: 30px 45px;
        margin-bottom: 5px;
    }

    .buttons__txt {
        font-size: 14px
    }
}

@media (max-width:812px) {
    .buttons__wrap {
        flex-direction: column;
        text-align: center
    }

    .buttons__txt {
        font-size: 18px
    }
}

@keyframes rotate {
    from {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(360deg)
    }
}

.courses {
    margin-bottom: 62px
}

.courses__heading {
    text-align: center
}

.courses__single:hover .courses__box {
    max-width: 100%
}

.courses__img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    width: 100%;
}

.courses__box {
    position: relative;
    max-width: 422px;
    max-height: 172px;
    background-color: #3A3C4C;
    display: block;
    margin: 0 auto;
    margin-top: -113px;
    text-align: center;
    color: #fff;
    padding: 21px 17px;
    min-height: 140px;
    transition: all .6s
}

.courses__box:hover {
    max-width: 100%
}

.courses__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

.courses__desc {
    line-height: 22px;
    font-size: 14px
}

@media (max-width:960px) {
    .courses__box {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .courses__single {
        margin-bottom: 30px
    }

    .courses__box {
        margin-top: -1px;
    }
}


.numbers {
    margin-bottom: 62px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 349px
}

.numbers__bg {
    background: rgba(19, 22, 40, 0.7);
    max-height: 100%;
    padding: 73px 0 77px 0
}

.numbers__title {
    font-weight: bold;
    /*line-height: 50px;*/
    line-height: 57px;
    font-size: 48px;
    color: #FFFFFF;
    max-width: 338px;
    position: relative;
    padding-top: 25px;
    /*margin-top: 80px*/
    margin-top: 66px
}

.numbers__title::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 4px;
    background-color: #FF7008;
    top: 0;
    left: 0
}

.numbers__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.numbers__no {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FF7008
}

.numbers__txt {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 1.3
}

@media (max-width:780px) {
    .numbers__title {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .numbers__title {
        text-align: center;
        margin-top: 0;
        padding-bottom: 26px;
        padding-top: 0;
        margin-bottom: 50px;
        max-width: none
    }

    .numbers__title::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto
    }

    .numbers__bg {
        padding: 50px 0 50px 0
    }
}

@media (max-width:460px) {
    .numbers__wrap {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:370px) {
    .numbers__no {
        font-size: 32px
    }
}

.events {
    margin-bottom: 0px
}

.events__heading::before {
    margin: 0
}

.events__title {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 22px
}

.events__title a {
    color: #333
}

.events__title a:hover,
.events__title a:focus {
    color: #3A3C4C
}

.events__desc {
    line-height: 22px;
    font-size: 13px;
    color: #3A3C4C;
    margin-bottom: 9px
}

.events__imgwrp {
    overflow: hidden
}

.events__img {
    display: block;
    margin: 0 auto;
    min-width: 100%;
    border: 1px solid #eee;
    transform: scale(1.1);
    transition: all .5s
}

.events__img:hover {
    transform: scale(1)
}

.events__comment {
    text-align: center
}

.events__btm {
    line-height: 20px;
    font-size: 12px;
    color: #828282;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.events__readmore {
    text-align: right
}

.events__icon {
    margin-right: 5px
}

@media (max-width:860px) and (min-width:600px) {
    .events__btm {
        grid-template-columns: 1fr
    }

    .events__date {
        margin-bottom: 10px
    }

    .events__comment {
        text-align: left
    }
}

@media (max-width:600px) {
    .events__img {
        margin-bottom: 15px
    }

    .events__single {
        padding: 20px 30px;
        margin-bottom: 30px
    }
}

@media (max-width:360px) {
    .events__btm {
        grid-template-columns: 2fr 1fr
    }

    .events__comment {
        text-align: right
    }

    .events__readmore {
        text-align: left;
        margin-top: 20px
    }
}

.princi {
    margin-top: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left
}

.princi__heading {
    margin-bottom: 0
}

.princi__heading::before {
    margin: 0
}

.princi__wrap {
    margin-left: 34%
}

.princi__img {
    float: left;
    max-width: 377px
}

.princi__desc {
    line-height: 25px;
    font-size: 13px;
    color: #4F4F4F;
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: 18px
}

.princi__btmstrip {
    /* min-height: 1px; */
    background: #131628;
    position: relative;
    z-index: -1;
    /* margin-top: 50px */
}

@media (max-width:1050px) {
    .princi {
        background-size: unset
    }
}

@media (max-width:600px) and (min-width:320px) {
    .princi__wrap {
        margin-left: 0;
        margin-bottom: 35%;
    }

    .princi__btmstrip {
        min-height: 100px;
        background: none;
        position: relative;
        z-index: -1;
    }
}

@media (max-width:780px) and (min-width:600px) {
    .princi__wrap {
        margin-left: 0;
        margin-bottom: 42%;
    }

    .princi__btmstrip {
        min-height: 82px;
        background: none;
        position: relative;
        z-index: -1;
    }
}

@media (max-width:600px) {
    .princi {
        background-position: bottom center;
        margin-bottom: 42px;
        margin-top: 22px
    }

    .princi__wrap {
        margin-left: 0;
        margin-bottom: 224px
    }
}

.blog {
    background: #131628;
    padding: 29px 34px
}

.blog__single:nth-child(1) {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #CACACA
}

.blog__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px
}

.blog__desc {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 22px
}

.blog__desc a {
    color: #FF7008
}

.blog__desc a:hover,
.blog__desc a:focus {
    color: #fff
}

.blog__date {
    line-height: 20px;
    font-size: 12px;
    color: #828282
}

.blog__icon {
    margin-right: 5px
}

.blog__readmore:hover,
.blog__readmore:focus {
    color: #fff
}

@media (max-width:600px) {
    .blog {
        margin-bottom: 30px
    }
}

/* .admission {
    text-align: center;
    background-image: url(../img/admission.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.admission__bg {
    background-color: rgba(255, 112, 8, 0.6);
    padding: 39px 44px
}

.admission__btn {
    background: transparent !important;
    border: 1px solid #fff !important;
    margin-bottom: 19px !important;
    border-radius: 0 !important
}

.admission__btn:hover,
.admission__btn:focus {
    color: #fff !important;
    background: #FF7008 !important;
    border: 1px solid #FF7008 !important
}

.admission__desc {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    text-align: center
} */





.gal {
    background-color: #3A3C4C;
    padding: 52px 0;
    text-align: center
}

.gal__heading {
    color: #fff;
    text-align: center;
}

.gal__wrap {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-column-gap: 30px;
    grid-template-columns: repeat(4, 1fr)
}

.gal__single {
    overflow: hidden
}

.gal__single:hover .gal__img {
    transform: scale(1.1)
}

.gal__img {
    transition: all .5s
}

.gal__btn {
    margin-top: 59px;
    background-color: transparent !important;
    color: #FF7008 !important
}

.gal__btn:hover {
    color: #fff !important;
    border: 1px solid #fff !important
}

@media (max-width:600px) {
    .gal__wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px
    }
}

.address {
    color: #fff;
    margin-left: 36%;
    line-height: 22px
}

.address__single {
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 0
}

.address__top {
    margin-top: 20px
}

.address__btm {
    margin-top: 20px
}

@media (max-width:900px) {
    .address {
        margin-left: 0
    }
}

@media (max-width:600px) {
    .address {
        margin-top: 42px;
        text-align: center
    }
}

.owl-nav {
    color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: -39px;
    right: 0;
    display: flex;
    font-size: 16px
}

.owl-prev,
.owl-next {
    padding: 5px
}

@media (max-width:960px) {
    .owl-nav {
        top: -59px
    }
}

.vidbg {
    margin-bottom: 65px;
    position: relative
}

.vidbg__vid {
    max-width: 100%
}

.vidbg__bg {
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    background-color: rgba(19, 22, 40, 0.4);
    z-index: 9
}

.inner {
    position: relative;
    margin-top: 35px
}

.inner__title::before {
    margin: 0;
    background: #FF7008
}

.inner__title a {
    color: #000;
    font-weight: bold;
}

.inner__content {
    text-align: justify;
    font-size: 14px;
}

.inner__single {
    margin-bottom: 25px
}

.inner__imgs {
    display: flex;
    justify-content: center;
    margin: 16px 0
}

.inner__imgs img {
    margin: 0 25px
}

.inner .events__single {
    margin-bottom: 35px
}

@media (min-width:960px) {
    .inner {
        margin-top: 210px
    }
}

@media (max-width:810px) {
    .inner__imgs img {
        margin: 0 5px
    }
}

@media (max-width:720px) {
    .inner__imgs {
        flex-direction: column;
        align-items: center
    }

    .inner__imgs img {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .inner__content {
        margin-bottom: 50px
    }
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 25px
}

.breadcrumbs a {
    color: #3A3C4C;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600
}

.breadcrumbs li:last-child a {
    font-style: italic;
    font-weight: normal
}

.breadcrumbs li:last-child a:hover {
    text-decoration: none
}

.breadcrumbs li:not(:last-child)::after {
    color: #3A3C4C
}

.breadcrumbs .sep {
    margin: 0 .75rem
}

.current {
    font-style: italic;
    font-weight: normal
}

.arch__single {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    transition: all .5s
}

.arch__single:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.22)
}

.arch__content {
    margin-right: 14px
}

.arch__img {
    max-width: 150px;
    margin-left: auto;
    height: 160px;
    object-fit: fill;
}

.arch__img img {
    border: 1px solid #eee;
}

.arch__title {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 24px
}

.arch__title a {
    color: #FF7008
}

.arch__title a:hover,
.arch__title a:focus {
    color: #3A3C4C
}

.arch__desc {
    margin-bottom: 8px
}

.arch__btm {
    margin-top: 28px;
    line-height: 20px;
    font-size: 12px;
    color: #828282;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr
}

.arch__icon {
    margin-right: 5px
}

.arch__comment {
    text-align: center
}

.arch__cat {
    text-align: right
}

.arch__cat a {
    line-height: 20px;
    font-size: 12px;
    color: #828282
}

.arch__cat a:hover,
.arch__cat a:focus {
    color: #3A3C4C
}

@media (max-width:860px) {
    .arch {
        margin-bottom: 50px
    }

    .arch__single {
        flex-direction: column-reverse
    }

    .arch__img {
        display: block;
        margin: 0 auto 20px auto
    }
}

@media (max-width:420px) {
    .arch__btm {
        grid-template-columns: 2fr 1fr
    }

    .arch__comment {
        text-align: right
    }

    .arch__cat {
        text-align: left;
        margin-top: 20px
    }
}

.err {
    padding: 80px 0;
    text-align: center;
    margin-top: 210px
}

.err__center {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:510px) {
    .err__center {
        flex-direction: column-reverse
    }
}

.err__number {
    animation-delay: 2s
}

.err__desc {
    font-size: 24px
}

@media (max-width:400px) {
    .err__desc {
        font-size: 20px
    }
}

.err__highlight {
    font-size: 160px;
    font-weight: bold;
    color: #3A3C4C;
    margin-right: 20px;
    text-shadow: 0 10px 12px #c5c5c5
}

@media (max-width:400px) {
    .err__highlight {
        font-size: 90px
    }
}

.err__emoji {
    animation-name: bounceIn, bounce;
    animation-delay: 2s, 2.5s
}

.err__strip {
    background: #FF7008;
    height: 15px
}

.galin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}

.galin__img {
    display: block;
    margin: 0 auto;
    min-width: 100%;
    border: 1px solid #eee
}

.galin__single {
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.22)
}

.galin__title {
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-bottom: 10px;
    text-align: left
}

.galin__title a {
    color: #FF7008
}

.galin__title a:hover,
.galin__title a:focus {
    color: #3A3C4C
}

.galin__comment {
    text-align: center
}

.galin__cat {
    text-align: right
}

.galin__cat a {
    color: #828282
}

.galin__cat a:hover,
.galin__cat a:focus {
    color: #000
}

.galin__btm {
    line-height: 20px;
    font-size: 12px;
    color: #828282;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.galin__readmore {
    text-align: right
}

.galin__icon {
    margin-right: 5px
}

@media (max-width:860px) and (min-width:600px) {
    .galin__btm {
        grid-template-columns: 1fr
    }

    .galin__date {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .galin {
        grid-template-columns: 1fr;
    }
}

.nav-links {
    float: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .current {
    float: left;
    border: 1px solid #131628 !important;
    padding: 7px 15px;
    background: #131628 !important;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.pagination a,
.pagination button {
    float: left;
    border: 0px solid #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: #fff;
    color: #333;
    margin: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.pagination a:hover,
.pagination button:hover {
    background: #131628 !important;
    color: #fff;
    border-color: #131628
}

@media only screen and (max-width: 767px) {
    #megaMenu #megaMenuToggle {
        display: flex;
    }
}

table tr td {
    text-align: left;
}

.search__content {
    margin-bottom: 38px;
}

.search__content h4 {
    margin-bottom: 0px;
}

table tbody tr:nth-child(even) {
    border-bottom: 1px solid #000;
    background-color: unset;
}

table tbody {
    border-color: #000;
}

.yotu-playlist {
    padding: 0px !important;
}

.yotu-playing {
    color: rgba(255, 255, 255, 0.65) !important;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

@media (min-width:600px) {
    .slide {
        display: none;
    }
}

@media (max-width:600px) {

    .slide {
        display: block;
    }
}

.overlap {
    overflow: auto;
}

.alignright {
    display: block;
    margin: 0 0 0 auto;
    float: right
}

.alignleft {
    display: block;
    margin: 0 auto 0 0;
    float: left
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.search-title {
    margin-bottom: 10px !important;
}

.search-title a:hover {
    color: #FF7008;
}

iframe {
    width: 100% !important;
}

.table-responsive {
    overflow: auto;
}

.admi {
    margin-bottom: 45px;
}

.news {
    margin-bottom: 45px;
}

.news__btn {
    max-width: 200px;
    display: block;
    margin: 0 auto 35px auto;
}

.news__wrap {
    display: flex;
    margin-bottom: 40px;
}

.news__single:not(:last-child) {
    margin-right: 59px
}

.admiblock {
    margin-bottom: 13px;
}

.iqacimg {
    min-width: 60%;
}

.header__visit {
    padding-top: 12px;
    color: #fff;
    background-color: #016b94;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #072458;
    font-weight: 500;
}

.contact a {
    color: #fff;
}

.sep_visit {
    margin: 0 9px
}

.mobile {
    display: none
}

.mobile a {
    color: #fff;
}

@media (max-width:960px) {
    .sep_visit {
        display: none;
    }

    .contact__visit {
        display: none;
    }

    .mobile {
        display: block;
        margin-top: 15px;
    }
}

/*admission page css*/
.online-apply-title {
	font-weight: bold;
   
    line-height: 57px;
    font-size: 18px;
    color: #FFFFFF;
    max-width: 338px;
    position: relative;
    padding-top: 25px;
    margin-top: 66px
}
.online-apply {
    background-color: #131628;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0px 34px 12px 34px;
}


/** Home page Hostel sections */
.admission {
    text-align: center;
    margin-top: 10px;
    background-size: cover
}

.admission__bg {
    background-color: rgb(19, 22, 40);
    padding: 5px 0px
}

.admission__btn {
    background: transparent !important;
    border: 0px solid #fff !important;
    margin-bottom: 2px !important;
    border-radius: 0 !important;
}

.admission__btn:hover,
.admission__btn:focus {
    color: #fff !important;
    background: #3A3C4C !important;
    border: 1px solid #FF7008 !important
}

.admission__desc {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    text-align: center
}

/** Homepage Admission scrolling Section **/
.admission_scroll {
    text-align: center;
    margin-top: 10px;
    background-size: cover
}

.admission_scroll__bg {
    background-color: #ebeeff;
    padding: 5px 0px;
    border-right: 5px solid #ccc;
}

.admission_scroll__btn {
    background: transparent !important;
    border: 0px solid #fff !important;
    margin-bottom: 2px !important;
    border-radius: 0 !important;
}

.admission_scroll__btn:hover,
.admission_scroll__btn:focus {
    color: #fff !important;
    background: #3A3C4C !important;
    border: 1px solid #FF7008 !important
}

.admission_scroll__desc {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

@media (max-width:960px) {
    .admission {
        margin: 15px 7% 10px 14%;
    }
    }
/**
NCC and placement css classes
**/

.placement {
    margin-bottom: 62px
}

.placement__heading {
    text-align: center
}

.placement__single:hover .placement__box {
    max-width: 100%
}

.placement__img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    width: 599px;
    height: 331px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.placement__box {
    position: relative;
    max-width: 422px;
    max-height: 172px;
    background-color: #3A3C4C;
    display: block;
    margin: 0 auto;
    margin-top: -113px;
    text-align: center;
    color: #fff;
    padding: 21px 17px;
    min-height: 140px;
    transition: all .6s
}

.placement__box:hover {
    max-width: 100%
}

.placement__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

.placement__desc {
    line-height: 22px;
    font-size: 14px
}

@media (max-width:960px) {
    .placement__box {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .placement__single {
        margin-bottom: 30px
    }

    .placement__box {
        margin-top: -1px;
    }
}
