/* ----------------------------------------- */
/* 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: 'barlowM';
    src: url('Barlow-Medium.otf');
}

@font-face {
    font-family: 'barlowSB';
    src: url('Barlow-SemiBold.otf');
}

@font-face {
    font-family: 'barlowR';
    src: url('Barlow-Regular.otf');
}

@font-face {
    font-family: 'barlowB';
    src: url('Barlow-Bold.otf');
}



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


/* ----------------------------------------- */
/* 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;
}

.banner2_right.front-section.section02_2.col-sm-6 {
    PADDING: 0;
}

.banner2_left.front-section.section02_1.col-sm-6 {
    PADDING: 2em;
    /* margin-top: 1.5em; */
    margin-bottom: 1em;
}

.banner2_right.front-section.section02_2.col-sm-6 {
    PADDING: 0;
    /* margin-top: 2em; */
    margin-bottom: 1em;
}

.front-section.section07,
.front-section.section08,
.front-section.section09,
.front-section.section10 {
    padding: 0;
}

.main_banner_image img {
    width: 100%;
}

.front-section.section02.col-sm-12 {
    /* margin: 2em 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.section06.col-sm-12 {
    padding: 0;
}

.front-section.section05.col-sm-12 {
    background-image: url(../images/bg-15.png);
    margin-bottom: -2px;
}


/* ----------------------------------------- */
/* 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%;
    left: -151%;
    top: -114%;
    width: 250px;
} */


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

.search_region .form-control::-moz-placeholder {
    color: dimgray !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 All */
/* ----------------------------------------- */

/* Navigation override navigation */

.path-frontpage .navbar-default {
    border-color: transparent;
    position: absolute !important;
    z-index: 9;
    width: 100%;
}


.navbar-header {
    float: left;
}

.navbar-right {
    margin: 0;
    position: relative;
}

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


.highligh-date {
    font-weight: bold;
    margin-bottom: 6px;
}


.navbar-default .navbar-nav>li {
    margin: 0 0.8em;
    display: inline-block;
    float: none;
}

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

.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 {
    color: #fff;
    background-color: #012e57;
}

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

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

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

.navbar .logo img {
    margin-left: 3.5em;
}





.navbar-nav {
    margin: 48px 0 0 90px !important;
}



.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: white;
    background-color: #012e57;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: white;
    background-color: #012e57;
}



/* ----------------------------------------- */

/* End Navigation Override */
/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

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

#block-system-main {
    min-height: 317px;
}

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

.highp-wrap {
    margin-bottom: 20px;
}

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

.pubp-title {
    padding-left: 1em;
}

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

.form-required {
    color: red;
}

#edit-submitted-your-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-sh1adow 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%;
}

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

#page-title {
    color: #f7c20a;
}

#block-system-main .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.galleryp-wrap {
    margin-bottom: 22px;
}

.galleryp-img img {
    display: block;
    height: 180px;
    width: 220px;
    margin: 0 auto 12px;
}

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







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

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






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

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

.row {
    margin: 0 !important;
}

.banner1,
.banner2,
.banner3,
.banner4,
.banner5 {
    padding: 0px;
}

a {
    outline: 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: black;
    border-radius: 0;
    background-color: white;
    border-color: white;
    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: 3%;
    right: 14%;
    height: 100%;
}

/* .top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 29px;
    border-color: red;
    background-color: green;
    color: black;
    width: 35px;
    border: 0px;
    font-size: 21px;
    padding: 2.5px 6px !important;
} */




.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: white !important;
    background-color: rgba(15, 52, 94, 0.8) !important;
}

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






/* .navbar-default {
    background-color: #1A1C20;
    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;
    background-color: transparent;
    /*    border-bottom: 4px solid #D1D3D1;*/
}


.papcb {

    position: relative;
    top: -146px;
    z-index: -1;
}

.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: #F6C20A;
}

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

.navbar-header {
    float: left;
}

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



.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;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: white !important;
    background-color: rgba(15, 52, 94, 0.8);
}

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

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




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


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

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

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

}

.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    /* background-color: #012e57; */
    /*  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: white;
    padding: 0.5em;
    padding-bottom: 5px;
    font-size: 15px;
    font: 15px ralewayR; */
}


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

.path-frontpage .navbar-default {
    background-color: #1b130cb5 !important;
    border-color: transparent !important;
}

.navbar-default {
    background-color: #1b1305 !important;
}


.navbar {
    /* min-height: 100px !important; */
}

.navbar-nav {
    margin: 0px 0 0.1em 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>.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;
}






#search-block-form button {
    padding: 3px 12px;
    border: 1px solid transparent;
    border-left: unset;
    color: #F8C20A;
    background-color: transparent;
    border-color: transparent;
}



.navbar-right .btn-primary {
    background-color: #230b3a;
    border-color: #fff;
    border-radius: 0px !important;
}

.btn-primary:hover {
    background-color: #9b73b2 !important;
}

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



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



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


/*-------------------------------------------------*/
/*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 */
/* ----------------------------------------- */


.mbanner-image img {
    width: 100%;
}

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

.copy-sec.col-sm-6 {
    TEXT-ALIGN: LEFT;
}

.navbar #block-search-form {
    position: absolute;
    float: right;
    right: 6.5em;
    top: 0.5em;
    width: 200px;
    border-radius: 0px;
    z-index: 99;
}

.inner-page a, .inner-page a:hover {
    color: rgba(15, 52, 94, 0.8);
    /* font: 16px myriadR; */
    font: 16px barlowR !important;
}

#edit-search-block-form--2 {
    border-radius: 0;
    position: relative;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #333 !important;
    width: 160px;
    float: right;
    box-shadow: none;
    height: 34px;
}

form#search-block-form .btn-default {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    margin-left: 0.15em !important;
    border-radius: 0;
}

form#search-block-form .input-group-btn .btn {
    background: url(../images/search.png) no-repeat center center;
    width: 34px;
    height: 26px;
    border: none !important;
    border-radius: 0;
    color: transparent;
    padding: 0;
    background-color: #fff;
    margin-left: 0px !important;
    position: relative;
    right: -3px;
}

#block-search-form i.icon.glyphicon.glyphicon-search {
    opacity: 0 !important;
}

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

button.btn.btn-default {
    right: 0px;
}





/* ----------------------------------------- */

/* INTERNAL PAGES */

/* ----------------------------------------- */

#block-system-main {
    min-height: 292px;
    padding-bottom: 2em;
}

#internal-page-bg {
    background: url("../images/Banner-4.jpg") no-repeat center center/cover fixed;
    height: auto;
    position: relative;
    max-width: 100%;
}

.front #internal-page-bg {
    display: none;
}

/*#block-system-main ul {
    list-style: none;
}*/

#block-system-main ul li {
    padding: 0.2em 0;
}

/*#block-system-main ul li a::before{
        content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #2a2b2c;
    border-radius: 50%;
    position: relative;
    left: -0.5em;
    border: 1px solid black;
}*/

#page-title {
    color: #021e57;
}

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

#block-system-main .view-research-publications .date-display-single {
    margin-bottom: 0;
}

#block-system-main p {
    line-height: 1.65 !important;
}

#block-system-main h3 {
    color: #0653A5;
}

#block-system-main h4 {
    color: #BD0000;
}

#page-title,
#block-system-main h1,
#block-system-main h3,
#block-system-main h4 {
    font-family: barlowSB !important;
}

#block-system-main li,
#block-system-main .field-item.even ul li a,
#block-system-main p,
#block-system-main td,
#block-system-main div,
#block-system-main div a {
    font: 16px barlowR !important;
    color: #333 !important;
}

.breadcrumb {
    background-color: #012e57;
    border-radius: 0px;
    margin: -7px -15px 20px;
}

.breadcrumb a {
    font: 16px barlowM !important;
    color: #989696 !important;
}

.breadcrumb>.active {
    font: 15px barlowM !important;
    color: #ffffff !important;
}

ul ul ul {
    list-style: circle;
}

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

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

#block-system-main .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.galleryp-image img {
    display: block;
    height: 165px;
    width: 220px;
    margin: 0 auto 1em;
}

.gallery-images img {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.gallery-title {
    text-align: center;
    min-height: 50px;
    overflow: hidden;
}

.research-bodyp p {
    font: 16px barlowR;
    color: #333;
    margin: 0.3em;
    text-align: justify;
}

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

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

.training-sub-category {
    margin-bottom: 2em;
}

.highlight-wrap {
    margin-bottom: 1em;
}

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

.node-type-gallery #block-system-main div {
    font-size: 20px;
    font-family: juicebox;
}

.section-btn {
    display: block;
    width: 120px;
    background-color: #052D51;
    border: 1px solid transparent;
    border-radius: 12px;
    margin: 0 auto;
    padding: 0.6em 0;
    font: 15px barlowM;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}


.section-btn:hover,
.section-btn:focus,
.section-btn:active {
    text-decoration: none;
    background-color: transparent;
    color: #333;
    border: 1px solid #012e57;
}

.section-heading {
    font: 36px barlowSB;
    color: #012e57;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.orange-heading {
    color: #272564;
}

.white-heading {
    color: #fff;
}

a {
    text-decoration: none !important;
}


/*********************************************
 messages page  
 **********************************************/
 .inner-page .view-messages.view-display-id-page_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.inner-page .msg-prof-pic {
    border-radius: 50%;
    width: auto;
    height: 200px;
    margin: 0 auto 0.5em;
    overflow: hidden;
    /* border: 4px solid #f7931e; */
}

.pdma-message-block .msg-designation {
    font-weight: bold !important;
    margin-bottom: 0.3em;
}

.inner-page .msg-prof-pic>img {
    /* width: 100%;
    height: 100%; */

}

.inner-page .pdma-msgs-container {
    background: #fafafa;
    display: block;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.inner-page .pdma-message-block .msg-prof-pic {
    float: left;
    margin: 0 12px 12px 0;
}

.inner-page .messages-page-col {
    background: #f6f6f6;
    padding: 12px;
    border-radius: 8px;
    margin: 0 0 2em 0;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.inner-page .msg-name,
.inner-page .msg-designation {
    color: #031e17;
    font-weight: bold !important;
    font: 16px barlowR;

}

/* .inner-page .msg-name {} */

.inner-page .msg-designation {
    font: 16px barlowR;
    
}

.pdma-message-block {
    margin: 1em 0em;
}

.inner-page .msg-message {
    text-align: justify;
    color: #031e17;
    font: 16px barlowR !important;

}

.inner-page .msg-message span {
    color: #031e17;
}

.inner-page .pdma-msgs-container:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transform: translateY(-6px);
    border: none !important;
}

.inner-page .pdma-msgs-container:hover .msg-name,
.inner-page .pdma-msgs-container:hover .msg-designation,
.inner-page .pdma-msgs-container:hover .msg-message {
    color: #031e17 !important;
}

/*********************************************
End Message Inner page Style 
 **********************************************/


/* ----------------------------------------- */

/* HEADER LINKS */

/* ----------------------------------------- */

.header-links a {
    margin: 0 0.5em;
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
}

.header-links {
    font: 14px barlowM;
    width: 100%;
}

#block-headerlinks {
    position: absolute;
    right: 10em;
    top: 1em;
    width: 69%;
}

.header-links a:hover {
    background-color: #012e57;
    color: #fff;
}


/* ----------------------------------------- */

/* BANNER 1 MAIN BANNER */

/* ----------------------------------------- */

#flexslider-1 {
    margin: 0px;
    border: 0px;
}

#block-views-main-banner-block {
    position: relative;
    top: -90px;
}

/* ----------------------------------------- */

/* BANNER 2 Overview */

/* ----------------------------------------- */

#block-banner2overview {
    /* margin-top: -90px; */
    background: url('../images/Banner-2.jpg')no-repeat center center/cover;
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 3em 4em;
    border-top: 12px solid #012e57;
}

.section-overview-para {
    font: 20px barlowR;
    text-align: center;
    color: #333333;
    margin-bottom: 2em;
    line-height: 1.65;
}

/* ----------------------------------------- */

/* BANNER 3 Message */

/* ----------------------------------------- */

#block-views-block-messages-block-1 {
    padding: 3em 8em;
}

#block-views-block-messages-block-1 .section-heading {
    margin-bottom: 0.5em;
}

.tg-testimonial {
    width: 100%;
    /*float:left;*/
    margin: 38px 0 57px;
    padding: 40px 30px 75px;
    min-height: 200px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.tg-testimonial:before {
    top: -22.5px;
    left: 20px;
    width: 55px;
    height: 55px;
    background: url('../images/Comma.png') no-repeat;
    background-size: contain;
    background-color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    /*font-family:'FontAwesome';*/
}

.tg-testimonial:hover::before {
    /*background: url('../images/block-color.png');*/
    /*background-color: #fff;*/
}

.message-body {
    font: 18px barlowR;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

.message-items {
    display: flex;
    align-items: center;
    position: absolute;
    right: 3em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px 20px;
}

.message-image img {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 15px;
}

.message-title {
    font: 17px barlowB;
    color: #213035;
    margin-bottom: 8px;
}

.message-desg,
.message-dept {
    font: 15px barlowR;
    color: #333;
}

.tg-testimonial blockquote {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 20px;
}

.tg-testimonial blockquote q {
    width: 100%;
    float: left;
    font-style: normal;
}

.tg-clientinfo {
    bottom: -75px;
    right: 20px;
    /*width:500px;*/
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.tg-clientinfo figure {
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
}

.tg-clientinfo figure a,
.tg-clientinfo figure a img {
    display: block;
}

.tg-namecountery {
    overflow: hidden;
    padding: 12px 0;
}

.tg-namecountery h4 {
    font-size: 16px;
    line-height: 13px;
    margin: 0 0 5px;
}

.tg-namecountery span {
    display: block;
}

.tg-testimonial:hover,
.tg-testimonial:hover .tg-clientinfo {
    border-color: #515151;
}

.tg-testimonialsslidertwo .owl-item,
.tg-testimonialsslider .owl-item {
    padding: 0 15px;
}

.founder-title-wrap {
    position: relative;
    left: 6em;
    top: 2em;
    width: 250px;
}

.founder-title {
    font: 21px barlowB;
    color: #213035;
}

.message-title a {
    color: #213035;
    text-decoration: none;
}

/* ----------------------------------------- */

/* BANNER 4 - HIGHLIGHTS */

/* ----------------------------------------- */

#block-views-block-updates-block-1 {
    background: url('../images/Banner-3.jpg') no-repeat center center/cover;
    height: auto;
    padding: 3em 2em;
}

#block-views-block-updates-block-1 .view-content {
    margin-bottom: 4em;
    position: relative;
    padding: 0 3em;
}

#section-highlights {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.high-upper-box {
    height: 120px;
    background-color: #012e57;
    border-bottom-right-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 25px;
}

.high-date {
    font: 21px barlowM;
    color: #fff;
    margin-bottom: 20px;
}

.high-title a {
    display: block;
    font: 19px dosisSB;
    color: #fff;
    text-decoration: none;
}

.high-lower-box {
    padding: 25px;
    overflow: hidden;
}

.high-body {
    font: 14px barlowR;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 100px;
    text-align: justify;
}

.message-body p {
    text-align: justify;
}

.high-body a {
    color: #333333;
    text-decoration: none;
}

.high-body img {
    display: none;
}

.high-read a {
    font: 14px barlowSB;
    color: #012e57;
    text-decoration: none;
    display: block;
    text-align: right;
}

.owl-theme .owl-controls {
    margin-top: 1.25em;
    margin-bottom: 2em;
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    text-indent: -99999px;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 12px;
    position: absolute;
    top: 50%;
}

.owl-prev {
    background: url('../images/prev-icon.png') no-repeat !important;
    left: -3em;
}

.owl-next {
    background: url('../images/next-icon.png') no-repeat !important;
    right: -3em;
}

.owl-prev,
.owl-next {
    height: 42px;
    width: 40px;
    opacity: 1 !important;
}

/* ----------------------------------------- */

/* BANNER 5 - RESEARCH PUBLICATIONS */

/* ----------------------------------------- */

#block-views-block-research-publications-block-1 {
    background: url(../images/Banner-4.jpg)no-repeat center center/cover;
    height: auto;
    max-width: 100%;
    padding: 3em 2em;
}

#block-views-block-research-publications-block-1 .view-content::after {
    content: "";
    display: table;
    clear: both;
}

#block-views-block-research-publications-block-1 .view-content {
    margin-bottom: 4em;
}

.research-image {
    background: url(../images/research.png)no-repeat;
    height: 133px;
    width: 134px;
    position: relative;
    left: 2em;
    max-width: 100%;
}

.research-col-wrap:hover .research-image {
    background: url(../images/research-hover.png)no-repeat;
}

.research-col-wrap {
    display: flex;
    align-items: center;
}

.research-box-wrap {
    border: 1px solid #616161;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 30px;
}

.research-title {
    font: 14px barlowM;
    color: #333333;
    min-height: 50px;
}

.resarch-bg {
    font: 130px barlowm;
    color: #012e5736;
    position: relative;
    top: 33px;
    right: 20px;
}

.research-bg-wrap {
    margin-top: -20px;
}

.research-button {
    margin-top: 4em;
}

.research-btn a {
    font: 12px barlowsb;
    color: #012e57;
}

.research-title a {
    color: #333;
    text-decoration: none;
}

/* ----------------------------------------- */

/* BANNER 6 - ACADEMICS */

/* ----------------------------------------- */

#block-banner6academics {
    background: url('../images/Banner-5.jpg')no-repeat center center/cover;
    height: auto;
    max-width: 100%;
    padding: 3em 5em;
}

.academics-col-wrap {
    text-align: center;
}

.academics-image {
    height: 170px;
    width: 171px;
    margin: 0 auto 1.5em;
    display: block;
    transition: all 0.8s ease-in-out;
    max-width: 100%;
}

.courses-image {
    background: url(../images/courses1.png)no-repeat center;
}

.academics-col-wrap:hover .courses-image {
    background: url(../images/courses1-hover.png)no-repeat center;
}

.quiz-image {
    background: url(../images/quiz.png)no-repeat center;
}

.academics-col-wrap:hover .quiz-image {
    background: url(../images/quiz-hover.png)no-repeat center;
}

.worskhops-image {
    background: url(../images/workshops.png)no-repeat center;
}

.academics-col-wrap:hover .worskhops-image {
    background: url(../images/workshops-hover.png)no-repeat center;
}

.academics-body {
    font: 14px barlowR;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.65;
}

.academics-title {
    font: 24px barlowSB;
    color: #fff;
    margin-bottom: 12px;
}

.academics-btn a {
    font: 12px barlowM;
    color: #fff;
    text-decoration: none;
}

.academics-button:hover .section-btn {
    color: #fff;
}

.academics-button {
    margin-top: 2em;
}

/* ----------------------------------------- */

/* BANNER 7 - OUR PARTNERS */

/* ----------------------------------------- */

#section-partners {
    padding: 4em 2em 6em 2em;
}

.partners-col-wrap {
    text-align: center;
}

.partners-image {
    height: 132px;
    width: 131px;
    margin: 0 auto 1.5em;
    display: block;
    max-width: 100%;
}

.pitb-image {
    background: url('../images/pitb1.png')no-repeat;
}

.gov-image {
    background: url('../images/gov1.png')no-repeat;
}

.pish-image {
    background: url('../images/gov1.png')no-repeat;
}

.shmed-image {
    background: url('../images/gov1.png')no-repeat;
}

.iphl-image {
    background: url('../images/iph1.png')no-repeat;
}

.phc-image {
    background: url('../images/phc1.png')no-repeat;
}

.partners-col-wrap a {
    color: #213035;
    text-decoration: none;
}

.partners-title {
    font: 14px barlowB;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
}

/* ----------------------------------------- */

/* FOOTER */

/* ----------------------------------------- */

.footer-links {
    font: 15px barlowM;
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-top {
    background-color: #012e57;
    display: block;
    padding: 10px 20px;
    margin-top: -3px;
}

.footer-links a {
    margin: 0 1.5em;
}

.footer-links a:first-of-type {
    margin-left: 0;
}

.footer-icons {
    text-align: right;
}

.footer-middle {
    background-color: #213033;
    padding: 2em 4em;
}

.footer-box1 {
    padding-right: 25px;
}

.footer-para {
    text-align: justify;
    color: #9a9a9a;
    font: 14px barlowSB;
    line-height: 1.5;
}

.footer-box2 {
    padding-left: 70px;
}

.footer-list {
    padding-left: 0;
}

.contact-list a {
    color: #9a9a9a;
}

.contact-wrap {
    font: 14px barlowSB;
    color: #9a9a9a;
}

.footer-social-logo img {
    margin: 0 5px;
}

.footer-social-logo {
    display: flex;
}

.footer-list ul {
    padding: 0;
    list-style: none;
    padding-right: 30px;
}

.footer-list li {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}

.footer-list li:last-of-type {
    border: 0;
}

.footer-heading {
    font: 24px barlowSB;
    color: #fff;
    margin-bottom: 15px
}

.contact-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.65;
}

.footer-logo {
    margin-top: 20px;
}

.footer-bottom {
    background-color: #012e57;
    padding: 10px 1em;
    font-family: barlowR;
    color: #fff;
    font-size: 15px;
}

.footer-bottom a {
    color: #fff;
    font-size: 16px;
    font-family: barlowR;
}

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


.inner-page{
    font: 16px barlowR !important;
    color: #333;
}

/* ----------------------------------------- */
/* BANNER 2 - OVERVIEW  */
/* ----------------------------------------- */



/* ----------------------------------------- */
/* BANNER 3 - OUR VALUES */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* BANNER 4 - DATA MANAGEMENT CELL */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* BANNER 5 - INFO DESK */
/* ----------------------------------------- */

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


/* ----------------------------------------- */
/* Footer */
/* ----------------------------------------- */



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






/*..........................................*/
/* End override main End CSS  - override end*/
/*............................................*/






/*********************************************************************************************************************
**********************************************************************************************************************/
/*.................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-id-visual_media .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.lbody a {
    font-size: 14px;
}

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



.page-header {
    border-bottom: transparent;
}

.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-position-x: right;
    background-position-y: 23em;
    /* background: url(../images/internal-bg.jpg) no-repeat center center/cover fixed !important; */
    background: url(../images/Banner-4.jpg) no-repeat center center/cover fixed !important;
    height: auto;
    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;
}

.inner-page h3 {
    color: #0653A5;
    font-weight: 700;
}

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

.inner-page a,
.inner-page a:hover {
    color: rgba(15, 52, 94, 0.8);
    font: 16px myriadR;
}

.inner-page .rteleft {
    text-align: left;
}

.inner-page .rtecenter {
    text-align: center;
}

.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 {
    color: white;
    margin: 0 -15px 5px -15px;
    border-radius: 0;
    padding: 13px 0 13px 15px;
}

.breadcrumb a {
    /* font: 15px poppinsR; */
    color: #1A1A1A;
}

.breadcrumb>.active {
    /* font: 15px poppinsM; */
    color: white;
}


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

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

.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;
    /* background: #f4dac9; */
    /* padding: .5rem 2rem; */
    border-radius: 0;
    border-top: 1px solid white;
}

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


.inner-page .breadcrumb li a {
    color: #0D2738;
    font-size: 16px;
}

.inner-page .breadcrumb>li+li::before {
    color: white;
}

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

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

/* Youtube Video Code  */
/* .path-frontpage iframe {
    height: 500px;
    width: 600px;
    display: block;
    margin: 0 auto 0.5em;
} */


.field--name-field-media-oembed-video iframe {
    margin: 0 auto;
    height: 300px !important;
    width: 381px !important;
    display: block;
}

.view-id-our_videos .field--name-field-media-oembed-video iframe {
    margin: 0 auto;
    height: 369px !important;
    width: 667px !important;
    display: block;
}


/* .path-frontpage iframe {
    margin: 0 auto;
    height: 175px !important;
    width: 360px !important;
    display: block;
    padding-bottom: 0.5em;
} */



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

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

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



/* .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-btn {
    display: block;
    width: 120px;
    background-color: #1d3051;
    border: 1px solid transparent;
    color: #fff;
    font: 15px poppinsR;
    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: #1d3051;
    border-color: #1d3051;
    text-decoration: none;
} */




/* 
#block-system-main ul li a {
    border-bottom: 1px dashed #092A48;
    text-decoration: none;
} */



/* #block-system-main li,
#block-system-main .field-item.even ul li a,
#block-system-main p,
#block-system-main td,
#block-system-main div,
#block-system-main div a {
    font: 15px poppinsR;
    color: #333;
} */


/* 
.viewp_wrap {
    margin-bottom: 1.5em;
} */



/* #block-system-main .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;
} */

/* .view-gallery a {
    border-bottom: 1px dashed black;
} */

.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;
    overflow: hidden;
}

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



/* #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;
} */




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

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

article[about='/faqs'] #q1,
#q2,
#q3,
#q4,
#q5,
#q6 {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
}

/* override article */


/* End Article Override  */

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

article[about='/budget'] .field--type-text-with-summary {
    overflow-x: scroll !important;
}

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

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

article[about='/info_desk'] a {
    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='/Media_Room'] a {
    font: 17px myriadR;
    border-bottom: 1px dashed #1c6b25;
    text-decoration: none !important;
}


article[about='/blog-page'] table td img {
    width: 100% !important;
    height: auto !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;
    padding: 0 0 0 1.5em;
    list-style-image: url(../images/bullet-abad.png);
}

article .content ul ul {
    list-style: circle;
}

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

.wwdbullets li {
    background-image: url("../images/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #4c4c4c;
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    list-style: outside none none;
    padding-left: 15px;
}

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


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


/* override gallery  */



/* end override gallery */

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

.highlightsWrap a {
    border-bottom: 1px dashed #532774;
}

.front-section .highlightsWrap a {
    border-bottom: 1px dashed transparent;
}


section#block-views-block-highlights-block-1 .view-content::after {
    content: "";
    display: table;
    clear: both;
}

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

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



.gallery-wrapper:hover .gallery-title a {
    font: 18px myriadSB;
    color: #CF7500;
    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;
    height: 200px;
    width: 200px;
}

.gallery-item {
    margin: 1em;
}

.gallery-item .gallery-img {
    height: 205px;
    width: 220px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 1.1em;
    overflow: hidden;
}

.gallery-wrapper .gallery-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

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

.front-section .gallery-item:hover .gallery-img img {
    transform: unset;
}

.galleryp-image img {
    display: block;
    width: 220px;
    height: 165px;
    margin: 0 auto 1em;
}

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

.galleryp-title:hover a {
    text-decoration: none;
}


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



.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................... */

/* ............Main Banner STD Model Code...... */

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

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

/******************************** Highlights Std **********************************/

/* #block-views-block-highlights-block-1 {
    background-color: #f8c51e;
    border: 1px solid #dddddd;
    padding: 10px 0;
} */

.highlightDate {
    color: #252525;
    font-family: "arial";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.highlightDate {
    color: #252525;
    font-family: "arial";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.highlightTitle a,
.highlightTitle a:link,
.highlightTitle a:visited,
.highlightTitle a:hover {
    color: #ffffff !important;
    font-family: "Arial" !important;
    font-size: 14px !important;
}

.Highlightstitle {
    color: #4f87aa;
    font-family: "Times New Roman";
    font-size: 22px;
}

.hpwrap {
    margin-bottom: 1em;
}

.hpwrap a {
    border-bottom: 1px dashed black;
}

.hpwrap a:hover {
    border-bottom: 1px dashed #522774;
}

.page-header {
    border-bottom: transparent;
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.highlightTitle {
    height: 38px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.highlightTitle a,
.highlightTitle a:link,
.highlightTitle a:visited,
.highlightTitle a:hover {
    color: #ffffff !important;
    font-family: "Arial" !important;
    font-size: 14px !important;
}



.banner-img-wrap img {
    width: 100%;
}

/******************************* End Highlights standered ******************************/

/* .....................Core Team Std Code dgp....................... */

/* Our Team Pages */
.path-our-dgs {}

.path-our-dgs .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.path-our-dgs .view-content::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.view-id-core_team .view-content>div:first-child {
    width: 100% !important;
}

.view-id-core_team .team-item {
    min-height: unset;
}

.path-our-dgs .views-row {}

.path-our-dgs .views-row:first-child {
    width: 100%;
}


/* Director General Code */

.view-director-generals .team-item {
    display: block;
    padding: 5px;
    text-align: center;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    min-height: auto;
    max-width: 270px;
    margin: 0 auto 20px auto;
}

.view-director-generals .view-content>div:first-child {
    width: 100% !important;
}


.view-director-generals .team-item .img img {
    margin: 0 auto !important;
}


/* .....Core Team .... */

.view-core-team .view-content>div:first-child {
    width: 100% !important;
}

.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;
    text-align: center;
}

.team-item .body .title {
    margin: 0;
    color: #333333;
    font: 16px Roboto-Bold;
    font-weight: 700 !important;
}

.team-item h5.designation {
    color: #333333;
}

.team-item h4 {
    color: #333333 !important;
    font: 16px myriadR !important;
}

.team-item .body .designation {
    margin: 1px 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 dgp std reuseable code .............. */

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

.slick-arrow::before {
    color: transparent !important;
    background: url('../images/prev-icon.png') no-repeat center center !important;
    border: 2px solid transparent;
    left: -2em;
    font-size: 4.25rem;
}

.slick-next::before {
    color: transparent !important;
    background: url('../images/next-icon.png') no-repeat center center !important;
    border: 2px solid transparent;
    left: -2em;
    font-size: 4.25rem;
}

.slick-prev,
.slick-next {
    background: unset !important;
}

.slick-prev {
    left: -44px;
}

.section04 .slick-next {
    right: -8px;
}

/* override slick */



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

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

.path-frontpage .footer-top {
    margin-top: -3px;
}

.footer-top {
    PADDING: 0;
}

.not-front #section-contact {
    display: none;
}

.not-front .footer-top {
    margin-bottom: 1px;
}



.footer-links {
    text-align: center;
    color: #fff;
}

.footer-wrapper,
.footer-wrapper a,
.footer-links a {
    font: 15px myriadR;
    color: #fff;
    text-decoration: none;
}

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

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


#upper_footer_wrap {
    background-color: #1D75BD;
}

#footer-links {
    margin: 15px 0 15px 0;
    text-align: center;
    color: #fff;
}

.footermenu {
    background-color: #B1CC3F;
    /* margin-top: 10px; */
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

.proweredby {
    background-color: #131313;
    padding: 15px 0 15px 15px;
}

.copyright {
    background-color: #131313;
    padding: 15px 15px 15px 0;
    text-align: right;
    color: #8c8c8c;
    font-family: "Arial";
    font-size: 12px;
}

.footermenu a,
.footermenu a:link,
.footermenu a:visited,
.footermenu a:hover {
    color: #ffffff !important;
    font-family: an !important;
    font-size: 14px !important;
}

.proweredby,
.proweredby a,
.proweredby a:link,
.proweredby a:visited,
.proweredby a:hover {
    color: #ffffff !important;
    font-family: "arial" !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.navbar-header {
    float: left;
    margin-right: 108px !important;
}



#footer_lower {
    background-color: #35AAF7;
    padding: 10px;
    color: #fff;
    font: 14px rockwell;
    height: 35px;
}

#copy_sec a,
#power_wrap a {
    color: #ffffff;
}

#power_sec {
    text-align: right;
}


.footer-links {
    padding: 10px 0;
}


.social-icons {
    text-align: right;
    vertical-align: middle;
    margin-top: 3px;
}



.social-icon {
    background-size: contain;
    display: inline-block;
    height: 36px;
    width: 36px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 15px;
    /*    margin-top: 10px;*/
}

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

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

.fb_wrapper a {
    color: #d7d7d7;
    font-family: 'myriadR';
}

.fb_wrapper a {
    font-family: 'myriadR';
}

.proweredby {
    background-color: #131313;
    padding: 15px 0 15px 15px;
}

.copyright {
    background-color: #131313;
    padding: 15px 15px 15px 0;
    text-align: right;
    color: #8c8c8c;
    font-family: "Arial";
    font-size: 12px;
}

.footermenu a,
.footermenu a:link,
.footermenu a:visited,
.footermenu a:hover {
    color: #ffffff !important;
    font-family: "Arial" !important;
    font-size: 12px !important;
}

.proweredby,
.proweredby a,
.proweredby a:link,
.proweredby a:visited,
.proweredby a:hover {
    color: #ffffff !important;
    font-family: "arial" !important;
    font-size: 12px !important;
    font-weight: bold !important;
}


.contact-icon {
    margin-right: 0px;
}

.footer-bottom-wrap {
    background-color: rgba(46, 49, 128, 0.8);
    padding: 16px 35px;
    color: #fff;
    margin-top: -0.3em !important;
}

.footer-bottom-wrap a {
    color: #fff;
    font-size: 16px;
}

.power-sec {
    text-align: right;
    font-size: 15px;
}

.field--name-field-public-awareness-video {display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; margin-bottom: 1.5em}

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


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

    /* override   */

    .navbar .logo {
        width: 65%;
    }

    .navbar .logo img {
        margin-left: 0;
        width: 100%;
    }

    .navbar.container {
        height: 80px;
    }

    #block-banner2overview {
        margin-top: -94px;
    }

    #block-views-main-banner-block {
        top: -94px;
    }

    .navbar.container>.container {
        border-bottom: unset;
    }

    .navbar #block-search-form {
        right: 2.5em;
    }

    .header-links {
        font-size: 12px;
    }

    #block-headerlinks {
        right: 17em;
    }

    body,
    html {
        position: relative;
        overflow-x: hidden;
    }

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

    .navbar-nav {
        right: 1em top: 4em;
    }

    .research-col-wrap {
        display: block;
    }

    .resarch-bg {
        font-size: 90px;
        top: 17px;
        right: 4px;
    }

    .research-bg-wrap {
        margin-top: -60px;
    }

    #block-block-3 .col-sm-2 {
        width: 33%;
    }

    .partners-col-wrap {
        margin-bottom: 30px;
    }

    #section-partners {
        padding: 4em 2em 2em 2em;
    }

    .footer-middle {
        padding: 2em 1em;
    }

    .contact-wrap {
        font-size: 11px;
    }

    .footer-para {
        font-size: 12px;
    }

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


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



}

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

    /*        Write Mobile override here */

    .navbar .logo img {
        width: 100%;
        margin-left: 0;
    }

    .navbar .logo {
        margin: 5px 0 5px 0px !important;
        padding: 0px 0 !important;
        height: auto;
        width: 30%;
    }

    .navbar.container {
        height: auto;
    }

    .navbar-header {
        float: unset;
    }

    .navbar.container>.container {
        border-bottom: unset;
    }

    .navbar-default .navbar-nav>li {
        display: block;
    }

    .navbar-nav {
        background-color: transparent;
        margin: 0em 0em 0 0;
        padding: 0px 0px 0px 0px;
        float: unset;
        text-align: left;
        position: unset;
    }

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

    .navbar #block-search-form {
        position: unset;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #block-headerlinks {
        display: none;
    }

    .container {
        overflow-x: hidden;
    }

    #block-views-main-banner-block {
        position: unset;
    }

    #block-banner2overview {
        margin-top: 0px;
        padding: 2em 1em;
    }

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

    .section-overview-para {
        font-size: 16px;
        margin-bottom: 1em;
    }

    #block-views-block-messages-block-1 {
        padding: 2em 1em;
    }

    .message-desg,
    .message-dept {
        font-size: 12px;
    }

    .message-title {
        font-size: 15px;
    }

    .message-body {
        font-size: 14px;
    }

    #block-views-block-updates-block-1 {
        padding: 2em 1em;
    }

    .owl-theme .owl-controls .owl-buttons div {
        font-size: 15px;
    }

    #block-views-block-research-publications-block-1 {
        padding: 2em 1em;
    }

    .resarch-bg {
        font-size: 80px;
        top: 20px;
        right: 0;
        left: 10px;
    }

    .research-col-wrap {
        display: flex;
    }

    .research-bg-wrap {
        margin-top: -35px;
    }

    #block-banner6academics {
        padding: 2em 1em;
    }

    .academics-image {
        margin: 0 auto 0;
    }

    .academics-title {
        margin-bottom: 0px;
    }

    .academics-col-wrap {
        margin-bottom: 20px;
    }

    #section-partners {
        padding: 2em 1em 2em 1em;
    }

    .partners-col-wrap {
        margin-bottom: 20px;
    }

    #block-block-3 .col-sm-2 {
        width: 100%;
    }

    .partners-image {
        margin: 0 auto 0em;
    }

    .footer-links {
        font-size: 12px;
    }

    .footer-links a {
        margin: 0 0.5em;
    }

    .footer-top {
        padding: 10px 5px;
    }

    .footer-middle {
        padding: 1em 1em;
    }

    .footer-heading {
        font-size: 20px;
    }

    .footer-para {
        font-size: 12px;
    }

    .contact-wrap {
        font-size: 12px;
    }

    .footer-box1 {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .footer-box3 {
        margin-bottom: 20px;
    }

    .copy-sec,
    .copy-sec {
        text-align: center;
        font-size: 15px;
        font-family: 'barlowR';
    }

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

    .footer-bottom {
        font-size: 12px;
    }

    .top_navigation .block-search .input-group .input-group-btn{
        top: 2%;    
    }

    form#search-block-form .input-group-btn .btn{
        height: 28px;
    }


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

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



    #block-bootstrap-subtheme-search {
        position: absolute;
        width: unset;
        top: -23%;
        right: 5%;
    }

    .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 img {
        width: 70% !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;
    }

    #copy_sec a,
    #power_wrap a {
        font-size: 11px;
    }

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

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

    /* .navbar-collapse.in {
        background-color: rgba(46, 49, 128, 0.8) !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: black !important;
    }

    .navbar {
        min-height: 0px;
    }

    .navbar-header {
        background-image: none;
        width: unset;
        height: unset;
        width: 100%;
    }

    .toggleSearch {
        top: 2px;
    }

    .banner1 {
        position: initial !important;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        /* color: #ffffff !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 {}

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

    /* .aboveheaderimg{
        display: none;
    } */

    div#main_navigation {
        margin-right: unset;
        margin-top: 3em;
    }

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

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

    #banner1-wrap {
        position: initial;
    }

    .quicktabs-tabs a {
        font: 14px mbr;
    }

    .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 {
        s
        margin: 2px 0 0 5px !important;
    }

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

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

    .main_navigation .menu.nav li {
        width: 80%;
    }

    .main_navigation .menu.nav li a:hover,
    .main_navigation .menu.nav li a:focus,
    .main_navigation .menu.nav li a.active {
        /* color: white !important; */
    }


    /*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;
        
    }

    .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: #333;
    }

    .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: black;
        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;
    }



    .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: #522774 !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: 5px 0 5px 21px !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;
    }

}

/* ----------------------------------------- */

/* Media Queries override for orientation lanscape mobile  */



@media only screen and (max-width: 767px) and (orientation: landscape) {
    .navbar .logo img {
        width: 100%;
        margin-left: 0;
    }

    .navbar .logo {
        margin: 5px 0 5px 21px !important;
        padding: 0px 0 !important;
        height: auto;
        
    }

    #section-footer .footer-map-wrap.row {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .navbar.container {
        height: auto;
    }

    .navbar-header {
        float: unset;
    }

    .navbar.container>.container {
        border-bottom: unset;
    }

    .navbar-default .navbar-nav>li {
        display: block;
    }

    .navbar-nav {
        background-color: transparent;
        margin: 0em 0em 0 0;
        padding: 0px 0px 0px 0px;
        float: unset;
        text-align: left;
        position: unset;
    }

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

    .navbar #block-search-form {
        position: unset;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #block-headerlinks {
        display: none;
    }

    .container {
        overflow-x: hidden;
    }

    #block-views-main-banner-block {
        position: unset;
    }

    #block-banner2overview {
        margin-top: 0px;
        padding: 2em 1em;
    }

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

    .section-overview-para {
        font-size: 16px;
        margin-bottom: 1em;
    }

    #block-views-block-messages-block-1 {
        padding: 2em 1em;
    }

    .message-desg,
    .message-dept {
        font-size: 12px;
    }

    .message-title {
        font-size: 15px;
    }

    .message-body {
        font-size: 14px;
    }

    #block-views-block-updates-block-1 {
        padding: 2em 1em;
    }

    .owl-theme .owl-controls .owl-buttons div {
        font-size: 15px;
    }

    #block-views-block-research-publications-block-1 {
        padding: 2em 1em;
    }

    .resarch-bg {
        font-size: 80px;
        top: 20px;
        right: 0;
        left: 10px;
    }

    .research-col-wrap {
        display: flex;
    }

    .research-bg-wrap {
        margin-top: -35px;
    }

    #block-banner6academics {
        padding: 2em 1em;
    }

    .academics-image {
        margin: 0 auto 0;
    }

    .academics-title {
        margin-bottom: 0px;
    }

    .academics-col-wrap {
        margin-bottom: 20px;
    }

    #section-highlights {
        width: 235px;
    }

    .high-body {
        font-size: 12px;
    }

    #section-partners {
        padding: 2em 1em 2em 1em;
    }

    .partners-col-wrap {
        margin-bottom: 20px;
    }

    #block-block-3 .col-sm-2 {
        width: 100%;
    }

    .partners-image {
        margin: 0 auto 0em;
    }

    .footer-links {
        font-size: 12px;
    }

    .footer-links a {
        margin: 0 0.5em;
    }

    .footer-top {
        padding: 10px 5px;
    }

    .footer-middle {
        padding: 1em 0em;
    }

    .footer-heading {
        font-size: 20px;
    }

    .footer-para {
        font-size: 12px;
    }

    .contact-wrap {
        font-size: 12px;
    }

    .footer-box1 {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .footer-box3 {
        margin-bottom: 20px;
    }

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

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

    .footer-bottom {
        font-size: 12px;
    }
}

/* -----------------override Mobile 700 Orioentation query------------------------ */

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

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

    /*Override 576 Query*/




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

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

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

    .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: 0px !important;
    }

    .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: black !important;
    }

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

    #block-system-main {
        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: 12px;
        text-align: center;
    }

    .footer-bottom a {
        /* font: 15px calibriR; */
    }

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


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


    time {
        font-weight: bold;
    }

    article[about='/public-representatives'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
        max-width: 100%;
    }

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

    article[about='/Media_Room'] img {
        height: auto;
        width: 100%;
    }



    article[about='/NGO'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
        max-width: 100%;
        margin: 0 !important;
    }

    article[about='/public-representatives'] h3 {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }

    article[about='/Contact_Us'] .content table tr td {
        display: block !important;
        width: 100% !important;
        overflow-x: hidden;
    }



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

    article[about='/overview'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin: 0 15px !important;
    }



    article[about='/core-team'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
    }

    article[about='/our-dcs'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
    }

    article[about='/our_dcs'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
    }

    article[about='/organogram'] img {
        height: 163px !important;
        width: 287px !important;
        border-radius: 10px;
        margin-bottom: 6px;
    }


    article[about='/dengue'] h2 {
        font-size: 15px;
        font-weight: bolder;
    }


    article[about='/covid-19'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px !important;
        margin: 0 auto !important;
        display: block;
        padding: 5px;
    }


}

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


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

    /* override mobile 300 */


    .section04 .slick-prev {
        left: -57px;
    }

    .section04 .slick-next {
        left: 97%;
    }












    /* end override 375.. */

    .navbar .logo {
        width: 45% !important;
        margin-top: 8px;
    }

    .navbar .logo img {
        width: 75% !important;
        margin-left: 1em;
    }

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

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

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


}

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

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

    /* override Tablet Screen */





    /* End Override Tablet... */


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

    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: flex-end;
        margin-right: 2em;
    }









    .top_navigation .block-search {
        border-radius: 0px !important;
        height: 35px !important;
        position: relative;
        border: none;
        color: dimgray;
        display: block;
        width: 250px;
        min-height: 42px;
        top: 0px;
        left: 60%;
        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 {
        width: 250px;
    }


}

/*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;
    }

    .container {
        width: 100% !important;
    }

    .navbar.container {
        max-width: 100% !important;
    }
}

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

    /*    write your 1200 and above code here*/

    /* override 1200 */




    /* End Override 1200 */

}

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

/*.................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---- */

    #block-bootstrap-subtheme-search {
        position: absolute;
        width: 250px;
        left: 64%;
        top: 14%;
        /* transform: translateY(-50%); */
    }

    #block-headerlinks {
        position: absolute;
        right: 9em;
        top: 1em;
    }

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

    .navbar-header {
        float: left;
        margin-right: -11px !important;
    }










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


    .main_navigation .menu.nav li a {
        font: 16px barlowM;
    }


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

}