@import url(https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:600,700);

body,
html {
    overflow-x: hidden
}


/* ====================
   Breadcrumb Section (FINAL)
==================== */

.site-breadcrumb {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* Background Image */
    background-image: url('../img/bg-school.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 170px 0 150px;
    z-index: 0; /* IMPORTANT */
}

/* Overlay (NO NEGATIVE Z-INDEX) */
.site-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

/* Keep content above overlay */
.site-breadcrumb * {
    position: relative;
    z-index: 1;
}

/* Title */
.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* Breadcrumb Menu */
.site-breadcrumb .breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Items */
.site-breadcrumb .breadcrumb-menu li {
    display: inline-block;
    position: relative;
    /*margin-left: 25px;*/
    font-weight: 500;
    color: #ffffff;
}

/* First item */
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

/* Arrow */
.site-breadcrumb .breadcrumb-menu li::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -18px;
    top: 2px;
    font-size: 14px;
    color: #ffffff;
}

/* Last item arrow remove */
.site-breadcrumb .breadcrumb-menu li:last-child::after {
    display: none;
}

/* Links */
.site-breadcrumb .breadcrumb-menu li a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #0d6efd;
}

/* Active */
.site-breadcrumb .breadcrumb-menu li.active {
    color: #ffc107;
}

/* ====================
   NAVBAR SAFETY
==================== */

header,
.navbar,
.dropdown-menu {
    position: relative;
    z-index: 9999;
}

/* Responsive */
@media (max-width: 991px) {
    .site-breadcrumb {
        padding: 220px 0 130px;
    }

    .site-breadcrumb .breadcrumb-title {
        font-size: 32px;
    }
}

ol,
p,
ul {
    margin: 0
}

.login-item,
.social-icon1,
.view-link {
    float: right
}

.dropdown-content a,
a.back-to-top,
a.back-to-top:focus,
a.back-to-top:hover,
a:hover {
    text-decoration: none
}

#hero-area .contents .head-title,
.about-pg h1,
.adn a,
.book-pub p,
.controls .btn,
.dropdown-item,
.footer-head h5,
.shot-item .single-content a {
    text-transform: uppercase
}

.breadcrumb,
ol,
ol li,
ul,
ul li {
    list-style: none
}

.class-grid tr td,
.teacher-lists tr td {
    padding: 5px;
    color: #333
}

.ac-img,
.book-thumb,
.director-about,
.mhn-slide .mhn-img,
.mhn-slide .mhn-text p,
.photo-snippet,
.shot-item,
.top-sect {
    overflow: hidden
}

h1,
h2,
h3,
h4 {
    font-size: 22px;
    color: #524f4f;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif
}

.cctv-content,
.feature-btn {
    padding-top: 35px
}

#portfolios .mix,
.navbar,
.padding-none,
.tbl-prc-footer,
ol,
ul {
    padding: 0
}

a {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

a a:focus {
    outline: 0
}

p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

a:not([href]):not([tabindex]) {
    color: #100f0f;
    box-shadow: 0 0 3px #333;
    width: 261px
}

.btn-common:hover {
    color: #fff !important;
    background: #ff5722;
    border: 1px solid #ff5722
}

.login-item {
    margin-top: 13px;
    display: flex
}

.adn a {
    font-size: 17px;
    color: #d6274d;
    line-height: 4;
    margin: 0 12px;
    font-weight: 900
}

.dir-title h5,
.login-item h5 {
    font-size: 16px
}

.dir-title h5,
.shot-item:hover .single-content a {
    margin-bottom: 0
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.section-header {
    margin-bottom: 30px
}

.section-header p {
    text: center;
    font-weight: 400;
    line-height: 26px
}

.about-text2,
.about-text2 h2,
.box .info h2,
.menu-white .navbar-nav .nav-link,
.navbar-brand i,
.service,
.service h4,
.top-header a {
    color: #fff
}

.regicon {
    height: 40px
}

.online-fm {
    color: #e5734f
}

.bg-gray {
    background: #f9f9f9
}

.navbar-brand {
    position: relative;
    padding: 0
}

.top-nav-collapse {
    z-index: 999999;
    top: 0 !important;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    background-image: linear-gradient(to right, #1f6fb5, #66a9e4) !important
}

#counter,
.mhn-slide .owl-stage-outer {
    z-index: 1
}

.top-nav-collapse .navbar-brand {
    top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #3d60f4 !important
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link,
.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #3d60f4 !important
}

.indigo,
.menu-bg {
    background: 0 0
}

.navbar-expand-md .navbar-nav .nav-link i {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navbar-expand-md .navbar-nav .nav-link {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #ffeb3b !important
}

.nav-item:hover {
    background: #128cce;
    transition: background .3s
}

.navbar li.active a.nav-link {
    color: #ef3b40
}

.top-grid {
    text-align: right
}

#counter .counter-box,
.Copyright,
.about-pg h1,
.book-pub p,
.box,
.career-page h2,
.chairman-title,
.contact-right .contact-icon,
.controls,
.mhn-slide .mhn-text,
.social-icon a,
.video-title h3,
a.back-to-top i {
    text-align: center
}

.director-pic {
    height: 250px;
    width: 250px;
    margin: auto
}

.ac-img img,
.book-thumb img,
.director-pic img {
    height: 100%;
    width: 100%
}

.director {
    background: #eee;
    padding: 20px
}

.dir-title h5 {
    color: #ff5722;
    padding-top: 16px;
    font-weight: 600
}

.bg-item {
    background: #eee;
    padding: 30px
}

.carousel-item {
    height: 530px
}

.btn-effect1 {
    background: #d02c09;
    padding: 10px;
    color: #fff
}

#hero-area .contents {
    padding: 170px 0 50px
}

#hero-area .contents .head-title {
    color: #585b60;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px
}

.navbar-brand img {
    height: 70px
}

#feature,
.about-section,
.gallery-section,
.media-page {
    padding: 40px 0
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2f742f;
    border-radius: 30px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.profile-name {
    padding: 15px 0
}

.work-section {
    background: #dd3d4f;
    padding: 50px 0
}

.all-award {
    color: #00105b;
    background: #fffffff0;
    padding: 5px 14px;
    position: absolute;
    right: 0;
    top: 16px
}

.book-pub,
.top-view {
    padding: 10px
}

.all-award:hover {
    background: #333;
    color: #fff
}

.div-top li {
    line-height: 1;
    display: inline-flex
}

.top-header {
    color: #fff;
    font-size: 13px;
    background: #f8f9fa
}

.book-pub {
    background: #fff;
    border: 1px solid #ddd;
    transition: .3s ease-in-out
}

.book-thumb {
    height: 190px
}

.book-pub p {
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    color: #2c498d
}

.book-pub:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, .12);
    -webkit-transform: scale(1.014);
    transform: scale(1.014)
}

.service {
    padding-bottom: 30px
}

.ajay-bg {
    border-left: 1px solid #ddd
}

.social-icon1 a {
    line-height: 3;
    font-size: 14px;
    color: #fff;
    padding: 4px;
    border-radius: 8
}

.achivement {
    padding: 0 0 30px;
    background: #fff
}

.about-text,
.t-pic {
    margin-top: 30px
}

.btn-dark {
    border-radius: 0
}

.color-two {
    background: #ff5722;
    color: #fff;
    border-radius: 4px;
    box-shadow: box-shadow: 0 0 3px 0 rgba(61, 65, 77, .56)
}

#counter {
    background: center center/cover #333;
    position: relative
}

#counter .counter-box {
    padding: 20px 15px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 9px 16px 0 rgba(225, 225, 225, .004);
    position: relative
}

#counter .counter-box .icon-o {
    color: #fff;
    margin-bottom: 20px
}

#counter .counter-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

#counter .counter-box p {
    color: #fff;
    font-size: 16px
}

.section-padding {
    padding: 32px 0
}

#counter .counter-box .icon-o i {
    font-size: 42px
}

.footer-head h5 {
    padding-bottom: 15px;
    font-size: 18px
}

.galley-panel {
    padding: 40px 0;
    background: #06163a
}

.ac-img {
    height: 325px
}

.hours_links li {
    line-height: 2.3
}

.social-icon .facebook,
.social-icon1 .facebook {
    background: #3b5999
}

.social-icon .twitter,
.social-icon1 .twitter {
    background: #4a9cec
}

.social-icon .instagram,
.social-icon1 .instagram,
.view-link a:hover {
    background: #d6274d
}

.social-icon .insta,
.social-icon1 .instagram2 {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, transparent)
}

.social-icon .linkedin,
.social-icon1 .linkedin {
    background: #1260a2
}

.company-links a {
    color: #e4b833
}

.hours_links li a:hover {
    color: #ffc107;
    padding-left: 10px
}

footer {
    color: #fff;
    padding: 60px 0 20px;
    background: linear-gradient(#095596ed, rgba(18, 96, 162, .81)) 0 0/cover, url(../img/bg-school.jpg) center center/cover fixed
}

.latest_news a {
    display: block;
    color: #07cfe8
}

.Copyright {
    padding: 60px 0 10px
}

.view-link a:hover {
    color: #fff
}

.controls .active,
.social-icon a:hover {
    color: #fff !important
}

.social-icon a {
    color: #fff;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.social-icon .google {
    background: #ce332a
}

.hours_links li a {
    color: #fffc
}

.demo1 {
    padding: 2px
}

.news-item {
    background: #fff;
    margin: 5px 0;
    padding: 2px 0;
    border-radius: 5px;
}

.view-link {
    font-size: 14px;
    margin-top: 13px
}

.view-link a {
    color: #ff5722;
    padding: 2px 7px;
    margin-right: 9px;
    font-weight: 100
}

.dropbtn {
    color: #fff;
    padding: 16px;
    border: none;
    cursor: pointer
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #128cce;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    margin-top: -2px
}

.dropdown-content a {
    color: #fff;
    padding: 6px 16px;
    display: block;
    -webkit-transition: .6s ease-in-out
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown-item {
    font-size: 14px
}

#portfolios .portfolio-item {
    margin: 7px;
    height: 250px
}

#portfolio .mix,
.mhn-slide .owl-nav .disabled {
    display: none
}


.controls .active {
    border-color: #ff5722;
    background: #ff5722
}

.controls .btn {
    margin: 7px;
    font-size: 14px;
}

.controls:hover {
    color: #fff;
    cursor: pointer
}

.shot-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.shot-item img {
    width: 100%;
    height: 100%;
    transition: .6s;
    -moz-transition: .6s;
    object-fit: cover;
    -webkit-transition: .6s
}

.about-pg,
.logo-1 img {
    height: 100px
}

.shot-item .single-content {
    background-color: rgba(22, 26, 39, .7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    width: 100%
}

.shot-item .single-content .fancy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2
}

.shot-item .single-content .fancy-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.about-p1 p,
.shot-item .single-content .zoom-icon {
    margin-bottom: 15px
}

.shot-item .single-content .zoom-icon a i {
    color: #fff;
    font-size: 22px;
    background: #3d60f4;
    width: 48px;
    height: 48px;
    display: block;
    line-height: 48px;
    margin: 0 auto;
    border-radius: 30px
}

.shot-item .single-content a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif
}

.shot-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.shot-item:hover .single-content {
    opacity: 1
}

.about-text2 {
    padding: 0 0 30px
}

.mhn-text h3 {
    font-size: 16px;
    color: #333;
    padding-top: 10px
}

.mhn-slide .mhn-item {
    width: 100%;
    margin-bottom: 22px;
    padding: 10px
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 6px
}

.mhn-slide .mhn-img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    position: relative
}

.mhn-slide .mhn-text {
    padding: 6px 10px
}

.mhn-slide .mhn-text h4,
.news-item td {
    font-weight: 700
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor
}

.mhn-slide .owl-next,
.mhn-slide .owl-prev {
    top: 110px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .49), 0 0 4px rgba(0, 0, 0, .22)
}

.header-inner:after,
.header-inner:before {
    content: "";
    background: #fff;
    height: 35px;
    top: 5px;
    width: 100%;
    position: absolute
}

.mhn-slide .owl-prev {
    left: -10px
}

.mhn-slide .owl-next {
    right: -10px
}

.header-inner {
    display: inline-flex
}

.top-sect {
    background-color: #00acec;
    border-top: 2px solid #db802d;
    color: #fff;
    font-size: 12px;
    padding-bottom: 8px;
    padding-top: 1px
}

.top-header__contacts {
    display: inline-block;
    padding-right: 26px;
    padding-left: 20px;
    line-height: 2;
    border-right: 1px solid #fff
}

.header-inner:before {
    right: 100%;
    -moz-transform: skew(45deg, 0);
    -webkit-transform: skew(45deg, 0);
    -o-transform: skew(45deg, 0);
    -ms-transform: skew(45deg, 0);
    transform: skew(45deg, 0)
}

.header-inner:after {
    left: 100%;
    -moz-transform: skew(-45deg, 0);
    -webkit-transform: skew(-45deg, 0);
    -o-transform: skew(-45deg, 0);
    -ms-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0)
}

.header-login__item {
    padding-right: 13px;
    border-right: 1px solid #fff;
    padding-left: 13px;
    color: #fff
}

.top-header__contacts a {
    color: #fff;
    line-height: 0
}

#contactForm {
    background: #2d3752;
    padding: 20px;
    margin-top: 30px
}

#transport-banner {
    background: linear-gradient(#2bb7eb59, rgba(0, 172, 236, 0)) top/cover, url(../img/bg-school.jpg) top/cover fixed;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.all-gallery,
.card-deck {
    padding: 20px 0 0
}

.transport-info h1 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #08467d
}



.transport-info a {
    margin: 30px 0
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: #fefefe;
    background-image: none;
    border-color: #6c757d
}

.about-pg {
    background: url(../img/bg-banner.png);
    align-items: center;
    display: flex
}

.about-content,
.bus-sec,
.contactus-pg {
    padding: 30px 0
}

.director-about {
    height: 370px;
    border: 2px solid #866b56;
    padding: 0
}

.pg-2 {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 10px 10px 7px 0 rgba(0, 0, 0, .12)
}

.about-pg h1 {
    color: #fff;
    font-weight: 100;
    margin-bottom: 0
}

.about-content2 {
    background: #fff;
    padding: 50px 0
}

.delhi-pic {
    margin-top: 30px;
    box-shadow: 10px 10px 7px 0 rgba(8, 11, 18, .47)
}

.chairman-title {
    font-size: 13px;
    font-weight: 600;
    margin-top: 35px;
    background: #f9693d;
    color: #fff;
    padding: 10px
}

.video-section {
    padding: 30px 0;
    background: #fff
}

.video-title h3 {
    padding-bottom: 20px
}

.bacamp {
    background: #e9ecef
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .25rem 1rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-radius: .25rem
}

.sport-pg,
.vision-content2 {
    padding-top: 30px
}

.teacher-lists {
    padding: 30px 0 0
}

.breadcrumb-item.active {
    color: #d6274d
}

.card-title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 800;
    padding-top: 10px
}

.btn-dark,
.btn-info {
    text-transform: uppercase;
    font-size: 14px
}

.user-pic img {
    height: 59px
}

.teacher-lists tr td {
    font-weight: 700
}

.class-grid thead tr th,
.teacher-lists thead tr th {
    padding: 5px;
    background: #f17d59;
    color: #fff
}

.up-adm {
    padding-bottom: 20px
}

.admission-page h2 {
    font-size: 19px;
    color: #011931
}

.class-grid {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 11px #1516174a
}

.enq-section {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #1516174a
}

.form-group span {
    color: #e41f1f
}

.form-group label {
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    font-weight: 800
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.photo-snippet {
    float: left;
    width: 22.333333%;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 22px;
    border: none;
    padding: 1px;
    height: 190px;
    box-shadow: 0 15px 14px -15px #111
}

.photo-snippet:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .2s linear
}

.gallery-page h2 {
    padding: 0 0 18px 13px;
    font-size: 20px
}

.photo-snippet a img {
    height: 100%;
    width: 100%;
    -webkit-transition: .6s
}

.media-page .shot-item {
    background: #fff;
    padding: 10px;
    border: none;
    height: 300px;
    box-shadow: 0 4px 8px #ddd;
    transition: .3s ease-in-out;
    box-shadow: 0 15px 14px -15px #111
}

.media-page .shot-item img {
    object-fit: contain
}

.btn-dark {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.career-req {
    background: #ffffffd6;
    padding: 19px;
    box-shadow: 0 15px 10px -15px #111;
    border: 1px solid #ddd
}

.box,
.bus-sec img {
    box-shadow: 0 15px 14px -15px #111
}

.career-req .form-control {
    padding: 5px;
    border: 1px solid #ced5dc;
    border-radius: 0;
    box-shadow: inset 0 0 3px #cabfbf
}

.career-page h2 {
    padding-top: 28px
}

.contact-right .contact-icon {
    background: #ef3b40;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.contact-right .single-contact {
    margin: 30px 0;
    padding: 3px 55px;
    position: relative;
    color: #abacae
}

.box {
    padding: 18px;
    min-height: 156px;
    background: #496680;
    margin-top: 30px
}

.hostal-pic,
.sports-pic {
    box-shadow: 0 15px 14px -13px #111111bf
}

.image i {
    font-size: 33px;
    color: #fff;
    margin-bottom: 17px
}

.info p {
    color: #e9ecef;
    font-size: 15px
}

.m-title h6 {
    font-size: 18px;
    font-weight: 600
}

.m-title {
    padding: 10px 0
}

.mission-text h4 {
    font-size: 19px;
    color: #4d4f50
}

.mission-text li {
    list-style: disc;
    margin-left: 24px
}

.career-form {
    max-width: 830px;
    width: 100%;
    margin: auto
}

.panel.panel-default {
    background: #51618c;
    padding: 7px;
    min-height: 200px;
    border-radius: 12px;
    overflow: auto;
}

.nav-pills {
    background: #eeeeeec4
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0777b1
}

.nav-pills .nav-link {
    border-bottom: 1px dotted #333;
    color: #040506;
    border-radius: 0
}

.sports-pic {
    border: 1px solid #161c6c;
    height: 334px
}

.mess-sec {
    padding: 30px;
    text-align: justify
}

.bus-section {
    padding-bottom: 35px
}

.about-content3 {
    background: url(../img/cctvbg.jpg) 0 0/cover no-repeat;
    min-height: 300px
}

.bus-sec img {
    border: 3px solid #5f5e5e;
    border-radius: 10px 49px
}

.admission-page,
.career-page,
.video-page {
    padding-bottom: 40px
}

.simple-lightbox-content {
    background-color: transparent !important
}

.hod-title {
    border: 1px solid #ddd;
    padding: 13px;
    min-height: 99px;
    margin-bottom: 14px;
    box-shadow: 0 15px 6px -17px #111;
    background: #e9ecef47;
    text-align: center
}

.hod-title h3 {
    font-size: 18px
}

.Officer-git h4 {
    font-size: 17px;
    color: #ea4a17
}

.modal-header {
    background: #05a4e4;
    color: #fff
}

.modal-dialog {
    max-width: 500px;
    margin: 4.75rem auto
}

.page-not-found h2 {
    font-size: 30px;
    margin-top: 30px;
    color: #52529c
}

.sitemap-links ul li {
    list-style: inside;
    color: #333
}

.sitemap-links {
    min-height: 223px;
    padding-top: 20px
}

.thanks-title {
    min-height: 300px
}