
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right:10px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*mission start*/

/*.msbox {*/
   /* margin: 0;
    padding: 0;*/
   /* min-height: 100vh;
    background: #333;*/
    /*display: flex;
    justify-content: center;
    align-items: center;
    font-family: consolas;
}*/
/*.containerr {*/
    /*width: 1000px;*/
    /*position: relative;
    display: flex;
    justify-content: space-between;
}*/

    .container .card {
        position: relative;
        cursor: pointer;
    }

        .container .card .face {
           /* width: 300px;*/
            height: 200px;
            transition: 0.5s;
        }

            .container .card .face.face1 {
                position: relative;
                BACKGROUND: blanchedalmond;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1;
                transform: translateY(100px);
                border-radius: 15px;
            }

        .container .card:hover .face.face1 {
            BACKGROUND: blanchedalmond;
            transform: translateY(0);
        }

        .container .card .face.face1 .content {
           /* opacity: 0.2;*/
            transition: 0.5s;
        }

        .container .card:hover .face.face1 .content {
            opacity: 1;
        }

        .container .card .face.face1 .content img {
            max-width: 128px;
        }

        .container .card .face.face1 .content h3 {
            margin: 10px 0 0;
            padding: 0;
            color: #ffa217;
            text-align: center;
            font-size: 1.5em;
        }

        .container .card .face.face2 {
            position: relative;
            background: #f5f6ff;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
            /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);*/
            transform: translateY(-100px);
        }

        .container .card:hover .face.face2 {
            transform: translateY(0);
        }

        .container .card .face.face2 .content p {
            margin: 0;
            padding: 0;
            font-weight: bold;
            font-family: "Nunito",sans-serif;
           /* letter-spacing: 2px;*/
            font-size: 15px;
        }

        .container .card .face.face2 .content a {
            margin: 15px 0 0;
            display: inline-block;
            text-decoration: none;
            font-weight: 900;
            color: #ffa217;
            padding: 5px;
            /* border: 1px solid #f03c02; */
            background: #ffe6c1;
            border-radius: 6px;
            font-weight: bold;
        }
       
            .container .card .face.face2 .content a:hover {
                background: #333;
                color: #fff;
            }

/*mission start*/
/*nav menu start*/
CSS START
/*.back-top {
    display: none;
    bottom: 13%;
    right: 1.5%;
    z-index: 8;
}

.back-top > img {
    width: 40px;
    filter: hue-rotate(-52deg);
}*/
.navbar_header {
    width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(90deg,#111c58 0,#5c2782 51%,#111c58);
}

/*.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 {
    
    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: linear-gradient(180deg, rgb(238 212 163) 0%, rgb(244, 131, 35) 100%);
    padding-right: 12px;
}

.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: 40px;
        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: linear-gradient(260deg, rgb(238 212 163) 0%, rgb(244, 131, 35) 100%);
                text-decoration: none;
                transition: .5s all ease-in
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    color: white;
                }

    .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
    }

        .navbar_header > ul > li:hover > a {
            text-decoration: none;
            background: #f48323;
            color: white
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
            font-weight:bold;
        }

        .navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
            display: inline
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            /* font-family: mohr_altmedium; */
            color: #fff;
            white-space: nowrap;
            padding: 12px 10px 8px;
            letter-spacing: .5px;
            text-decoration: none;
            position: relative;
            transition: .5s;
            font-size: 15px;
            text-transform: uppercase;
            font-family: Calibri
        }

            .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: black
}
.lg {
    display: inline-block;
    width: auto;
    max-width: 100%;
  /*  height: 100px;*/
}
@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-image: linear-gradient(90deg,#111c58 0,#5c2782 51%,#111c58);
    }

    .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 {
 
    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
    }
}
/*CSS END*/
@media screen and (max-width:770px)
{
    .onlineadmission,.onlineadmissionn
    {
        display:none !important;
    }
}

@media screen and (min-width:600px) and  (max-width:769px) {
    .onlineadmissionn {
        display: block !important;
        margin-top:10px !important;
    }
}
/*nav menu start*/
/*mentor start*/
.testimonial {
    border-right: 4px solid #2A3D7D;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

    .testimonial:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: -17px;
        border-top: 25px solid #ffa217;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(45deg);
    }

    .testimonial:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -17px;
        border-top: 25px solid #ffa217;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
    }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 15px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffa217;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: black;
       
    }

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2A3D7D;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #29D18B !important;
    border-color: #29D18B;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
}
/*mentor start*/


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 45px;
    height: 45px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
 
/*.col-sm-12, .col-xs-12, .col-sm-8, .col-xs-12, .col-sm-3, .col-xs-4
{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}*/
.logo {
    display: inline-block;
    width: 100%;
    height: auto;
   /* margin-top: 10px;
    margin-bottom: 10px;*/
}
    .logo > img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: 100px;
    }
.onlineadmission {
    display: inline-block;
    width: 86%;
    height: auto;
    /* text-align: center; */
    margin-top: 6px;
   /* float: right;*/
}
    .onlineadmission > a > img {
        display: inline-block;
        width: auto;
        text-align: center;
        height: 100px;
    }

.onlineadmissionn {
    display: inline-block;
    width: 70%;
    height: auto;
    /* text-align: center; */
    margin-top: 30px;
    float: right;
}

    .onlineadmissionn > a > img {
        display: inline-block;
        width: auto;
        text-align: center;
        /*height: 100px;*/
    }
.header-div_social > ul > li {
    width: 30px;
}
#buttonC {
    background: #fff;
    color: #f48323;
    padding: 8px 8px 11px;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 10px;
    height: 39px;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    border: 5px solid #274080;
    border-radius: 50%;
    top: -10px;
    z-index: 9;
    left: auto;
    right: -12px;
    transition: 0.5s all ease-in;
}
/*.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #f03c02;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}*/
/**/
/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        background: #f03c02;
        border-color: #f03c02;
    }

/*.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}*/
/*.top-bar {
    background-color: #f30 !important;
}*/

/*@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}*/
.text-white {
    color: #fff !important;
}

/*.mb-0 {
    margin-bottom: 0 !important;
}*/

/*p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    color: #6b6b84;
    line-height: 1.8;
}
.text-white {
    color: #fff !important;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a {
    text-decoration: none !important;
}*/

/*.navbar_header > ul > li > a {
    display: inline-block;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: .3px;
    text-decoration: none;
    position: relative;
    transition: .5s;
    font-size: 17px;
}

.navbar_header > ul a:hover {
    color: #000;
}
a:hover {
    color: #f9690e !important;
}
.navbar_header > ul > li {
    position: relative;
    float: left;
    width: auto;
    display: inline-block;
}
    .navbar_header > ul > li > ul > li > a {
        color: #fff;
        border-bottom: 1px dashed;
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10px;
        font-size: 13px;
        position: relative;
        text-decoration: none;
        text-align: start;
    }
    .navbar_header > ul > li > ul > li {
        position: relative;
    }
    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 44px;
        z-index: 999;
        margin: 0;
        display: none;
        background-color: #f30 !important;
    }
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .Layer2 {
        padding-top: 0;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .Layer2 {
        padding-top: 0;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .Layer2 {
        padding-top: 0;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .Layer2 {
        padding-top: 0;
    }
}

.MobileMenubar {
    display: none;
}
.Layer2 {
    float: right;
    padding-top: 20px;
}
.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;
}
.btnn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #ff3300;
        top: 0;
        bottom: 0;
        z-index: 999;
    }
}
@media only screen and (max-width: 768px) {
    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #f8f9fa;
    }
}
@media only screen and (max-width: 768px) {
    .navbar_header > ul > li {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #064089;
    }
}
@media only screen and (max-width: 768px) {
    .navbar_header > ul > li > a {
        width: 100%;
        color: #333;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .Navbartoggle img {
        width: 35px;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {

    .Navbartoggle img {
        width: 35px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {

    .Navbartoggle img {
        width: 35px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {

    .Navbartoggle img {
        width: 35px;
    }
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.navbar_header {*/
   /* width: auto;*/
    /*height: auto;
    display: block;
    letter-spacing: .3px;
}
    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
    }
        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
        }
.header-cont {
    border-top: 5px solid #f30;
    border-bottom: 5px solid #f30;
    background-image: url(/Assests/images/banner.jpg);
}
a {
    text-decoration: none !important;
}
.Layer2 {
    float: right;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    .MobileMenubar {
        display: inline-block;
        padding: 10px;
        float: right;
    }
}
@media only screen and (max-width: 768px) {
    .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;
    }*/
}
/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

    /*.section-title::before {
        position: absolute;
        content: "";
        width: calc(93% + 66px);
        height: 2px;
        top: 13px;
        left: -15px;
        background: black;
        z-index: -1;
    }

    .section-title::after {
        position: absolute;
        content: "";
        width: calc(93% + 105px);
        height: 2px;
        bottom: 8px;
        left: -38px;
        background: black;
        z-index: -1;
    }*/

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: #f5f6ff;
    transition: .5s;
    border-radius: 15px;
}

    .service-item:hover {
        margin-top: -10px;
        background: #3c4194;
    }

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}
/*news start*/
.new_slide1 {
    font-weight: bold;
    color: white !important;
    font-size: 20px;
}
 
/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #ffa217 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        background: #3c4194;
        border-color: #3c4194;
    }





/*** Testimonial ***/
.testimonial-carousel_2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel_2::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel_2::before,
    .testimonial-carousel_2::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel_2::before,
    .testimonial-carousel_2::after {
        width: 300px;
    }
}

.testimonial-carousel_2 .owl-item .testimonial-text,
.testimonial-carousel_2 .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel_2 .owl-item.center .testimonial-text {
    background: #f03c02 !important;
}

    .testimonial-carousel_2 .owl-item.center .testimonial-text * {
        color: #FFFFFF !important;
    }

.testimonial-carousel_2 .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel_2 .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

    .testimonial-carousel_2 .owl-dot.active {
        background: #3c4194;
        border-color: #3c4194;
    }

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

    .footer .btn.btn-social:hover {
        color: #3c4194;
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
@media screen and (max-width:768px) {
    .text-white {
        color: #fff !important;
       text-align:center;
    }
    .ml
    {
        text-align:center!important;
    }
}