/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */


@font-face {
    font-family: 'myriadB';
    src: url('MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: 'myriadSB';
    src: url('MYRIADPRO-SEMIBOLD.OTF');
}

@font-face {
    font-family: 'myriadR';
    src: url('MYRIADPRO-REGULAR.OTF');
}



/* .....................................Font End..................... */
/*************************************************Override Fonts**************************************************/
/* Override Model FONTS STACK */
/* ----------------------------------------- */

/********************************* Font-family   *********************************/

@font-face {
    font-family: 'newsGothicB';
    src: url('NewsGothicBoldBT.ttf');
}

@font-face {
    font-family: 'newsGothicR';
    src: url('NewsGoth-BT-Roman.ttf');
}








/********************************* ***********************************/


/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */


html,
body {
    margin: 0;
    padding: 0;
    font: 15px myriadR;
    scroll-behavior: smooth;
}

a {
    font-size: 14px;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}


.container>.navbar-header,
.container>.navbar-collapse {
    margin: 0px !important;
}

.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-fluid {
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
    padding: 0;
}

.main_banner_image img {
    width: 100%;
}

.front-section.section02.col-sm-12 {
    margin: 0em 0;
    padding: 0;
}


.front-section.section01.col-sm-12 {
    padding: 0;
}

.front-section.section04.col-sm-12,
.front-section.section03.col-sm-12,
.front-section.section05.col-sm-12 {
    padding: 0;
}

.front-section.section05.col-sm-12 {
    background-image: url("../images/banner-3.jpg") !important;
}


/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

.navbar #block-search-form {
    top: 1em;
    right: 0px;
    margin: 0px;
}

.searchButton {
    display: none;
}

/* #search-block-form .input-group {
    display: block;
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
} */


#edit-search-block-form--2 {
    background-color: #ffffff;
    border-image: none;
    border-radius: 0;
    border: 2px solid rgba(46, 49, 128, 0.8);
    color: white;
    display: none;
    height: 34px;
    right: 6px;
    top: 5.5em;
    width: 92%;
    position: relative;
}

.search_region .form-control::-moz-placeholder {
    color: white !important;
}


a:hover,
a:focus {
    color: #0D2738;
    text-decoration: none;
}


.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0
}

.d-table {
    display: table;
}

.d-table-cell {
    float: none;
    display: table-cell;
}

.section-title {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

.navbar.container {
    max-width: 100%;
    margin-top: 0px !important;
    padding: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar {
    background-color: #0D2738;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    position: relative;
}

.navbar-header {
    margin-right: 0px !important;
}


.navbar-header {
    min-height: 97px;
    display: flex;
    align-items: center;
    float: left;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #0D2738;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    /* margin: 0 !important; */
}


.top_navigation {
    margin-top: 1em;
}

.top_navigation .block-search {}


.top_navigation .block-search .form-search .form-control {
    height: 28px;
    color: #fff;
    border-radius: 0;
    background-color: #0D2738;
    border-color: #0D2738;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    height: 28px;
    color: #333333;
    border-radius: 0;
    background-color: white;
    border-color: #0D2738;
    width: 100%;
    margin-bottom: 0;
}



.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    /* color: #0D2738;
    background-color: #fff;*/
}



.top_navigation .block-search .input-group .form-control.form-text {
    height: 28px;
    color: #fff;
    border-radius: 0;
    background-color: #0D2738;
    border-color: #0D2738;
}

.top_navigation .block-search .input-group .input-group-btn {
    position: absolute;
    top: 19%;
    right: 12%;
    height: 100%;
}

.top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 28px;
    width: 33px;
    border-color: transparent;
    background-color: transparent;
    color: #333333;
    border: 0px;
    font-size: 21px;
    padding: 0.5px 6px 0.5px 0.6px !important;
}




.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #EA2554 !important;
    background-color: transparent !important;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}


.navbar .logo {
    margin-top: 11px !important;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px !important;
}



.main-banner-image {
    width: 100%;
}

.main-banner-image img {
    width: 100%;
}

.navbar-default {
    background-color: #2e3a4d;
}

.path-frontpage .navbar-default {
    /* background-color: transparent;
    border-color: transparent; */
}


.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
    padding: 0;
}



.navbar-nav {
    /*    width: 100%;*/
    background-color: transparent;
    padding: 0px;
    /*    margin: 0px;*/
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 25px;

}

.navbar-default .navbar-nav>li {
    margin: 0px 12px;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    /*    font: 15px myriadR;*/
    color: white;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    /*    border-bottom: 4px solid #D1D3D1;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #535697;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #fff;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #DDB99B;
    background-color: #1A1C20;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #2e3180;
    text-decoration: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-header {
    float: left;
    position: relative;
    z-index: 2;
}

.navbar-header {
    float: left;
}

.navbar .logo {
    margin-top: 2px !important;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px !important;
}

.navbar-default {
    background-color: #DBDFEA;
    margin: 0;
    margin-top: 0px;
    border-radius: 0;
    border: 0;
}

.navbar-nav {
    float: right;
    margin-top: 3em;
}

.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 16px myriadR;
    color: #374e78;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #182430;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #374e78;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.navbar-default .navbar-nav>li.last .dropdown-menu {
    left: unset;
    right: 0;
}




/********************************* Main Navigation ***********************************/


.main_navigation .menu.nav li {
    display: inline-block;
    margin: 0 0.6em;
}

.main_navigation .menu.nav li.last {
    margin-right: 0;
}

.main_navigation .menu.nav li a {
    font: 16px myriadR;
    /* font: 16px myriadR; */

}

.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    /*  color: #fff;
    background-color: #535697;*/
}

.main_navigation .menu.nav .dropdown-menu {}

.main_navigation .menu.nav .dropdown-menu li {
    display: block;
    margin: 0;
}

.main_navigation .menu.nav .dropdown-menu li a {
    /* color: #0D2738; */
    padding-bottom: 5px;
    font-size: 15px;
}


/********************************* Navbar ***********************************/



.path-frontpage .navbar {
    /* min-height: 100px !important;
    position: absolute !important;
    width: 100%; */
}




.main-banner-image img {
    width: 100%;
}

.navbar-nav {
    /*margin: 48px 0 0 0px !important;*/
    /*margin: 100px 0 0 -380px !important;*/

}

.navbar-default .navbar-text {
    color: #ffffff !important;
}

/* .navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
} */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* background-color: #2EBFDA; */
}



.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    background-image: url("../images/navhover.png");
    color: #f9c521 !important;
    background-repeat: repeat-x;
}


.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.navbar-header {
    float: left;
}



.navbar .logo {
    margin-top: 0px;
}

.navbar-nav {
    font: 14px myraidR;
}



.navbar {
    margin-bottom: 0px !important;
}



.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* background-color: unset !important;
    color: #333333 !important; */
}


.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-default {
    background-color: #002147;
}

.navbar-nav {
    float: right;
    margin-top: 3em;
}


.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 16px myriadSB;
    color: #fff;
    transition: all 0.5s ease;
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #631E01;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.navbar-default .navbar-nav>li.last .dropdown-menu {
    left: unset;
    right: 0;
}



/* ------------------------------------------------End of Navbar------------------------------- */



/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

.navbar #block-search-form {
    top: 1em;
    right: 0px;
    margin: 0px;
}

form#search-block-form {
    top: 0;
    right: 0.6em;
}

#edit-search-block-form--2 {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

#edit-search-block-form--2::placeholder {
    color: white;
}


form#search-block-form .btn-default {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}


.top_navigation .block-search .input-group .input-group-btn button {
    position: relative;
    top: -25%;
    right: -56%;
}

.top_navigation .block-search .input-group .input-group-btn button::after {
    width: 20px;
    height: 20px;
    content: '';
    background: url("../images/search_icon-removebg-preview.png");
    position: absolute;
    right: 0;
    top: 40%;
    background-size: 100% 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#search-block-form .form-control {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    color: white;
    border-bottom: 1px solid white;
}

#search-block-form .btn-primary>span {
    color: white;
    font-size: 14px;
}


#search-block-form .btn.btn-default {
    background-color: transparent;
    border: 0px;
    font-size: 21px;
    color: #ff0;
    padding: 1.5px 10px;
}



input[id^="edit-keys"]::-webkit-input-placeholder {
    color: white !important;
}

#block-searchbuttonfront {}

#block-bootstrap-subtheme-search {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(100%);
}


#block-bootstrap-subtheme-search.appear {
    transform: scale(100%);
    -webkit-transform: scale(100%);
    z-index: 1;
    opacity: 1;
}

#block-searchbuttonfront {
    display: block !important;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 1.5em;
    top: 3.7em;
}




.searchButton {
    display: none;
}


#block-bootstrap-subtheme-search {
    position: absolute;
    width: 230px;
    height: auto;
    right: 1em;
    top: 8px;
    bottom: 14%;
}

.top_navigation .block-search .input-group {
    width: 100%;
}

.toggleSearch {
    background-image: url('../images/search icon-06.png');
    display: block;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 1.5em;
    top: 10px;
    cursor: pointer;
}

#edit-search-block-form--2 {
    background-color: #ffffff;
    border-image: none;
    border-radius: 0;
    border: 1px solid #2CBFD9;
    color: #000;
    display: none;
    height: 26px;
    right: 24.5px;
    top: 10px;
    width: 91%;
    position: relative;
}



/* ................Navigation Override................. */


.navbar-default {
    background-color: #2e3a4d;
    margin: 0;
    margin-top: 0px;
    border-radius: 0;
    border: 0;
}

.navbar-nav {
    float: right;
    margin-top: 3em;
}

.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 15px newsGothicR !important;
    color: #fff;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /* background-color: #424e60; */
    color: #EA2554 !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #424e60;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.navbar-default .navbar-nav>li.last .dropdown-menu {
    left: unset;
    right: 0;
}

/* ----------------------------------------- */
/* override SEARCH BAR Override Code */
/* ----------------------------------------- */

form#search-block-form {
    top: 0;
    right: 0.6em;
}

#edit-search-block-form--2 {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    border-color: transparent;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 207px;
}

#edit-search-block-form--2::placeholder {
    color: #ffffff;
    font-family: newsGothicR;
}

form#search-block-form .btn-default {
    color: #0b0e3b;
    background-color: transparent;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}

.navbar #block-search-form {

    position: absolute;
    right: 18px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
}

.glyphicon {

    color: #ffffff;
}



/* ...................End Navigation override .................. */

/*-------------------------------------------------*/
/*Main Banner Standered Code*/
/*-------------------------------------------*/
.main-banner-container {
    margin-left: -15px;
    margin-right: -15px;
}

.main-banner-container .main-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-banner-container .main-banner img {
    width: 100%;
    height: auto;
}

div[id ^='views_slideshow_cycle_div_main_banner-block_1'] {
    width: 100% !important;
}



/* ...............................................Start Model override.............................................. */
/* ----------------------------------------- */
/* Write OVERRIDE main Model Punjab Brofidient fund CSS overrides D7 Style */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* BANNER */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* INTERNAL PAGES */
/* ----------------------------------------- */

#internal-bg {
    background: url('../images/internal-bg.jpg') no-repeat;
    background-size: contain;
    background-position: center center;
    height: auto;
    position: relative;
    background-attachment: fixed;
}

#internal-bg::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    left: 0;
    top: 48px;
    opacity: 0.75;
    z-index: -1;
}

.breadcrumb {
    background: #eeeeee54;
    margin: 0 -15px 5px -15px;
    border-radius: 0;
    padding: 13px 0 13px 15px;
}

.breadcrumb a {
    font: 15px newsGothicR;
    color: #1A1A1A;
}

.breadcrumb>.active {
    font: 15px newsGothicR;
    color: #EA2554;
}

.inner-page {
    padding-bottom: 3em;
    min-height: 333px;
}

#page-title {
    color: #EA2554;
    font-size: 28px;
}

.inner-page h3 {
    color: #2e3a4d;
}

.inner-page h4 {
    color: #2D394D;
}

.inner-page h5 {
    color: #2e3a4d;
}

#page-title,
.inner-page h3,
.inner-page h4 {
    font-family: newsGothicB;
}

.inner-page ul {
    list-style-image: url('../images/list-bullet.png');
}



.inner-page ul li {
    padding: 0.2em 0;
    list-style: disc;
    color: #E42869;
}

.inner-page ul li a {

    text-decoration: none;
}


.field-item.even>ul li a {
    font: 16px newsGothicR;
    color: #2c3d56;
}

.inner-page li,
.inner-page .field-item.even ul li a,
.inner-page p,
.inner-page td,
.inner-page div,
.inner-page div a {
    font: 16px newsGothicR;
    color: #2c3d56;
}

/* .inner-page p {
    text-align: justify;
    line-height: 1.65;
} */

.views-field-field-tender-file a {
    background: url('../images/application-pdf.png') no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.viewp_wrap {
    margin-bottom: 1.5em;
}

.noticep-wrap ul {
    padding-left: 1em;
}

.highp-date {
    font-weight: bold;
    margin-bottom: 5px;
}

.inner-page .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.galleryp-image img {
    display: block;
    height: 150px;
    width: 220px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
}

.galleryp-title a {
    display: block;
    height: 20px;
    overflow: hidden;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.viewp-wrap {
    margin-bottom: 2em;
}

.galleryp-wrap {
    margin-bottom: 2em;
}

.galleryp-img img,
.video-pgallery iframe {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
    height: 39px;
    overflow: hidden;
}

.form-item,
.form-actions {
    margin: 18px 0;
}

.form-required {
    color: red;
}

#edit-submitted-email {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
    margin-bottom: 2%;
}


.region.region-section05 {
    BACKGROUND-COLOR: #E6E6E6;
    padding-top: 4em;
}



/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */


.section-heading {
    font: 48px newsGothicB;
    color: #eb2554;
    text-align: center;
    margin-bottom: 1em;
}

.white-heading {
    color: #fff;
}

.section-para {
    font: 18px myriadR;
    color: #404041;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
}

.section-btn {
    display: block;
    width: 120px;
    background-color: #278DCF;
    border: 1px solid transparent;
    color: #fff;
    font: 15px robotoR;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 0;
    transition: all 0.6s ease-in-out;
}

.section-btn:hover,
.section-btn:focus,
.section-btn:active {
    background-color: transparent;
    color: #00717F;
    border-color: #00717F;
    text-decoration: none;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

.flexslider {
    border: 0;
    margin: 0;
}

/* ----------------------------------------- */
/* BANNER 2 - HIGHLIGHTS  */
/* ----------------------------------------- */

#views_slideshow_cycle_teaser_section_highlights-block_1,
#views_slideshow_cycle_div_highlights-block_1_0,
#views_slideshow_cycle_div_highlights-block_1_1,
#views_slideshow_cycle_div_highlights-block_1_2,
#views_slideshow_cycle_div_highlights-block_1_3 {
    width: 100% !important;
}

.high-wrap {
    background-color: rgba(46, 58, 77, 0.85);
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 4em;
    padding: 2em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 40%;
}

.high-date {
    font: 20px newsGothicB;
    color: #eb2554;
    margin-bottom: 10px;
}

.high-title a {
    display: block;
    font: 19px newsGothicB;
    color: #a5c8f2;
    text-decoration: none;
    margin-bottom: 6px;
}

.high-body {
    font: 18px newsGothicR;
    color: #fff;
    line-height: 1.5;
}

/* ----------------------------------------- */
/* BANNER 3 - ACADEMICS  */
/* ----------------------------------------- */

#block-banner3academics {
    padding: 0 5em;
    background-color: #EBEBEB;
}

.ar-1 {
    margin-bottom: 3em;
}

.academics-box {
    width: 291px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.academics-image {
    overflow: hidden;
}

.academics-image img {
    transition: all 0.6s ease-in-out;
}

.academics-box:hover img {
    transform: scale(1.15);
}

.academics-content {
    border: 1px solid #C0C0C0;
    border-top: 0;
    padding: 1em;
}

.academics-title {
    font: 20px newsGothicB;
    color: #2e3a4d;
    margin-bottom: 0.5em;
}

.academics-body {
    font: 16px newsGothicR;
    color: #4d4d4d;
    height: 57px;
    overflow: hidden;
}

.academics-title a {
    font: 20px newsGothicB;
    color: #2e3a4d;
    margin-bottom: 0.5em;
}

/* ----------------------------------------- */
/* BANNER 4 - VIRTUAL TOUR */
/* ----------------------------------------- */

.tour-video {
    height: 400px;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

/* ----------------------------------------- */
/* BANNER 5 - FACILITIES */
/* ----------------------------------------- */

.region-banner5 {
    background-color: #E6E6E6;
    padding-top: 4em;
}

.Facilitiestitle {
    display: none;
}

#quicktabs-facilities {
    display: flex;
    flex-direction: column;
}

.facilities-wrap {
    padding: 0 5em;
}

.facilities-image img {
    height: 300px;
}

.facilities-content {
    height: 300px;
    background: #2e3a4d;
    padding: 2em;
}

.facilities-title {
    font: 28px newsGothicB;
    color: #ff366b;
    margin-bottom: 1em;
}

.facilities-body {
    font: 18px newsGothicR;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
}

#quicktabs-facilities .quicktabs-tabs {
    background: url('../images/Slicing-11.jpg') no-repeat center center/cover;
    height: 298px;
    order: 2;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: -8em;
    padding-top: 11em;
}

#quicktabs-facilities .quicktabs-tabs li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

#quicktabs-facilities .quicktabs-tabs li a {
    font: 20px newsGothicR;
    color: #fff;
    text-decoration: none;
}

#quicktabs-facilities .quicktabs-tabs li.active a {
    color: #E42869;
}

#quicktabs-facilities .quicktabs-tabs li a::before {
    content: "";
    display: block;
    height: 48px;
    width: 53px;
    margin: 0 auto 1em;
}

#quicktabs-facilities .quicktabs-tabs li:nth-child(1) a::before {
    background: url('../images/Masjid.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li.active:nth-child(1) a::before {
    background: url('../images/Masjid-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li:nth-child(2) a::before {
    background: url('../images/Library.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li.active:nth-child(2) a::before {
    background: url('../images/Library-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li:nth-child(3) a::before {
    background: url('../images/Faculty-Room.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li.active:nth-child(3) a::before {
    background: url('../images/Faculty-Room-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li:nth-child(4) a::before {
    background: url('../images/ATM-Facility.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li.active:nth-child(4) a::before {
    background: url('../images/ATM-Facility-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li:nth-child(5) a::before {
    background: url('../images/Computer-Lab.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#quicktabs-facilities .quicktabs-tabs li.active:nth-child(5) a::before {
    background: url('../images/Computer-Lab-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode{
    background-color: transparent !important;
}



/* ----------------------------------------- */
/* BANNER 6 -  */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* BANNER 7 - INFO DESK */
/* ----------------------------------------- */

.section-col a {
    text-decoration: none;
}

.infodesk-icon {
    height: 175px;
    width: 175px;
    margin: 0 auto 2.2em;
}

.results-icon {
    background: url('../images/Results.png') no-repeat center;
}

.section-col:hover .results-icon {
    background: url('../images/Results-hover.png') no-repeat center;
}

.pub-icon {
    background: url('../images/Publications.png') no-repeat center;
}

.section-col:hover .pub-icon {
    background: url('../images/Publications-hover.png') no-repeat center;
}

.forms-icon {
    background: url('../images/Forms-&-Guidelines.png') no-repeat center;
}

.section-col:hover .forms-icon {
    background: url('../images/Forms-&-Guidelines-hover.png') no-repeat center;
}

.code-icon {
    background: url('../images/Code-of-Conduct.png') no-repeat center;
}

.section-col:hover .code-icon {
    background: url('../images/Code-of-Conduct-hover.png') no-repeat center;
}

.infodesk-title {
    font: 22px newsGothicB;
    color: #2e3a4d;
    text-align: center;
    margin-bottom: 0.3em;
}

.section-col:hover .infodesk-title {
    color: #424e60;
}

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */

.footer-wrap,
.footer-wrap a {
    font: 16px newsGothicR;
    color: #fff;
}

.footer-upper {
    background-color: #424e60;
    padding: 14px 0;

}

.footer-links {
    text-align: center;
}

.footer-links a {
    margin: 0 18px;
}

.footer-bottom {
    background-color: #2e3a4d;
    padding: 14px 0;
}

.power-sec {
    text-align: right;
}




/******************************** **********************************/






/*..........................................*/
/* End override/Model CSS  */
/*............................................*/







/*********************************************************************************************************************
**********************************************************************************************************************/
/*.................End of Old override/Model  CSS..........*/
/*.................Start of Standered CSS.......................*/
/******************************************************************************/
/* ........................................................................................................... */
.inner-page .view-id-meetings .view-display-id-page .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-display-id-page_3 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-display-id-page_2 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.inner-page .field--name-field-full-date {
    font-weight: bold;
}

.inner-page .field--name-field-date {
    font-weight: bold;
}

.inner-page time {
    font-weight: bold;
}

.region.region-content .content p a {
    color: #09283c;
    text-decoration: underline;
    transition: all 0.6s ease;
}


/*..................Site Map Standered Code....................................*/

.sitemap {
    padding: 0 1.5rem;
    overflow-x: auto;
}

.sitemap h2 {
    /*font: 30px MontserratBold;*/
    margin-top: 0;
}

.sitemap .caret {
    display: none;
}

.sitemap ul {
    list-style-type: disc;
    float: none;
    background: transparent;
    padding: 0 0 0 1.5em;
    margin: 0 !important;
}

.site-btn {
    display: block;
    height: 38px;
    width: 113px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-family: myriadR;
    transition: all 0.5s ease-in-out;
}

.site-btn:hover,
.site-btn:focus,
.site-btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #1a1a1a;
}

.sitemap ul li {
    list-style-image: url('../images/list-bullet.png');
    float: none;
    display: list-item;
}

.sitemap ul li a {
    padding: 0;
    /* color: #171F32; */
    font: 16px myriadR;
    border-bottom: 1px dashed #0D2738;
    text-decoration: none;
    display: inline-block;
}

.sitemap ul li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #171F32 !important;
    font: 16px myriadR;
}

.sitemap-item ul li ul {
    position: initial;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    list-style: circle;
}

/*.................BacktoTop & Accescibility Control Resuable Standered Code.......................*/

body .uwy.userway_p5 .uai {
    top: auto;
    bottom: 76px !important;
    left: 13px;
    right: auto;
}

#backtotop {
    bottom: 80px !important;
}


/* .............................................................. */

/* ----------------------------------------- */
/* INNER PAGE REUSABLE COMPONENTS */
/* ----------------------------------------- */


/*Inner page*/
.inner-page {
    min-height: calc(105vh - 194.6px);
    padding-bottom: 1em;
    font: 16px myriadR;
    line-height: 1.5em;
    /* background: url(../images/pattren.png) no-repeat center center/cover fixed !important; */
    height: auto;
    background: url(../images/internal-bg.jpg) no-repeat fixed center center /cover;
    /* position: relative; */
    /* background-image: linear-gradient(rgba(246, 246, 246, 0.84), rgba(246, 246, 246, 0.64)), url('../images/internal-pg-bg.jpg'); */
}

.inner-page #page-title {
    font-family: myriadSB;
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: transparent;
}

.inner-page h3 {
    color: #2e3a4d;
}

.inner-page h4 {
    color: #1C74BB;
}

.inner-page a {
    color: #2D394D;
    font: 16px myriadR;
}

.inner-page a:hover {
    color: #0A1F70;
}

.inner-page img {
    /* border-radius: 10px; */
    /*    margin: 0 15px !important;*/
}

time {
    font-weight: 600;
}

#internal-page-bg {
    background: url('../images/overview-bg.jpg') no-repeat center center/cover fixed;
    height: auto;
    position: relative;
}

#internal-page-bg::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    left: 0;
    top: 48px;
    opacity: 0.75;
    z-index: -1;
}



.breadcrumb a {
    font-size: 15px;
    color: #1A1A1A;
}



.inner-page ul li a {
    /* border-bottom: 1px dashed #333333; */
    text-decoration: none;
}

.inner-page a:hover {
    color: #0A1F70;
    border-bottom: 1px dashed #0A1F70;
}

.inner-page ul li {
    padding: 0.1em 0;
}

.rtecenter {
    text-align: center;
}

a {
    color: #0D2738;
}


img.image_style_basic {
    margin: 0 15px;
}

img.image_style_basic.important_img {
    margin: 0 15px;
}

img.DC_image_style {
    margin: 0 15px;
}

/*Breadcrumbs*/
.inner-page .breadcrumb {
    margin: 0 -15px;
    /* padding: .5rem 2rem; */
    border-radius: 0;
}

ol.breadcrumb a,
.breadcrumb>.active,
ol.breadcrumb:hover a {
    /* color: red; */
    /* font-size: 14px; */
    text-decoration: none;
}


.inner-page .breadcrumb li a {
    color: #1A1A1A;
}

.inner-page .breadcrumb>li+li::before {
    color: #1A1A1A;
}

/* .....................Tender Standred View ..................... */

.views-field-field-filepmdfc a {
    background: url(../images/application-pdf.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}






/* ..........................End of Inner Reuseable Standered Code............. */

/* ------------------------------------------------------------------------------------ */
/* Waleed WALEED REUSABLE COMPONENTS of heading */
/* ---------------------------------------------------------------------------------------- */

.section-container {
    padding: 3em 0;
}

#block-banner2overview .section-container {
    padding: 1em;
}

/* .section-heading {
    font: 36px lemonMilkR;
    color: #1d3051;
    text-align: center;
    margin-bottom: 0.75em;
}

.section-heading::after {
    content: '';
    display: block;
    height: 5px;
    width: 80px;
    background-color: #1D3051;
    margin: 0 auto;
} */

.white-heading {
    color: #fff;
}

.white-heading::after {
    background-color: #fff;
}

/* .section-para {
    font: 16px myriad;
    color: #4d4d4d;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
} */

















.inner-page h3 {
    color: #2e3a4d;
}

.inner-page h4 {
    color: #EA2554;
}

.inner-page ul {
    list-style-image: url('../images/list-bullet.png');
}

.inner-page ul li {
    padding: 0.5em 0;
}

.inner-page ul li a {
    border-bottom: 1px dashed #0A1F70;
    text-decoration: none;
}


/* .inner-page p {
    text-align: justify;
    line-height: 1.65;
} */



.viewp_wrap {
    margin-bottom: 1.5em;
}



.inner-page .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.galleryp-image img {
    display: block;
    height: 150px;
    width: 220px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
}

.galleryp-title a {
    display: block;
    height: 20px;
    overflow: hidden;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.viewp-wrap {
    margin-bottom: 2em;
}

.galleryp-wrap {
    margin-bottom: 2em;
}

.galleryp-img img,
.video-pgallery iframe {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
    height: 39px;
    overflow: hidden;
}

.form-item,
.form-actions {
    margin: 18px 0;
}

.form-required {
    color: red;
}

#edit-submitted-email {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
    margin-bottom: 2%;
}




/* ---------------------------------------End of Waleed reuseable components--------------------------------------------- */

/*-----------------------------------*/
/*Article Standered Reuseable*/
/*-----------------------------------*/
article[about='/Core_team1'] img {
    height: 150px !important;
    width: 150px !important;
    border-radius: 10px;
}

/* article[about='/about_us'] a, a:hover {
    font: 17px myriadR;
} */


article[about='/Media_Room'] a:hover {
    /* font: 17px myriadR; */
    border-bottom: 1px dashed rgba(46, 49, 128, 0.8);
    text-decoration: none !important;
    color: rgba(46, 49, 128, 0.8) !important;
}

article[about='/blog-page'] table td img {
    width: 100% !important;
    height: auto !important;
}

/* article[about='/our_boards'] .content table tr td {
    display: block !important;
    width: 100% !important;
} */

/* article[about='/guest-speakers'] .content table tr td {
    display: block !important;
    width: 100% !important;
} */


article[about='/core_team'] img {
    height: 150px !important;
    width: 150px !important;
    border-radius: 10px;
}

/*Bulet inner page*/

article .content ul {
    list-style: disc;
    color: #333333;
    font: 15px myriadR;
    padding: 0 0 0 1.5em;
    list-style-image: url(../images/bullet-abad.png);
}

article .content ul>li {
    position: relative;
}



/* ....................................Gallery Standered Code............................*/


/* ----------------------------------------- */
/* Gallery Inner Page Code  */
/* ----------------------------------------- */

.view-id-gallery .view-display-id-page_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.gallery-title {
    text-align: center;
}

.gallery-title a {
    /* font: 18px myriadSB;
    color: #333333;
    text-decoration: none; */
}

/*.gallery-title a:hover {
    font: 18px myriadSB;
    color: #CF7500;
    text-decoration: underline;
}*/

.gallery-wrapper:hover .gallery-title a {
    font: 18px myriadSB;
    color: #0A1F70;
    text-decoration: underline;
}

.galleryp-wrap {
    text-align: center;
    margin-bottom: 2em;
}

.gallery-item .gallery-img img {
    transform: scale(1);
    transition: all 0.6s ease;
    margin: 0 0.5em;
}

.inner-page .gallery-item .gallery-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
}

/* Gallery*/
.gallery-item {
    margin-bottom: 30px;
}

.gallery-item .gallery-img {
    height: 150px;
    width: 220px;
    overflow: hidden;
    margin: 0 auto 0.7em;
}

.gallery-item .gallery-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.2);
}

.gallery-item .gallery-title {
    font-size: 14px;
    text-align: center;
    border-radius: unset;
}

.gallery-title a {
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}


.viewp-wrap .galleryp-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s ease;
}

.inner-page .view-gallery.view-id-gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-events .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-picture_gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.viewp-wrap:hover .galleryp-image img {
    transform: scale(1.2);

}

.viewp-wrap:hover .galleryp-title a {
    text-decoration: underline;
    color: #1D75BD;
}



.viewp-wrap .gallery-title {
    font-size: 20px;
    text-align: center;
}

/* ................................End Gallery Std................... */

/*................... Core Team Standerd Code.................... */

.path-permanent-faculty{}
.path-permanent-faculty .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.path-permanent-faculty .view-content::after{
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.path-permanent-faculty .views-row{}
.path-permanent-faculty .views-row:first-child{
    width: 100%;
}

.path-commandants-pg{}
.path-commandants-pg .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.path-commandants-pg .view-content::after{
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.path-commandants-pg .views-row{}
.path-commandants-pg .views-row:first-child{
    width: 100%;
}

.team-item{
  display: block;
  padding: 5px;
  text-align: center;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  min-height: 247px;
  max-width: 270px;
  margin: 0 auto 20px auto;
}
.team-item .img{
  width: 150px;
  height: 150px;
      border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.team-item .img img{
  width: 100%;
  height: 100%;
  transform: scale(1);
    transition: all 0.6s ease;
    object-fit: cover;
}

.team-item:hover .img img{
   transform: scale(1.2);
}

.team-item .body{
  padding: 1em 0.75em;
}

.team-item .body .title{
  margin: 0;
  color: #EA2554;
  font-size: 16px;
}

.team-item .body .title a{
    font-weight: bold;
    color: #EA2554;
    font-size: 16px;
  }


.team-item .body .designation{
  margin: 10px 0 0 0;
}

.inner-page .view-id-core_team .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

a.team_hover:hover {
    text-decoration: none;
}

/* .....................End of Core Team Standered Code............................ */

/* ...........................Slick Carosal Code Standered ................................ */

.slick-arrow::before {
    color: transparent !important;
    background: url(../images/Left.png) no-repeat center center !important;
    left: -2em;
}

.slick-next::before {
    color: transparent !important;
    background: url(../images/Right.png) no-repeat center center !important;
    left: -2em;
}

.section04 nav.slick__arrow {
    TOP: 131%;
}

.section04 .slick-next {
    right: 46%;
    TOP: 29% !IMPORTANT;
}

.section04 .slick-prev {
    left: 46%;
    TOP: 29% !IMPORTANT;
}

/* ------------------------------------------------------------------------ */
/* ----------------------------------------- */
/* FOOTER  Standered Reuseable*/
/* ----------------------------------------- */

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */


.footer {
    padding: 0;
    margin-top: -2px;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footermenu {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}


/* ----------------------------------------------------- */
/* MEDIA QUERIES  */
/* ------------------------------------------------------ */


@media only screen and (max-width: 1024px) {

    /* override   */

    .high-date {
        font: 15px newsGothicB;

    }

    .high-title a {

        font: 14px newsGothicB;

    }

    .high-body {
        font: 12px newsGothicR;

    }

    .high-wrap {

        padding: 1em;

    }

    .navbar-default .navbar-nav>li>a {
        font: 12px newsGothicR;

    }

    .navbar-nav {

        margin-top: 0px;
    }

    .section-heading {
        font: 36px newsGothicB;

    }

    #block-banner3academics {
        padding: 0 1em;

    }

    .facilities-body {
        font: 14px newsGothicR;

    }

    .section-container {
        padding: 2em 0;
    }

    .infodesk-title {
        font: 18px newsGothicB;

    }




    /* ............WRITE override CODE FOR 1024... */




    /*...........*/
    /*End of Override media query 1024*/


    .navbar-nav {
        width: 100%;
        float: none;
    }

    .navbar .logo img {
        top: 10em;
        left: 24em;
    }



}

@media only screen and (max-width: 760px) {



    .main_navigation .menu.nav li {
        display: block;
        margin: 0 0.6em;
    }

    .navbar .logo {
        width: 70%;
        margin-top: 0px !important;
        margin-bottom: 0px;
    }

    .navbar .logo img {
        width: 75%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .toggleSearch {
        right: 6px;
        top: 16em;
    }

    #edit-search-block-form--2 {
        right: 1.5em;
        top: 16em;
    }

    .header-wrap {
        display: none;
    }

    .d-table {
        display: block;
    }

    .d-table-cell {
        float: left;
        display: block;
    }

    .navbar .logo img {
        top: 7em;
        left: 17em;
    }


    .navbar {
        width: 100%;
    }

    .navbar-header {
        float: none !important;
    }

    .const-text-wrap .const-text {
        font: 14px rockwell;
    }

    .navbar {
        width: 100%;
    }

    .navbar .logo {
        width: 92% !important;
    }

    .navbar .logo img {
        width: 100% !important;
    }

    .navbar-toggle {
        margin-top: -20px !important;
        margin-right: 10px !important;
    }

    .gallery-item .gallery-img {
        display: block;
        overflow: hidden;
    }

    .gallery-wrapper .gallery-img {
        overflow: hidden;
    }



    #footer-links a {
        font-size: 12px;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        float: none;
        background-color: #ffffff;
    }

    .navbar-default .navbar-nav>li {
        margin: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 5px !important;
        margin: 0px !important;
        background-color: white;
        color: #333333 !important;
    }

    .navbar {
        min-height: 0px;
    }



    .toggleSearch {
        top: 2px;
    }


    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #EA2554 !important;
    }



    #footer_lower {
        height: 5em;
    }

    .copy-sec.col-sm-6 {
        text-align: center;
    }

    #power_sec {
        text-align: center;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /*Code For Navbar in Mobile */
    .path-frontpage .navbar-default {
        width: 100%;
        /* border-bottom: 2px solid #27a9e0; */
    }



    .navbar-default {
        /* background-color: #0298D8;
        border-color: transparent; */
    }

    .path-frontpage header#navbar {
        position: unset !important;
        z-index: 0;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        opacity: 100%;
        overflow-x: hidden;
    }

    div#main_navigation {
        margin-right: unset;
    }

    .navbar-nav {
        width: 100%;
        float: none;
        margin-top: 8px !important;
        /*padding-left: 25% !important;*/
    }

    .navbar-default .navbar-nav>li {
        margin: 0px 12px !important;
    }



    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    form#search-block-form {
        /* right: 0px !important; */
    }

    .navbar-default .navbar-nav>li {
        margin: 0px 8px !important;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar.container-fluid {
        padding: 0 !important;
    }

    .navbar .logo {
        width: 75%;
        margin: 2px 0 0 5px !important;
    }

    .navbar .logo img {
        width: 70%;
    }

    .main_navigation .menu.nav li a {
        color: #fff;
        position: relative;
    }



    /*Model Code Mobile*/
    .navbar-header {
        float: none !important;
        padding: 8px;
        /* padding-bottom: 1px; */
    }

    .success-wrapper {
        margin-bottom: 2em;
        display: block;
        margin: 1em;
    }

    .navbar .logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
        width: 88%;
    }

    .navbar .logo img {
        width: 90%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar.container>.container {
        display: block;
    }

    .navbar-default {
        /* background-color: #002147 !important; */
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial !important;
    }

    .toggleSearch {
        top: 0px !important;
        position: relative !important;
        left: 14.5em !important;
    }

    form#search-block-form {
        top: 0px !important;
    }

    .stories-wrap {
        margin-bottom: 2em;
    }

    .footer-wrap,
    .footer-wrap a {
        font-size: 12px;
    }

    .footer-links a {
        margin: 0 5px;
    }

    .copy-sec,
    .power-sec {
        text-align: center;
    }



    .main_navigation .menu.nav .open .dropdown-backdrop {
        display: none;
    }

    .main_navigation .menu.nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main_navigation .menu.nav .dropdown-menu li a {
        color: #333333;
        padding: 5px 20px;
    }

    .main_navigation .menu.nav .dropdown-menu li a:hover,
    .main_navigation .menu.nav .dropdown-menu li a:focus,
    .navbar-default .navbar-nav>.active>a:visited,
    .main_navigation .menu.nav .dropdown-menu li a.active {
        background-color: #fff;
        color: #0D2738;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-left: 0em;
        /* width: 80%; */
    }



    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:visited,
    .navbar-default .navbar-nav>.active>a:focus {
        /* color: red !important;
        background-color: transparent; */
    }


    .inner-page .view-gallery.view-id-gallery .view-content {
        display: block;
        text-decoration: none;
        border-bottom: unset !important;
    }

    .footer-bottom .copy-right,
    .footer-bottom .powered-by {
        text-align: center;
    }

    .navbar-header {
        float: none !important;
    }

    .navbar .logo {
        height: auto;
        margin: 3px 8px !important;
        /* padding-left: 5px !important; */
    }

    .navbar .logo img {
        width: 88%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 2.5em !important;
        margin-right: 10px !important;
        justify-content: center;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
        background-color: rgba(46, 49, 128, 0.8);
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    #block-weather-system-2 {
        display: none;
    }

    #block-search-form {
        position: initial !important;
        background-color: #2E3180;
        width: 100%;
        padding-bottom: 0.5em;
    }

    /* .............       Write Mobile override Model Mobile here */

    .navbar-header {
        float: none !important;
    }

    .navbar-header {
        min-height: unset;
    }

    .navbar .logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
        width: 70%;
    }

    .navbar-collapse.in {
        overflow-y: hidden;
        width: 100%;
    }

    .navbar .logo img {
        width: 95%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar.container>.container {
        display: block;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial !important;
        /*background-color: #212330;*/
        width: 240px;
        margin: 0.5em;
    }

    .toggleSearch {
        top: -8px !important;
        position: relative !important;
        left: 14.5em !important;
    }

    section#block-banner5facilitiesheading {
        padding-top: 2em;
    }

    #edit-search-block-form--2 {
        height: 28px;
        top: -8px;
        right: -1.5em;
    }

    form#search-block-form {
        top: 0px !important;
    }

    .section-container {
        padding: 2em 0;
    }

    .section-heading {
        font-size: 26px;
        margin-bottom: 0.5em;
    }

    .section-para {
        font-size: 14px;
    }

    .section-btn {
        width: 100px;
        font-size: 13px;
    }

    #block-banner3academics {
        padding: 0px;
    }

    .tour-video {
        height: auto;
        width: 100%;
        padding: 0 0 10px;
    }

    .facilities-wrap {
        padding: 0px;
    }

    .region-banner5 {
        padding-top: 2em;
    }

    .facilities-image img {

        height: auto;
        width: 100%;

    }

    .facilities-title {

        font: 22px newsGothicB;
        margin-bottom: 0.5em;

    }

    .facilities-content {
        height: auto;

    }

    .facilities-body {

        font: 15px newsGothicR;
    }

    .power-sec {

        text-align: center;

    }

    .footer-wrap,
    .footer-wrap a {

        font: 12px newsGothicR;
        color: #fff;


    }

    .copy-sec {

        text-align: center;

    }

    .high-wrap {

        position: unset;

        z-index: 2;
        left: 0;
        padding: 1em;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        width: 100%;
    }

    .infodesk-title {
        font: 16px newsGothicB;

        margin-bottom: 1.3em;
    }

    .infodesk-icon {

        margin: 0 auto 0.2em;
    }

    .section-row.ar-2.row {
        position: relative;
        bottom: 40px;
        margin-bottom: -40px;
    }

    .academics-box {

        padding: 10px;
    }

    .high-date {
        font: 16px newsGothicB;

    }

    .high-title a {

        font: 15px newsGothicB;

    }

    .high-body {
        font: 14px newsGothicR;

    }

    #quicktabs-facilities .quicktabs-tabs li a::before {

        height: 26px;
        width: 30px;
        background-size: contain;
    }

    #quicktabs-facilities .quicktabs-tabs li a {
        font: 13px newsGothicR;

    }

    #quicktabs-facilities .quicktabs-tabs {

        height: 260px;

    }

    ul.quicktabs-tabs li {

        white-space: pre-wrap;
    }

    .region.region-section05 {
        padding-top: 0em;
    }

    #internal-bg {

        background-size: cover;
        background-position: right;
    }


    /* ---------------End of override Mobile Model override 700 -------------------*/


}

/*.......................End Mobile 760 Media Query................*/

/*..................Start of Mobile 500 & less media query...............*/
@media screen and (max-width: 576px) {

    .navbar .logo img {
        width: 50%;
    }

    /*            Override 576 Query*/


    /*          End of 500 media Override 576 PB fund       */

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    article[about='/contact_us'] .content table tr td {
        display: block !important;
        width: 100% !important;
    }

    article[about='/contact_us'] .content {
        overflow-x: auto;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        float: none;
        background-color: white;
    }

    .navbar-default .navbar-nav>li {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .navbar-default .navbar-nav>li:hover {
        border: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 5px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial;
    }

    form#search-block-form {
        top: 63px !important;
        position: absolute;
        right: 32%;
    }

    .top_navigation {
        margin-top: 3em;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        background-position: left bottom;
    }

    #edit-search-block-form--2 {
        background-color: white !important;
    }

    #edit-search-block-form--2::placeholder {
        color: dimgray;
    }

    .inner-page {
        min-height: 342px;
    }

    .footer-upper-wrap {
        display: block;
        text-align: center;
    }

    .footer-icons {
        text-align: center;
        margin-top: 10px;
    }

    .footer-upper a {
        font-size: 15px;
        margin: 0 10px;
    }

    .footer-bottom {
        font-size: 15px;
        font-family: 'myriadR';
        text-align: center;
    }

    .footer-bottom a {
        font-size: 15px !important;
    }

    .power-sec {
        text-align: center;
        margin-top: 6px;
    }


    .block-views-blockhighlights-block-1 .site-btn-wrap a {
        margin-top: 2em !important;
    }


    time {
        font-weight: bold;
    }

}

/*..................Start of small Mobile 300 & less media query...............*/
@media screen and (max-width: 380px) {

    /* override 300 css start */




    /* override css end */
}

/*.............................................................*/
/*............End of Mobile 500 Media Query................. */
/*................................................................*/


@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
    .navbar .logo {
        margin: 0;
        margin-left: 0.5em;
        /* margin-bottom: 0.5em; */
    }

    .top_navigation::after {
        content: '';
        clear: both;
        display: block;
    }

    .navbar-default .navbar-right {
        float: unset !important;

    }

    .navbar-right {
        display: flex;
        /* flex-direction: column-reverse; */
        justify-content: flex-end;
        align-items: stretch;
        float: unset;
    }


    .top_navigation .block-search {
        border-radius: 0px !important;
        height: 35px !important;
        position: relative;
        border: none;
        color: dimgray;
        display: block;
        width: 100%;
        min-height: 42px;
        top: 0px;
        background-color: transparent !important;
    }

    #search-block-form {
        float: none;
        margin: 0;
    }

    #search-block-form .form-type-search {
        margin: 0;
    }

    .top_navigation .block-search::after {}

    .top_navigation .block-search .input-group {}


}

/*End of min 700 small screen*/

/* for collapsable navigagion for tab screens*/
@media (max-width: 991px) {}

@media screen and (min-width: 992px) {
    .navbar.container {
        /* position: absolute; */
        top: 0;
        width: 100%;
        background-color: transparent;
    }
}

@media screen and (min-width: 1300px) {

    /*    write your 1200 and above code here*/


    /* end override  */

}

@media screen and (min-width: 767px) {


    .navbar.container {
        /* background-color: rgba(120, 163, 58, 0.65) !important; */
        z-index: 8;
    }


}

/*.................End of All Media Queries ........................*/


/*Between MediA Query*/


/* No less than 1100px, (Maria screen) no greater than 1300px */
@media (min-width:1100px) and (max-width:1300px) {


    /* ---Override Maria Start---- */

    .navbar-header {
        width: 35% !important;
    }

    .navbar .logo img {
        width: 98%;
    }

    #block-bootstrap-subtheme-search {
        top: 10px;
    }



    /* ---end maria override--- */

    .center_header_button span {
        position: absolute;
        top: 0;
        right: 0;
        font: 25px 'myriad', sans-serif;
        color: #fff;
    }

    form#search-block-form {
        width: 250px;
        float: right;
        margin-right: 10px;
    }

    /* form#search-block-form {
        width: 100%;
        position: absolute;
        top: -88px;
        float: right;
        margin-right: 10px;
    } */

    div#main_navigation {
        /* margin: 4em 0em 0em 2em;
        margin-right: -11em; */
        margin: 0.1em 0 0;
    }



    /* .top_navigation .block-search .input-group .input-group-btn button::after {
        width: 20px;
        height: 20px;
        content: '';
        background: url(../images/search_icon-removebg-preview.png);
        position: absolute;
        right: 0;
        top: 40%;
        background-size: 100% 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    } */

    /* .slick button, .slick--thumbnail .slick__slide img{
        display: none !important;
    } */

    .slick-dots li button::before {
        font-size: 12px;
        font-size: 1rem;
        margin-top: 1em;
    }



    .front-section.section02.col-sm-12 {
        padding: 0;
        padding: 0em 0 0em 0;
    }

    #search-block-form .input-group {
        display: block;
        position: absolute;
        width: 100%;
        right: 0;
        top: 0px;
    }

    /* div#top_navigation {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 180px;
        height: auto;
    } */

    .main_navigation .menu.nav li {
        display: inline-block;
        margin: 0 0.6em;
        font-size: 0px;
    }

    #search-block-form .form-control {
        /* margin: 0em 1em 0em 3.5em; */
    }



    .navbar .logo {
        /* padding-left: 10px !important; */
        margin-top: 0px;
    }

    .navbar .logo img {
        height: 80%;
        /* margin-top: 1em; */
    }

    .navbar .logo {
        /* margin-top: 8px !important; */
    }

    .navbar-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        float: unset;
    }

}