﻿@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Rubik', sans-serif;*/
    overflow-x: hidden;
    font-display: auto;
    overflow-y: scroll;
    font-family: 'futurastd-heavy', serif !important;
}

p, ul {
    padding: 0;
    margin: 0;
}



:root {
    /*    --primary: #cf1922;*/
    --primary: #244e86;
    --secondary: #00213B;
    --third: #f4a334;
    --forth: #b6e0d9;
    --purple: #8919cf;
    --brown: #cf8f19;
    --blue: #199bcf;
    --green: #2db017;
    --lightGreen: #b1bf17;
    --text: #3a3b3c;
    --title: #6E0D10;
    --ts: .4s all ease-in-out;
}

.bg-blue {
    background-color: #134c86;
}

.bg-green {
    background-color: #134c86;
}

.bg-light-green {
    background-color: #134c86;
}

.bg-brown {
    background-color: #134c86;
}

.bg-red {
    background-color: #134c86;
}

.bg-purple {
    background-color: #134c86;
}

.text-blue {
    color: #134c86;
}

.text-green {
    color: var(--green);
}

.text-light-green {
    color: var(--lightGreen);
}

/* start header */
section.header {
    background: #002060;
    height: 41px;
    z-index: 1;
    position: relative;
}
    /*
section.nav > .container > .row::before {
    content: '';
    position: absolute;
    bottom: 67px;
    left: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
section.nav > .container > .row::after {
    content: '';
    position: absolute;
    bottom: 67px;
    right: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
*/
    section.header > div.container > div.row {
        /*    background: var(--secondary);*/
    }

.logo_div {
    width: 290px;
    margin: 0 auto;
    width: 728px;
    height: 68px;
    margin-top: 0px;
}

.header_call span > i {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px;
    margin-left: 3px;
    color: #fff;
}

.header_call_no > b {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.header_call > span {
    font-size: 17px;
    font-weight: 400;
    color: #ffffffb3;
    padding: 2px;
    border: 1px solid white;
    margin-top: -4px;
    padding-right: 10px;
    padding-left: 10px;
}

.header_call_no a {
    transition: var(--ts);
}

    .header_call_no a:hover {
        color: #cba00e !important;
    }

.header_call_no {
    color: var(--title) !important;
}

.header_call span.position-absolute {
    top: 3px;
}

.header_call {
    margin-top: 9px;
}

    .header_call > span.active {
        background: #0783da;
        padding: 0px 6px;
        color: #fff;
    }

.header_links > ul > li a, .header_links {
    color: white;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    transition: var(--ts);
    /*margin-top: 3px;*/

    font-weight: bold;
}

    .header_links a.active {
        background: #bf1731;
        padding: 3px 5px;
        border-radius: 5px;
        color: #ffffff;
    }

    .header_links > ul > li a:hover {
        color: #fff;
    }

.header_cnt_list_cnt > span {
    font-size: 18px;
    color: #002060;
    transform: skew(-6deg, 0deg);
    letter-spacing: 0.5px;
    font-weight: bold;
}

.header_cnt_list_cnt a {
    color: var(--text);
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 16px;
}


.header_cnt_list_icon > i {
    font-size: 18px;
    border: 1px solid var(--title);
    color: #002060;
    padding: 6px;
    border-radius: 100%;
    margin-right: 8px;
    font-weight: bold;
}

html {
    font-size: 62.5%;
}

.navbar_header {
    font-family: Georgia;
    width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(180deg, #002060, #002060)
}

.MenuBar {
    font-family: Georgia;
    padding: 0;
    margin: 0;
    background: linear-gradient(180deg, #002060, #002060);
    list-style: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
    /*margin-left: 194px;*/
}

    .MenuBar > li {
        float: left;
        display: inline-block;
        position: relative;
        font-weight: 400;
       
    }

    .MenuBar li > a.active {
        background-color: #4DB1E2;
        color: #fff;
        z-index: 999;
    }

    .MenuBar > li:first-child > a {
        background-image: linear-gradient(to right top, #0748ca, #116ccc, #078de7, #129cd6, #22b1d4);
        color: #fff;
        z-index: 999;
    }


    .MenuBar > li:hover > a {
        background: #121c44;
        box-shadow: 0 -1rem 0 1rem rgba(255,255,255,0.1);
        color: #fff !important;
        z-index: 9999;
    }

    .MenuBar > li:hover {
        color: #fff;
    }

    .MenuBar > li > a {
        position: relative;
        display: block;
        padding: 2rem .6rem 2rem .6rem;
        font-size: 1.6rem;
        
        line-height: 1.4rem;
        color: #fff;
        text-shadow: 0px 1px 0px #0d0d0d;
    }
.sticky {
    margin-right: 34px;
}

    @media only screen and (min-width:786px){
        .MenuBar > li > a {
            padding: 2rem 1.2rem 2rem .6rem;
            font-size: 1.9rem;
            text-decoration: none;
        }
       
        
    }

@media only screen and (max-width:1024px) {

    
    .sticky {
        margin-right: -8px;
    }
    .manyphotos {
        margin-left: -30px;
    }
    .slider-control img {
        padding-top: 98px;
    }
}

    .MenuBar > li:last-child > ul.Submenu {
        right: 1.4rem;
    }

.Submenu {
    font-family: 'futurastd-heavy', serif !important;
    opacity: 0;
    border-radius: 3px;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    /*-ms-transition: -ms-transform 0.3s, opacity 0.3s;*/
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    /* -o-transform-style: preserve-3d;*/
    /* -moz-transform-style: preserve-3d;*/
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    background-color: #002060;
}

    .Submenu > li > a {
        font-family: 'futurastd-heavy', serif !important;
        color: #fff;
        padding: 1.4rem 2rem;
        text-decoration: none;
        display: block;
        font-size: 1.7rem;
        text-align: left;
        font-weight: 500;
        background: #121c44;
    }

            .Submenu > li > a:hover {
                background: #1B5AA2;
                color: #fff !important;
            }

        .Submenu > li:hover {
            position: relative;
        }


.SubmenuThird {
    font-family: 'futurastd-heavy', serif !important;
    display: none;
    position: absolute;
    list-style: none;
    width: 22rem;
    transition: 0.5s;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
    left: 23rem;
    top: 0rem;
    z-index: 999;
}

    .SubmenuThird > li > a {
        float: none;
        font-family: 'futurastd-heavy', serif !important;
        color: #fff !important;
        background-color: #0e1540;
        padding: 1.4rem 1.6rem;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 1.25rem;
    }

    ul.MenuBar li li:hover > a {
        background: #0e1540;
    }

    .SubmenuThird > li > a:hover {
        background: #121c44 !important;
    }

    ul.Submenu > li > a::before {
        content: '- ';
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
    }


    ul.Submenu ul::before {
        background: #0e1540;
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        width: 1rem;
        height: 4.6rem;
    }

    .SubmenuThird > li > a:hover {
        background: #008fd5;
    }

.Submenu {
    font-family: 'futurastd-heavy', serif !important;
    visibility: hidden;
    padding: 0rem;
    opacity: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    width: 22rem;
    z-index: 999;
    max-height: 0;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
}

    .MenuBar > li:hover .Submenu {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        max-height: 1000px;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .sticky:hover {
        cursor: pointer;
    }
    /*--------------*/
    .Submenu > li:hover .SubmenuThird {
        display: block;
    }

    .navbar_mobile {
        display: none;
        width: 100%;
        height: auto;
        background-color: #622922;
        padding: .5rem;
    }

    .Navbar_toggleInactive {
        border-radius: .4rem;
        display: inline-block;
        font-size: 3rem;
        text-decoration: none;
        color: #fff;
    }

    .Navbar_toggleactive {
        display: none;
        border-radius: .4rem;
        font-size: 3rem;
        text-decoration: none;
        color: #fff;
        transform: rotate(90deg);
        transition: 0.5s;
    }

    .MobileMenubar {
        display: none;
        padding: 1rem;
        width: 100%;
        height: auto;
        position: relative;
        float: right;
    }

    .Navbartoggle, .Navbartoggle:Active, .Navbartoggle:focus {
        font-size: 2rem;
        color: #fff;
    }

    .affix {
        position: fixed;
        z-index: 999;
        top: 0rem;
        left: 0;
    }

    .menuClose {
        width: calc(100% - 30rem);
        display: inline-block;
        float: left;
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        top: 0rem;
        bottom: 0rem;
        right: 0rem;
       
    }

        .menuClose:hover {
            background-color: rgba(0,0,0,0.7);
        }


    .navtab_div > a:first-child {
        color: #f4be2c;
    }

    .recentlIink {
        width: 100%;
    }

        .recentlIink a {
            color: gray;
        }


    /* slider start */
    .slider-div {
        /*margin-top: -38px;*/
    }

        .slider-div .owl-pagination {
            display: none !important;
        }

        .slider-div .owl-theme .owl-controls .owl-page span {
            margin: 0px 7px 0px;
            width: 10px;
            height: 10px;
            background: #fff;
        }

    /* slider end */



    /*New Event Start*/

    /* news/event start */

    .news-div_before {
        background: var(--primary);
        padding: 10px;
    }

    .news-div_cnt_bg {
        background: var(--secondary);
    }

    .ri-links-line {
        border-radius: 100%;
        background: var(--lightGreen);
        padding: 0 5px;
        color: #fff;
    }

    #news-div_cnt li {
        margin-right: 20px;
        margin-bottom: 15px;
    }

        #news-div_cnt li span {
            color: #fff;
            letter-spacing: .5px;
            transition: var(--ts);
        }

        #news-div_cnt li:hover span {
            color: var(--lightGreen);
        }


    .news-div_before::before {
        content: '';
        position: absolute;
        right: -9px;
        top: 22px;
        width: 10px;
        clip-path: polygon(0 0, 100% 52%, 0 100%, 0% 50%);
        background: var(--primary);
        height: 20px;
    }

    .news-div_cnt_icon > i {
        font-size: 24px;
        position: relative;
        color: var(--secondary) !important;
    }

    .news-div_cnt_desc {
        line-height: 16px;
        padding: 7px 0 5px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 500;
        text-shadow: 1px 1px 1px #a943547d;
    }

    #news-div_cnt {
        margin-top: 12px;
        min-height: 45px;
    }

    .Widget1 {
        display: inline-block;
        width: 100%;
        padding: 10px;
        box-shadow: 2px 1px 7px #05050566;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }

        .Widget1 > .heading {
            width: 100%;
            display: inline-block;
            padding: 5px;
            color: #fff;
            text-transform: capitalize;
            letter-spacing: 2px;
            color: var(--lightGreen);
            font-size: 30px;
            font-family: 'Domine', serif !important;
        }

    .widgetBody {
        width: 100%;
        display: inline-block;
        min-height: 250px;
    }

    @media only screen and (min-width: 768px) {
        #news-div_cnt {
            height: 300px;
        }
    }

    #news-div_cnt {
        margin-top: 12px;
        min-height: 45px;
    }

        #news-div_cnt li {
            margin-right: 20px;
            margin-bottom: 15px;
        }

    .about-div_cnt_title h1, .facility-div_title h1, .vision-div_title h1, .mentor-div_title h1, .gallery-div_title h1 {
        color: var(--secondary);
        font-weight: 700;
        font-size: 36px;
        font-family: 'Domine', serif !important;
    }

        .about-div_cnt_title h1 > span, .facility-div_title h1 > span, .vision-div_title h1 > span, .mentor-div_title h1 > span, .gallery-div_title h1 > span {
            font-family: 'Domine', serif !important;
            color: var(--blue);
        }

    .about-div_cnt_desc {
        font-size: 16px;
        letter-spacing: .5px;
        color: var(--text);
        line-height: 28px;
    }

p, ul {
    padding: 0;
    margin: 0;
    font-family: Georgia;
    /* font-family: 'Domine', serif !important;*/
    font-size: 16px;
}

    .btn-read_btn {
        background-color: var(--primary);
        padding: 7px 20px;
        border-radius: 5px;
        transition: var(--ts);
    }

    .btn-read_btn {
        white-space: nowrap;
    }

    .btn, .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
        box-shadow: none !important;
        border: 0 !important;
    }

    .btn-read_btn span {
        color: #fff !important;
        font-size: 15px;
    }

    .btn-read_btn {
        white-space: nowrap;
    }

        .btn-read_btn span {
            color: #fff !important;
            font-size: 15px;
        }

            .btn-read_btn span:last-child {
                display: block;
            }

    .btn-read_btn {
        white-space: nowrap;
    }

    element.style {
    }

    .Widget1 {
        display: inline-block;
        width: 100%;
        padding: 10px;
        box-shadow: 2px 1px 7px #05050566;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
    }

    .theme_bg_color {
        background-color: #002060;
        transition: .5s all ease-in-out;
    }

    .mybutton {
        background-color: var(--primary);
        padding: 7px 20px;
        border-radius: 5px;
        transition: var(--ts);
    }

    .btn-read_btn span {
        color: #fff !important;
        font-size: 15px;
    }

    .btn-read_btn {
        white-space: nowrap;
    }
    /* news/event end */
    /*Message Start*/
    .right img {
        object-fit: cover;
    }

    .myleft {
        border: 3px solid blue;
        margin-top: 32px;
        background: #e3be55;
    }

    #mentor_div {
        margin-bottom: 41px;
        margin-top: 40px;
    }

    .right {
        font-size: 24px;
    }

.messagebox {
    background: white;
    font-family: 'futurastd-heavy', serif !important;
    background: #ededed;
}

    .text-sec {
        color: #1b1b80;
        font-family: 'Domine', serif !important;
    }

    .text-main {
        font-family: 'Domine', serif !important;
        font-size: 48px;
    }

    .heading {
        font-size: 22px;
    }

.right p {
    font-family: 'Domine', serif !important;
    font-size: 18px;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: .5px;
    color: var(--text);
    line-height: 28px;
}

    .heading {
        font-family: 'Alatsi', sans-serif;
        font-size: 30px;
    }

    .text-sec {
        color: #134c86;
        font-size: 48px;
        font-family: 'futurastd-heavy', serif !important;
    }

    .About {
        background: orange;
        border: white;
        padding: 7px;
        border-radius: 4px;
        font-family: 'Domine', serif !important;
    }

    .messagebox {
        font-family: 'futurastd-heavy', serif !important;
    }

    .btn {
        color: black;
        background-color: orange;
    }

    .review {
        padding: 100px 0px;
        background-image: url(../img/parentreview.jpg);
        background-size: cover;
        background-position: center;
    }

    bg-orange {
        background-color: #f38321 !important;
    }

    .messbutton {
        background: orange;
        font-size: 15px;
        padding: 12px;
        border-color: white;
        border-radius: 6px;
    }

    .btn-action {
        color: black;
        font-weight: bold;
        background: orange;
        font-size: 18px;
    }

.cardsbutton {
    background: orange;
    font-size: 15px;
    padding: 6px;
    font-family: 'Domine', serif !important;
    border-color: white;
    border-radius: 6px;
    color: black;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
}

        .cardsbutton:hover {
            background-color: white;
            color: back;
            border: 1px solid #ffa500;
            transition: 0.3s;
            text-decoration: none;
        }
.mentorsbutton:link {
    text-decoration: none;
}

@media only screen and (min-width:320px) and (max-width: 576px) {
    .right {
            font-size: 16px;
        }

        .messbutton {
            padding: 6px;
            font-size: 15px;
        }

        .right p {
            font-size: 13px;
        }
    }

    @media only screen and (min-width:1025px) {
        .sizess {
            padding: 30px;
            padding-right: 146px;
            padding-left: 146px;
        }

        .fourcards {
            padding: 0px 140px;
        }

        .galleryimg {
            padding: 102px;
        }
        
    }

@media only screen and (min-width:1025px){
    .mybox {
        padding-right: 146px;
        padding-left: 146px;
    }
    .gallery .image-container {
        padding-right: 82px;
        padding-left: 82px;
    
    }
}
/*Message ENd*/
/* about start */
.about-div_img, .vision-div_img {
    width: 400px;
    height: fit-content();
    margin: 0 auto;
}

    .about-div_cnt_desc {
        font-size: 16px;
        letter-spacing: .5px;
        color: var(--text);
        line-height: 28px;
    }

    .facility-div {
        z-index: 2;
        border-radius: 10px 10px 0 0;
    }

    .about-div_cnt_title h1, .facility-div_title h1, .vision-div_title h1, .mentor-div_title h1, .gallery-div_title h1 {
        color: var(--secondary);
        font-weight: 700;
        font-size: 36px;
        font-family: 'Domine', serif !important;
    }

        .about-div_cnt_title h1 > span, .facility-div_title h1 > span, .vision-div_title h1 > span, .mentor-div_title h1 > span, .gallery-div_title h1 > span {
            font-family: 'Domine', serif !important;
            color: var(--blue);
        }

    .gallery_underline, .facility_underline {
        bottom: -12px;
    }

    .about-div_cnt_title > span, .vision-div_title > span, .mentor-div_title > span, .gallery_underline, .facility_underline, .footer-div_cnt_title > span, .inner-div_cnt_title > span {
        background: #199bcf;
        width: 40px;
        height: 4px;
        position: absolute;
    }

    .about-div_cnt_title h1, .facility-div_title h1, .vision-div_title h1, .mentor-div_title h1, .gallery-div_title h1 {
        color: var(--secondary);
        font-weight: 700;
        font-size: 36px;
        font-family: 'Domine', serif !important;
    }

        .about-div_cnt_title h1 > span, .facility-div_title h1 > span, .vision-div_title h1 > span, .mentor-div_title h1 > span, .gallery-div_title h1 > span {
            font-family: 'Domine', serif !important;
            color: #002060;
        }

.about-div_cnt_title h1, .facility-div_title h1, .vision-div_title h1, .mentor-div_title h1, .gallery-div_title h1 {
    color: #134c86;
    font-weight: 700;
    font-size: 40px;
    font-family: 'futurastd-heavy', serif !important;
}

    /* facility start */
    .facility-div_cnt_icn > i {
        text-align: center;
        font-size: 40px;
        color: var(--secondary);
        margin: 0 auto;
        padding: 6px;
        position: relative;
    }

        .facility-div_cnt_icn > i::after {
            content: '';
            position: absolute;
            top: 0;
            left: -11px;
            width: 50px;
            height: 30px;
            background: var(--lightGreen);
            z-index: -1;
            border-radius: 100px 100px 0 0;
            transform: rotate(-45deg);
        }

    .facility-div_cnt_read > a > span > i {
        position: relative;
        z-index: 5;
        color: #fff;
        margin-left: -2px;
    }

        .facility-div_cnt_read > a > span > i::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            z-index: -1;
        }

    .facility-div_cnt_desc {
        padding: 10px 15px;
        border-radius: 10px;
        z-index: -3;
    }

.facility-div_cnt_desc_title + span {
    font-family: 'Domine', serif !important;
    letter-spacing: .5px;
    line-height: 28px;
    background: #fff;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* white-space:break-spaces;*/
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
}


    .bg-1 {
        background: #e1fffa;
    }

    .bg-2 {
        background: #e1fffa;
    }

    .bg-3 {
        background: #e1fffa;
    }

    .bg-4 {
        background: #e1fffa;
    }

    .bg-5 {
        background: #e1fffa;
    }

    .bg-6 {
        background: #e1fffa;
    }

    .btn_line {
        right: -13px;
    }

    .facility-div {
        z-index: 2;
        border-radius: 10px 10px 0 0;
    }

.facility-div_cnt_desc_title h3 {
    font-size: 25px;
    color: brown;
    font-weight: bold;
    letter-spacing: .5px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    font-family: 'Domine', serif !important;
}

    .facility-div_cnt_read {
        border-radius: 0 0 10px 10px;
    }

    @media only screen and (min-width:786px) {
    }

    /* facility end */


    /*Cards Start*/
    .card h5 {
        font-size: 28px;
        font-weight: 500;
        font-family: 'Domine', serif !important;
    }

    .card p {
        font-size: 16px;
    }

    .card a {
        font-size: 15px;
    }

    .cardHeading h1 {
        font-size: 32px;
        font-family: 'Domine';
    }

    @media only screen and (min-width:768px) {
        fourcards {
            padding: 80px;
        }
    }

    /*Cards ENd*/

    /*STUDENTS SLIDER*/

    #slider-text {
        padding-top: 40px;
        display: block;
    }

        #slider-text .col-md-6 {
            overflow: hidden;
        }

        #slider-text h2 {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
            font-size: 30px;
            letter-spacing: 3px;
            margin: 30px auto;
            padding-left: 40px;
        }

            #slider-text h2::after {
                border-top: 2px solid #c7c7c7;
                content: "";
                position: absolute;
                bottom: 35px;
                width: 100%;
            }

    #itemslider h4 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin: 10px auto 3px;
    }

    #itemslider h5 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: bold;
        font-size: 12px;
        margin: 3px auto 2px;
    }

    #itemslider h6 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        ;
        font-size: 10px;
        margin: 2px auto 5px;
    }

    .badge {
        background: #b20c0c;
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        line-height: 31px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        border: 2px solid #FFF;
        box-shadow: 0 0 0 1px #b20c0c;
        top: 5px;
        right: 25%;
    }

    #slider-control img {
        padding-top: 135%;
        margin: 0 auto;
    }

    @media screen and (max-width: 992px) {
        #slider-control img {
            padding-top: 70px;
            margin: 0 auto;
        }
    }

    .carousel-showmanymoveone .carousel-control {
        width: 4%;
        background-image: none;
    }

        .carousel-showmanymoveone .carousel-control.left {
            margin-left: 5px;
        }

        .carousel-showmanymoveone .carousel-control.right {
            margin-right: 5px;
        }

    .carousel-showmanymoveone .cloneditem-1,
    .carousel-showmanymoveone .cloneditem-2,
    .carousel-showmanymoveone .cloneditem-3,
    .carousel-showmanymoveone .cloneditem-4,
    .carousel-showmanymoveone .cloneditem-5 {
        display: none;
    }

    @media all and (min-width: 768px) {
        .carousel-showmanymoveone .carousel-inner > .active.left,
        .carousel-showmanymoveone .carousel-inner > .prev {
            left: -50%;
        }

        .carousel-showmanymoveone .carousel-inner > .active.right,
        .carousel-showmanymoveone .carousel-inner > .next {
            left: 50%;
        }

        .carousel-showmanymoveone .carousel-inner > .left,
        .carousel-showmanymoveone .carousel-inner > .prev.right,
        .carousel-showmanymoveone .carousel-inner > .active {
            left: 0;
        }

        .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
            display: block;
        }
    }

    @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
        .carousel-showmanymoveone .carousel-inner > .item.active.right,
        .carousel-showmanymoveone .carousel-inner > .item.next {
            -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
            left: 0;
        }

        .carousel-showmanymoveone .carousel-inner > .item.active.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
            left: 0;
        }

            .carousel-showmanymoveone .carousel-inner > .item.left,
            .carousel-showmanymoveone .carousel-inner > .item.prev.right,
            .carousel-showmanymoveone .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
    }

    @media all and (min-width: 992px) {
        .carousel-showmanymoveone .carousel-inner > .active.left,
        .carousel-showmanymoveone .carousel-inner > .prev {
            left: -16.666%;
        }

        .carousel-showmanymoveone .carousel-inner > .active.right,
        .carousel-showmanymoveone .carousel-inner > .next {
            left: 16.666%;
        }

        .carousel-showmanymoveone .carousel-inner > .left,
        .carousel-showmanymoveone .carousel-inner > .prev.right,
        .carousel-showmanymoveone .carousel-inner > .active {
            left: 0;
        }

        .carousel-showmanymoveone .carousel-inner .cloneditem-2,
        .carousel-showmanymoveone .carousel-inner .cloneditem-3,
        .carousel-showmanymoveone .carousel-inner .cloneditem-4,
        .carousel-showmanymoveone .carousel-inner .cloneditem-5,
        .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
            display: block;
        }
    }

    @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
        .carousel-showmanymoveone .carousel-inner > .item.active.right,
        .carousel-showmanymoveone .carousel-inner > .item.next {
            -webkit-transform: translate3d(16.666%, 0, 0);
            transform: translate3d(16.666%, 0, 0);
            left: 0;
        }

        .carousel-showmanymoveone .carousel-inner > .item.active.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-16.666%, 0, 0);
            transform: translate3d(-16.666%, 0, 0);
            left: 0;
        }

            .carousel-showmanymoveone .carousel-inner > .item.left,
            .carousel-showmanymoveone .carousel-inner > .item.prev.right,
            .carousel-showmanymoveone .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
    }


    /*STUDENTS SLIDER END*/



    /*Gallery Start Events*/

.gallery {
    min-height: 100vh;
    /*background: #f7f7f7;*/
    padding-bottom: 100px;
    font-family: 'futurastd-heavy', serif !important;
}

        .gallery .controls {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px 0;
            list-style: none;
        }

            .gallery .controls .buttons {
                height: 40px;
                width: 161px;
                background: orange;
                color: #666;
                font-size: 20px;
                line-height: 40px;
                cursor: pointer;
                margin: 20px;
                box-shadow: 0 3px 5px rgba(0,0,0,.3);
                text-align: center;
                color: black;
            }

                .gallery .controls .buttons.active {
                    background: coral;
                    color: #fff;
                }

        .gallery .image-container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            
        }

            .gallery .image-container .image {
                height: 250px;
                width: 350px;
                overflow: hidden;
                border: 5px solid #fff;
                box-shadow: 0 3px 5px rgba(0,0,0,.3);
                margin: 20px;
            }

                .gallery .image-container .image img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }

                .gallery .image-container .image:hover img {
                    transform: scale(1.3);
                    transition:all 2s ease;
                }


.GAllHead {
    font-size: 45px;
 color: #134c86;
    
}
}
/* Create two equal columns that sits next to each other */
/*Gallery Events End*/
/*Footer Start*/
.footer_ul {
    padding-left: 0;
}

    .footer_ul li {
        padding: 10px 0;
        list-style: none;
        color: black;
        font-weight: 600;
    }

        .footer_ul li a {
            font-family: 'Domine', serif !important;
            color: white;
            font-size: 18px;
            text-decoration: none;
            letter-spacing: 0.5px;
            line-height: 24px;
        }
footer {
    background: #002060;
}
.title_1 {
    font-size: 33px;
    color: #ffa500;
    font-family: 'Domine', serif !important;
}


.copyright p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.copyright {
    background: #e8e9ee;
}

    .copyright a {
        color: #095482;
    }

.main-footer b {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Domine', serif !important;
}

.main-footer p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.footer_ul li a:hover {
    color: #ffd712 !important;
    text-decoration: none;
}

.facility-div_cnt_read a span {
    font-size: 17px ;
    font-family: 'Domine', serif !important;
}
/*footer ENd*/
/*Footer ENd End*/




/*Principal Message*/
.left h1 {
    

    margin-bottom: 32px;
    margin-top: 11px;
}
.left p {
    font-size: 20px;
}
.wow {
    font-size: 15px;
}
.advertisement {
    background: #002060;
    color: white;
    border: 1px solid;
}
.buttns{
    font-size:16px;
}



@media (min-width: 768px) {
    .right {
        padding: 67px;
    }
    .left{
        padding:0px;
    }
}

/*Principal Message ENd*/
@media only screen and (min-width:320px) and (max-width:769px) {
    .right {
        padding-right: 9px;
    }

    .about-div_cnt_desc p {
        font-size: 13px;
    }

    .intro {
        padding: 0px 52px;
    }
}


@media (min-width: 1200px) {
    .intro {
        max-width: 1260px;
    }
    .mentorsmain {
        padding-right: 62px;
        padding-left: 40px;
    
    }
}

.mentorsmain img {
    height: 305px;
    width: 296px;
    margin: auto;
    margin-top: 10px;
}
}

@media   (min-width: 320px) and (max-width:568px)
{
    .logo_div{
        margin-top:20px;
    }


        .logo_div img {
        margin-top: 9px;
        width: 300px;
        height: 58px;
    }

    .header_links > ul > li a, .header_links {
        margin-top: -3px;
    }
}

.mentorsbutton {
    display: block;
    margin:auto
}

@media only screen and (min-width: 320px) and (max-width: 568px) 
{
    .mainsliderr{
        margin-top: -31px;
    }
    .logo_div img {
        height: 38px;
    }
    .imagesslider {
        height:400px;
    }
}

@media only screen and (min-width: 768px)
{
    .imagesslider {
        height: 640px;
    }
}


/*Anmations*/

.card:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.8s ease;
}

/*Animations ENd*/


.icon-bar {
    position: fixed;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

/*Menu start*/

.navbar_header {
    width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(180deg,#0C365E, #0C365E)
}

/*.MenuBar {
    padding: 0;
    margin: 0;
    background: linear-gradient(180deg, #19A83B, #19A83B);
    list-style: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;*/
/margin-left: 194px;/
/
}

/

#MenuItems {
    padding-left: 40px;
}
/* @media(max-width:768px)  {
    #MenuItems{
        padding-left: 0px;
    }
} */


/*.MenuBar > li {
    float: left;
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding: 0px 33px;
}

.MenuBar li > a.active {
    background-color: #4DB1E2;
    color: #fff;
    z-index: 999;
}

.MenuBar > li:first-child > a {
    
    color: #fff;
    z-index: 999;
}*/


/*.MenuBar > li:hover > a {
    background: white;*/
/box-shadow: 0 -1rem 0 1rem rgba(255,255,255,0.1);/
/*color: black !important;
    z-index: 9999;
}

.MenuBar > li:hover {
    color: #fff;
}

.MenuBar > li > a {
    position: relative;
    display: block;
    padding: 2rem 0.6rem 2rem 0.6rem;
    font-size: 1.8rem;
    line-height: 0.4rem;
    color: #fff;*/
/text-shadow: 0px 1px 0px #0d0d0d;/
/*font-family: initial;
}*/
.sticky {
    margin-right: 34px;
}

@media only screen and (min-width: 786px) {
    /* .MenuBar > li > a {
        padding: 2rem 0.9rem 2rem 0.6rem;
        font-size: 1.7rem;
    }

    .MenuBar > li {
        float: left;
        display: inline-block;
        position: relative;
        font-weight: 400;
        padding: 0px 0px;
    }*/
}

@media only screen and (max-width:768px) {

    .navbar_header {
        /* display:none; */
    }

    .sticky {
        margin-right: -8px;
    }

    .manyphotos {
        margin-left: -30px;
    }

    .slider-control img {
        padding-top: 98px;
    }

    #MenuItems {
        padding-left: 0px;
    }
}
/*
.MenuBar > li:last-child > ul.Submenu {
    right: 1.4rem;
}*/

/*.Submenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;*/
/-ms-transition: -ms-transform 0.3s, opacity 0.3s;/
/*-moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;*/
/* -o-transform-style: preserve-3d;*/
/* -moz-transform-style: preserve-3d;*/
/*-webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    background-color: #fff;
}*/
/*.Submenu > li > a {
        color: #fff;
        padding: 0.6rem 2rem;
        text-decoration: none;
        display: block;
        font-size: 1.3rem;
        text-align: left;
        font-weight: 500;
        background: #19A83B;
    }

        .Submenu > li > a:hover {
            background: #1B5AA2;
            color: #fff !important;
        }

    .Submenu > li:hover {
        position: relative;
    }
*/
.SubmenuThird {
    display: none;
    position: absolute;
    list-style: none;
    width: 22rem;
    transition: 0.5s;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
    left: 23rem;
    top: 0rem;
    z-index: 999;
}

.SubmenuThird > li > a {
    float: none;
    color: #fff !important;
    background-color: #0e1540;
    padding: 1.4rem 1.6rem;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.25rem;
}

    /*ul.MenuBar li li:hover > a {
    background: #0e1540;
}*/

    .SubmenuThird > li > a:hover {
        background: #121c44 !important;
    }

/*ul.Submenu > li > a::before {
    content: '- ';
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
}*/


/*ul.Submenu ul::before {
    background: #0e1540;
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 1rem;
    height: 4.6rem;
}*/

/*.SubmenuThird > li > a:hover {
    background: #008fd5;
}

.Submenu {
    visibility: hidden;
    padding: 0rem;
    opacity: 0;
    list-style: none;
    position: absolute;
    top: 100%;*/
/width: 22rem;/
/*z-index: 99999999;
    max-height: 0;*/
/box-shadow: 0 0 0 10px rgba(255,255,255,0.5);/
/
}

/

@media(min-width:768px) {
    /*.Submenu {
        visibility: hidden;
        padding: 0rem;
        opacity: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        width: 22rem;
        z-index: 99999999;
        max-height: 0;*/
    /* box-shadow: 0 0 0 10px rgb(255 255 255 / 50%); */
    /
}

/
}

/*.MenuBar > li:hover .Submenu {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    max-height: 1000px;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}*/

.sticky:hover {
    cursor: pointer;
}

/--------------/
/*.Submenu > li:hover .SubmenuThird {
    display: block;
}*/
.navbar_mobile {
    display: none;
    width: 100%;
    height: auto;
    background-color: #622922;
    padding: .5rem;
}

.Navbar_toggleInactive {
    border-radius: .4rem;
    display: inline-block;
    font-size: 3rem;
    text-decoration: none;
    color: #fff;
}

.Navbar_toggleactive {
    display: none;
    border-radius: .4rem;
    font-size: 3rem;
    text-decoration: none;
    color: #fff;
    transform: rotate(90deg);
    transition: 0.5s;
}

.MobileMenubar {
    display: none;
    padding: 1rem;
    width: 100%;
    height: auto;
    position: relative;
    float: right;
}

.Navbartoggle, .Navbartoggle:Active, .Navbartoggle:focus {
    font-size: 2rem;
    color: #fff;
}

.affix {
    position: fixed;
    z-index: 999;
    top: 0rem;
    left: 0;
}

.menuClose {
    width: calc(100% - 30rem);
    display: inline-block;
    float: left;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    display: none;
}

    .menuClose:hover {
        background-color: rgba(0,0,0,0.7);
    }


.navtab_div > a:first-child {
    color: #f4be2c;
}

.recentlIink {
    width: 100%;
}

    .recentlIink a {
        color: gray;
    }





.menu-cont {
    background-color: #083a58
}

.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: .3px
}

    .navbar_header > ul > li:last-child > ul {
        right: 0;
        left: auto
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 999
    }

        .navbar_header > ul > li > ul > li > ul > li > a {
            text-transform: uppercase;
            color: #fff;
            width: 100%;
            height: auto;
            display: inline-block;
            border-bottom: 1px solid #ffffff1f;
            padding: 10px;
            font-size: 13px;
            position: relative;
            background-color: #05334e;
            text-decoration: none;
            letter-spacing: .5px
        }

            .navbar_header > ul > li > ul > li > ul > li > a:hover {
                color: #ffd712
            }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 41px;
        z-index: 999;
        margin: 0;
        display: none;
        -moz-animation: zoomIn .3s ease;
        -webkit-animation: zoomIn .3s ease;
        animation: zoomIn .3s ease
    }

        .navbar_header > ul > li > ul > li {
            position: relative
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px solid #ffffff1f;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 8px;
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .5px;
                position: relative;
                background: #0C365E;
                text-decoration: none;
                transition: .5s all ease-in
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #ffd712
                }

    .navbar_header > ul {
        list-style: none;
        padding: 0px;
        margin: 0;
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        transition: .5s all ease-in;
        justify-content: center;
        margin-top: 4px;
    }

        .navbar_header > ul > li:hover > a {
            text-decoration: none;
            background: #366c9e;
            color: black
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block
        }

        .navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
            display: inline
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            /* padding: 15px 10px; */
            color: white;
            padding-left: 15px;
            padding-right: 12px;
            padding-top: 6px;
            padding-bottom: 11px;
            /* letter-spacing: 0.3px; */
            text-decoration: none;
            position: relative;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            font-family: Georgia;
        }

            .navbar_header > ul > li > a:after {
                content: '';
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                clear: both
            }

        .navbar_header > ul a:hover {
            color: #000
        }

.MobileMenubar {
    display: none
}

.Navbartoggle {
    font-size: 20px;
    color: #fff
}

@media only screen and (max-width:768px) {
    .student_cnt {
        text-align: center !important;
    }

    .margin_topper {
        margin-top: 30px !important;
    }

    .top_header a, .top_header p {
        font-size: 14px;
        margin: 0 auto
    }

    #MrqNews a {
        -webkit-line-clamp: unset !important
    }

    .high_div::after {
        top: auto !important;
        right: 50% !important;
        bottom: -5px
    }

    .box-three {
        display: grid;
        min-height: auto !important
    }

    .high_div {
        border-radius: 0 !important
    }

    .high_div_cnt {
        padding: 2px 0 8px;
        border-radius: 0 0 5px 5px !important
    }

    .top_header .col-md-5.pt-1 {
        text-align: center;
        line-height: 28px;
        justify-content: center
    }

    .btn {
        font-size: 15px !important;
        letter-spacing: .5px;
        margin: 0 8px 0 0 !important
    }

    .top_header .col-md-5.pt-1 img {
        width: 14px
    }

    .MobileMenubar {
        display: inline-block;
        padding: 2px;
        float: right;
        background-color: #0C365E;
    }

    .mascot_div {
        width: 80px !important
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        width: 45px !important;
        height: 45px !important
    }

    .navbar_header > ul {
        padding: 0px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #092642;
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #072e4669
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #fff
            }

            .navbar_header > ul > li > ul {
                display: inline-block;
                position: static;
                width: 100%
            }

    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #083a58;
        top: 0;
        bottom: 0;
        z-index: 999
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #fff;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .Header_address {
        padding: 5px
    }
}

.affix {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0 2px 6px 0
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.mobileMenu {
    width: 100%;
    display: none
}

@media only screen and (max-width:768px) {
    .navbar_header > ul > li > ul {
        display: inline-block;
        position: static;
        width: 100%
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block
    }

    .menuBar {
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: block
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
        padding: 8px;
        font-size: 16px;
    }
}

.Togglebtn {
    display: none
}

@media only screen and (max-width:768px) {
    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px
    }
}


/*Menu bar end*/

.carousel-control-next-icon {
    display: none !important;
}
.carousel-control-prev-icon {
    display: none !important;
}

.next {
    display: none !important;
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .carousel-inner {
        margin-top: 15px;
    }
    .carousel-control-next span{
        display:none;
    }
    .carousel-control-prev span {
        display: none;
    }
    .next {
        display: none !important;
    }
}

.breadcrumbs h1 {
    color: black;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 700;
}

.breadcrumbs .bread-list {
    border-radius: 3px;
    background: transparent;
    display: inline-block;
    margin-top: 20px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumbs ul li i {
    margin: 0px 15px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
/*Gallery Album start*/
#imageGallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.inner-content {
    margin: 0 0;
}

.gallery-div {
    width: 16rem;
    height: 16rem;
}

.gallery-album {
    position: relative;
    overflow: hidden;
    border: 0.3rem solid #ffffff;
    filter: grayscale(1);
    border-radius: 0.4rem 4rem;
    box-shadow: 0.3rem 0.5rem 0.8rem 0rem #33333369;
}

.gallery-album {
    width: 26%;
    height: 14rem;
}

    .gallery-album:before {
        content: '';
        width: 3.3rem;
        height: 2rem;
        position: absolute;
        top: -6rem;
        right: 3rem;
        background: url(../images/gallery-eye.png);
        cursor: pointer;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        z-index: 3;
    }

    .gallery-album a.img-0 {
        display: block !important;
        position: relative;
        width: auto;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .gallery-album a:after {
        content: '';
        width: 100%;
        position: absolute;
        background: #0d325c;
        opacity: 0.8;
        top: 0;
        right: 0;
        bottom: 0;
        left: 150%;
        transform: skew(-33deg);
        -webkit-transform: skew(-33deg);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
    }

    .gallery-album .titles {
        position: absolute;
        text-align: right;
        font-size: 1.7rem;
        font-weight: 600;
        right: 3rem;
        bottom: -100px;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
    }

div.titles > div.title {
    color: #fff;
}

.gallery-album:hover {
    filter: grayscale(0);
}

    .gallery-album:hover:before {
        top: 3rem;
    }

    .gallery-album:hover a:after {
        left: 25%;
    }

    .gallery-album:hover .titles {
        bottom: 2.8rem;
    }

.circle-img {
    padding: .3rem;
    border: .2rem solid #1b1f2a;
    border-radius: 100%;
}

.album-img {
    border-radius: 100%;
    width: 21rem;
    height: 21rem;
    background-size: cover;
    background-position: center center;
}

.albums {
    display: inline-block;
    margin: .8rem;
}
/*Gallery Album End*/
#nws_evt span{
    color:white;
}