.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
html {
    height: 100%
}

.page-footer,
.top-nav-collapse {
    background-color: #1C2331
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #1C2331
    }
}

/***
====================================================================
	Reset
====================================================================
 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/

body {
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Jost', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #20acea;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.paddtop {
    padding-top: 50px;
}

.paddbottom {
    padding-bottom: 50px;
}

@media(max-width: 767px) {
    .paddbottom {
        padding-bottom: 25px;
    }

    .paddtop {
        padding-top: 25px;
    }
}

/*==== Title Style ====*/
.title-main {
    color: #001a68;
    font-size: 30px;
    font-weight: 700;
}

.title-main span {
    color: #fca429;
}

.text-sub_title {
    font-size: 18px;
    color: #192f59;
    font-weight: 600;
}

@media(max-width: 767px) {
    .title-main {
        font-size: 24px;
    }
}

/*==========Button Style ==========*/
.btn-one {
    background: #ffc000;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 7px;
    margin: 0;
    padding: 10px 25px;
}

.btn-one i {
    position: relative;
    top: 2px;
}

.btn-one:hover {
    background: #001a68;
    color: #fff !important;
}

.btn-two {
    margin: 0 auto;
    display: table !important;
    padding: 10px 25px;
    text-transform: capitalize;
    background: #f7cc03;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f7cc03;
    border-radius: 7px;
}

.btn-two:hover {
    background: transparent;
    color: #f7cc03 !important;
}


/*=====================================

======================================*/
.logo-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-logo-area {
    padding-top: 10px;
}

@media(min-width: 320px) {
    .logo-head img {
        width: 70%;
    }

    .logo-head .logo-text h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .logo-head .logo-text {
        margin-left: 0px;
    }
}

@media(min-width: 480px) {
    .logo-head .logo-text h1 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media(min-width: 576px) {
    .logo-head .logo-text {}

    .logo-head .logo-text h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(min-width: 768px) {
    .header-main-logo-area {
        display: none;
    }
}

/*=====================================
        Top Logo Section
=====================================*/
.main-header .header-top {
    padding: 5px 0;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-logo {
    display: flex;
    align-items: center;
}

.left-logo img {
    width: 100px;
}

.logo-text {
    margin-left: 10px;
}

.logo-text h1 {
    font-family: 'Abril Fatface', cursive;
    color: #001c71;
    font-size: 28px;
}

.logo-text p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.right-button-section ul>li {
    display: inline-block;
    background: #001c71;
    width: 100px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    transition: .5s;
    margin-left: 5px;
}

.right-button-section ul>li:nth-child(2) {
    background: #ffb400 !important;
}

.right-button-section ul>li:nth-child(2) a {
    color: #000 !important;
}

.right-button-section ul>li:nth-child(3) {
    background: #f30000 !important;
}

.right-button-section ul>li>a {
    color: #fff !important;
}

.right-button-section ul>li:hover {
    opacity: .8;
}

@media(min-width: 320px) {
    .main-header .header-top {
        padding: 10px 0;
    }

    .left-logo {
        display: none;
    }

    .right-button-section {
        width: 100%;
    }

    .right-button-section ul>li {
        width: 30%;
        height: 40px;
        line-height: 40px;
    }
}

@media(min-width: 480px) {
    .right-button-section ul>li {
        width: 31%;
    }
}

@media(min-width: 768px) {
    .main-header .header-top {
        padding: 5px 0;
    }

    .left-logo {
        display: flex;
    }

    .left-logo img {
        width: 80px;
    }

    .logo-text h1 {
        font-size: 18px;
    }

    .logo-text p {
        font-size: 11px;
        line-height: 16px;
    }

    .right-button-section {
        width: auto;
    }

    .right-button-section ul>li {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }
}

@media(min-width: 992px) {
    .left-logo img {
        width: 100px;
    }

    .logo-text h1 {
        font-size: 30px;
        text-transform: Uppercase;
    }

    .logo-text h1 span {
        font-size: 24px;
        text-transform: Uppercase;
    }

    .logo-text p {
        font-size: 14px;
        line-height: 22px;
        color: #d8261b;
        text-transform: Uppercase;
        /* font-weight: bold; */
    }

    .right-button-section ul>li {
        width: 100px;
        height: 50px;
        font-size: 14px;
    }
}

/*=====================================
        End Top Logo Section
=====================================*/

/*===========Nav Menu=======*/
.navbar {
    background-color: #001c71;
    display: block !important;
    padding: 20px 0;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    transition: .35s;
    font-weight: 400;
    border-right: 1px solid #fff;
    padding: 0px 15px;
    line-height: 20px;
    display: block;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #fca429;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background: none;
    color: #fca429;
}

.dropdown-menu {
    background-color: #f1f1f1 !important;
    border: 0px;
    border-bottom: 4px solid #192f59;
    padding: 0px;
}

.navbar .dropdown-menu a {
    padding: 2px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px dashed #bfbfbf;
    overflow: initial;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #001c71;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 0.125rem;
}

@media(max-width: 575px) {
    /*.navbar-brand img{
    width: 70%;
}*/
}

@media(max-width: 575px) {
    .navbar-brand {
        width: 72%;
    }
}

@media(min-width: 320px) {
    .navbar-brand {
        display: block;
    }
}

@media(min-width: 768px) {
    .navbar-brand {
        display: none;
    }
}



/*====================
    Banner Section 
====================*/
.carousel {
    position: relative;
    z-index: 1;
}

.banner-area .carousel-control-prev {
    width: 50px;
    height: 50px;
    background: #001c71;
    border-radius: 50%;
    top: 45%;
}

.banner-area .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #001c71;
    border-radius: 50%;
    top: 45%;
}


/*====================
    Banner Section 
====================*/
.banner-bottom {
    position: relative;
    z-index: 11;
    margin-top: -50px;
}

.banner-bottom-items {
    background: #001a68;
    text-align: center;
    padding: 15px;
    padding-top: 0;
    position: relative;
    color: #fff;
    transition: .3s;
}

.banner-bottom-items a {
    position: relative;
    padding-top: 45px;
    display: block;
    z-index: 1;
}

.icon-top {
    background: #001a68;
    color: #fff;
    line-height: 100px;
    font-size: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -40px;
    position: absolute;
    z-index: 1;
    right: 30%;
    transition: .1s;
}

.banner-bottom-items h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-bottom-items p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.banner-bottom-items:hover {
    background: #ffc000;
    color: #000;
}

.banner-bottom-items:hover .icon-top {
    background: #ffc000;
    color: #000;
}

@media(min-width: 320px) {
    .banner-bottom {
        margin-top: 0;
    }

    .banner-bottom-items {
        margin-bottom: 60px;
    }

    .icon-top {
        right: 32%;
    }

    .navbar {
        padding: 5px 0;
    }

    .navbar-brand img {
        width: 65px;
    }
}

@media(min-width: 480px) {
    .icon-top {
        right: 38%;
    }

    .navbar-brand img {
        width: 85px;
    }
}

@media(min-width: 576px) {
    .banner-bottom {
        margin-top: -60px;
    }

    .banner-bottom-items {
        margin-bottom: 70px;
    }

    .icon-top {
        right: 28%;
    }
}

@media(min-width: 768px) {
    .banner-bottom-items {
        margin-bottom: 70px;
    }

    .icon-top {
        right: 33%;
    }

    .navbar {
        padding: 20px 0;
    }
}

@media(min-width: 992px) {
    .banner-bottom-items {
        margin-bottom: 0;
    }

    .icon-top {
        right: 30%;
    }
}



.notice-board-section {
    background: url(../img/notice-board-bg.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px 45px 40px;
}

/*==========================
        About Section
===========================*/
.about-section {
    background: url(../img/abut-bg.png) repeat;
    margin-top: -74px;
    padding: 110px 0 50px;
}

.about-section-inner-left {
    padding: 50px 0;
}

.about-main-content p {
    text-align: justify;
}

.about-left-video-section {
    border: 3px solid #e7e7e7;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.about-right-content {}

.about-right-content h1 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-right-content p {
    line-height: 22px;
    margin-bottom: 10px;
}

.about-right-content .btn-one {
    margin-left: -50px;
    margin-top: 10px;
}

@media(min-width: 320px) {
    .about-section {
        margin-top: 0px;
        padding: 30px 0 30px;
    }

    .about-left-video-section {
        margin-bottom: 25px;
    }

    .about-right-content .btn-one {
        margin-left: 0px;
    }
}

@media(min-width: 992px) {
    .about-section {
        margin-top: -74px;
        padding: 110px 0 50px;
    }

    .about-left-video-section {
        margin: 0;
    }

    .about-right-content .btn-one {
        margin-left: -50px;
    }
}


/*====================================
        Announcements Section
=====================================*/
.announcements-section {
    background: #001a68;
}

.important-notice-item {
    background: #021654;
    padding: 15px 15px;
    display: flex;
    margin: 15px 0;
}

.date-section {
    width: 50px;
    margin-right: 10px;
}

.date-section h3 {
    color: #f7cc03;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    border-bottom: 2px solid #f7cc03;
    padding-bottom: 10px;
}

.date-section h3 span {
    font-weight: 500;
    font-size: 16px;
}

.important-notice-section {
    border-right: 1px solid #7583ad;
    padding: 40px 25px 40px 0;
}

.important-notice-section h1 {
    color: #f7cc03;
    font-size: 28px;
    font-weight: 700;
}

.important-notice-title p {
    color: #fff;
}

.important-notice-title ul>li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    color: #f7cc03;
}

.notice-section .card {
    background: transparent;
    box-shadow: none;
}

.notice-section {
    padding: 40px 0;
    position: relative;
    background: #ffc000;
    height: 100%;
}

.notice-section .card-header {
    border-bottom: none;
    background: transparent;
    color: #fff;
    padding: 0 15px;
}

.notice-section .card-header h4 {
    font-size: 26px;
    font-weight: 700;
    color: #001a68;
}

.notice-section .card-body {
    padding: 15px;
}

.notice-section .card-body .slick-list {
    height: auto !important;
}

.event-item {
    display: flex;
    align-items: center;
    border: 1px solid #a4831e;
    padding: 5px 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.event-img {
    width: 180px;
    margin-right: 15px;
}

.event-details h3 {
    font-size: 16px;
    font-weight: 600 !important;
}

.notice-section li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.notice-section i {
    margin-right: 5px;
    color: #d74275;
}

.event-details p {
    font-size: 14px;
    line-height: 20px;
}

.notice-section span {
    width: 100%;
    display: inherit;
    line-height: 1.4;
    font-weight: 600;
    font-size: 14px;
    color: #139faa;
}

.arrow1 {
    position: absolute;
    top: -3em;
    right: 2em;
    background: #fff;
    padding: 7px;
    font-size: 16px !important
}

.arrow2 {
    position: absolute;
    top: -3em;
    right: 0;
    background: #fff;
    padding: 7px;
    font-size: 16px !important
}

marquee {
    height: 360px;
}

@media(max-width: 767px) {
    .about-section-inner-left {
        padding: 25px 0;
    }
}

@media(min-width: 320px) {
    .important-notice-section {
        border-right: none;
        padding-right: 0;
    }

    .announcements-section {
        padding-bottom: 50px;
    }
}

@media(min-width: 992px) {
    .important-notice-section {
        border-right: 1px solid #7583ad;
        padding: 40px 25px 40px 0;
    }

    .announcements-section {
        padding: 0;
    }
}



/*===================================
        The School Section
=====================================*/
.the-school-section {
    background: url("../img/the-school-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 50px 0 65px;
    background-attachment: fixed;
}

.the-message-item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.the-message-content {
    width: 65%;
    padding: 30px 15px 15px 30px;
    position: relative;
}

.the-message-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    position: relative;
}

.the-message-content p:before,
.the-message-content p:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 60px;
    font-weight: 800;
    opacity: 0.3;
    font-style: normal;
}

.the-message-content p:before {
    top: -10px;
    left: -10px;
}

.the-message-content p:after {
    content: "\201D";
    right: -10px;
    bottom: -30px;
}

.arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

.the-message-avtar {
    width: 35%;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.author {
    /*position: absolute;*/
    /*top: 92%;*/
    margin-top: 10px;
}

.author h5 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #001a68;
}

.author h5 span {
    color: #ffc000;
}

.the-school-section .item {
    margin-bottom: 30px;
}

.the-school-section .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.the-school-section .owl-prev,
.the-school-section .owl-next {
    background-color: #001a68 !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    font-size: 24px !important;
    line-height: 45px !important;
    border-radius: 5px;
    margin: 0 7px;
    transition: .5s;
}

.the-school-section .owl-prev:hover,
.the-school-section .owl-next:hover {
    background-color: #ffc000 !important;
    color: #000 !important;
}

.the-school-section .owl-prev:focus,
.the-school-section .owl-next:focus {
    outline: none;
}

@media(min-width:320px) {
    .the-message-item {
        display: block;
    }

    .the-message-content {
        width: 100%;
        padding: 15px 15px 15px 15px;
    }

    .the-message-avtar {
        width: 100%;
        height: 300px;
        background-repeat: no-repeat !important;
        background-position: top center !important;
        background-size: cover !important;
    }
}

@media(min-width:480px) {
    .the-message-item {
        display: flex;
    }

    .the-message-content {
        width: 65%;
        padding: 30px 15px 15px 30px;
    }

    .the-message-avtar {
        width: 35%;
        height: auto;
        background-repeat: no-repeat !important;
        background-position: top center !important;
        background-size: cover !important;
    }
}

/*===================================
        The School Section
=====================================*/
.odometer-section {
    padding: 50px 0 65px;
}

.odometer-item {
    background: #001a68;
    text-align: center;
    color: #fff;
    padding: 20px 10px 45px;
    position: relative;
    transition: .5s;
}

.odometer-item h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.odometer-item p {
    font-size: 14px;
    text-transform: uppercase;
}

.odometer-item-icon {
    background: #fff;
    height: 60px;
    color: #000;
    font-size: 22px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    position: absolute;
    left: 37%;
    bottom: -30px;
}

.odometer-item:hover {
    background: #ffc000;
    color: #000;
}

@media(min-width: 320px) {
    .odometer-section {
        padding: 50px 0 0px;
    }

    .odometer-item {
        margin-bottom: 60px;
    }

    .odometer-item-icon {
        left: 44%;
    }
}

@media(min-width: 576px) {}

@media(min-width: 768px) {
    .odometer-item-icon {
        left: 37%;
    }
}

@media(min-width: 992px) {
    .odometer-section {
        padding: 50px 0 65px;
    }

    .odometer-item {
        margin-bottom: 0
    }
}

/*================================
            Activities
=================================*/

.gallrey img {
    width: 100%;
}

.gallrey {
    padding: 50px 0 0;
}

.gallery-padding {
    padding: 0;
    overflow: hidden;
}

/*================================
            Activities
=================================*/

.beyond-academinc-section {
    padding: 50px 0;
}

/*.beyond-academinc-section .card{*/
/*    overflow: hidden;*/
/*}*/
.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 1.5s ease;

}

.blog-img:hover img {
    transform: scale(1.5);
}

.beyond-academinc-section .card-body {
    padding: 10px 15px 15px;
}

.beyond-academinc-section .card-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.beyond-academinc-section .card-text {
    font-size: 15px;
    line-height: 22px;
}

.link-with-icon {
    color: #ffc000 !important;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    ;
}

.link-with-icon:hover {
    color: #001a68 !important;
}


/*=================================
        Footer Section
==================================*/
.main-footer {
    position: relative;
    background: #282828;
}

.widgets-section {
    padding: 0 0 30px;
}

.contact-info {
    margin-top: 15px;
}

.contact-info li {
    margin-bottom: 10px;
}

.contact-info li a {
    display: flex;
}

.contact-info .icon-section {
    margin-right: 10px;
    font-size: 15px;
}

.contact-info p {
    font-size: 14px;
    line-height: 22px;
}

.social-links-two {
    position: relative;
}

.social-links-two li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    border-radius: 50%;
}

.social-links-two li a {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 12px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.social-links-two li.facebook a {
    background-color: #4d6bab;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
}

.social-links-two li.twitter {
    background-color: #4ec6f8;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
}

.social-links-two li.linkedin {
    background-color: #248cc9;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
}

.social-links-two li.youtube {
    background-color: #bb0000;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
    -ms-box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
    box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
}

.main-footer .footer-column .footer-title {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .footer-column .footer-title h2 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-footer .links-widget .list li {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 45%;
}

.main-footer .links-widget .list li:before {
    content: "\f111";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    font-size: 8px;
    margin-right: 6px;
}

.main-footer .links-widget .list li a {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0px 4px 0px;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover {
    color: #ffc000;
}

.footer-bottom {
    padding: 10px 0;
    background: #222222;
}

.social-links-two {
    margin-top: 20px;
}





/*====== Inner Page Style ======*/
.page-title {
    position: relative;
    padding: 60px 0px 60px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: -webkit-linear-gradient(left top, #ffb400, #000, #001c71);
}

.page-title .inner-box {
    position: relative;
}

.page-title h1 {
    font-size: 45px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.page-title .bread-crumb {
    position: relative;
    color: #ffffff;
}

.page-title .bread-crumb li {
    position: relative;
    color: #ffffff;
    margin-right: 8px;
    font-weight: 300;
    padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.page-title .bread-crumb li:last-child {
    margin-right: 0px;
    padding-right: 10px;
}

.page-title .bread-crumb li:after {
    position: absolute;
    content: '/';
    right: -2px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
}

.page-title .bread-crumb li:last-child::after {
    display: none;
}



/*===== Contact page =====*/
.form-heading-section {
    box-shadow: 0 0 5px 5px rgba(186, 186, 186, .21);
    border: 1px solid #fff;
    background: #fff;
    transition: 0.5s;
    display: table;
    margin: 0 auto;
    border-radius: 45px 0 45px 0;
}

.form-heading-section h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;

}

.contact-form {
    box-shadow: 0 0 5px 5px rgba(186, 186, 186, .21);
    border: 1px solid #fff;
    background: #fff;
    transition: 0.5s;
}

.contact-form:hover {
    box-shadow: 0 0 5px 5px rgba(186, 186, 186, .50);
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 25px;
    color: #222222;
    border: 1px solid #1b315a75;
    height: 55px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 25px;
    height: 107px;
    resize: none;
    border: 1px solid #1b315a75;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form button {
    margin-top: 20px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one {
    position: relative;
    padding: 12px 40px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 60px 0px 60px 0px;
    background: #f30000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover {
    color: #000;
    background: #ffb400;
}

.contact-info-block {
    position: relative;
    margin-bottom: 40px;
}

.contact-info-block .inner-box {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 30px 0;
    overflow: hidden;
    padding: 26px 22px 26px 110px;
    box-shadow: 0 0 5px 5px rgb(186 186 186 / 21%);
    transition: 0.5s;
}

.contact-info-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    background-color: #1d325c;
}

.contact-info-block .inner-box .icon-box .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    display: inline-block;
    margin-top: -28px;
    background-color: #f30000;
}

.contact-info-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/*====== Common Page ========*/
.left-site-image-section .image-left {
    width: 50%;
    float: left;
    display: block;
    margin: 0 20px 10px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.left-site-image-section .image-left img {
    transition: all ease-in-out 1s;
}

.left-site-image-section:hover img {
    transform: scale(1);
}

.inner-page-section h1 {
    font-size: 24px;
    border-left: 2px solid #f30000;
    padding: 5px;
    display: flex
}

.inner-page-section p {
    text-align: justify;
    margin: 5px 0 20px;
}

/*========= Common Page Two ===========*/
.left-side-bar {
    border-right: none;
    padding-right: 0;
    margin-bottom: 25px;
}

.left-side-bar h4 {
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    background: #ddd;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 20px 0;
    margin-bottom: 15px;
}

.left-side-bar h4 i {
    font-weight: 800;
    margin-right: 10px;
}

.sidebar-link {
    display: none;
}

.sidebar-link ul>li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 5px;
}

.sidebar-link ul>li:last-child {
    border-bottom: none;
}

.sidebar-link ul>li>a {
    color: #838383;
    transition: .5s;
    display: block;
}

.sidebar-link ul>li>a:hover {
    margin-left: 10px;
}

@media(min-width: 768px) {
    .sidebar-link {
        display: block;
    }

    .left-side-bar {
        border-right: 1px solid #e3e3e3;
        padding-right: 25px;
        margin-bottom: 0;
    }
}

/*-----------------gallery css---------------------*/
.gall-img img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 7px #555;
}

.img-holder {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.gal-pad {
    padding: 5px;
}

@media only screen and (max-width:768px) {
    .img-holder {
        height: 136px;
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width:480px) {
    .img-holder {
        height: 150px;
        width: 100%;
        overflow: hidden;
    }

    .event-block {
        margin-top: 28px;
        margin-bottom: 0px;
    }

    .stall-h h3 {
        text-align: left;
        font-weight: 600 !important;
        color: #e7251d;
        font-size: 22px;
    }

    /*.carousel {*/
    /*    height: 263px !important;*/
    /*}*/

    /*.carousel .carousel-inner {*/
    /*    height: 94%;*/
    /*}*/

    .banner-btm {
        position: absolute;
        z-index: 100;
        bottom: -3px;
        width: 100%;
        height: 49px;
    }
}

@media only screen and (max-width:360px) {
    .img-holder {
        height: 126px;
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width:320px) {
    .img-holder {
        height: 109px;
        width: 100%;
        overflow: hidden;
    }
}

.galleryboxCaptionstatik {
    position: absolute;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    color: #FFF;
    top: 6px;
    left: 6px;
    padding: 4px 15px;
    background: #E82A22;
}

.galleryboxCaptionstatik p {
    font-size: 14px;
    color: #fff;
    font-family: 'Hind', sans-serif;
    margin: 0;
}

.ribbon-edge-bottomleft {
    border-width: 0 10px 15px 0;
    left: 6px;
    top: 34px;
    border-color: transparent #E82A22 transparent transparent;
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}

.btm-gal {
    margin-bottom: 10px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    top: 60px;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.art-block p {
    font-size: 14px;
}

.event-page-block i {
    color: #e7251d;
    font-size: 16px;
    margin-right: 6px;
}

.event-page-block {
    padding-left: 0px;
}

.event-page-block li {
    list-style: none;
    margin-bottom: 7px;
}

.event-head {
    margin-bottom: 38px;
}


.float-img img {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10000000;
    width: 100px;

}

.modal-header-style {
    background: #da0000;
    color: #fff;
    font-weight: 200;
}

@media(max-width: 768px) {
    .float-img img {
        position: fixed;
        bottom: 10px;
        right: 0px;
        z-index: 10000000;
        width: 88px;

    }
}

/*==========Form===========*/
/*====Select multiple====*/
/**
 * Multiple Select2
 */
.select2-container--material {
    width: 100% !important;

}

.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}

.select2-container--material :-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    transition: all .3s;
    min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-container--material .select2-selection--multiple {
    padding: 0px;
    /*height: 45px;*/
    border-bottom: none;
    border: 1px solid #a5a5a5;
    margin: 0;
    border-radius: 5px;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    border: 0;
    border-radius: 16px;
    background-color: #aa090a;
    display: inline-block;
    color: rgba(255, 255, 255, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-top: 6px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0;
    opacity: inherit;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: -3px;
    margin-left: 3px;
    transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgb(170, 9, 10);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    display: block;
    padding: 0.5rem;
    background: #aa090a1a;
    font-weight: 400;
    border-bottom: 1px solid #aa090a21;
    /**
   * Disabled options
   */
    /**
   * Selected option
   */
    /**
   * Active/hovered option
   */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: #4285f4;
    background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}

.form-admi-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    background: #aa090a;
    color: #ffffff;
    border-top: 4px solid #f9e507;
    border-radius: 10px 10px 0 0;
    font-family: 'EB Garamond', serif;
}

.form-body {
    padding: 30px;
}

.form-body input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #a5a5a5;
    background: #aa090a0d;
    color: #576366;
    text-transform: uppercase;
}

.form-body .label-custom {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    display: block;
}

.form-body .input-inner {
    margin-top: 15px;
}

.input-inner p {
    margin: 0;
}

.form-inner-heading {
    font-family: 'EB Garamond', serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 0px;
    padding: 10px 10px;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    background: #f5f5f5;
}

.form-inner-heading span {
    background: #000;
    color: #fff;
    padding: 2px 7px;
    border-radius: 50%;
    margin-right: 5px;
}

.form-body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    /*height: 136px;*/
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #a5a5a5;
    background: #aa090a0d;
    color: #576366;
}

fieldset {
    border: 1px solid #aa090a !important;
}

legend {
    font-family: 'EB Garamond', serif;
}

.blink {
    padding: 15px;
    text-align: center;
}

.blink p {
    animation: blink 2s linear infinite;
    color: #aa090a;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.upload-img-box {
    border: 4px double #aa090a;
    height: 235px;
    overflow: hidden;
}

.btn-rounded {
    border-radius: 10em;
}

.btn-mdb-color {
    background-color: #aa090a !important;
    color: #fff;
}

.file-field h6 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    padding-bottom: 10px;
}

.yellow-gradient {
    background: -webkit-linear-gradient(50deg, #b98300, #ffb606) !important;
    background: -o-linear-gradient(50deg, #b98300, #ffb606) !important;
    background: linear-gradient(40deg, #b98300, #ffb606) !important;
    color: #fff;
}

/*for news and event*/
.newsevents-blk h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    background: #1462d8;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    font-weight: 500;
}

.newsevents-blk .btm-gal {
    margin-bottom: 3em;
}

.newsevents-blk img {
    border: 6px solid #fff;
    box-shadow: 1px 1px 6px #555;
    border-radius: 5px;
}

.press-blk h2 {
    font-size: 20px;
}

.press-blk h5 {
    font-size: 15px;
    color: #2b5cbd;
}

.mb-1 {
    margin-bottom: 1em;
}


/*==========================================
            Career Page
==========================================*/
.job-itms {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #fca429;
    margin-bottom: 25px;
}

.job-itms h1 {
    font-size: 20px;
    color: #001c71;
    margin-bottom: 5px;
    font-weight: 800;
}

.job-itms p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.job-itms a {
    font-size: 14px;
    font-weight: 700;
    color: #fca429;
    transition: .5s;
}

.job-itms a span {
    display: none;
}

.job-itms a:hover {
    color: #212121;
    margin-left: 5px;
}

.job-itms a:hover span {
    display: inline-block;
}

.from-outer {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 5px 5px rgba(186, 186, 186, .21);
}

.apply-heading {
    font-size: 22px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #3a3a3a !important;
    margin-top: 10px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}

.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=text]:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #001c71;
    border: none;
}

.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label,
.md-form input[type=email]:focus:not([readonly])+label {
    color: #001c71;
}

.from-outer .input-group-text {
    background-color: #fca429;
    padding: 8px;
    color: #fff;
    border-color: #fca429;
    border-radius: 32px;
}

.from-outer .custom-file-label {
    border: 1px solid #fca429;
    border-radius: 30px;
    height: 42px;
}

.from-outer .custom-file-label::after {
    height: 41px;
    background: #fca429;
    color: #fff;
    padding: 9px 15px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 30px;
}

.from-outer .custom-file-label {
    line-height: 28px;
}

.career_topic_title {
    font-size: 16px;
    font-weight: 500;
}

.career_topic_title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #001c71;
    margin-bottom: 10px;
}

.career_topic_title a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}

.caree_skill h5,
.apply-job-detail h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

ul.skills li {
    display: inline-block;
    list-style: none;
    padding: 3px 15px;
    border: 1px solid #b9c5ce;
    border-radius: 50px;
    margin: 5px;
    font-weight: 500;
    color: #657180;
}

ul.skills li:before {
    display: none;
}

ul.job-requirements li {
    list-style: none;
    display: block;
    padding: 7px 0;
}

ul.job-requirements li:before {
    display: none;
}

ul.job-requirements li span {
    display: inline-block;
    width: 120px;
    font-weight: 500;
    color: #000;
}


/*search box css start here*/
.search-sec {
    padding: 2rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

@media (min-width: 992px) {
    .search-sec {
        position: relative;
        top: -114px;
        background: rgba(26, 70, 104, 0.51);
    }
}

@media (max-width: 992px) {
    .search-sec {
        background: #1A4668;
    }
}


/* TC Page */
.pixDian {
    margin-bottom: 15px;
}

.pixDian {
    margin-bottom: 15px
}

.pixDian .accContent {
    display: none;
    width: 100%;
    padding: 2%;
    margin: 0;
    padding: 16px 10px;
}

.accHeading {
    margin-bottom: 3px;
    background: #004F2F;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    border-radius: 4px
}

.accHeading:before {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -8px;
    position: absolute;
    right: 25px;
    top: 50%
}

.accHeading.active:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -2px;
}

.accHeading:after {
    content: "";
    clear: both;
    display: table
}

.accHeading:hover,
.accHeading.active {
    background: #6C0D03;
}

@media only screen and (min-width: 768px) {
    .accHeading {
        font-size: 22px;
        line-height: 30px;
    }

    .accHeading:before {
        font-size: 3.4rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 1025px) {
    .accHeading:before {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .pdf-gallery {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 921px) {
    .pdf-gallery li {
        width: 29.3%;
    }

    /* @media only screen and (min-width: 768px) */
    .pdf-gallery {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .pdf-gallery li {
        width: 29.3%;
    }
}

@media only screen and (min-width: 768px) {
    .pdf-gallery li {
        width: 46%;
    }

    .pdf-gallery li {
        background-image: none;
        padding: 0;
        margin: 2%;
        color: #fff;
        position: relative;
        text-align: center;
        -webkit-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
        -moz-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
        box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
        -webkit-transition: all 1s;
        -khtml-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        background-color: #004f2f;
        color: #fff;
        box-shadow: 0 0 3px #ccc;
    }

    .pdf-gallery li figure {
        display: block;
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }

    .pdf-gallery li img {
        max-width: 68px;
        display: block;
        margin: 0 auto;
    }

    .pdf-gallery li h3 {
        text-align: left;
        width: 100%;
        padding: 11px 10px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        color: #fff;
    }

    .pdf-gallery li a.pdf-download {
        display: inline-block;
        padding: 0 12px;
        border-radius: 6px;
        background: #b11b1b;
        color: #fff !important;
        font-size: 16px;
        line-height: 2rem;
        font-weight: 700;
        position: absolute;
        top: 85px;
        right: 10px;
        box-shadow: none;
    }





    .dlab-post-text table {
        font-size: 16px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

    .dlab-post-text table td,
    .dlab-post-text table th {
        text-align: left;
        padding: 8px;
    }

    .dlab-post-text table thead th,
    .dlab-post-text table thead td {
        padding-top: 11px;
        padding-bottom: 11px;
        background-color: #001c71;
        color: white;
    }

    .dlab-post-text table.blacktableborders,
    .dlab-post-text table.blacktableborders th,
    .dlab-post-text table.blacktableborders td {
        border: 1px solid;
    }

    .dlab-post-text table.fullwidthtable,
    .dlab-post-text table.fullwidthtable th,
    table.fullwidthtable td {
        border: 1px solid black;
        width: 100%;
    }

    .dlab-post-text table.bordercollapsetable,
    .dlab-post-text table.bordercollapsetable th,
    .dlab-post-text table.bordercollapsetable td {
        border: 1px solid;
        width: 100%;
        border-collapse: collapse;
    }

    .dlab-post-text table.onlytableborder {
        border: 1px solid;
        width: 100%;
        border-collapse: collapse;
    }


    .bttn {
        padding: 10px 20px;
        border: 2px solid #001c71;
        background-color: #001c71;
        color: #ffffff ! important;
        font-size: 20px;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

    .bttn:hover {
        border: 2px solid #001c71;
        background-color: transparent;
        color: #001c71 ! important;
    }
}



.top-admission{ 
        background-color:#001c71;
    }
    .top-admission h4{
        color:#fff;
        line-height: 40px;
        display:inline-block;
    }
    .open-button{padding: 8px 12px;
    font-size: 20px;
    background-color: #f30000;
    color: #fff;
    border-radius: 5px;
}
.form-container {
            padding: 10px;
        
        }
       .modal-body {
           background-color: #6666661a;
}
     .form-floating label {
        float: left;
             
         }
.top-admission .btn-primary {
    background-color: #f30000!important;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}
.top-admission .modal-footer .btn-secondary{
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}



/* Custom Owl Carousel Navigation Styles */
.carousel_se_03_carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.carousel_se_03_carousel .owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  padding: 10px;
  border-radius: 50%;
  font-size: 24px;
  transition: background-color 0.3s, color 0.3s;
  z-index: 1;
}

.carousel_se_03_carousel .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  background: #333;
  color: #fff;
}

.carousel_se_03_carousel .owl-carousel .owl-prev {
  left: 0px;
}

.carousel_se_03_carousel .owl-carousel .owl-next {
  right: 0px;
}

/* Middle Nav */
.carousel_se_03_carousel.owl-carousel .owl-prev.middle-nav,.carousel_se_03_carousel .owl-carousel .owl-next.middle-nav {
  display: none; /* Hide middle nav by default */
}

/* Show middle nav for medium and larger screens */
@media (min-width: 768px) {
 .carousel_se_03_carousel .owl-carousel .owl-prev.middle-nav,.carousel_se_03_carousel .owl-carousel .owl-next.middle-nav {
    display: block;
  }
}

/* Side Nav */
.carousel_se_03_carousel .owl-carousel .owl-prev.side-nav, .owl-carousel .owl-next.side-nav {
  font-size: 20px;
}

/* Adjust side nav position */
.carousel_se_03_carousel .owl-carousel .owl-prev.side-nav {
  left: 0;
}

.carousel_se_03_carousel .owl-carousel .owl-next.side-nav {
  right: 0;
}
.carousel_se_03_carousel .owl-carousel .owl-prev i{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.carousel_se_03_carousel .owl-carousel .owl-next i{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.beyond-academic-section .item .card-body .card-title a{
    font-size: 16px;
    font-weight: 800;
    
}