html {
    scroll-behavior: smooth
}

body {
    font-family: Roboto,sans-serif
}

h1, h2, h3, h4 {
    font-family: "Roboto Serif",serif
}

a, a:hover {
    text-decoration: none
}

li, ol, ul {
    list-style-type: none;
    padding-inline-start: 0
}

.pt-50 {
    padding-top: 120px !important
}

.text-black {
    color: #121212 !important
}

.text-blue {
    color: #0b2d61 !important
}

.spinLoad-block {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

    .spinLoad-block .spinLoad {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999;
        text-align: center
    }

i.fas.fa-spinner.fa-pulse {
    color: #fff;
    font-size: 46px
}

.spinLoad-block .spinLoad h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 4px;
    letter-spacing: 1px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    transition: .2s
}

    .preloader .loader {
        position: absolute;
        top: 42%;
        left: 50%;
        right: 0;
        transform: translate(-50%,-50%);
        text-align: center;
        margin: 0 auto;
        transition: .6s
    }

    .preloader .box {
        width: 100%;
        height: 100%;
        background: #fff;
        animation: animate .5s linear infinite;
        position: absolute;
        top: 0;
        left: 0
    }

    .preloader .shadow {
        width: 100%;
        height: 5px;
        background: #000;
        opacity: .1;
        position: absolute;
        top: 59px;
        left: 0;
        border-radius: 50%;
        animation: shadow .5s linear infinite
    }

    .preloader::after, .preloader::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #191919;
        transition: .6s
    }

    .preloader .box img {
        background: 0 0;
        width: 480px;
        border-radius: 4px
    }

    .preloader::after {
        left: auto;
        right: 0
    }

    .preloader.preloader-deactivate {
        visibility: hidden
    }

        .preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
            width: 100%;
            opacity: 0;
            visibility: hidden
        }

        .preloader.preloader-deactivate .loader {
            opacity: 0;
            visibility: hidden
        }

.trigger_popup {
    transform: rotate(270deg);
    position: fixed;
    top: 50%;
    right: -105px;
    z-index: 999;
    cursor: pointer;
    background-color: #b40d14;
    border-color: #b40d14;
    border-radius: 5px;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 16px;
    font-size: 18px;
    color: #fff;
    line-height: 1.33
}

body.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,22,55,.44);
    transition: opacity .2s linear,visibility .2s,width 2s ease-in
}

    .screen-darken.active {
        z-index: 9999;
        transition: opacity .3s ease,width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible
    }

@media all and (max-width:991px) {
    .offcanvas-header {
        display: block
    }

    .mobile-offcanvas {
        visibility: hidden;
        opacity: 0;
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 99999;
        width: 100%;
        max-width: 320px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out,opacity .3s ease-in-out,display .3s ease-in-out;
        background: #191919;
        padding: 25px 6px 20px;
        display: none
    }

        .mobile-offcanvas.show {
            visibility: visible;
            opacity: 1;
            display: block
        }

        .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
            display: block
        }
}

.fixed-top {
    top: 0;
    transform: translateY(0);
    transition: transform .3s
}

header.main-header nav.navbar.fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(25,25,25,.9607843137);
    padding: 0 20px 2px
}

    header.main-header nav.navbar.fixed-top a.navbar-brand img {
        width: 72px
    }

    header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        padding: 16px 16px 14px !important
    }

    header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link.icon-bar {
        padding: 8px 16px 8px !important
    }

header.main-header nav.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 35px 30px 0;
    transition: .6s ease-in-out
}

    header.main-header nav.navbar a.navbar-brand img {
        width: 340px
    }

header.main-header ul.navbar-nav li.nav-item a.nav-link {
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px 16px 10px !important;
    text-shadow: 1px 1px 3px #2c2c2c;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
    display: none
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
    display: block
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
    display: inline-block;
    padding: 6px 16px 5px !important
}

    header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
        width: 40px;
        fill: #fff;
        position: relative;
        top: -1px;
        margin-left: 2px;
        border-radius: 2px;
        transform: rotate(180deg)
    }

header.main-header nav.navbar a.navbar-brand.navbar-brand-fixed, header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-nofixed {
    display: none
}

header.main-header nav.navbar a.navbar-brand.navbar-brand-nofixed, header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-fixed {
    display: block
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
    top: 0
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
    position: relative;
    top: 2px
}

span.navbarBrandLogoText {
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500
}

.mydiv {
    display: none;
    height: 100%;
    z-index: 99;
    position: relative;
    overflow: hidden
}

.navigation {
    position: fixed;
    right: 0;
    height: 100vh;
    z-index: 99;
    top: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    width: calc(100% + 0px);
    background: #191919;
    overflow: hidden;
    overflow-y: auto;
    display: none
}

    .navigation.open-nav {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        display: block
    }

    .navigation:before {
        background: #6f4a00;
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        z-index: 0;
        top: 0;
        width: 100%;
        transform: translateY(-300px);
        transition: .1s ease-in-out;
        display: none
    }

    .navigation.open-nav:before {
        transform: translateY(0)
    }

img.navigation-bg-img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    animation: pulse2 12s infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

@keyframes pulse2 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.navigation nav {
    display: table;
    margin: 0;
    text-align: left;
    width: 100%;
    padding: 50px 40px 0 50px
}

    .navigation nav ul.menu-main-ul {
        position: relative;
        width: 380px;
        float: left;
        margin-bottom: 0;
        margin-top: 40px;
        padding: 12px 25px 12px 0;
        list-style-type: none;
        border-right: 2px solid rgba(255,255,255,.0392156863)
    }

.menuLink {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 40px;
    margin-bottom: 30px
}

.ext-btn-group {
    position: relative;
    z-index: 99;
    margin-top: 35px
}

    .ext-btn-group a:hover {
        color: #fff
    }

    .ext-btn-group a.ext-btn3 {
        background: #a92b25;
        color: #fff;
        font-weight: 500
    }

    .ext-btn-group a {
        color: #fff;
        padding: 4px 14px;
        display: inline-block;
        font-size: 17px;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 0 6px;
        font-weight: 400;
        transition: .6s ease-in-out
    }

.navigation nav .navbar-brand.brand-logo, .navigation nav ul {
    position: relative;
    z-index: 1
}

.navigation:after {
    position: absolute;
    content: "";
    top: 0;
    right: -280px;
    height: 100%;
    width: 320px;
    background: #fffb78;
    padding: 150px 30px 30px 30px;
    z-index: 0;
    display: none
}

.navigation nav .btn-group {
    position: relative;
    margin-top: 10px;
    z-index: 1;
    padding: 10px 15px
}

.socials {
    z-index: 99;
    position: relative;
    left: 0;
    display: inline-block;
    margin-top: 12px
}

    .socials a {
        display: inline-block;
        margin: 0 6px 0 0;
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding: 3px 7px 3px 8px;
        border-radius: 50%
    }

.navigation nav .socials p {
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.submenu-wrap ul {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out;
    display: none
}

    .submenu-wrap ul.hoverShowing {
        display: block
    }

    .submenu-wrap ul li a {
        font-size: 16px;
        padding: 6px 10px;
        display: inline-block;
        color: #000;
        text-transform: capitalize
    }

.navigation nav ul ul, .navigation nav > ul {
    padding-top: 0;
    position: relative
}

    .navigation nav > ul > li {
        transition: .4s ease-in-out;
        opacity: 0
    }

        .navigation nav > ul > li > a {
            position: relative
        }

            .navigation nav > ul > li > a:after, .navigation nav > ul > li > a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: translate(0,14px);
                transition: .4s ease-in-out;
                display: none
            }

            .navigation nav > ul > li > a:before {
                height: 15px;
                width: 15px;
                border: 2px solid #fffdb2;
                border-radius: 50%;
                z-index: 1;
                background: #004372;
                display: none
            }

        .navigation nav > ul > li:not(:last-child) > a:after {
            height: 100%;
            width: 3px;
            background: #fffdb2;
            top: 10px;
            left: 5.5px;
            z-index: 0;
            display: none
        }

        .navigation nav > ul > li.nav_active > a:before, .navigation nav > ul > li > a:hover:before {
            background: #fffdb2
        }

.navigation.open-nav nav > ul > li {
    opacity: 1;
    line-height: normal
}

.navigation nav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 32px;
    padding: 8px 12px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Roboto Serif",serif
}

.navigation nav > ul > li.nav_active > a {
    color: #ffe3d4
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none
}

.navigation nav ul ul li a {
    color: #ffe3d4;
    padding: 7px 16px;
    font-size: 17px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    position: relative
}

@media screen and (min-width:767px) {
    .navigation nav ul ul {
        position: absolute;
        left: 380px;
        padding: 30px 12px 0;
        height: 100%;
        top: 0;
        opacity: 0;
        width: 310px;
        visibility: hidden;
        transform: translateY(0);
        transition: .3s ease-in-out;
        list-style-type: none
    }

        .navigation nav ul ul:after {
            content: "";
            right: -16px;
            top: 0;
            border-top: 26px solid transparent;
            border-bottom: 0 solid transparent;
            position: absolute;
            border-left: 16px solid #cac6c6;
            display: none
        }

    .navigation nav ul li:hover ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

.navigation nav ul li.nav_active ul, .navigation nav ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.close-nav-panel {
    font-size: 34px;
    color: #fff;
    cursor: pointer;
    display: flex;
    transition: .6s ease-in-out
}

    .close-nav-panel span {
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Roboto Serif",serif;
        font-size: 18px;
        padding: 0 22px 0 6px !important;
        display: inline-block;
        align-self: center;
        font-family: Roboto,sans-serif;
        letter-spacing: 1px
    }

.navigation a img {
    width: 540px
}

.navigation a.navbar-brand.brand-logo.desk-menu-logo {
    position: absolute;
    bottom: 20px;
    transform: translate(0,0);
    right: 5%;
    filter: opacity(.02);
    margin: 0;
    cursor: auto
}

.fixed-social-icons {
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    z-index: 999
}

    .fixed-social-icons nav ul li a {
        color: #fff;
        font-size: 20px;
        padding: 3px 5px 3px 15px;
        margin: 8px 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        display: block;
        transition: .6s ease-in-out
    }

        .fixed-social-icons nav ul li a i {
            padding-right: 8px
        }

        .fixed-social-icons nav ul li a.youtube, .socials a.youtube {
            background: #ff2121
        }

        .fixed-social-icons nav ul li a.instagram, .socials a.instagram {
            background: linear-gradient(30deg,#de1130,#8e4bc3)
        }

        .fixed-social-icons nav ul li a.facebook, .socials a.facebook {
            background: #4267b2
        }

        .fixed-social-icons nav ul li a.twitter, .socials a.twitter {
            background: #1c9cea
        }

        .fixed-social-icons nav ul li a.linkedin, .socials a.linkedin {
            background: #2464ad
        }

        .fixed-social-icons nav ul li a span {
            font-size: 14px;
            font-weight: 500;
            font-family: "Roboto Serif",serif;
            position: relative;
            top: -3px
        }

    .fixed-social-icons nav ul li {
        transform: translateX(80px);
        transition: .2s ease-in-out
    }

        .fixed-social-icons nav ul li:hover {
            transform: translateX(0)
        }

.navigation-header {
    display: flex;
    justify-content: space-between;
    padding: 40px 42px 0;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.social-media-header {
    z-index: 999;
    position: relative;
    display: flex;
    margin-bottom: 0
}

    .social-media-header a {
        color: #cdcdcd;
        transition: .6s ease-in-out;
        margin-right: 16px;
        width: 42px;
        height: 42px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff
    }

        .social-media-header a:hover {
            color: #fff
        }

        .social-media-header a i {
            font-size: 22px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%)
        }

.ext-btn-group a svg {
    width: 22px;
    fill: #fff;
    margin-right: 2px;
    position: relative;
    margin-top: -4px;
    border-radius: 50px
}

.navigation-logo a.navbar-brands img {
    width: 340px
}

    .navigation-logo a.navbar-brands img.dis-inner-logo {
        margin-right: 12px
    }

.navigation-image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,rgba(0,0,0,.2),transparent);
    z-index: 999
}

.menuLink a {
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    background-image: none;
    padding: 12px;
    background-color: #b40d14;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500
}

.main-slider .carousel-inner .carousel-item img.main-slider-img {
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover;
    animation: pulse 12s infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.main-slider .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg,#191919,transparent)
}

.main-slider .carousel-inner .carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg,#191919,transparent)
}

.main-slider .carousel-inner .carousel-item .carousel-caption {
    z-index: 99;
    text-align: left;
    width: 100%;
    left: 0;
    right: 0;
    padding: 40px 60px;
    bottom: 0
}

.main-slider .carousel-inner .carousel-item .carousel-caption-content {
    display: block
}

    .main-slider .carousel-inner .carousel-item .carousel-caption-content a.mainSlideLink {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
        background-image: none;
        padding: 12px 16px;
        background-color: #b40d14;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 500
    }

.main-slider .carousel-inner .carousel-item .carousel-caption-img img {
    width: 100px;
    height: 130px
}

.main-slider .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    margin-bottom: 0;
    font-family: "Roboto Serif",serif;
    letter-spacing: .5px
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: 1px 1px 10px #000;
    font-family: Roboto,sans-serif
}

.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
    width: auto !important;
    opacity: 1;
    font-size: 18px;
    top: auto;
    bottom: 50px
}

.main-slider .carousel-control-prev {
    left: auto;
    right: 120px
}

.main-slider .carousel-control-next {
    right: 90px
}

.main-slider .carousel-control-next {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.main-slider .carousel-control-prev {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    .main-slider .carousel-control-next span.carousel-control-next-icon, .main-slider .carousel-control-prev span.carousel-control-prev-icon {
        width: 22px;
        height: 40px
    }

.social-media-slider {
    z-index: 999;
    position: relative;
    display: flex;
    margin-bottom: 0
}

    .social-media-slider a {
        color: #cdcdcd;
        transition: .6s ease-in-out;
        margin-right: 20px;
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff
    }

        .social-media-slider a:hover {
            color: #fff
        }

        .social-media-slider a i {
            font-size: 24px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%)
        }

.ticker-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(90deg,#191919,transparent);
    z-index: 9
}

.ticker-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(-90deg,#191919,transparent);
    z-index: 9
}

.ticker-block marquee {
    padding: 50px 0 0;
    background: #191919;
    margin-bottom: -7px
}

    .ticker-block marquee a, .ticker-block marquee p {
        font-size: 28px;
        line-height: 32px;
        color: #ededed;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 0;
        transition: .6s ease-in-out
    }

        .ticker-block marquee a:hover {
            color: #fff
        }

        .ticker-block marquee a i, .ticker-block marquee p i {
            margin-right: 8px;
            font-size: 32px;
            color: #b40d14
        }

.statsStripSection {
    padding: 90px 0
}

.statsStripBlock {
    height: 100%;
    text-align: center
}

    .statsStripBlock h3 {
        font-size: 72px;
        line-height: 72px;
        color: #b40d14;
        font-weight: 700;
        margin-bottom: 10px
    }

    .statsStripBlock p {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0
    }

.futuristicSkillBlock {
    position: relative;
    overflow: hidden;
    height: 260px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: center;
    z-index: 2;
    padding: 155px 8px 20px;
    transition: .5s ease-in-out;
    width: 100%;
    box-shadow: 0 3px 40px rgba(0,0,0,.1)
}

    .futuristicSkillBlock:hover {
        padding: 60px 8px 20px
    }

    .futuristicSkillBlock span.svgIcons {
        position: absolute;
        top: 40px;
        left: 50%;
        width: 100%;
        transform: translate(-50%,0);
        transition: .5s ease-in-out
    }

    .futuristicSkillBlock:hover span.svgIcons {
        top: 70px
    }

    .futuristicSkillBlock span.svgIcons img, .futuristicSkillBlock span.svgIcons svg {
        width: 72px;
        height: 72px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .5s ease-in-out;
        fill: #c8520f
    }

    .futuristicSkillBlock:hover span.svgIcons img, .futuristicSkillBlock:hover span.svgIcons svg {
        opacity: .1;
        transform: scale(2.8)
    }

    .futuristicSkillBlock h3 {
        font-family: Roboto,sans-serif;
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        color: #121212;
        margin-bottom: 0
    }

        .futuristicSkillBlock h3 small {
            font-size: 80%;
            margin-top: 8px;
            font-weight: 300;
            text-transform: capitalize
        }

.futuristicSkillHidden {
    position: relative;
    margin-top: 16px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out
}

.futuristicSkillBlock:hover .futuristicSkillHidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.futuristicSkillHidden p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 0
}

ul.statsRow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

    ul.statsRow li {
        flex: 0 0 auto;
        width: 20%
    }

.alumniThinkSection {
    background: url(../images/pattern-img.png);
    background-size: cover;
    background-position: center
}

    .alumniThinkSection:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #191919;
        filter: opacity(.98)
    }

.alumniThinkBlock {
    border: 4px solid #fff
}

    .alumniThinkBlock:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3843137255);
        z-index: 1;
        transition: .5s ease-in-out
    }

    .alumniThinkBlock figure img.figure1 {
        visibility: visible;
        opacity: 1
    }

    .alumniThinkBlock:hover figure img.figure1 {
        visibility: hidden;
        opacity: 0
    }

    .alumniThinkBlock figure img.figure2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0
    }

    .alumniThinkBlock:hover figure img.figure2 {
        visibility: visible;
        opacity: 1
    }

.alumniThinkBlockContent {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 260px 25px 20px;
    z-index: 2;
    transition: .5s ease-in-out
}

.alumniThinkBlock:hover .alumniThinkBlockContent {
    padding: 195px 25px 20px
}

.alumniThinkBlockContent h3 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0
}

    .alumniThinkBlockContent h3 small {
        font-size: 70%;
        line-height: 28px;
        font-weight: 400;
        margin-top: 8px
    }

.alumniThinkBlockContent p {
    font-size: 22px;
    line-height: 26px;
    color: #b40d14;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: underline;
    font-weight: 600;
    transition: .5s ease-in-out;
    margin-top: 20px;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0
}

.alumniThinkBlock:hover .alumniThinkBlockContent p {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.playSvg {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #b40d14;
    margin-bottom: 25px;
    cursor: pointer;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-in-out
}

.alumniThinkBlock:hover .playSvg {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.playSvg svg {
    fill: #fff;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.founderHpBlockImg img {
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: -16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 0 50px
}

.facilitieBlock {
    transition: .5s ease-in-out
}

    .facilitieBlock:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4)
    }

    .facilitieBlock img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }

.facilitieBlockText1 {
    bottom: 16px;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in-out
}

.facilitieBlock:hover .facilitieBlockText1 {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

.facilitieBlockText1 h3 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 1px 1px 40px #000
}

.facilitieBlockText {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 20px;
    background: rgba(255,255,255,.65);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out
}

.facilitieBlock:hover .facilitieBlockText {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.facilitieBlockText h3 {
    font-size: 24px;
    line-height: 30px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 8px
}

.facilitieBlockText p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0
}

p.mainPara.mainParaBig {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -.3px;
    border-left: 8px solid #b40d14;
    padding-left: 22px
}

p.mainPara {
    position: relative;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
    color: #000;
    font-weight: 400
}

.founderHpBlockImg h4 {
    margin-bottom: 0;
    text-align: end;
    font-size: 26px;
    line-height: 28px;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: absolute;
    bottom: -30px;
    left: 180px;
    width: 100%;
    max-width: 280px;
    padding: 20px 30px 16px;
    background: #fff;
    box-shadow: 0 3px 40px rgba(0,0,0,.15);
    border: 16px solid rgba(0,0,0,.2);
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 50px 0
}

    .founderHpBlockImg h4 small {
        font-family: Roboto,sans-serif;
        font-size: 58%;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0;
        color: #000;
        margin-top: 4px
    }

.mainBtn a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-image: none;
    padding: 12px 16px;
    background-color: #b40d14;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500
}

    .mainBtn a.transparentLink {
        background: 0 0;
        color: #121212;
        padding: 0;
        margin-left: 30px;
        font-weight: 600;
        display: flex;
        align-self: center;
        letter-spacing: .3px
    }

.playVideo {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #2f2f2f
}

    .playVideo svg {
        width: 18px;
        fill: #2f2f2f;
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%,-50%)
    }

a.callUsBtn {
    position: relative;
    padding: 10px 25px 10px 50px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase
}

    a.callUsBtn i {
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translate(0,-50%);
        font-size: 26px;
        color: #000;
        border-radius: 50% 0 0 50%;
        padding: 13px
    }

.innerBanner.blogDetailInnerBanner {
    padding: 160px 0 40px;
    background: linear-gradient(180deg,rgba(0,22,55,.2901960784),#fff)
}

.blogBannerImg .container, .blogBannerImg .container-lg, .blogBannerImg .container-md, .blogBannerImg .container-sm, .blogBannerImg .container-xl {
    max-width: 100%
}

.blogBannerImg {
    position: relative
}

    .blogBannerImg img {
        width: 100%
    }

.blogDetailSectionBlock .blogContentText {
    position: relative;
    padding: 0;
    background: #fff
}

    .blogDetailSectionBlock .blogContentText .blogText, .blogDetailSectionBlock .blogContentText .blogText ol li, .blogDetailSectionBlock .blogContentText .blogText p, .blogDetailSectionBlock .blogContentText .blogText ul li {
        color: #000;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 30px !important
    }

    .blogDetailSectionBlock .blogContentText table tr td, .blogDetailSectionBlock .blogContentText table tr th {
        color: #000;
        font-size: 15px !important;
        font-weight: 300 !important;
        line-height: 18px !important;
        padding: 12px 16px !important
    }

    .blogDetailSectionBlock .blogContentText table thead tr td {
        background: #ddd !important
    }

    .blogDetailSectionBlock .blogContentText table tr:nth-child(2n) {
        background: #f6f7f8
    }

    .blogDetailSectionBlock .blogContentText table {
        display: block;
        overflow-x: auto;
        margin-bottom: 20px
    }

    .blogDetailSectionBlock .blogContentText .imgCaption {
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        margin-top: 12px;
        font-style: italic;
        font-weight: 400;
        color: #222
    }

    .blogDetailSectionBlock .blogContentText .blogText, .blogDetailSectionBlock .blogContentText .blogText p {
        margin-bottom: 18px
    }

        .blogDetailSectionBlock .blogContentText .blogText ol li, .blogDetailSectionBlock .blogContentText .blogText ul li {
            margin-bottom: 18px
        }

            .blogDetailSectionBlock .blogContentText .blogText ol li:last-child, .blogDetailSectionBlock .blogContentText .blogText ul li:last-child {
                margin-bottom: 0
            }

    .blogDetailSectionBlock .blogContentText ol, .blogDetailSectionBlock .blogContentText ul {
        list-style-type: disc;
        padding-inline-start: 30px;
        margin-bottom: 16px
    }

    .blogDetailSectionBlock .blogContentText li {
        list-style-type: disc
    }

    .blogDetailSectionBlock .blogContentText ol li a, .blogDetailSectionBlock .blogContentText p a, .blogDetailSectionBlock .blogContentText ul li a {
        color: #b40d14;
        transition: .4s ease-in-out
    }

        .blogDetailSectionBlock .blogContentText ol li a, .blogDetailSectionBlock .blogContentText p a:hover, .blogDetailSectionBlock .blogContentText ul li a:hover {
            text-decoration: underline;
            text-underline-offset: 2px
        }

.blogContentText h2.head {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 18px;
    color: #121212
}

.blogContentText h3 {
    padding-top: 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 9px;
    color: #000
}

.blogContentText strong {
    font-weight: 500 !important
}

.blogDetailSectionBlock .blogContentText .blogText b, .blogDetailSectionBlock .blogContentText .blogText p b {
    font-weight: 700 !important
}

.blogDetailSectionBlock .blogContentText .blogText p:last-child, .blogDetailSectionBlock .blogContentText .blogText:last-child {
    margin-bottom: 0
}

.wrapperScrollTop {
    scroll-margin-top: 60px
}

.wrapperSticky {
    position: sticky;
    top: 80px
}

.popularBlogsScroll {
    position: relative;
    height: 100%;
    max-height: 200px;
    overflow-y: scroll
}

    .popularBlogsScroll::-webkit-scrollbar {
        width: 5px;
        border-radius: 6px
    }

    .popularBlogsScroll::-webkit-scrollbar-track {
        border-radius: 20px
    }

    .popularBlogsScroll::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 20px
    }

.popularBlogsBox {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.popularBlogsScroll a:last-child .popularBlogsBox {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.popularBlogsBox img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.popularBlogsBox h4 {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    height: 36px;
    overflow: hidden
}

span.dateTag {
    font-size: 12px;
    line-height: 18px;
    color: #b40d14;
    font-weight: 500;
    display: none
}

b, strong {
    font-weight: 600
}

.blogSidebar {
    background: #f1f1f1;
    padding: 20px 16px;
    border-radius: 6px
}

    .blogSidebar h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 8px;
        color: #121212;
        letter-spacing: -.2px;
        text-transform: uppercase
    }

.tableContentScroll {
    position: relative;
    height: 100%;
    max-height: 330px;
    overflow-y: scroll
}

    .tableContentScroll::-webkit-scrollbar {
        width: 5px;
        border-radius: 6px
    }

    .tableContentScroll::-webkit-scrollbar-track {
        border-radius: 20px
    }

    .tableContentScroll::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 20px
    }

.tableContentBlock ul li a {
    position: relative;
    text-decoration: none;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    transition: .6s ease-in-out;
    color: #111;
    margin-bottom: 12px;
    display: block;
    padding-left: 20px
}

    .tableContentBlock ul li a svg {
        width: 15px;
        position: absolute;
        left: 0;
        top: 2px;
        fill: #6f6f6f
    }

    .tableContentBlock ul li a:hover {
        color: #b40d14
    }

.ctaBlogBanner {
    background: linear-gradient(3deg,#dee1b0,#f4ff63);
    padding: 28px 25px 25px;
    border-radius: 6px
}

    .ctaBlogBanner h5 {
        color: #000;
        font-size: 26px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 2px
    }

    .ctaBlogBanner h6 {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px
    }

.blog-info {
    position: relative;
    margin-top: 16px
}

    .blog-info .title-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        background: radial-gradient(#ededed,transparent);
        border-radius: 50px
    }

        .blog-info .title-content .title-content-box {
            font-size: 14px;
            padding-left: 20px;
            position: relative;
            display: flex;
            justify-content: flex-start;
            line-height: 18px;
            flex-direction: column;
            margin-right: 30px;
            font-weight: 400
        }

            .blog-info .title-content .title-content-box i {
                content: "";
                position: absolute;
                top: 1px;
                left: 0;
                color: #eb6d26;
                width: 18px
            }

            .blog-info .title-content .title-content-box .span.a2a_svg svg {
                content: "";
                position: relative !important;
                top: 0 !important;
                left: 0 !important
            }

            .blog-info .title-content .title-content-box small {
                font-weight: 600;
                font-size: 70%;
                color: #494949;
                text-transform: uppercase
            }

            .blog-info .title-content .title-content-box span {
                color: #111
            }

.blogText h2 {
    font-family: Roboto,sans-serif;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    color: #000;
    padding-left: 25px
}

    .blogText h2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 30px;
        width: 5px;
        height: 100%;
        background-color: #b40d14
    }

.blogSidebar.ctaBlogBlock {
    background: #0b2d61;
    padding: 25px 12px
}

.ctaBlogBlock h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}

.ctaBlogBlock p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0
}

.blogLinks a {
    position: relative;
    color: #fff;
    padding: 8px 20px;
    font-size: .95rem;
    line-height: 1.5rem;
    border: 1px solid #b40d14;
    font-weight: 700;
    border-radius: 2px;
    background: #b40d14;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 8px;
    transition: .4s ease-in-out
}

.explore-more-block {
    position: relative;
    display: flex
}

    .explore-more-block h5 {
        margin-bottom: 0;
        background: #35371c;
        color: #fff;
        padding: 6px 25px 6px 12px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -.1px;
        text-transform: uppercase;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .explore-more-block .main-custom-icon {
        background: #1d1e0f;
        color: #fff;
        padding: 6px;
        margin-left: -14px;
        font-size: 24px
    }

.creditBlock {
    position: relative;
    text-align: center
}

    .creditBlock:before {
        content: "";
        position: absolute;
        left: 0;
        top: 56%;
        transform: translate(0,-50%);
        width: 100%;
        border-bottom: 1px dashed #d7d7d7
    }

a.creditBySpan {
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 8px
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a span {
    border-radius: 4px;
    border-left: 0;
    width: 28px;
    height: 28px;
    background: #fff !important;
    border: 1px solid #000
}

    .a2a_kit.a2a_kit_size_32.a2a_default_style a span svg {
        width: 21px;
        margin: 3px
    }

        .a2a_kit.a2a_kit_size_32.a2a_default_style a span svg g, .a2a_kit.a2a_kit_size_32.a2a_default_style a span svg path {
            fill: #000
        }

span.a2a_svg.a2a_s__default.a2a_s_share2 svg path:nth-child(1) {
    fill: #fff !important
}

span.a2a_svg.a2a_s__default.a2a_s_share2 svg path:nth-child(2) {
    fill: #000 !important
}

section.wrapperContactPageSection .wrapper-main-form {
    max-width: 100%;
    margin: 0;
    box-shadow: 0 3px 30px rgba(0,0,0,.15);
    padding: 60px 60px 50px 50px;
    border-radius: 0 0 50px 0;
    right: 0
}

.contactRow {
    border-radius: 0 0 50px 0
}

.sticky-contactForm {
    position: sticky;
    top: 95px
}

.address-wrap {
    height: 100%;
    padding: 60px 35px 50px;
    background: #191919;
    margin-left: 0;
    margin-bottom: 0
}

    .address-wrap .form-group {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,.0509803922);
        display: flex
    }

        .address-wrap .form-group i.main_i {
            font-size: 24px;
            color: #b40d14;
            height: 45px;
            width: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.1215686275);
            border-radius: 3px
        }

    .address-wrap p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 500;
        color: #fff;
        width: calc(100% - 45px);
        padding-left: 16px
    }

        .address-wrap p b {
            display: block;
            color: #fff;
            font-weight: 300;
            margin-bottom: 2px;
            font-size: 15px;
            line-height: 20px;
            text-transform: uppercase
        }

        .address-wrap p a {
            color: #fff;
            text-decoration: none;
            display: block;
            transition: .6s ease-in-out
        }

        .address-wrap p small {
            font-size: 85%;
            line-height: 16px
        }

        .address-wrap p a:hover {
            color: #b40d14
        }

        .address-wrap p span {
            padding-left: 22px;
            position: relative
        }

            .address-wrap p span i {
                position: absolute;
                left: 0;
                top: 5px;
                color: #747474;
                font-size: 88%
            }

.form-select:focus {
    border-color: #ced4da;
    box-shadow: none
}

.googleMaps2 iframe {
    height: 400px;
    margin-bottom: -7px
}

.social-media-header2 {
    z-index: 999;
    position: relative;
    display: flex;
    margin-bottom: 0
}

    .social-media-header2 a {
        color: #cdcdcd;
        transition: .6s ease-in-out;
        margin-right: 12px;
        width: 38px;
        height: 38px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff
    }

        .social-media-header2 a:hover {
            color: #fff
        }

        .social-media-header2 a i {
            font-size: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%)
        }

.separateDivider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3490196078)
}

.separateDivider span {
    background: #fff;
    position: relative;
    padding: 0 8px;
    font-weight: 500;
    color: rgba(0,0,0,.5803921569);
    font-size: 17px
}

.careerRow {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 16px;
    border-radius: 4px
}

h3.formH3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #0b2d61
}

    h3.formH3 small {
        color: #222;
        font-size: 70%;
        line-height: 20px;
        font-weight: 500;
        margin-top: 4px
    }

.wrapper-control label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #121212
}

.wrapper-control table.table tbody tr th {
    background: #0b2d61;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12px
}

.wrapper-control table.table tbody tr td {
    background: #fff;
    color: #121212;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12px
}

.imageBannerSection img {
    height: calc(100vh - 80px);
    -o-object-fit: cover;
    object-fit: cover
}

.imageBannerSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg,#191919,transparent)
}

.imageBannerSection:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg,#191919,transparent)
}

.inner-banner-content {
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 99;
    padding: 30px 5% 16px;
    text-align: center
}

    .inner-banner-content h1 {
        font-size: 58px;
        line-height: 64px;
        color: #fff;
        margin-bottom: 0
    }

        .inner-banner-content h1 br {
            display: none
        }

.breadcrumbs-menu {
    position: relative;
    padding: 0;
    background: #191919
}

    .breadcrumbs-menu ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        flex-wrap: wrap
    }

        .breadcrumbs-menu ul li a {
            color: #ddd;
            font-size: 20px;
            font-weight: 400;
            display: inline-block;
            padding: 25px 16px;
            text-transform: uppercase;
            transition: .6s ease-in-out;
            text-decoration: none;
            text-decoration-thickness: 2px;
            text-underline-offset: 5px
        }

            .breadcrumbs-menu ul li a:hover {
                color: #fff;
                text-decoration: underline;
                text-decoration-thickness: 2px;
                text-underline-offset: 5px
            }

section.wrapper-big-section {
    padding: 70px 0
}

h2.textH2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

p.main-para-big {
    color: #000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 25px
}

    p.main-para-big b {
        font-weight: 400
    }

h2.main-head {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    color: #0b2d61;
    margin-bottom: 0;
    text-transform: capitalize
}

.mainDiv {
    position: relative;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
    padding-left: 40px
}

    .mainDiv:before {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: 30px;
        height: 4px;
        background: #b40d14
    }

p.main-para, ul.main-ul li, ul.sports-svg li .sports-svg dd {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #000;
    font-weight: 400
}

.wrapper-section {
    position: relative
}

.wrapper-block-img {
    position: sticky;
    top: 75px
}

    .wrapper-block-img img {
        width: 100%;
        height: calc(92vh - 55px);
        -o-object-fit: cover;
        object-fit: cover;
        box-shadow: 16px 16px 0 rgba(0,0,0,.2);
        border-radius: 0 0 50px 0
    }

.swiper.multipleImgSwiper {
    box-shadow: 16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 50px 0
}

section.wrapper-section.wrapper-section2 .wrapper-block-img img {
    box-shadow: -16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 0 50px
}

section.wrapper-section.wrapper-section2 .swiper.multipleImgSwiper {
    box-shadow: -16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 0 50px
}

.wrapper-block-img h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 16px 20px;
    background: #fff;
    box-shadow: 0 3px 40px rgba(0,0,0,.15);
    border-radius: 0 0 50px 0
}

section.wrapper-section.wrapper-section2 .wrapper-block-img h4 {
    border-radius: 0 0 0 50px
}

.wrapper-block-img h4 small {
    font-family: Roboto,sans-serif;
    font-size: 72%;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    margin-top: 4px
}

.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

    .img-caption h1 {
        font-size: 23px;
        font-weight: 600;
        background: rgba(255,255,255,.92);
        margin: 0 20px 20px;
        padding: 20px;
        border-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        color: #111;
        text-transform: uppercase
    }

        .img-caption h1 span {
            color: #a92b25;
            font-size: 75%;
            line-height: 16px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 8px
        }

        .img-caption h1 small {
            font-size: 65%;
            line-height: 20px;
            color: #222;
            text-transform: none;
            font-weight: 500;
            margin-top: 4px;
            border-left: 4px solid #979797;
            padding-left: 8px
        }

.wrapper-block-content {
    position: relative;
    padding: 70px 40px 70px 0
}

.wrapper-section.wrapper-section2 .wrapper-block-content {
    padding: 70px 0 70px 40px
}

ul.main-ul li {
    position: relative;
    margin-top: 12px;
    padding-left: 35px !important
}

    ul.main-ul li i {
        position: absolute;
        top: 6px;
        left: 0;
        color: #b40d14;
        font-size: 20px
    }

.mision-vision-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    filter: opacity(.2)
}

    .mision-vision-icon svg {
        width: 160px;
        fill: #191919
    }

.wrapper-box {
    position: relative;
    padding: 12px 20px 12px 0;
    height: 100%
}

    .wrapper-box h2 {
        margin-bottom: 0;
        padding-left: 38px;
        font-size: 19px;
        line-height: 25px;
        position: relative;
        font-weight: 600;
        color: #000;
        font-family: Roboto,sans-serif
    }

        .wrapper-box h2 i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 24px;
            color: #b40d14
        }

.call-to-action-block {
    position: relative;
    overflow: hidden;
    padding: 80px 0
}

    .call-to-action-block:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(31,78,46,.1490196078);
        opacity: 1
    }

.call-to-action-block-logo img {
    filter: brightness(.7);
    width: 130px;
    height: 170px
}

    .call-to-action-block-logo img.logo-icon2 {
        width: 140px;
        height: 178px
    }

.call-to-action-box {
    position: relative;
    border-left: 4px solid #cfcfcf;
    padding-left: 50px
}

    .call-to-action-box h1 {
        color: #b40d14;
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 16px
    }

    .call-to-action-box p {
        color: #000;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 0;
        font-weight: 300
    }

    .call-to-action-box img.logo-icon2 {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%,-50%);
        filter: grayscale(1);
        width: 220px;
        opacity: .15
    }

.welcome-btn.cta-btn a {
    color: #b40d14;
    border: 1px solid #b40d14;
    background: 0 0;
    margin-right: 8px
}

    .welcome-btn.cta-btn a:before {
        background-color: #e67b3f
    }

    .welcome-btn.cta-btn a:hover {
        color: #fff
    }

        .welcome-btn.cta-btn a:hover:before {
            width: 100%;
            left: 0
        }

    .welcome-btn.cta-btn a.btn-filled {
        background: #b40d14;
        color: #fff
    }

.welcome-step-section {
    padding: 50px 0
}

    .welcome-step-section .main-title span {
        font-weight: 700;
        font-size: 3.4rem;
        color: #191919;
        line-height: 3.2rem
    }

span.textColor1 {
    color: #b40d14;
}

.step-into-section .main-title p {
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: #4b1ba5
}

    .step-into-section .main-title p:after, .step-into-section .main-title p:before, .welcome-step-section .main-title p:after, .welcome-step-section .main-title p:before {
        display: none
    }

.welcome-btn a {
    font-size: 20px;
    color: #a92b25;
    background: #fff;
    padding: 7px 20px 9px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #a92b25;
    font-weight: 500;
    transition: .6s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .welcome-btn a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: -2
    }

    .welcome-btn a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -4px;
        width: 0%;
        height: 100%;
        background-color: #d64b44;
        transition: all .3s;
        z-index: -1
    }

    .welcome-btn a:hover {
        color: #fff
    }

        .welcome-btn a:hover:before {
            width: 100%;
            left: 0
        }

.governingBlockImg {
    width: 180px
}

.governingBlockContent {
    width: calc(100% - 180px)
}

.governingBlockImg img {
    width: 180px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.governingBlock h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0b2d61;
    margin-top: 16px
}

    .governingBlock h3 small {
        font-family: Roboto,sans-serif;
        font-size: 80%;
        line-height: 22px;
        font-weight: 500;
        color: #121212;
        margin-top: 4px
    }

.governingBlock {
    padding: 20px 16px;
    background: #fff;
    box-shadow: 0 3px 40px rgba(0,0,0,.1);
    margin-bottom: 20px;
    border-radius: 4px
}

    .governingBlock:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }

section.whats-happening-section {
    overflow: hidden
}

.news-events-featured {
    position: relative;
    transition: .4s ease-in-out
}

.news-events-featured-img {
    position: relative;
    overflow: hidden
}

.news-events-featured:hover .news-events-featured-img img {
    transform: scale(1.15)
}

.news-events-featured-img img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s ease-in-out
}

.news-events-featured-img h6 {
    position: absolute;
    top: 18px;
    left: 12px;
    background: #a92b25;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 6px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 2px
}

.news-events-featured .news-events-featured-info {
    position: absolute;
    left: 20px;
    right: 0;
    background: rgba(255,255,255,.95);
    bottom: 16px;
    padding: 12px 16px;
    border-radius: 2px;
    border-left: 8px solid #b40d14
}

    .news-events-featured .news-events-featured-info span.date-span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
        display: inline-block;
        background: #fff;
        color: #121212;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 50px;
        border: 1px solid #121212;
        text-transform: uppercase
    }

    .news-events-featured .news-events-featured-info h1 {
        font-size: 18px;
        line-height: 22px;
        color: #121212;
        margin-bottom: 6px;
        position: relative;
        overflow: hidden;
        height: 68px;
        font-weight: 600
    }

.news-events-featured:hover .news-events-featured-info h1 {
    color: #0b2d61
}

.news-events-featured:hover .news-events-featured-info p {
    height: 40px;
    opacity: 1;
    visibility: visible
}

.news-events-featured .news-events-featured-info p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    transition: .6s ease-in-out;
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: relative;
    overflow: hidden
}

.news-events-block {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px
}

.news-events-block-img img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.news-events-block-info {
    padding: 8px 16px;
    background: #fff;
    height: 100%
}

.news-events-block .news-events-block-info h1 {
    font-size: 18px;
    line-height: 21px;
    color: #222;
    margin-bottom: 4px;
    font-family: Roboto,sans-serif;
    transition: .6s ease-in-out;
    position: relative;
    height: 40px;
    overflow: hidden
}

.news-events-block:hover .news-events-block-info h1 {
    color: #000
}

.news-events-block-info p {
    font-size: 15px;
    line-height: 19px;
    color: #222;
    margin-bottom: 0;
    font-weight: 400;
    max-height: 40px;
    position: relative;
    overflow: hidden
}

.news-events-block-info span.date-span {
    font-size: 13px;
    font-weight: 500;
    color: #7e7e7e
}

.inner-header.header-relative header.main-header nav.navbar a.navbar-brand img {
    width: 75px;
    height: 98px
}

.inner-header.header-relative header.main-header nav.navbar a.navbar-brand {
    position: absolute;
    top: 6px;
    background: #191919;
    padding: 12px;
    border-radius: 6px
}

.inner-header.header-relative header.main-header nav.navbar {
    padding: 0 50px;
    background: #191919
}

.inner-banner.banner-relative {
    height: auto;
    background: #191919
}

    .inner-banner.banner-relative:after {
        content: "";
        border-bottom: 16px solid #fff;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        position: absolute;
        top: calc(100% - 16px);
        width: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1
    }

    .inner-banner.banner-relative:before {
        background: 0 0
    }

    .inner-banner.banner-relative .inner-banner-content {
        position: relative;
        background: 0 0;
        padding: 160px 0 75px;
        text-align: center;
        -webkit-clip-path: none;
        clip-path: none
    }

        .inner-banner.banner-relative .inner-banner-content h1 {
            font-size: 40px;
            line-height: 42px
        }

.inner-header header.main-header nav.navbar.fixed-top a.navbar-brand {
    position: relative;
    top: 0;
    background: 0 0;
    padding: .3125rem 0;
    border-radius: 0
}

.inner-banner.banner-relative .inner-banner-content ol.breadcrumb {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 5px
}

    .inner-banner.banner-relative .inner-banner-content ol.breadcrumb li.breadcrumb-item a {
        color: #fbfbfb
    }

    .inner-banner.banner-relative .inner-banner-content ol.breadcrumb li.breadcrumb-item.active {
        color: #b5b5b5
    }

table.mainTable tbody tr td, table.mainTable thead tr th {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

table.mainTable thead tr th {
    color: #fff;
    background: #0b2d61;
    text-transform: uppercase
}

table.mainTable tbody tr td {
    color: #121212
}

.visionMissionSection {
    padding: 80px 0
}

span.svgIcons2 {
    position: absolute;
    right: -40px;
    bottom: -40px
}

    span.svgIcons2 svg {
        width: 240px;
        fill: rgba(0,0,0,.1)
    }

.wrapper-vision-block {
    background: #e2e7ee;
    height: 100%;
    padding: 40px 30px 25px !important
}

.wrapper-mission-block {
    height: 100%;
    padding: 40px 25px 20px !important;
    border-left: 8px solid rgba(11,45,97,.16);
    background: #f6f0ed
}

p.visionText {
    color: #d3550c;
    font-style: italic;
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    font-family: "Roboto Serif",serif
}

    p.visionText i {
        font-size: 38px
    }

.wrapper-news-events-block .news-events-featured-img img {
    height: 320px
}

.wrapper-news-events-content span.date-span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    padding-left: 22px
}

.wrapper-news-events-content h1 {
    position: relative;
    font-size: 28px;
    color: #0b2d61;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 22px;
    font-weight: 600
}

    .wrapper-news-events-content h1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #b40d14;
        width: 6px;
        height: 100%
    }

.wrapper-news-events-content .news-events-text p {
    font-size: 19.5px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px
}

.news-events-banner {
    position: relative;
    margin-top: -60px;
    z-index: 99;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fff
}

    .news-events-banner img {
        height: 550px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.wrapper-news-events-content {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-top: -100px;
    z-index: 999;
    box-shadow: 16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 50px 0
}

.newseventSwiper-block {
    background: #fff;
    border-radius: 8px;
    display: flex;
    padding: 6px
}

    .newseventSwiper-block span {
        display: block;
        background: #0b2d61;
        color: #fff;
        padding: 6px;
        width: 110px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        font-style: italic
    }

        .newseventSwiper-block span b {
            font-size: 26px;
            font-weight: 500;
            border: 1px solid #fff;
            width: 48px;
            height: 48px;
            margin: auto auto 2px;
            padding: 12px 6px;
            border-radius: 50%;
            color: #fff;
            font-style: normal
        }

    .newseventSwiper-block h2 {
        position: relative;
        color: #121212;
        text-align: left;
        margin-bottom: 0;
        padding-left: 12px;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        align-self: center;
        font-weight: 600;
        font-family: Roboto,sans-serif;
        overflow: hidden;
        height: 65px;
        width: 100%
    }

.newsEventsSwiper .swiper-button-next:after, .newsEventsSwiper .swiper-button-next:before, .newsEventsSwiper .swiper-button-prev:after, .newsEventsSwiper .swiper-button-prev:before {
    display: none
}

.swiper.newsEventsSwiper {
    padding: 0 20px
}

.newsEventsSwiper .swiper-button-prev {
    left: -6px !important
}

.newsEventsSwiper .swiper-button-next {
    right: -6px !important
}

    .newsEventsSwiper .swiper-button-next i, .newsEventsSwiper .swiper-button-prev i {
        color: #fff;
        font-size: 18px
    }

.inner-banner.banner-newsEvents:after {
    display: none
}

.blogBlock {
    position: relative;
    height: 100%;
    transition: .4s ease-in-out
}

    .blogBlock .blogBlockImg {
        position: relative;
        overflow: hidden
    }

        .blogBlock .blogBlockImg img {
            height: 200px;
            -o-object-fit: cover;
            object-fit: cover;
            transition: .4s ease-in-out
        }

    .blogBlock:hover .blogBlockImg img {
        transform: scale(1.15)
    }

    .blogBlock .blogBlockContent {
        position: relative;
        padding: 16px 16px;
        background: #fff;
        margin: -20px 12px 0;
        border-radius: 6px;
        box-shadow: 0 3px 40px rgba(0,0,0,.1);
        transition: .4s ease-in-out
    }

    .blogBlock:hover .blogBlockContent {
        transform: translateY(-5px)
    }

span.mainTagSpan {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    display: inline-block;
    background: #fff;
    color: #121212;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid #121212;
    text-transform: uppercase
}

.blogBlock .blogBlockContent h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #121212;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 52px
}

.blogBlock:hover .blogBlockContent h2 {
    color: #0b2d61
}

.blogBlock .blogBlockContent p {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 50px
}

.gallery-block {
    position: relative;
    transition: .2s ease-in-out;
    background: #fff;
    border: 6px solid #fff
}

    .gallery-block:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,.12)
    }

    .gallery-block .gallery-block-img {
        position: relative;
        overflow: hidden
    }

    .gallery-block:hover .gallery-block-img img {
        transform: scale(1.15)
    }

    .gallery-block .gallery-block-img img {
        width: 100%;
        height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .2s ease-in-out
    }

    .gallery-block .gallery-block-info {
        text-align: center;
        height: 60px;
        position: relative;
        overflow: hidden;
        padding: 8px 8px
    }

        .gallery-block .gallery-block-info h1 {
            color: #121212;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 0;
            font-weight: 600;
            text-transform: uppercase;
            font-family: Roboto,sans-serif
        }

    .gallery-block h4 {
        position: absolute;
        top: 16px;
        left: 16px;
        text-align: center;
        margin-bottom: 0;
        background: rgba(255,255,255,.9);
        font-size: 30px;
        line-height: 30px;
        padding: 8px;
        font-weight: 700;
        color: #b40d14
    }

        .gallery-block h4 small {
            font-size: 30%;
            line-height: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #000
        }

.wrapper-photo-info {
    padding: 45px 20px;
    position: sticky;
    top: 58px;
    height: calc(100vh - 58px);
    background: #dee5e0;
    width: 90%;
    margin: 0 auto
}

    .wrapper-photo-info h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        color: #121212;
        font-weight: 600;
        text-transform: uppercase
    }

    .wrapper-photo-info h2 {
        display: inline-block;
        line-height: 21px;
        font-family: Roboto,sans-serif;
        background: #b40d14;
        color: #fff;
        margin-bottom: 25px;
        left: -54px;
        top: 70px;
        padding: 1px 10px;
        font-size: 14px;
        font-weight: 300;
        transform: rotate(270deg);
        position: absolute
    }

.wrapper-photo-info-scroll {
    position: relative;
    overflow-y: scroll;
    max-height: 235px
}

    .wrapper-photo-info-scroll::-webkit-scrollbar {
        width: 8px;
        border-radius: 6px
    }

    .wrapper-photo-info-scroll::-webkit-scrollbar-track {
        border-radius: 20px
    }

    .wrapper-photo-info-scroll::-webkit-scrollbar-thumb {
        background-color: #979797;
        border-radius: 20px
    }

.wrapper-photo-info p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
    margin-top: 16px;
    font-weight: 400
}

.wrapper-photo-img .wrapper-img {
    margin-bottom: 12px;
    border: 12px solid #fff;
    border-radius: 4px
}

.wrapper-photo-img {
    position: relative;
    padding: 30px 0 0
}

.wrapper-img-content {
    padding: 16px 8px 0;
    background: #fff
}

    .wrapper-img-content p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
        color: #121212;
        font-weight: 400;
        font-style: italic;
        letter-spacing: .2px
    }

hr.main-hr {
    border-bottom: 2px solid rgba(255,255,255,.5215686275);
    margin: 25px 0
}

.galleryCategorySwiper .galleryCategory-box {
    text-align: center
}

    .galleryCategorySwiper .galleryCategory-box img {
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        border: 4px solid #fff
    }

.galleryCategorySwiper .swiper-button-next:after, .galleryCategorySwiper .swiper-button-next:before, .galleryCategorySwiper .swiper-button-prev:after, .galleryCategorySwiper .swiper-button-prev:before {
    display: none
}

.galleryCategorySwiper .galleryCategory-box h4 {
    margin-bottom: 0;
    padding: 6px 6px 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: Roboto,sans-serif;
    height: 45px;
    position: relative;
    overflow: hidden
}

.galleryCategorySwiper .swiper-button-prev {
    left: -8px
}

.galleryCategorySwiper .swiper-button-next {
    right: -8px
}

.galleryCategorySwiper .swiper-button-next, .galleryCategorySwiper .swiper-button-prev {
    color: #111
}

.swiper.galleryCategorySwiper {
    padding: 0 12px
}

.wrapper-photo-img .wrapper-img {
    position: relative;
    overflow: hidden
}

.sharethis-inline-share-buttons {
    position: absolute;
    right: -36px;
    top: 120px;
    transform: translate(0,-50%);
    margin-top: 0;
    transition: .6s ease-in-out !important
}

    .sharethis-inline-share-buttons .st-btn {
        margin-right: 0 !important;
        width: 36px;
        margin-bottom: 2px;
        display: block !important;
        background-color: rgba(255,255,255,.8) !important
    }

        .sharethis-inline-share-buttons .st-btn:hover {
            top: 0 !important
        }

.woBannerHeader header.main-header nav.navbar {
    padding: 8px 30px;
    background: #191919
}

    .woBannerHeader header.main-header nav.navbar.fixed-top {
        padding: 0 20px 2px
    }

    .woBannerHeader header.main-header nav.navbar a.navbar-brand img {
        width: 260px
    }

.woBannerLinks .breadcrumbs-menu {
    background: #dee5e0
}

    .woBannerLinks .breadcrumbs-menu ul li a {
        color: #121212;
        font-size: 18px;
        font-weight: 600;
        padding: 16px 16px
    }

h1.mainH1 {
    font-size: 42px;
    line-height: 50px;
    color: #121212;
    margin-bottom: 0;
    font-weight: 600
}

section.awardSection {
    padding: 90px 0 70px
}

.awardSwiper {
    transition: .4s ease-in-out
}

.awardSwiperBlock {
    margin: 10px 30px 10px;
    background: #fff;
    padding: 30px 50px 45px;
    border-radius: 6px;
    box-shadow: 0 3px 40px rgba(0,0,0,.1)
}

.awardSwiperBlockText {
    position: relative;
    padding: 40px 20px 40px 40px
}

    .awardSwiperBlockText h3 {
        font-family: Roboto,sans-serif;
        font-size: 32px;
        line-height: 40px;
        color: #0b2d61;
        margin-bottom: 0;
        font-weight: 600
    }

        .awardSwiperBlockText h3 small {
            font-size: 68%;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 6px
        }

.awardSwiperBlock img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 16px 16px 0 rgba(0,0,0,.2);
    border-radius: 0 0 50px 0
}

.awardSwiper .swiper-button-next, .awardSwiper .swiper-button-prev, .facultySwiper .swiper-button-next, .facultySwiper .swiper-button-prev {
    font-size: 32px;
    color: #717171;
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

    .awardSwiper .swiper-button-next:hover, .awardSwiper .swiper-button-prev:hover, .facultySwiper .swiper-button-next:hover, .facultySwiper .swiper-button-prev:hover {
        color: #b40d14
    }

.awardSwiper:hover .swiper-button-next, .awardSwiper:hover .swiper-button-prev, .facultySwiper:hover .swiper-button-next, .facultySwiper:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1
}

.awardSwiper .swiper-button-prev, .facultySwiper .swiper-button-prev {
    transform: translateX(-100%)
}

.awardSwiper .swiper-button-prev {
    left: 35px
}

.facultySwiper .swiper-button-prev {
    left: -3px
}

.awardSwiper:hover .swiper-button-prev, .facultySwiper:hover .swiper-button-prev {
    transform: translateX(0)
}

.awardSwiper .swiper-button-next, .facultySwiper .swiper-button-next {
    transform: translateX(100%)
}

.awardSwiper .swiper-button-next {
    right: 35px
}

.facultySwiper .swiper-button-next {
    right: -3px
}

.swiper.facultySwiper {
    padding: 0 20px
}

.awardSwiper:hover .swiper-button-next, .facultySwiper:hover .swiper-button-next {
    transform: translateX(0)
}

.awardSwiper .swiper-button-next:after, .awardSwiper .swiper-button-prev:after, .facultySwiper .swiper-button-next:after, .facultySwiper .swiper-button-prev:after {
    display: none
}

.expendableImages {
    display: flex;
    width: 100%
}

    .expendableImages .expendableImagesBox {
        position: relative;
        display: flex;
        padding: .5rem;
        height: 520px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer;
        flex: 1;
        transition: flex .5s ease-out;
        overflow: hidden
    }

        .expendableImages .expendableImagesBox::after {
            transition: all .5s ease-out;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            background: rgba(37,37,37,.404)
        }

        .expendableImages .expendableImagesBox .expendableImageBoxContent {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
            max-width: 340px;
            text-align: center;
            z-index: 1;
            transition: .5s ease-in-out
        }

        .expendableImages .expendableImagesBox:hover .expendableImageBoxContent {
            top: 35%
        }

.expendableImagesBox.active {
    flex: 2;
    transition: .5s ease-in-out
}

    .expendableImagesBox.active::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background: 0 0
    }

.expendableImages .expendableImagesBox .expendableBoxHide {
    position: absolute;
    left: 50%;
    right: 0;
    transform: translate(-50%,50%);
    opacity: 0;
    visibility: hidden;
    width: 340px;
    transition: .5s ease-in-out;
    margin: 25px auto 0
}

.expendableImages .expendableImagesBox:hover .expendableBoxHide {
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible
}

.expendableImages .expendableImagesBox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    transition: .5s ease-in-out
}

.expendableImagesBox.bg01:hover::before {
    background: rgba(123,17,58,.95)
}

.expendableImagesBox.bg02:hover::before {
    background: rgba(85,110,83,.95)
}

.expendableImagesBox.bg03:hover::before {
    background: rgba(243,148,34,.95)
}

.expendableImagesBox.bg04:hover::before {
    background: rgba(65,60,105,.95)
}

.expendableImagesBox.bg05:hover::before {
    background: rgba(27,38,44,.95)
}

.expendableImages .expendableImagesBox .expendableImageBoxContent h3 {
    font-size: 28px;
    color: #f4ede7;
    line-height: 36px;
    transition: .5s ease-in-out;
    margin-bottom: 0;
    text-shadow: 1px 1px 40px #2c2c2c
}

.expendableImages .expendableImagesBox:hover .expendableImageBoxContent h3 {
    font-size: 36px;
    line-height: 44px
}

.expendableImages .expendableImagesBox .expendableImageBoxContent p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: 1px 1px 40px #2c2c2c
}

.expendableImages .expendableImagesBox .expendableImageBoxContent a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 40px #2c2c2c
}

    .expendableImages .expendableImagesBox .expendableImageBoxContent a i {
        margin-left: 12px;
        position: relative;
        top: 1px
    }

.facultyBlock img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.facultyBlockContent h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #0b2d61;
    margin-bottom: 0;
    text-transform: capitalize
}

    .facultyBlockContent h3 small {
        font-size: 68%;
        line-height: 21px;
        color: #121212;
        font-weight: 500;
        margin-top: 4px
    }

.step-into-section {
    position: relative;
    overflow: hidden
}

.step-into-slider {
    margin: 0 5%
}

    .step-into-slider .carousel-inner .carousel-caption {
        left: 0;
        right: 0;
        width: 32%;
        top: 0;
        bottom: 0;
        background: #191919;
        padding: 70px 70px 60px 60px;
        text-align: left
    }

    .step-into-slider .carousel-caption h5 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 20px;
        font-weight: 500
    }

    .step-into-slider .carousel-caption p {
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0;
        border-left: 3px solid #fff;
        padding-left: 20px;
        letter-spacing: .4px
    }

        .step-into-slider .carousel-caption p span:before {
            content: "";
            position: absolute;
            top: 14px;
            left: -20px;
            width: 16px;
            height: 3px;
            background: #fff
        }

        .step-into-slider .carousel-caption p span {
            position: relative;
            display: block;
            margin-bottom: 8px
        }

    .step-into-slider img.main-slider-img {
        height: 80vh;
        -o-object-fit: cover;
        object-fit: cover
    }

    .step-into-slider .carousel-indicators {
        right: 0;
        bottom: 0;
        left: auto;
        display: inline-block;
        margin-right: 4%;
        margin-left: 0;
        margin-bottom: 30px
    }

        .step-into-slider .carousel-indicators [data-bs-target] {
            width: 95px;
            height: 95px;
            border-radius: 50%;
            background-color: rgba(60,57,66,.7);
            opacity: 1;
            position: relative;
            border: 1px solid #fff;
            margin: 0 10px;
            text-indent: 0;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 400;
            color: #fff;
            transition: .6s ease-in-out
        }

        .step-into-slider .carousel-indicators .active {
            background: #fdc702 !important;
            color: #000;
            width: 120px;
            height: 120px;
            font-size: 18px;
            border: 0;
            font-weight: 500
        }

section {
    padding: 70px 0
}

    section.welcome-block {
        margin: 60px 0;
        padding: 0;
        overflow: hidden
    }

.bg1 {
    background: #f1f1f1 !important
}

.bg2 {
    background: #1f4e2e !important
}

.bg3 {
    background: #075178 !important
}

.bg4 {
    background: #a92b25 !important
}

.bg5 {
    background: #191919 !important
}

.bg6 {
    background: #dee5e0
}

.about-hero-content h1 {
    font-size: 76px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
    display: inline-block;
    color: #a92b25
}

    .about-hero-content h1 small:after, .about-hero-content h1 small:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg,#999,transparent)
    }

    .about-hero-content h1 small:before {
        left: -50px;
        background: linear-gradient(90deg,#999,transparent)
    }

    .about-hero-content h1 small:after {
        right: -50px;
        background: linear-gradient(90deg,transparent,#999)
    }

    .about-hero-content h1 small {
        font-weight: 400;
        font-size: 30%;
        line-height: 30px;
        position: relative;
        font-family: "Roboto Serif",serif;
        color: #000
    }

.about-hero-content {
    position: relative;
    padding: 50px 40px 50px 70px
}

    .about-hero-content svg {
        fill: #191919;
        width: 600px
    }

    .about-hero-content img.logo-icon {
        width: 250px;
        filter: grayscale(1) opacity(.2);
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1
    }

    .about-hero-content h6, .about-hero-content p {
        font-weight: 300;
        color: #000;
        margin-bottom: 0;
        margin-top: 8px
    }

    .about-hero-content p {
        font-size: 18px;
        line-height: 26px
    }

    .about-hero-content h6 {
        font-size: 22px;
        line-height: 30px
    }

a.main-btn {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 6px;
    transition: .6s ease-in-out
}

    a.main-btn:hover {
        border: 1px solid #191919
    }

.about-hero-icon {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 99;
    border-radius: 50%
}

    .about-hero-icon img.logo-icons {
        width: 110px
    }

.about-hero-img {
    position: relative;
    padding: 0;
    margin: 40px 100px 40px 50px
}

.social-counter {
    padding: 45px 16px 40px;
    border-radius: 8px;
    text-align: center;
    background: #fff
}

.bg11 {
    background: #191919 !important
}

.bg12 {
    background: #1f4e2e !important
}

.bg13 {
    background: rgba(7,81,120,.9098039216) !important
}

.bg14 {
    background: #a92b25 !important
}

.bg15 {
    background: rgba(197,215,51,.32) !important
}

.bg16 {
    background: rgba(253,199,2,.36) !important
}

.bg17 {
    background: #fdc702 !important
}

.bg17a {
    font-weight: 700 !important;
    color: #111 !important
}

.social-counter .social-counter-icon svg {
    width: 50px;
    fill: #a92b25;
    margin-bottom: 12px
}

.social-counter-content {
    text-align: center
}

.social-counter h2, .social-counter h3.counter {
    font-size: 34px;
    margin-bottom: 3px;
    line-height: 38px;
    color: #000;
    font-weight: 500
}

.social-counter h2 {
    position: relative;
    top: 2px
}

.social-counter p {
    font-size: 16px;
    line-height: 18px;
    color: #444;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0
}

.about-hero-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 5px 8px rgba(0,0,0,.12);
    transition: .5s ease-in-out
}

    .about-hero-box:hover {
        transform: translateY(-5px)
    }

.about-hero-box-img {
    position: relative;
    overflow: hidden
}

    .about-hero-box-img img {
        width: 100%;
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .1s ease-in-out
    }

.about-hero-box .about-hero-box-info svg {
    fill: #fff;
    width: 70px;
    transition: .5s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
    margin-bottom: 12px;
    text-shadow: 2px 2px 10px #000
}

.about-hero-box:hover .about-hero-box-info svg {
    opacity: 1;
    transform: translateY(0)
}

.about-hero-box:hover .about-hero-box-img img {
    transform: scale(1.1);
    filter: blur(1px)
}

.about-hero-box-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 20px;
    background: linear-gradient(0deg,#000,transparent);
    text-align: center
}

    .about-hero-box-info h1 {
        color: #fff;
        font-size: 26px;
        line-height: 30px;
        font-weight: 400;
        text-shadow: 1px 1px 8px #000;
        margin-bottom: 6px;
        letter-spacing: .5px;
        font-family: "Roboto Serif",serif
    }

    .about-hero-box-info p {
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 0;
        text-shadow: 1px 1px 8px #000;
        opacity: 1;
        visibility: visible;
        transition: .6s ease-in-out
    }

section.welcomeSchoolSection {
    padding: 100px 0 80px
}

.welcomeSchoolSection:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #191919
}

.container {
    max-width: 1280px
}

.wrapper-section.wrapper-big-section .wrapper-block-content svg {
    position: absolute;
    top: -20px;
    left: -45px;
    width: 100px;
    filter: opacity(.11)
}

.main-title {
    margin-bottom: 30px
}

    .main-title h2 {
        font-size: 52px;
        line-height: 54px;
        color: #121212;
        margin-bottom: 12px;
        font-weight: 600
    }

        .main-title h2 br {
            display: none
        }

        .main-title h2 small {
            font-size: 62%;
            line-height: 30px
        }

h2.main-title2 {
    font-size: 40px;
    line-height: 46px;
    color: #121212;
    margin-bottom: 12px;
    font-weight: 600
}

.main-title p {
    position: relative;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 300;
    display: inline-block
}

.main-title img.logo-icon2 {
    position: absolute;
    bottom: 50px;
    left: 150px;
    z-index: 99;
    filter: grayscale(1) opacity(.2) invert(1);
    width: 130px
}

blockquote {
    color: #002b4f;
    display: block;
    font-weight: 400;
    position: relative;
    padding: 60px 30px 70px 90px;
    background-color: #e3e3e3
}

    blockquote i {
        height: 48px;
        width: 48px;
        background: #0b2d61;
        color: #fff;
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        outline: 1px solid #0b2d61;
        outline-offset: 3px;
        font-size: 28px
    }

        blockquote i.fa-solid.fa-quote-left {
            position: absolute;
            top: 16px;
            left: 16px
        }

        blockquote i.fa-solid.fa-quote-right {
            position: absolute;
            bottom: 16px;
            right: 16px
        }

    blockquote p {
        font-family: "Roboto Serif",serif;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
        font-weight: 400
    }

h3.mainTitleH3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.explore-campus-section {
    margin-right: 5%;
    position: relative;
    overflow: hidden
}

.exploreCampusSwiper img.main-slider-img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.exploreCampusSwiper .carousel-indicators {
    right: -30%;
    display: grid;
    top: 20%;
    bottom: auto;
    margin: 0;
    left: auto;
    width: 100%
}

.exploreCampusSwiper .carousel-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(270deg,#f7f7f7,transparent)
}

.exploreCampusSwiper .carousel-item {
    position: relative
}

.exploreCampusSwiper .carousel-indicators button {
    text-indent: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    opacity: 1;
    margin: 0 0 16px;
    border-top: 0;
    border-bottom: 0;
    text-align: start
}

    .exploreCampusSwiper .carousel-indicators button.active h2 {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        width: 100%;
        position: relative;
        background: linear-gradient(-90deg,#075178,transparent);
        padding: 10px 40px;
        text-shadow: 1px 1px 6px #333;
        border-radius: 3px;
        font-style: italic
    }

    .exploreCampusSwiper .carousel-indicators button h2 {
        text-align: end;
        font-size: 60px;
        line-height: 66px;
        letter-spacing: 1px;
        margin-bottom: 12px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: Roboto,sans-serif;
        color: #fff;
        transition: 1s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.5);
        position: absolute
    }

        .exploreCampusSwiper .carousel-indicators button h2 small {
            color: #ebff54;
            text-transform: none;
            font-size: 140%;
            margin: 0 12px
        }

    .exploreCampusSwiper .carousel-indicators button span:before {
        position: absolute;
        content: "";
        top: 11px;
        left: -75px;
        width: 75px;
        height: 1px;
        background: linear-gradient(-90deg,#5c5c5c,transparent);
        transition: .6s ease-in-out
    }

    .exploreCampusSwiper .carousel-indicators button span {
        display: inline-block;
        font-size: 19px;
        line-height: 23px;
        font-weight: 500;
        color: #333;
        margin-left: 65%;
        position: relative;
        padding-left: 25px
    }

    .exploreCampusSwiper .carousel-indicators button.active span {
        color: #075178;
        display: none
    }

    .exploreCampusSwiper .carousel-indicators button span i {
        position: absolute;
        color: #a92b25;
        top: 4px;
        left: 0;
        font-size: 80%
    }

.exploreCampus-content {
    position: relative
}

.affiliation-block {
    position: relative;
    background: #dee5e0;
    height: 100%;
    padding: 60px 30px
}

ul.association-img {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding-inline-start: 0
}

    ul.association-img li {
        width: 33.33%;
        flex: 0 0 auto
    }

.association-img-box {
    text-align: center;
    margin: 0 8px 16px
}

ul.association-img li img {
    border: 1px solid #c5c5c5;
    padding: 5px;
    width: 100%
}

ul.affiliation-img {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding-inline-start: 0;
    text-align: center
}

    ul.affiliation-img li {
        width: 100%;
        margin-bottom: 20px
    }

        ul.affiliation-img li img {
            padding: 6px;
            background: #fff;
            width: 253px
        }

.association-block {
    padding: 60px 20px 60px 0
}

.association-affiliation-img img {
    width: 160px
}

.association-affiliation-block .main-title h1 span {
    font-size: 68%
}

.inner-header header.main-header nav.navbar a.navbar-brand img.dis-inner-logo {
    display: inline-block;
    margin-right: 20px
}

header.main-header nav.navbar a.navbar-brand img.dis-inner-logo {
    display: none
}

.inner-header header.main-header nav.navbar a.navbar-brand img {
    width: 90px;
    height: 117px
}

.inner-header header.main-header nav.navbar.fixed-top a.navbar-brand img {
    width: 130px;
    height: 47px
}

.inner-header header.main-header nav.navbar {
    padding: 40px 50px 0
}

    .inner-header header.main-header nav.navbar.fixed-top {
        padding: 0 20px 2px
    }

.breadcrumb-block {
    padding: 15px 0;
    position: relative;
    background: #f7f7f7
}

    .breadcrumb-block ol.breadcrumb {
        margin-bottom: 0
    }

        .breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
            color: #111;
            font-weight: 400;
            transition: .6s ease-in-out
        }

            .breadcrumb-block ol.breadcrumb li.breadcrumb-item a:hover {
                color: #000
            }

        .breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
            color: #7c7c7c;
            font-weight: 400
        }

.wrapper-cbse-img {
    text-align: center;
    position: sticky;
    top: 80px;
    padding: 30px 20px;
    background: #fff7df
}

    .wrapper-cbse-img img {
        width: 170px
    }

.wrapper-title {
    position: relative;
    margin-bottom: 0;
    margin-top: 20px
}

    .wrapper-title h1 {
        font-size: 34px;
        color: #1f4e2e;
        line-height: 36px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
        font-family: Roboto,sans-serif
    }

        .wrapper-title h1 small {
            display: block;
            font-weight: 500;
            font-size: 52%;
            line-height: 20px;
            color: #000;
            text-transform: capitalize;
            font-style: italic
        }

            .wrapper-title h1 small span {
                font-size: 24px;
                font-weight: 600;
                line-height: 24px;
                color: #111;
                font-style: normal;
                margin-top: 5px
            }

.main-table {
    margin-top: 40px
}

    .main-table table.table {
        margin-bottom: 0
    }

        .main-table table.table tr th {
            background: #d3dae5;
            color: #121212;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 26px
        }

        .main-table table.table tr td, .main-table table.table tr th {
            padding: 10px 12px;
            vertical-align: middle
        }

        .main-table table.table tr td {
            font-size: 19px;
            line-height: 26px;
            font-weight: 400;
            background: #f5f5f5
        }

        .main-table table.table tr th.thColor {
            color: #111;
            background: #dee2e6;
            font-weight: 500
        }

        .main-table table.table tr th.thColor2 {
            background: #d5d9dd;
            color: #111;
            font-weight: 600
        }

        .main-table table.table tr td {
            color: #000
        }

            .main-table table.table tr td small {
                font-size: 85%;
                line-height: 20px
            }

            .main-table table.table tr td i.fa-solid.fa-indian-rupee-sign {
                font-size: 75%;
                margin-right: 3px;
                position: relative;
                top: -1px
            }

        .main-table table.table tr th small {
            font-size: 70%;
            line-height: 14px;
            font-weight: 500
        }

h2.table-head {
    color: #0b2d61;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 8px;
    font-weight: 600
}

    h2.table-head small {
        font-size: 78%;
        line-height: 24px;
        font-weight: 500;
        color: #121212
    }

.pleaseNote {
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #121212;
    border-radius: 16px
}

    .pleaseNote h4 {
        color: #b40d14;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
        position: relative;
        padding-left: 30px;
        font-weight: 700
    }

        .pleaseNote h4 i {
            position: absolute;
            top: 2px;
            left: 0
        }

    .pleaseNote ul {
        margin-bottom: 0;
        padding-left: 30px
    }

        .pleaseNote ul li {
            position: relative;
            font-size: 18px;
            color: #121212;
            line-height: 24px;
            margin-top: 8px;
            padding-left: 20px;
            font-weight: 600
        }

            .pleaseNote ul li i {
                font-size: 60%;
                position: absolute;
                top: 7px;
                left: 0;
                color: #121212
            }

ul.main-ul-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    ul.main-ul-box li {
        flex: 0 0 auto;
        width: 50%;
        text-align: left;
        margin: 5px 0
    }

        ul.main-ul-box li .main-ul-box1 {
            padding: 20px;
            border: 1px solid #d5d5d5;
            height: 100%;
            margin: 0 5px;
            background: #f9f9f9;
            transition: .6s ease-in-out;
            text-align: center
        }

        ul.main-ul-box li:hover .main-ul-box1 {
            background: #fff
        }

        ul.main-ul-box li .main-ul-box1 i {
            font-size: 32px;
            color: #075178;
            margin-bottom: 12px
        }

        ul.main-ul-box li .main-ul-box1 p {
            padding-left: 16px;
            margin-bottom: 0;
            font-size: 20px;
            line-height: 26px;
            color: #000;
            font-weight: 300
        }

ul.content-img.content-width li .content-img-box img {
    height: 230px
}

.wrapper-governance-block .content-text {
    padding: 0;
    border-radius: 5px;
    margin: 40px 0
}

ul.content-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0
}

    ul.content-img li {
        flex: 0 0 auto;
        width: 33.33%
    }

    ul.content-img.content-member-img li {
        flex: 0 0 auto;
        width: 25%
    }

    ul.content-img li .content-img-box {
        position: relative;
        padding: 20px 16px 12px;
        border: 1px solid #e1e1e1;
        height: 100%;
        margin-top: 10px
    }

        ul.content-img li .content-img-box img {
            width: 100%;
            height: 320px;
            -o-object-fit: cover;
            object-fit: cover
        }

    ul.content-img.content-member-img li .content-img-box img {
        height: 220px
    }

.content-box-caption {
    padding: 0;
    text-align: center
}

    .content-box-caption h1 {
        font-size: 21px;
        line-height: 22px;
        color: #222;
        font-weight: 600;
        margin-bottom: 4px;
        text-transform: uppercase;
        font-family: Roboto,sans-serif
    }

ul.content-img.content-member-img li .content-box-caption h1 {
    font-size: 20px;
    line-height: 22px
}

ul.member-ul.member-ul-count {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.content-box-caption h1 small {
    font-size: 72%;
    font-weight: 500;
    line-height: 20px;
    font-family: Roboto,sans-serif;
    color: #484848;
    text-transform: capitalize
}

.content-box-caption h4 {
    font-size: 15px;
    line-height: 19px;
    font-family: Roboto,sans-serif;
    font-style: italic;
    color: #000;
    margin-bottom: 0;
    font-weight: 400
}

.wrapper-governance-block ul.member-ul li {
    position: relative;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 300;
    padding-left: 35px
}

    .wrapper-governance-block ul.member-ul li span {
        position: absolute;
        top: 1px;
        left: 4px;
        font-weight: 500;
        color: #222;
        font-size: 96%
    }

    .wrapper-governance-block ul.member-ul li small {
        display: block;
        font-size: 75%;
        line-height: 16px;
        font-style: italic;
        color: #222
    }

        .wrapper-governance-block ul.member-ul li small b {
            font-weight: 500;
            color: #000
        }

    .wrapper-governance-block ul.member-ul li b {
        font-weight: 400
    }

.wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box {
    padding: 8px
}

    .wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box img {
        height: 210px
    }

    .wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box .content-box-caption {
        padding: 12px 0 0
    }

        .wrapper-block-content.wrapper-magazine-block ul.content-img li .content-img-box .content-box-caption h1 {
            color: #000;
            font-weight: 500
        }

ul.main-core-ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap
}

    ul.main-core-ul li {
        flex: 0 0 auto;
        width: 20%
    }

        ul.main-core-ul li .wrapper-core-block {
            text-align: center;
            position: relative;
            background: #fff;
            padding: 15px;
            height: 100%;
            border: 1px solid #e1e1e1;
            cursor: pointer
        }

            ul.main-core-ul li .wrapper-core-block svg {
                width: 70px;
                fill: #4e4e4e;
                transition: .6s ease-in-out
            }

            ul.main-core-ul li .wrapper-core-block h2 {
                font-size: 21px;
                line-height: 24px;
                font-weight: 400;
                color: #000;
                margin-bottom: 0;
                margin-top: 16px;
                font-family: Roboto,sans-serif
            }

            ul.main-core-ul li .wrapper-core-block:hover svg {
                fill: #a92b25
            }

ul.sports-svg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px
}

    ul.sports-svg li {
        width: 20%;
        flex: 0 0 auto
    }

        ul.sports-svg li .sports-svg {
            position: relative;
            padding: 12px 16px;
            background: #fff;
            border: 4px solid #f1f1f1;
            height: 100%;
            border-radius: 4px
        }

            ul.sports-svg li .sports-svg svg {
                width: 68px;
                transition: .5s ease-in-out;
                fill: #b40d14
            }

            ul.sports-svg li .sports-svg i {
                font-size: 26px;
                transition: .5s ease-in-out;
                color: #b40d14;
                position: absolute;
                top: 50%;
                left: 16px;
                transform: translate(0,-50%)
            }

            ul.sports-svg li .sports-svg h2 {
                font-size: 20px;
                line-height: 26px;
                color: #000;
                font-weight: 600;
                margin-bottom: 10px;
                font-family: Roboto,sans-serif
            }

            ul.sports-svg li .sports-svg p {
                font-size: 18px;
                line-height: 23px;
                color: #111;
                font-weight: 400
            }

        ul.sports-svg li.icon-link .sports-svg {
            display: flex;
            align-self: center;
            align-items: center
        }

            ul.sports-svg li.icon-link .sports-svg h2 {
                color: #777;
                transition: .6s ease-in-out
            }

        ul.sports-svg li.icon-link:hover .sports-svg h2 {
            color: #0d6efd
        }

span.numberCount {
    font-family: "Roboto Serif",serif;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 46px;
    line-height: 46px;
    color: transparent;
    font-weight: 800;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,.4117647059)
}

.wrapper-main-form {
    background: #fff;
    padding: 40px 30px 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 380px;
    box-shadow: 0 3px 30px rgba(0,0,0,.15);
    border-radius: 2px
}

    .wrapper-main-form form .wrapper-control input, .wrapper-main-form form .wrapper-control select, .wrapper-main-form form .wrapper-control textarea {
        border-radius: 0;
        padding: 10px 16px;
        font-size: 18px;
        font-weight: 400;
        color: #000;
        height: 46px;
        border-bottom: 1px solid #d5d5d5
    }

.form-control:focus {
    border-color: #d5d5d5;
    box-shadow: none
}

.wrapper-main-form form .wrapper-control input, .wrapper-main-form form .wrapper-control select {
    height: 46px
}

.wrapper-main-form form .wrapper-control textarea {
    height: 80px
}

.wrapper-main-form form .wrapper-control select {
    color: #444
}

.wrapper-main-form form button.btn {
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    background: #b40d14;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #b40d14;
    font-weight: 400;
    transition: .6s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .wrapper-main-form form button.btn:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: 0;
        z-index: -2
    }

    .wrapper-main-form form button.btn:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -4px;
        width: 0%;
        height: 100%;
        background-color: #e67b3f;
        transition: all .6s ease-in-out;
        border-radius: 0;
        z-index: -1
    }

    .wrapper-main-form form button.btn:hover {
        color: #fff
    }

        .wrapper-main-form form button.btn:hover:before {
            width: 100%;
            left: 0
        }

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none
}

.googleMaps .welcome-step-block {
    position: absolute;
    top: 50px;
    right: 20px;
    background: #fff;
    padding: 16px 20px;
    box-shadow: 0 3px 30px rgba(0,0,0,.15);
    margin-bottom: 0 !important
}

.virtual-tour-video {
    position: sticky;
    top: 12px;
    padding: 60px 0
}

.virtual-tour-sidebar {
    position: relative;
    background: #1f4e2e;
    padding: 70px 25px 40px;
    margin-left: 16px
}

.virtual-tour-video h6 {
    position: absolute;
    top: 50px;
    left: -48px;
    transform: rotate(270deg);
    background: #a92b25;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    padding: 4px 10px;
    font-weight: 400;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 0
}

.virtual-tour-video h2 {
    font-size: 20px;
    color: #111;
    line-height: 25px;
    font-weight: 500;
    height: 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 6px;
    font-family: Roboto,sans-serif
}

.video-section-box {
    position: relative;
    overflow: hidden;
    transition: .6s ease-in-out;
    border: 4px solid #fff;
    border-radius: 4px
}

    .video-section-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: .6s ease-in-out
    }

    .video-section-box:hover:after {
        opacity: .8
    }

    .video-section-box img {
        width: 100%;
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover
    }

.video-section-block .video-section-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 32px;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 12px #000;
    transition: .6s ease-in-out;
    z-index: 9
}

.video-section-block:hover .video-section-box i {
    transform: translate(-50%,-50%) rotate(360deg)
}

h2.video-title {
    text-align: center;
    color: #fff;
    padding: 12px 0 0;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400
}

.wrapper-dining-hall-menu ul.nav-tabs {
    border: 0;
    margin-bottom: 40px;
    justify-content: center
}

    .wrapper-dining-hall-menu ul.nav-tabs li.nav-item button {
        border: 2px solid #efefef;
        border-radius: 50px;
        padding: 8px 30px;
        margin: 0 6px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #4e4e4e;
        transition: .6s ease-in-out;
        background: #fff
    }

        .wrapper-dining-hall-menu ul.nav-tabs li.nav-item button.active {
            border: 2px solid;
            background: #1f4e2e;
            color: #fff;
            transition: .6s ease-in-out;
            font-weight: 500
        }

        .wrapper-dining-hall-menu ul.nav-tabs li.nav-item button i {
            display: inline-block;
            margin-bottom: 0;
            border-radius: 20px;
            padding: 6px 8px;
            font-size: 16px
        }

        .wrapper-dining-hall-menu ul.nav-tabs li.nav-item button.active i {
            border: 1.5px solid #fff
        }

        .wrapper-dining-hall-menu ul.nav-tabs li.nav-item button i {
            border: 1.5px solid #d0dee6
        }

.wrapper-faculty-box {
    position: relative
}

    .wrapper-faculty-box .wrapper-faculty-box-img {
        position: relative;
        overflow: hidden
    }

        .wrapper-faculty-box .wrapper-faculty-box-img img {
            width: 100%;
            height: 350px;
            -o-object-fit: cover;
            object-fit: cover;
            transform: scale(1);
            transition: .2s ease-in-out
        }

    .wrapper-faculty-box:hover .wrapper-faculty-box-img img {
        transform: scale(1.1)
    }

    .wrapper-faculty-box .wrapper-faculty-box-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 16px 20px;
        background: linear-gradient(0deg,#0e0e0e,transparent);
        text-align: center;
        transition: .6s ease-in-out
    }

    .wrapper-faculty-box:hover .wrapper-faculty-box-info {
        padding: 80px 16px 30px
    }

    .wrapper-faculty-box .wrapper-faculty-box-info h1 {
        font-size: 21px;
        line-height: 26px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 2px;
        text-shadow: 1px 1px 6px #000;
        font-family: Roboto,sans-serif
    }

    .wrapper-faculty-box .wrapper-faculty-box-info h4 {
        color: #fff;
        font-family: Roboto,sans-serif;
        font-weight: 300;
        font-size: 17.5px;
        margin-bottom: 0;
        text-shadow: 1px 1px 6px #000
    }

.qrCode-block {
    padding: 16px;
    border: 2px solid #dee2e6;
    background: #fff
}

.modal.admission-enquiry-modal {
    background: rgba(0,22,55,.52);
    z-index: 99999
}

    .modal.admission-enquiry-modal .modal-content {
        border-radius: 0;
        border: 6px solid #fff
    }

.modal-header:after {
    content: "";
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: calc(100% - 10px);
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.modal.admission-enquiry-modal .modal-header {
    background: #191919;
    border-radius: 0;
    padding: 12px 16px 16px;
    position: relative
}

    .modal.admission-enquiry-modal .modal-header h5.modal-title {
        color: #fff;
        font-family: "Roboto Serif",serif;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase
    }

    .modal.admission-enquiry-modal .modal-header button.btn-close {
        filter: invert(1);
        opacity: 1;
        padding: 8px
    }

.modal.admission-enquiry-modal .modal-dialog {
    max-width: 430px;
    margin: 20px auto
}

.modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control {
    margin-bottom: 12px
}

::-moz-placeholder {
    color: #444 !important
}

::placeholder {
    color: #444 !important
}

.modal.admission-enquiry-modal .modal-content .modal-body {
    padding: 20px 14px
}

    .modal.admission-enquiry-modal .modal-content .modal-body .wrapper-main-form {
        box-shadow: none
    }

.modal.admission-enquiry-modal .wrapper-main-form form .wrapper-control textarea {
    height: 80px
}

.btn-close:focus {
    box-shadow: none
}

.facultySection, .requestCallbackSection {
    background: url(../images/pattern-img.png);
    background-size: cover;
    background-position: center
}

    .facultySection:before, .requestCallbackSection:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #191919;
        filter: opacity(.98)
    }

    .requestCallbackSection .wrapper-main-form {
        left: 0;
        transform: none;
        box-shadow: none;
        max-width: 100%;
        padding-left: 40px
    }

.googleMaps iframe {
    margin-bottom: -7px;
    height: 480px;
    border: 8px solid #fff
}

.visitUsBlock {
    background: #fff;
    padding: 20px 0 8px 16px;
    border-radius: 2px 2px 0 0
}

    .visitUsBlock h2 {
        font-size: 42px;
        line-height: 50px;
        color: #0b2d61;
        margin-bottom: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -.5px
    }

.googleMaps {
    position: relative;
    overflow: hidden
}

.findUsButton {
    bottom: 40px;
    right: 70px
}

    .findUsButton a {
        width: 100%;
        border-radius: 50px;
        font-size: 16px;
        color: #fff;
        background: #121212;
        padding: 10px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 2px solid #121212;
        font-weight: 500;
        transition: .6s ease-in-out;
        display: inline-block
    }

.footer-cta {
    padding: 45px 0;
    background: url(../images/pattern-img.png);
    background-size: cover
}

    .footer-cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #191919;
        filter: opacity(.98)
    }

    .footer-cta .footer-cta-box {
        text-align: center
    }

span.ctaSvg {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 8px
}

    span.ctaSvg svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 52px;
        fill: #b40d14
    }

.footer-cta ul.footer-cta-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

    .footer-cta ul.footer-cta-row li {
        flex: 0 0 auto;
        width: 20%
    }

.footer-cta .footer-cta-box a:hover {
    opacity: .95
}

.footer-cta .footer-cta-box a {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #0c244a;
    padding: 16px;
    margin: 0 10px;
    font-weight: 500;
    display: block;
    opacity: 1;
    transition: .6s ease-in-out;
    text-transform: uppercase
}

    .footer-cta .footer-cta-box a:hover {
        background: #0e2952
    }

.send-loc-block {
    margin-top: 12px
}

    .send-loc-block .input-group input.form-control {
        height: 44px;
        font-size: 16px;
        background: #fff;
        color: #000;
        border-radius: 0;
        border: 1px solid #ddd;
        padding: 6px 16px
    }

    .send-loc-block .input-group button {
        background: #a92b25;
        border: 1px solid;
        color: #fff;
        padding: 6px 16px;
        font-size: 16px
    }

.input-group.get-location input.form-control {
    height: 48px;
    font-size: 18px;
    color: #000;
    border-radius: 0;
    padding: 8px 16px;
    font-weight: 400
}

.input-group.get-location span.input-group-text {
    background: #1f4e2e;
    padding: 6px 16px;
    font-size: 23px;
    color: #fff
}

h4.message-text {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500
}

    h4.message-text.error {
        color: #a92b25
    }

    h4.message-text.success {
        color: #00852a
    }

.quotes-notation-box {
    background: #f1f1f1;
    padding: 20px;
    margin-top: 20px
}

    .quotes-notation-box p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 16px;
        color: #000;
        font-weight: 300
    }

.life-at-riverside-section {
    position: relative;
    overflow: hidden
}

.life-at-riverside-mobile .carousel-inner .carousel-item img {
    width: 100%;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover
}

.life-main-title {
    background: #191919;
    text-align: center;
    padding: 20px 20px
}

    .life-main-title h5 {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px
    }

    .life-main-title a {
        border-radius: 10rem;
        font-size: 17px;
        color: #fff;
        background: 0 0;
        padding: 5px 18px 6px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #fff;
        font-weight: 500;
        transition: .6s ease-in-out;
        position: relative;
        overflow: hidden;
        z-index: 1
    }

.life-at-riverside-mobile .carousel-control-next, .life-at-riverside-mobile .carousel-control-prev {
    width: auto !important;
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translate(0,-50%);
    bottom: 50px;
    background: rgba(255,255,255,.9);
    color: #222;
    padding: 20px 16px;
    height: 60px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2)
}

.life-at-riverside-mobile .carousel-control-prev {
    left: auto;
    right: 120px
}

.life-at-riverside-mobile .carousel-control-next {
    right: 20px
}

    .life-at-riverside-mobile .carousel-control-next span.carousel-control-next-icon, .life-at-riverside-mobile .carousel-control-prev span.carousel-control-prev-icon {
        width: 22px;
        height: 40px
    }

footer {
    background: #000
}

a.footer-logo img {
    width: 280px;
    margin: 0 0 25px;
    filter: opacity(.9)
}

.main-footer1 p {
    color: #cbcbcb;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    border-top: 1px solid rgba(255,255,255,.1490196078);
    padding-top: 16px
}

.main-footer1 h4 {
    font-weight: 700;
    font-size: 28px;
    color: #9d9d9d;
    margin: 0 0 16px;
    position: relative;
    text-transform: capitalize
}

.main-footer .main-footer1 {
    padding: 60px 0 30px
}

.main-footer1.footer-contact h1:before {
    right: 0;
    left: auto
}

.main-footer .footer-info {
    text-align: center;
    background: #0e0e0e;
    height: 100%;
    padding: 80px 40px 30px;
    margin-right: 20px
}

.main-footer1 ul {
    padding-inline-start: 0;
    list-style-type: none;
    margin-bottom: 0
}

    .main-footer1 ul li {
        margin-bottom: 4px
    }

        .main-footer1 ul li a {
            color: #c9c9c9;
            font-size: 16px;
            line-height: 23px;
            font-weight: 300;
            display: inline-block;
            transition: .6s ease-in-out;
            position: relative;
            padding-left: 20px;
            font-family: Roboto,sans-serif
        }

.main-footer1.footer-contact ul li a {
    padding-left: 28px
}

    .main-footer1.footer-contact ul li a i {
        right: 0
    }

.main-footer1 ul li a:hover {
    color: #fff
}

.main-footer1 ul li a i {
    top: 2.5px;
    left: 0;
    color: #767676;
    position: absolute;
    font-size: 20px
}

.main-footer1.footer-contact ul li {
    margin-bottom: 10px
}

.contact-chat {
    margin-top: 16px
}

    .contact-chat a {
        color: #fff;
        display: inline-block;
        font-size: 24px;
        font-weight: 500;
        font-family: Roboto,sans-serif;
        letter-spacing: .2px
    }

        .contact-chat a i {
            color: #767676;
            margin-right: 4px
        }

ol.social-media {
    margin-bottom: 0;
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: center
}

    ol.social-media li a {
        color: #767676;
        padding: 0;
        display: block;
        background: 0 0;
        font-size: 22px;
        margin: 0 6px;
        transition: .6s ease-in-out;
        width: 42px;
        height: 42px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #767676
    }

        ol.social-media li a:hover {
            color: #fff;
            border-color: #fff
        }

        ol.social-media li a i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%)
        }

.main-copyrights p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #626262
}

    .main-copyrights p a {
        color: #cbcbcb
    }

.main-copyrights {
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.1490196078)
}

.main-footer .quick-link-block ul {
    -moz-column-count: 2;
    column-count: 2
}

.awardModel .swiper-slide img {
    height: 50vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.awardModel.modal {
    z-index: 9999 !important
}

.awardModel .modal-body {
    padding: 0 !important
}

.award-block-content {
    padding: 0 20px
}

.awardModel .btn-close {
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: .25em .25em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #462f72 !important;
    color: #fff;
    opacity: 1
}

    .awardModel .btn-close i {
        font-size: 19px;
        color: #fff
    }

@media only screen and (min-width:1400px) {
    .visitUsBlock h2 {
        font-size: 41px;
        line-height: 50px
    }

    .visionMissionSection {
        padding: 100px 0
    }

    html {
        zoom: 1.08
    }

    .main-slider .carousel-inner .carousel-item img.main-slider-img {
        height: calc(100vh - 70px)
    }

    .preloader .loader {
        top: 44%
    }

    .container {
        max-width: 1240px
    }

    section.welcomeSchoolSection {
        padding: 120px 0 100px
    }

    section {
        padding: 90px 0
    }

    .googleMaps iframe {
        height: 500px
    }

    .statsStripSection {
        padding: 100px 0 80px
    }

    .footer-cta .footer-cta-box a {
        padding: 20px 12px
    }

    .main-footer .main-footer1 {
        padding: 80px 0 50px
    }

    .address-wrap {
        padding: 70px 50px 30px
    }

    .main-header .container {
        max-width: 90%
    }

    .navigation {
        height: calc(100vh - 70px)
    }

    .statsStripSection {
        padding: 110px 0
    }

    .imageBannerSection img {
        height: calc(100vh - 150px)
    }

    .wrapper-block-img img {
        height: calc(92vh - 110px)
    }

    .inner-banner.banner-relative .inner-banner-content {
        padding: 200px 0 75px
    }

    .googleMaps2 iframe {
        height: 480px
    }

    .ticker-block marquee {
        margin-bottom: -8px
    }

    .navigation nav {
        padding: 0 40px 0 60px
    }

    .wrapper-main-form {
        right: 20%
    }
}

@media only screen and (max-width:991px) {
    header.main-header nav.navbar button.navbar-toggler {
        visibility: hidden;
        position: absolute
    }

    .mobile-navbar-menu {
        display: flex;
        position: relative;
        top: 2px
    }

        .mobile-navbar-menu .icon-bars {
            text-transform: uppercase;
            color: #fff !important;
            text-shadow: 1px 1px 3px #2c2c2c;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
            font-family: Roboto,sans-serif;
            cursor: pointer;
            text-align: end
        }

            .mobile-navbar-menu .icon-bars span {
                line-height: 18px
            }

            .mobile-navbar-menu .icon-bars svg {
                width: 38px;
                fill: #fff;
                position: relative;
                transform: rotate(180deg)
            }

    .mobile-menu {
        display: block
    }

        .mobile-menu nav.mobile-offcanvas a.navbar-brand img {
            width: 200px
        }

        .mobile-menu nav.mobile-offcanvas .accordion .accordion-item, .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button, .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button {
            background-color: transparent
        }

        .mobile-menu nav.mobile-offcanvas .accordion button, .mobile-menu nav.mobile-offcanvas .accordion h2 a {
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 400;
            font-family: Roboto,sans-serif
        }

        .mobile-menu nav.mobile-offcanvas .accordion {
            margin: 40px 0 0
        }

            .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button::after {
                filter: invert(1)
            }

            .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
                display: none
            }

            .mobile-menu nav.mobile-offcanvas .accordion .accordion-button:focus {
                z-index: 3;
                border-color: transparent;
                outline: 0;
                box-shadow: none
            }

        .mobile-menu nav.mobile-offcanvas .offcanvas-header button.btn-close {
            position: absolute;
            right: 30px;
            padding: 0;
            font-size: 24px;
            filter: invert(1);
            opacity: 1;
            top: 38px
        }

        .mobile-menu .accordion-button:not(.collapsed) {
            box-shadow: none
        }

        .mobile-menu nav.mobile-offcanvas .accordion .accordion-body {
            padding: 6px 8px 16px
        }

            .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a {
                color: #fff;
                padding: 4px 0;
                display: block;
                font-size: 18px;
                font-weight: 300;
                position: relative;
                padding-left: 18px
            }

                .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a i {
                    position: absolute;
                    left: 0;
                    top: 7px
                }

        .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
            border-bottom: 2px solid rgba(255,255,255,.0392156863)
        }

        .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu {
            margin-bottom: 0
        }

        .mobile-menu nav.mobile-offcanvas .offcanvas-header {
            padding: 0
        }

        .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header {
            display: flex;
            margin-top: 30px;
            justify-content: center;
            margin-bottom: 0
        }

            .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li {
                margin: 0 8px
            }

                .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a {
                    display: block;
                    color: #bbb;
                    font-size: 19px;
                    transition: .6s ease-in-out
                }

                    .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a:hover {
                        color: #fff
                    }

        .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob {
            margin-top: 30px;
            margin-bottom: 0
        }

    ul.contact-detail-mob li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 8px;
        color: #fff
    }

    .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li i {
        position: absolute;
        left: 0;
        top: 4px;
        color: #ddd;
        font-size: 95%
    }

    .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li a, .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li span.addressSpan {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        display: block
    }

    .ext-btn-group.ext-mob-btn {
        margin-right: 0;
        text-align: left;
        margin-top: 30px
    }

        .ext-btn-group.ext-mob-btn a.ext-btn2 {
            font-size: 17px;
            padding: 6px 15px;
            margin: 0 4px 8px 0
        }

        .ext-btn-group.ext-mob-btn a.ext-btn3 {
            font-size: 15px;
            padding: 4px 12px
        }
}

@media only screen and (min-width:992px) {
    .mobile-navbar-menu {
        display: none
    }

    .mobile-menu {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .mobileCover {
        background-size: auto !important
    }

    .alumniThinkBlock {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    .joinWrapperSection .w-50, .pedagogyWrapperSection .w-50 {
        width: 100% !important
    }

    .governingBlockContent {
        width: 100%
    }

    span.numberCount {
        display: none
    }

    blockquote i {
        height: 42px;
        width: 42px;
        padding: 7px
    }

    blockquote {
        padding: 65px 20px 65px 20px
    }

        blockquote p {
            font-size: 28px;
            line-height: 34px
        }

        blockquote i.fa-solid.fa-quote-left {
            top: 8px;
            left: 8px
        }

        blockquote i.fa-solid.fa-quote-right {
            bottom: 8px;
            right: 8px
        }

    .mainDiv {
        font-size: 28px;
        line-height: 32px
    }

    h2.main-title2 {
        font-size: 32px;
        line-height: 38px
    }

    .requestCallbackSection .wrapper-main-form {
        padding: 30px 20px !important;
        margin: 20px auto 40px
    }

    .findUsButton {
        bottom: 25px;
        right: auto;
        left: 50%;
        transform: translate(-50%,0)
    }

    .requestCallbackSection .wrapper-block-content {
        height: auto !important
    }

    .visitUsBlock {
        padding: 30px 12px 12px;
        text-align: center
    }

        .visitUsBlock h2 {
            font-size: 34px;
            line-height: 38px
        }

    .requestCallbackSection {
        border: 0
    }

    .googleMaps iframe {
        padding-left: 0
    }

    table.mainTable tbody tr td, table.mainTable thead tr th {
        padding: 6px 8px;
        font-size: 18px;
        line-height: 24px
    }

    .governingBlock.governingBlock2 {
        flex-direction: column
    }

    .governingBlockImg {
        text-align: center;
        margin: 0 auto 25px
    }

        .governingBlockImg, .governingBlockImg img {
            width: 220px
        }

    .swiper.facultySwiper {
        padding: 0 0
    }

    .governingBlock {
        padding: 20px 16px;
        margin-bottom: 12px
    }

    .wrapper-block-img h4 {
        font-size: 22px;
        line-height: 24px;
        padding: 20px 16px 16px;
        border-radius: 0 0 20px 0
    }

    .wrapper-vision-block {
        padding: 30px 16px 20px !important
    }

    .wrapper-mission-block {
        height: auto;
        border-left: 0
    }

    span.svgIcons2 svg {
        width: 120px
    }

    span.svgIcons2 {
        right: 0;
        bottom: auto;
        top: 0
    }

    section.wrapper-section.wrapper-section2 .wrapper-block-img h4 {
        border-radius: 0 0 0 20px
    }

    .visionMissionSection {
        padding: 60px 0
    }

    .modal.admission-enquiry-modal .modal-dialog {
        max-width: 350px
    }

    footer {
        margin-bottom: 76px
    }

    .main-slider .carousel-inner .carousel-item .carousel-caption-content a.mainSlideLink {
        display: none !important
    }

    .mobleFixedLink {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99
    }

        .mobleFixedLink a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            text-decoration: none;
            background-image: none;
            padding: 16px 8px;
            background-color: #b40d14;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 500;
            width: 50%;
            height: 100%
        }

    .inner-banner-content h1 br {
        display: block
    }

    .pleaseNote {
        padding: 12px
    }

        .pleaseNote ul {
            padding-left: 6px
        }

    h2.table-head {
        font-size: 21px;
        line-height: 28px
    }

    .main-title h2 br {
        display: block
    }

    .main-table table.table tr td {
        font-size: 18px;
        line-height: 24px
    }

    .main-table table.table tr td, .main-table table.table tr th {
        padding: 8px 8px
    }

    .main-table table.table tr th {
        font-size: 17px;
        line-height: 24px
    }

    section.awardSection {
        padding: 60px 0 50px
    }

    .awardSwiperBlockText {
        padding: 30px 8px 12px
    }

        .awardSwiperBlockText h3 {
            font-size: 24px;
            line-height: 30px
        }

            .awardSwiperBlockText h3 small {
                font-size: 85%;
                line-height: 26px
            }

    .awardSwiper .swiper-button-next, .awardSwiper .swiper-button-prev, .facultySwiper .swiper-button-next, .facultySwiper .swiper-button-prev {
        visibility: visible;
        opacity: 1;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        font-size: 28px;
        color: #222
    }

    .awardSwiper .swiper-button-prev, .facultySwiper .swiper-button-prev {
        transform: translateX(0)
    }

    .awardSwiper .swiper-button-prev {
        left: 16px
    }

    .facultySwiper .swiper-button-prev {
        left: 0
    }

    .awardSwiper .swiper-button-next, .facultySwiper .swiper-button-next {
        transform: translateX(0)
    }

    .awardSwiper .swiper-button-next {
        right: 16px
    }

    .facultySwiper .swiper-button-next {
        right: 0
    }

    .awardSwiperBlock img {
        height: 300px;
        box-shadow: 10px 10px 0 rgba(0,0,0,.2);
        border-radius: 0 0 40px 0
    }

    .awardSwiperBlock {
        margin: 10px 0 10px;
        padding: 12px 12px 20px
    }

    .wrapper-box {
        padding: 12px 0 12px 0
    }

    .futuristicSkillBlock span.svgIcons, .futuristicSkillBlock:hover span.svgIcons {
        top: 25px
    }

        .futuristicSkillBlock:hover span.svgIcons img, .futuristicSkillBlock:hover span.svgIcons svg {
            opacity: 1;
            transform: scale(1)
        }

    section {
        padding: 50px 0
    }

    .preloader .loader {
        width: 100%;
        top: 45%
    }

    .preloader .box img {
        width: 100%;
        max-width: 340px
    }

    .main-title h2 {
        font-size: 34px;
        line-height: 40px
    }

    .alumniThinkBlock figure img.figure1, .alumniThinkBlock figure img.figure2 {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }

    ul.statsRow li {
        width: 50%;
        padding: 3px
    }

        ul.statsRow li:last-child {
            width: 100%
        }

    .statsStripBlock {
        background: #f1f1f1;
        padding: 12px 8px 10px
    }

        .statsStripBlock p {
            font-size: 18px;
            line-height: 24px;
            align-self: center
        }

        .statsStripBlock h3 {
            font-size: 54px;
            line-height: 56px
        }

    .founderHpBlockImg h4 {
        left: 50%;
        transform: translate(-50%,0);
        text-align: center;
        max-width: 300px;
        border: 0;
        border-radius: 0;
        bottom: 12px;
        font-size: 24px;
        line-height: 24px;
        padding: 16px 12px 12px
    }

        .founderHpBlockImg h4 small {
            font-size: 72%
        }

    .wrapper-main-form {
        left: 0;
        margin: 60px auto;
        max-width: 350px;
        transform: none
    }

    .footer-cta ul.footer-cta-row {
        justify-content: center
    }

        .footer-cta ul.footer-cta-row li {
            width: 50%
        }

            .footer-cta ul.footer-cta-row li:last-child {
                width: 100%
            }

    .footer-cta .footer-cta-box a {
        font-size: 16px;
        line-height: 22px;
        padding: 14px 6px;
        margin: 4px
    }

    span.ctaSvg {
        width: 52px;
        height: 52px;
        margin: 0 auto 6px
    }

        span.ctaSvg svg {
            width: 38px
        }

    .footer-cta {
        padding: 35px 0
    }

    .alumniThinkBlock:hover .alumniThinkBlockContent, .alumniThinkBlockContent {
        padding: 210px 30px 30px
    }

    .playSvg {
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    .alumniThinkBlock:hover .alumniThinkBlockContent p {
        transform: translateY(0);
        visibility: hidden;
        opacity: 0
    }

    .alumniThinkBlockContent h3 {
        font-size: 32px;
        line-height: 32px
    }

    .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
        max-width: 350px !important
    }

    .main-title p {
        font-size: 21px;
        line-height: 29px
    }

    .facilitieBlock img {
        height: 280px
    }

    .facilitieBlockText1 {
        opacity: 0;
        visibility: hidden;
        display: none
    }

    .facilitieBlock:before {
        background: 0 0
    }

    .facilitieBlockText {
        position: relative !important;
        bottom: 0;
        left: 12px;
        margin-top: -30px;
        width: calc(100% - 24px);
        padding: 16px;
        background: #fff;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .main-footer .footer-info {
        height: auto;
        padding: 40px 25px 30px !important;
        width: 100%;
        max-width: 340px;
        margin: 60px auto 0
    }

    .main-footer .main-footer1 {
        padding: 50px 6px 0
    }

    .main-copyrights {
        margin-top: 50px
    }

    .main-footer .quick-link-block ul {
        -moz-column-count: 1;
        column-count: 1
    }

    .googleMaps iframe {
        height: 380px
    }

    p.mainPara.mainParaBig {
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 25px;
        border-left: 6px solid #b40d14;
        padding-left: 16px
    }

    p.mainPara {
        font-size: 20px;
        line-height: 30px
    }

    .founderHpBlockImg img {
        height: 400px;
        box-shadow: -12px 12px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 30px
    }

    .container {
        width: 98%
    }

    .founderHpBlockImg {
        margin-bottom: 25px
    }

    .statsStripSection {
        padding: 60px 0
    }

    .expendableImages {
        display: block
    }

        .expendableImages .expendableImagesBox {
            height: 320px
        }

    .expendableImagesBox.bg01:before, .expendableImagesBox.bg01:hover::before {
        background: rgba(123,17,58,.7) !important
    }

    .expendableImagesBox.bg02:before, .expendableImagesBox.bg02:hover::before {
        background: rgba(85,110,83,.7) !important
    }

    .expendableImagesBox.bg03:before, .expendableImagesBox.bg03:hover::before {
        background: rgba(243,148,34,.7) !important
    }

    .expendableImagesBox.bg04:before, .expendableImagesBox.bg04:hover::before {
        background: rgba(65,60,105,.7) !important
    }

    .expendableImagesBox.bg05:before, .expendableImagesBox.bg05:hover::before {
        background: rgba(27,38,44,.7) !important
    }

    .expendableImages .expendableImagesBox .expendableBoxHide {
        transform: translate(-50%,0);
        opacity: 1;
        visibility: visible;
        margin: 12px auto 0
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent h3 br {
        display: none
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .expendableImages .expendableImagesBox:hover .expendableImageBoxContent h3 {
        font-size: 28px;
        line-height: 36px
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent, .expendableImages .expendableImagesBox:hover .expendableImageBoxContent {
        top: 30%
    }

    .main-title h2 small {
        font-size: 85%;
        line-height: 32px
    }

    .futuristicSkillBlock {
        height: 100%;
        padding: 90px 6px 12px
    }

        .futuristicSkillBlock:hover {
            padding: 90px 6px 12px
        }

        .futuristicSkillBlock span.svgIcons {
            top: 25px
        }

            .futuristicSkillBlock span.svgIcons img, .futuristicSkillBlock span.svgIcons svg {
                width: 54px;
                height: 54px
            }

        .futuristicSkillBlock h3 {
            font-size: 20px;
            line-height: 24px
        }

            .futuristicSkillBlock h3 small {
                font-size: 80%;
                line-height: 20px;
                margin-top: 6px
            }

    .futuristicSkillHidden {
        margin-top: 10px;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

        .futuristicSkillHidden p {
            font-size: 16px;
            line-height: 22px
        }

    .googleMaps .welcome-step-block {
        top: 4px;
        right: 0
    }

    .main-slider .carousel-inner .carousel-item img.main-slider-img {
        height: 350px;
        -o-object-fit: contain;
        object-fit: contain;
        background: #031436;
        -o-object-position: bottom;
        object-position: bottom
    }

    .main-slider .carousel-inner .carousel-item:after {
        display: none
    }

    .ticker-block:after, .ticker-block:before {
        width: 50px
    }

    .ticker-block marquee a, .ticker-block marquee p {
        font-size: 22px;
        line-height: 28px
    }

        .ticker-block marquee a i, .ticker-block marquee p i {
            font-size: 26px
        }

    .main-slider .carousel-inner .carousel-item .carousel-caption {
        padding: 25px 20px;
        display: none
    }

        .main-slider .carousel-inner .carousel-item .carousel-caption h1 {
            font-size: 32px;
            line-height: 38px
        }

    header.main-header nav.navbar {
        padding: 30px 0 0
    }

        header.main-header nav.navbar a.navbar-brand img {
            width: 220px
        }

    .main-slider .carousel-control-prev {
        right: 60px
    }

    .main-slider .carousel-control-next {
        right: 30px
    }

    .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
        bottom: 28px
    }

    .ticker-block marquee {
        padding: 35px 0 0
    }

    header.main-header nav.navbar.fixed-top a.navbar-brand img {
        width: 200px
    }

    header.main-header nav.navbar.fixed-top {
        padding: 8px 0
    }

    .mainBtn a {
        padding: 10px 12px
    }

        .mainBtn a.transparentLink {
            margin-left: 20px
        }

    section.welcomeSchoolSection {
        padding: 50px 0
    }

    .wrapper-block-img img {
        width: 100%;
        height: 480px;
        -o-object-fit: cover;
        object-fit: cover;
        box-shadow: 8px 8px 0 rgba(0,0,0,.2);
        border-radius: 0 0 20px 0
    }

    .swiper.multipleImgSwiper {
        box-shadow: 8px 8px 0 rgba(0,0,0,.2);
        border-radius: 0 0 20px 0
    }

    section.wrapper-section.wrapper-section2 .wrapper-block-img img {
        box-shadow: -8px 8px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 20px
    }

    section.wrapper-section.wrapper-section2 .swiper.multipleImgSwiper {
        box-shadow: -8px -8px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 20px
    }

    .imageBannerSection img {
        height: calc(100vh - 180px)
    }

    .inner-banner-content h1 {
        font-size: 42px;
        line-height: 50px
    }

    .breadcrumbs-menu ul li a {
        font-size: 16px;
        padding: 6px 16px;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 4px
    }

        .breadcrumbs-menu ul li a:hover {
            text-decoration: none
        }

    .breadcrumbs-menu {
        padding: 20px 0 40px
    }

    h2.textH2 {
        font-size: 26px;
        line-height: 34px
    }

        h2.textH2 br {
            display: none
        }

    p.main-para-big {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .wrapper-block-content {
        padding: 40px 0 30px 0
    }

    h2.main-head {
        font-size: 32px;
        line-height: 38px
    }

    p.main-para, ul.main-ul li, ul.sports-svg li .sports-svg dd {
        font-size: 21px;
        line-height: 31px;
        margin-top: 16px
    }

    .wrapper-section.wrapper-section2 .wrapper-block-content {
        padding: 50px 0 30px 0
    }

    .wrapper-box h2 {
        font-size: 18px;
        line-height: 24px
    }

    .wrapper-section {
        overflow: hidden
    }

    .welcome-btn a {
        font-size: 19px;
        padding: 7px 12px 9px
    }

    section.wrapper-big-section {
        padding: 60px 0
    }

    .woBannerHeader header.main-header nav.navbar {
        padding: 8px 0
    }

        .woBannerHeader header.main-header nav.navbar a.navbar-brand img {
            width: 200px
        }

        .woBannerHeader header.main-header nav.navbar.fixed-top {
            padding: 8px 0
        }

    h1.mainH1 {
        font-size: 32px;
        line-height: 38px
    }

    .gallery-block .gallery-block-img img {
        height: 220px
    }

    .gallery-block h4 {
        top: 8px;
        left: 8px;
        font-size: 32px;
        line-height: 32px;
        padding: 4px
    }

    .gallery-block .gallery-block-info {
        height: 54px
    }

        .gallery-block .gallery-block-info h1 {
            font-size: 16px;
            line-height: 20px
        }

    .pt-50 {
        padding-top: 100px !important
    }

    .wrapper-photo-info {
        padding: 20px 12px;
        position: relative;
        top: 0;
        height: auto;
        width: 100%
    }

        .wrapper-photo-info p {
            font-size: 19px;
            line-height: 25px;
            margin-top: 12px
        }

        .wrapper-photo-info.wrapper-photo-info-mobile {
            margin-bottom: 20px
        }

            .wrapper-photo-info.wrapper-photo-info-mobile h2 {
                position: relative;
                transform: none;
                left: 0;
                top: 0;
                margin-bottom: 10px
            }

    .wrapper-photo-img .wrapper-img {
        border: 6px solid #fff
    }

    .wrapper-photo-info h1 {
        font-size: 22px;
        line-height: 28px
    }

    .inner-banner.banner-relative .inner-banner-content {
        padding: 160px 0 30px
    }

    .news-events-banner {
        margin-top: 16px
    }

        .news-events-banner img {
            height: 320px
        }

    .wrapper-news-events-content {
        padding: 20px 16px;
        margin-top: -50px;
        box-shadow: 12px 12px 0 rgba(0,0,0,.2);
        border-radius: 0 0 20px 0;
        width: calc(100% - 24px);
        left: 12px
    }

        .wrapper-news-events-content h1 {
            font-size: 22px;
            line-height: 28px
        }

        .wrapper-news-events-content .news-events-text p {
            font-size: 19px;
            line-height: 28px;
            margin-top: 16px
        }

    .sharethis-inline-share-buttons {
        right: 0;
        top: -18px;
        display: flex !important
    }

        .sharethis-inline-share-buttons .st-btn {
            margin: 0 4px
        }

    section.wrapperContactPageSection .wrapper-main-form {
        padding: 35px 16px;
        border-radius: 0;
        margin-bottom: 30px
    }

    .address-wrap {
        height: auto;
        padding: 40px 20px 40px
    }

        .address-wrap .form-group {
            display: block
        }

        .address-wrap p {
            width: 100%;
            padding-left: 0
        }

        .address-wrap .form-group i.main_i {
            margin-bottom: 20px
        }

    .innerBanner.blogDetailInnerBanner {
        padding: 120px 0 20px
    }

    .blog-info .title-content .title-content-box {
        font-size: 16px;
        line-height: 22px;
        margin: 6px
    }

    .blogContentText h2.head {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .blogText h2 {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    span.numberCount {
        display: none
    }

    .requestCallbackSection .wrapper-main-form {
        padding-left: 25px
    }

    .visitUsBlock h2 {
        font-size: 34px;
        line-height: 38px
    }

    .modal.admission-enquiry-modal .modal-content .modal-body .wrapper-main-form {
        max-width: 100%
    }

    .governingBlock {
        padding: 30px 20px;
        margin-bottom: 16px
    }

    span.svgIcons2 {
        width: 74px;
        height: 74px;
        outline: 10px solid rgba(200,82,15,.1882352941);
        margin-left: 10px
    }

        span.svgIcons2 svg {
            width: 48px
        }

    .wrapper-mission-block {
        padding-left: 30px !important;
        border-left: 6px solid rgba(255,255,255,.0509803922)
    }

    section.wrapper-section.wrapper-section2 .wrapper-block-img h4 {
        border-radius: 0 0 0 40px
    }

    .wrapper-block-img h4 {
        border-radius: 0 0 40px 0
    }

    .awardSwiper .swiper-button-next, .awardSwiper .swiper-button-prev {
        visibility: visible;
        opacity: 1;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        font-size: 28px;
        color: #222
    }

    .facultySwiper .swiper-button-next, .facultySwiper .swiper-button-prev {
        visibility: visible;
        opacity: 1
    }

    .awardSwiper .swiper-button-prev {
        left: 25px;
        transform: translateX(0)
    }

    .facultySwiper .swiper-button-prev {
        transform: translateX(0)
    }

    .awardSwiperBlock img {
        height: 320px;
        box-shadow: 12px 12px 0 rgba(0,0,0,.2);
        border-radius: 0 0 40px 0
    }

    .awardSwiper .swiper-button-next {
        right: 25px;
        transform: translateX(0)
    }

    .facultySwiper .swiper-button-next {
        transform: translateX(0)
    }

    section.awardSection {
        padding: 80px 0 60px
    }

    .awardSwiperBlock {
        margin: 10px 20px 10px;
        padding: 20px 30px 30px
    }

    .awardSwiperBlockText h3 {
        font-size: 26px;
        line-height: 32px
    }

    .awardSwiperBlockText {
        padding: 20px 0 20px 30px
    }

    .preloader .box img {
        width: 380px
    }

    .preloader .loader {
        width: 100%
    }

    .main-slider .carousel-inner .carousel-item .carousel-caption {
        padding: 30px
    }

    header.main-header nav.navbar {
        padding: 30px 20px 0
    }

        header.main-header nav.navbar a.navbar-brand img {
            width: 300px
        }

    .social-media-slider a {
        margin-right: 16px
    }

    .main-slider .carousel-control-next {
        right: 40px
    }

    .main-slider .carousel-control-prev {
        right: 80px
    }

    .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
        bottom: 40px
    }

    .statsStripBlock {
        height: auto;
        padding: 8px 0
    }

    ul.statsRow {
        justify-content: center
    }

        ul.statsRow li {
            width: 33.33%
        }

    .statsStripBlock h3 {
        font-size: 54px;
        line-height: 60px;
        margin-bottom: 6px
    }

    .expendableImages {
        flex-wrap: wrap
    }

        .expendableImages .expendableImagesBox {
            height: 420px;
            flex: 0 0 auto;
            width: 50%
        }

            .expendableImages .expendableImagesBox:last-child {
                width: 100%
            }

    section.welcomeSchoolSection {
        padding: 90px 0 60px
    }

    .wrapper-main-form {
        padding: 30px 20px 20px;
        right: 5%;
        max-width: 340px
    }

    .googleMaps .welcome-step-block {
        top: 10px;
        right: 0;
        padding: 12px
    }

    .main-title h2 {
        font-size: 44px;
        line-height: 46px
    }

    .main-title p {
        font-size: 25px;
        line-height: 35px
    }

    .founderHpBlockImg img {
        height: 360px;
        box-shadow: -12px 12px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 40px
    }

    .founderHpBlockImg h4 {
        font-size: 22px;
        line-height: 24px;
        bottom: -60px;
        left: 60px;
        max-width: 250px;
        padding: 16px 20px 12px;
        border: 12px solid rgba(0,0,0,.2);
        border-radius: 0 0 40px 0
    }

    p.mainPara.mainParaBig {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 25px;
        border-left: 6px solid #b40d14;
        padding-left: 16px
    }

    p.mainPara {
        font-size: 20px;
        line-height: 28px
    }

    .statsStripSection {
        padding: 60px 0
    }

    .statsStripBlock p {
        font-size: 20px;
        line-height: 24px
    }

    .expendableImagesBox.bg01:before, .expendableImagesBox.bg01:hover::before {
        background: rgba(123,17,58,.7) !important
    }

    .expendableImagesBox.bg02:before, .expendableImagesBox.bg02:hover::before {
        background: rgba(85,110,83,.7) !important
    }

    .expendableImagesBox.bg03:before, .expendableImagesBox.bg03:hover::before {
        background: rgba(243,148,34,.7) !important
    }

    .expendableImagesBox.bg04:before, .expendableImagesBox.bg04:hover::before {
        background: rgba(65,60,105,.7) !important
    }

    .expendableImagesBox.bg05:before, .expendableImagesBox.bg05:hover::before {
        background: rgba(27,38,44,.7) !important
    }

    .expendableImages .expendableImagesBox .expendableBoxHide {
        transform: translate(-50%,0);
        opacity: 1;
        visibility: visible
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent {
        top: 35%
    }

        .expendableImages .expendableImagesBox .expendableImageBoxContent h3, .expendableImages .expendableImagesBox:hover .expendableImageBoxContent h3 {
            font-size: 32px;
            line-height: 40px
        }

    .expendableImages .expendableImagesBox .expendableBoxHide {
        width: 320px;
        margin: 16px auto 0
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px
    }

    section {
        padding: 60px 0
    }

    .googleMaps iframe {
        padding-left: 0
    }

    .footer-cta .footer-cta-box a {
        font-size: 16px;
        line-height: 22px;
        padding: 12px;
        margin: 0 6px
    }

    span.ctaSvg svg {
        width: 44px
    }

    .main-footer .footer-info {
        display: flex;
        height: auto;
        padding: 30px 25px !important;
        margin-right: 0;
        margin: 50px auto 0
    }

    ol.social-media {
        align-self: center
    }

    .main-footer1 p {
        margin-bottom: 0;
        border-top: 0;
        padding-top: 0;
        text-align: start;
        padding: 0 20px;
        border-left: 1px solid rgba(255,255,255,.1490196078);
        margin-left: 20px
    }

    .main-footer .main-footer1 {
        padding: 50px 8px 30px
    }

    a.footer-logo {
        align-self: center
    }

        a.footer-logo img {
            width: 240px;
            margin: 0
        }

    .futuristicSkillBlock {
        height: 100%;
        padding: 90px 6px 12px
    }

        .futuristicSkillBlock:hover {
            padding: 90px 6px 12px
        }

            .futuristicSkillBlock span.svgIcons, .futuristicSkillBlock:hover span.svgIcons {
                top: 25px
            }

                .futuristicSkillBlock span.svgIcons img, .futuristicSkillBlock span.svgIcons svg {
                    width: 58px;
                    height: 58px
                }

        .futuristicSkillBlock h3 {
            font-size: 21px;
            line-height: 25px
        }

            .futuristicSkillBlock h3 small {
                font-size: 80%;
                line-height: 20px;
                margin-top: 6px
            }

        .futuristicSkillBlock:hover span.svgIcons img, .futuristicSkillBlock:hover span.svgIcons svg {
            transform: scale(1);
            opacity: 1
        }

    .futuristicSkillHidden {
        margin-top: 10px;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

        .futuristicSkillHidden p {
            font-size: 17px;
            line-height: 23px
        }

    .alumniThinkBlockContent h3 {
        font-size: 28px;
        line-height: 32px
    }

        .alumniThinkBlockContent h3 small {
            font-size: 70%;
            line-height: 24px;
            margin-top: 4px
        }

    .alumniThinkBlock:hover .alumniThinkBlockContent, .alumniThinkBlockContent {
        padding: 175px 16px 16px
    }

    .playSvg {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

        .playSvg svg {
            width: 24px
        }

    .alumniThinkBlock:hover .alumniThinkBlockContent p, .alumniThinkBlockContent p {
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }

    .main-slider .carousel-inner .carousel-item img.main-slider-img {
        height: calc(100dvh - 80px)
    }

    .ticker-block marquee {
        padding: 30px 0 0
    }

        .ticker-block marquee a, .ticker-block marquee p {
            font-size: 24px;
            line-height: 28px
        }

    .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
        width: 100% !important;
        max-width: 700px !important;
        margin: 0 auto 0 !important
    }

    .facilitieBlockText1 {
        bottom: 12px;
        left: 16px;
        width: calc(100% - 32px)
    }

    .facilitieBlock img {
        height: 240px
    }

    .facilitieBlockText1 {
        opacity: 0;
        visibility: hidden;
        display: none
    }

    .facilitieBlockText h3 {
        font-size: 22px;
        line-height: 26px
    }

    .facilitieBlockText p {
        font-size: 17px;
        line-height: 23px
    }

    .facilitieBlock:before {
        background: 0 0
    }

    .facilitieBlockText {
        position: relative !important;
        bottom: 0;
        left: 12px;
        margin-top: -30px;
        width: calc(100% - 24px);
        padding: 12px;
        background: #fff;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .imageBannerSection img {
        height: 600px
    }

    .breadcrumbs-menu ul li a {
        font-size: 19px;
        padding: 8px 16px;
        border-radius: 50px;
        border: 1px solid #fff;
        margin: 4px
    }

        .breadcrumbs-menu ul li a:hover {
            text-decoration: none
        }

    .breadcrumbs-menu {
        padding: 12px 0 40px;
        top: -1px
    }

    h2.textH2 {
        font-size: 32px;
        line-height: 40px
    }

    .wrapper-block-img img {
        box-shadow: 4px 4px 0 rgba(0,0,0,.2);
        border-radius: 0 0 40px 0;
        height: 520px
    }

    .swiper.multipleImgSwiper {
        box-shadow: 4px 4px 0 rgba(0,0,0,.2);
        border-radius: 0 0 40px 0
    }

    section.wrapper-section.wrapper-section2 .wrapper-block-img img {
        box-shadow: -4px 4px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 40px
    }

    section.wrapper-section.wrapper-section2 .swiper.multipleImgSwiper {
        box-shadow: -4px -4px 0 rgba(0,0,0,.2);
        border-radius: 0 0 0 40px
    }

    .wrapper-block-content {
        padding: 60px 20px 60px 0
    }

    .wrapper-section.wrapper-section2 .wrapper-block-content {
        padding: 60px 0 60px 20px
    }

    p.main-para, ul.main-ul li, ul.sports-svg li .sports-svg dd {
        font-size: 21px;
        line-height: 31px
    }

    h2.main-head {
        font-size: 36px;
        line-height: 44px
    }

    .wrapper-box h2 {
        font-size: 18px;
        line-height: 24px
    }

    header.main-header nav.navbar.fixed-top {
        padding: 8px 6px
    }

    .woBannerHeader header.main-header nav.navbar a.navbar-brand img {
        width: 200px
    }

    .woBannerHeader header.main-header nav.navbar, .woBannerHeader header.main-header nav.navbar.fixed-top {
        padding: 8px 0
    }

    .gallery-block .gallery-block-img img {
        height: 280px
    }

    .news-events-banner img {
        height: 400px
    }

    .wrapper-news-events-content {
        padding: 25px;
        margin-top: -80px;
        box-shadow: 12px 12px 0 rgba(0,0,0,.2);
        border-radius: 0 0 40px 0
    }

    .address-wrap {
        padding: 40px 20px 35px
    }

    section.wrapperContactPageSection .wrapper-main-form {
        padding: 40px 25px 30px 25px
    }

    .googleMaps2 iframe {
        height: 340px
    }

    .innerBanner.blogDetailInnerBanner {
        padding: 140px 0 30px
    }

    .blogText h2 {
        font-size: 20px;
        line-height: 30px;
        padding-left: 20px
    }

    .blogContentText h2.head {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px
    }

    .blogDetailSectionBlock .blogContentText .blogText, .blogDetailSectionBlock .blogContentText .blogText ol li, .blogDetailSectionBlock .blogContentText .blogText p, .blogDetailSectionBlock .blogContentText .blogText ul li {
        font-size: 19px !important;
        line-height: 28px !important
    }

    h1.mainH1 {
        font-size: 36px;
        line-height: 44px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .governingBlock h3 {
        font-size: 20px;
        line-height: 24px
    }

    .governingBlock {
        padding: 16px 12px
    }

    .requestCallbackSection .wrapper-main-form {
        padding-left: 20px
    }

    .visitUsBlock h2 {
        font-size: 32px;
        line-height: 40px
    }

    .modal.admission-enquiry-modal .modal-content .modal-body .wrapper-main-form {
        max-width: 100%
    }

    .awardSwiperBlock {
        padding: 25px 40px 40px
    }

    .awardSwiperBlockText {
        padding: 40px 0 40px 25px
    }

        .awardSwiperBlockText h3 {
            font-size: 28px;
            line-height: 36px
        }

    .woBannerHeader header.main-header nav.navbar {
        padding: 6px 0
    }

        .woBannerHeader header.main-header nav.navbar.fixed-top {
            padding: 0 0
        }

        .woBannerHeader header.main-header nav.navbar a.navbar-brand img {
            width: 220px
        }

    .gallery-block .gallery-block-img img {
        height: 300px
    }

    header.main-header nav.navbar {
        padding: 35px 16px 0
    }

        header.main-header nav.navbar a.navbar-brand img {
            width: 300px
        }

    .main-slider .carousel-inner .carousel-item .carousel-caption {
        padding: 35px
    }

    .main-footer .footer-info {
        padding: 60px 20px 20px;
        margin-right: 12px
    }

    a.footer-logo img {
        width: 240px
    }

    .googleMaps .welcome-step-block {
        top: 10px;
        right: 0;
        padding: 12px 12px
    }

    .main-title h2 {
        font-size: 46px;
        line-height: 48px
    }

    .wrapper-main-form {
        padding: 30px 20px 20px;
        max-width: 360px;
        right: 5%
    }

    .facilitieBlock img {
        height: 260px
    }

    .facilitieBlockText1 h3 {
        font-size: 26px;
        line-height: 36px
    }

    .facilitieBlockText {
        bottom: 12px;
        left: 12px;
        width: calc(100% - 24px);
        padding: 16px
    }

    .main-title p {
        font-size: 26px;
        line-height: 36px
    }

    .statsStripBlock h3 {
        font-size: 58px;
        line-height: 58px
    }

    .statsStripBlock p {
        font-size: 20px;
        line-height: 26px
    }

    .statsStripSection {
        padding: 70px 0
    }

    .alumniThinkBlockContent h3 small {
        font-size: 65%
    }

    .alumniThinkBlock:hover .alumniThinkBlockContent {
        padding: 150px 20px 20px
    }

    .alumniThinkBlockContent {
        padding: 220px 20px 20px
    }

        .alumniThinkBlockContent h3 {
            font-size: 34px;
            line-height: 34px
        }

    .playSvg {
        width: 68px;
        height: 68px;
        margin-bottom: 20px
    }

        .playSvg svg {
            width: 26px
        }

    .founderHpBlockImg img {
        height: 500px
    }

    .founderHpBlockImg h4 {
        font-size: 24px;
        line-height: 26px;
        bottom: -50px;
        left: 120px;
        max-width: 250px;
        padding: 16px 25px 12px
    }

    p.mainPara.mainParaBig {
        font-size: 24px;
        line-height: 34px;
        padding-left: 20px
    }

    p.mainPara {
        font-size: 21px;
        line-height: 30px
    }

    .expendableImages .expendableImagesBox .expendableBoxHide {
        width: 300px
    }

    .expendableImages .expendableImagesBox .expendableImageBoxContent h3 {
        font-size: 24px;
        line-height: 32px
    }

    .expendableImages .expendableImagesBox:hover .expendableImageBoxContent h3 {
        font-size: 34px;
        line-height: 42px
    }

    .futuristicSkillBlock span.svgIcons img, .futuristicSkillBlock span.svgIcons svg {
        width: 64px;
        height: 64px
    }

    .futuristicSkillBlock {
        height: 230px;
        padding: 130px 8px 20px
    }

        .futuristicSkillBlock:hover {
            padding: 40px 8px 16px
        }

        .futuristicSkillBlock h3 {
            font-size: 21px;
            line-height: 25px
        }

            .futuristicSkillBlock h3 small {
                font-size: 70%;
                margin-top: 6px
            }

    .futuristicSkillHidden p {
        font-size: 17px;
        line-height: 23px
    }

    .preloader .box img {
        width: 440px
    }

    .preloader .loader {
        top: 45%
    }

    header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        padding: 16px 12px 14px !important
    }

    header.main-header ul.navbar-nav li.nav-item a.nav-link {
        padding: 12px 12px 10px !important
    }

    header.main-header nav.navbar.fixed-top a.navbar-brand img {
        width: 160px
    }

    header.main-header nav.navbar.fixed-top {
        padding: 6px 8px
    }

        header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link.icon-bar {
            padding: 8px 12px 8px !important
        }

        header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-fixed:first-child a.nav-link {
            display: none
        }

    .navigation-logo a.navbar-brands img {
        width: 300px
    }

    .navigation-header {
        padding: 40px 28px 0
    }

    .navigation nav ul.menu-main-ul {
        width: 320px
    }

    .navigation nav {
        padding: 50px 35px 0 30px
    }

        .navigation nav ul ul {
            left: 320px;
            width: 280px
        }

    .inner-banner-content h1 {
        font-size: 54px;
        line-height: 60px
    }

    .breadcrumbs-menu ul li a {
        font-size: 19px;
        padding: 20px 12px
    }

    .imageBannerSection img {
        height: calc(100vh - 68px)
    }

    h2.textH2 {
        font-size: 34px;
        line-height: 44px
    }

    p.main-para, ul.main-ul li, ul.sports-svg li .sports-svg dd {
        font-size: 21px;
        line-height: 31px
    }

    .wrapper-box h2 {
        font-size: 18px;
        line-height: 24px
    }

    .wrapper-block-img {
        top: 85px
    }

    h2.main-head {
        font-size: 36px;
        line-height: 46px
    }

    .wrapper-block-content {
        padding: 70px 30px 70px 0
    }

    .wrapper-section.wrapper-section2 .wrapper-block-content {
        padding: 70px 0 70px 30px
    }

    .news-events-banner img {
        height: 480px
    }

    .address-wrap {
        padding: 40px 25px 30px
    }

    section.wrapperContactPageSection .wrapper-main-form {
        padding: 40px 40px 40px 30px
    }

    h1.mainH1 {
        font-size: 36px;
        line-height: 44px
    }

    .blogContentText h2.head {
        font-size: 22px;
        line-height: 30px
    }

    .innerBanner.blogDetailInnerBanner {
        padding: 150px 0 30px
    }
}
