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

/* .....................................Font End..................... */
/*************************************************Override Fonts**************************************************/

/* Override Model FONTS STACK */
/* ----------------------------------------- */
/********************************* Font-family   *********************************/


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


@font-face {
    font-family: 'InterR';
    src: url('Inter-Regular.ttf');
}

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


@font-face {
    font-family: 'Inria_Reg';
    src: url('InriaSans-Regular.ttf');
}

@font-face {
    font-family: 'Inria_Bold';
    src: url('InriaSans-Bold.ttf');
}

@font-face {
    font-family: 'Inria_Light';
    src: url('InriaSans-Light.ttf');
}

@font-face {
    font-family: 'Poppins_Reg';
    src: url('Poppins-Regular.ttf');
}





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

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

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

h1,
h2,
h3,
h4 {
    font-family: 'Inria_Bold';
}

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

.path-frontpage .navbar-default {
    background-color: white;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
    color: #344054;
}

.navbar-default {
    background-color: white;
    border-color: transparent;
    background-image: url(/system/files/Projects_0.jpg);
    background-size: 100%;
    z-index: 1;
}

.path-frontpage header#navbar {
    /* position: absolute;
    z-index: 100;
    margin: 0 auto;
    left: 30px;
    right: 30px;
    top: 22px;
    border-radius: 8px;
    background-image: unset;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; */
    background-color: white;
}

/* section#block-courts {
    background-color: #FBFBFB;
    padding: 20px 0 0 0;
    margin: 20px 0;
} */




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

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



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



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


a:hover,
a:focus {
    color: #4F709C;
    text-decoration: underline;
}


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


.main_banner_image img {
    width: 100%;
}



/* ........................Width 100%............... */


.front-section.section02.col-sm-12 {
    /* margin: 2em 0; */
    padding: 0;
    position: relative;
}


.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.section02_1,
.front-section.section02_2 {
    padding: 0;
}


.front-section.section05.col-sm-12 {
    /* background-color: #F2F8FD; */
    padding-bottom: 6.25em;

}



/* End Width 100% Code */




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



::placeholder {
    color: #344054 !important;
    font-family: 'Inria_Reg';
}

.inner-page .breadcrumb>.active {
    color: #344054;
}

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


.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    color: white;
    background-color: #4F709C;
}

.main_navigation .menu.nav li a,
.main_navigation .menu.nav li a,
.main_navigation .menu.nav li a.active {
    border-bottom: 3px solid transparent;
}

/*Tayyab Search Bar Code*/


#searchbtn {
    width: 51px;
    height: 51px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.navbar-default .form-type-search {
    margin: 0;
}

.navbar-default input[type='search'] {
    color: #000;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border-color: #000;
    transform: translateX(100%);
    height: 34px;
    margin: 1px 0 0 0;
    -webkit-transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border-radius: 18px 18px 18px 18px;
}


.navbar-default input[type='search']::-webkit-input-placeholder {
    color: #000;
}

.navbar-default input[type='search']::-moz-placeholder {
    color: #000;
}

.navbar-default input[type='search']:-ms-input-placeholder {
    color: #000;
}

.navbar-default input[type='search']:-moz-placeholder {
    color: #000;
}

.navbar-default .search-block-form button[value='Search'] {
    background: url(../images/search-icon.png) no-repeat center center !important;
    width: 36px;
    height: 36px;
    border: 0px;
    border-radius: 0px;
    background-size: 100% !important;
}

/*  */
.navbar-default .input-group-btn {
    left: -25px !important;
}

.navbar-default .search-block-form button[value='Search'] .glyphicon-search:before {
    content: unset;
}

#block-bootstrap-subtheme-search .input-group-btn button {
    background: transparent;
}


#block-bootstrap-subtheme-search .input-group-btn button {
    border-radius: 0;
    border: none;
    z-index: 100;
    outline: none;
}

.navbar-default .form-type-search {
    margin: 0;
}

#block-bootstrap-subtheme-search .input-group-btn button {
    border-radius: 0;
    border: none;
    z-index: 100;
    outline: none;
    opacity: 0;
}

/*......End of Tayyab Search Style.......*/

/* override tay search */

#searchbtn img {
    height: 30px;
    width: 30px;
}

#searchbtn {
    top: 64%;
}

.navbar-header {
    margin-bottom: 0.8em;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #0078D4 !important;
    background-color: white !important;
}

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

.main_navigation {}

.main_navigation .menu.nav {}

.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-family: Sitka_Banner_Bold;*/
    font-family: 'Inria_Light';
    /* text-transform: capitalize; */
    font-size: 14px;
    color: #344054;
    border-radius: 3px;
    padding: 8px 8px;
    margin: 0 0.3em;
}




.main_navigation .menu.nav li a,
.main_navigation .menu.nav li a,
.main_navigation .menu.nav li a.active {
    border-bottom: 1px solid transparent;
}



.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: #4F709C;
    padding-bottom: 5px;
    border-bottom: 1px transparent;
}

.main_navigation .menu.nav .dropdown-menu li a:hover,
.main_navigation .menu.nav .dropdown-menu li a:focus,
.main_navigation .menu.nav .dropdown-menu li a.active {
    background-color: #4F709C !important;
    color: #fff !important;
    text-decoration: none;
}


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

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

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

/* Main Banner Standered Code */


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

/*.................Start of Standered CSS.......................*/
/******************************************************************************/
/* ........................................................................................................... */

.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: #4F709C;
    text-decoration: none;
    transition: all 0.6s ease;
}


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

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

.sitemap h2 {
    /*font: 30px Inria_Boldold;*/
    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: Inria_Reg;
    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 Inria_Reg;
    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 Inria_Reg;
}

.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 Inria_Reg;
    line-height: 1.5em;
    background: url(../images/pattren.png) fixed;
    background-position-x: right;
    background-position-y: 23em;
    background: url(../images/overview-bg.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: Inria_Bold;
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: transparent;
}

.inner-page h3 {
    color: #4F709C;
}

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

.inner-page a,
.inner-page a:hover {
    color: #4F709C;
    ;
    font: 16px Inria_Reg;
    font: 16px Inria_Reg;
}

.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 {
    background: #EEEEEE;
    margin: 0 -15px 5px -15px;
    border-radius: 0;
    padding: 13px 0 13px 15px;

}





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

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

.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: #0D2738;
    font-size: 16px;
}

.inner-page .breadcrumb>li+li::before {
    color: #0D2738;
}

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

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

/* override tender, Advertisment, Career & Reports Views */

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

.path-tenders .breadcrumb li:nth-last-child(2),
.path-reports .breadcrumb li:nth-last-child(2) {
    display: none;
}

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

.views-field-field-advertisement,
.views-field-field-report-file,
.views-field-field-tender-file {
    display: flex;
    justify-content: center;
}

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


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



/* overide tender */

/*** Bid Eveluation Reports ***/

.views-field-field-ber-file a {
    background: url(/system/files/2023-12/application-pdf.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
}


/* ..................Core Team DPP core team std standered.............. */


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

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

.view-id-core_team .views-row:first-child {
    width: 100%;
}

.path-leadership .views-row:first-child {
    width: 50%;
}

.team-item {
    display: block;
    padding: 5px;
    text-align: center;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    /* min-height: 366px;
    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;
    color: #344054;
}

.view-our-offices .highp-wrap {
    margin-bottom: 1em;
}

.team-item .body .title {
    margin: 0;
    color: #4F709C;
    font: 16px Inria_Bold;
}

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

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

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





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

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

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

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

.section-heading {
    font: 36px Inria_Bold;
    color: #344054;
    text-align: center;
    margin-bottom: 0.75em;
}



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

.white-heading {
    color: #fff;
}

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

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

.news-btn {
    margin: 0 auto;
    text-align: center;
}

.section03 .section-para {
    font-family: Inria_Reg;
    font-size: 14px;
    color: #344054;
    padding: 0px 10px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 0.3em;
}

.section03 .section-heading p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Inria_Bold';
}

.section-btn {
    display: inline-block;
    width: unset;
    font-family: Inria_Reg;
    margin-top: 2em;
    background-color: #4F709C;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.5em 1.5em;
    transition: all 0.6s ease-in-out;
}



.section-btn:hover,
.section-btn:focus,
.section-btn:active {
    background-color: transparent;
    color: #344054;
    border-color: #344054;
    text-decoration: none;
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
}


#page-title {
    color: #4F709C;
}

#block-system-main h3 {
    color: #4F709C;
}

#block-system-main h4 {
    color: #4F709C;
}


#block-system-main ul {
    list-style-image: url('../images/list-bullet.png');
}

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

#block-system-main ul li a {
    border-bottom: 1px dashed #4F709C;
    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;
}

#block-system-main p {
    text-align: justify;
    line-height: 1.65;
}



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

.gallery-item:hover {
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
}

.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='/Media_Room'] a:hover {
    font: 17px Inria_Reg;
    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 Inria_Reg;
    border-bottom: 1px dashed #0078D4;
    text-decoration: none !important;
}

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

.overview-para {
    FONT-SIZE: 16px;
    color: #344054;
    font-family: 'Inria_Reg';
    text-align: right;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 0.3em;
}

.banner_para p {
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 0.3em;
}

/*Bulet inner bullet standered bulet std page*/

article .content ul {
    list-style: none;
    color: #333333;
    /* font: 15px poppinsR; */
    padding: 0 0 0 1.5em;
    list-style-image: url(/system/files/2023-12/Vector.png);
}

.center-content-list {
    list-style: none;
    color: #333333 !important;
    /* font: 15px poppinsR; */
    padding: 0 0 0 1.5em;
    list-style-image: url(/system/files/2023-12/Vector.png);
}

.list-center,
.title-COE {
    list-style: none;
    color: #333333 !important;
    font-family: 'Inria_Light';
    font-size: 20px;
    padding: 0 0 0 1.5em;
    list-style-image: url(/system/files/2023-12/Vector.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 Inria_Reg;
    color: #344054;
    text-decoration: none; */
}

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

.gallery-wrapper:hover .gallery-title a {
    font: 18px Inria_Bold;
    color: #CF7500;
    text-decoration: underline;
}

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

.section06 .section-title {
    padding: 0;
}


.gallery-item .gallery-img {
    height: 372px;
    width: 100%;
    /* display: flex; */
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.1em;
}

.inner-page .gallery-item .gallery-img {
    height: 120px;
}

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

.inner-page .view-id-events .highp-wrap {
    margin-bottom: 15px;
}

.inner-page .view-id-events .highlightp-date {
    font-weight: bold;
    margin-bottom: 5px;
}

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



.view-id-duplicate_of_gallery .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: black;
    text-decoration: none; */
}



.gallery-wrapper:hover .gallery-title a {
    font-size: 18px;
    color: #0078D4;
    text-decoration: underline;
}

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

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

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

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

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

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

/*Main Banner*/

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



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

.slick-arrow::before {
    color: #4F709C !important;
    background: url(../images/Left.png) no-repeat center center !important;
    left: -2em;
    font-size: 1rem;
}

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

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







/**********************End of Standered CSS********************************************************/




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



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

.front-section.section01.col-sm-12 {
    position: relative;
}

/* Popups */
#block-registrationpopup {
    display: none;
}

#block-pop03 {
    display: none;
}

.spb-popup-main-wrapper {
    width: 32%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#block-annexpopup {
    display: none;
}

#block-popup2 {
    display: none;
}

.logo-wrap img {
    width: 100%;
    margin-top: 0.5em;
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white !important;
    background-color: #4F709C !important;
    box-shadow: rgb(191, 220, 244) 0px 7px 29px 0px;
}


/* .....................................Annoncements start .............................. */
/********************************* ***********************************/
#block-views-block-announcements-block-1 {
    background: #4F709C;
    padding: 0.5em 1em 0.5em;
    border-radius: 7px;
}

.rteleft-date-wrapper {
    width: 10%;
}

.rteleft-date-wrapper {
    text-align: center;
}


#block-views-block-announcements-block-1 {
    margin: 0em 0;
    position: absolute;
    top: 19%;
    right: 1.7%;
    z-index: 1;
    width: 96.3%;
    height: auto;
}

.view-id-announcements .view-header .news-heading {
    margin: 0;
    font-size: 23px;
    color: #ffffff;
}

/* .view-id-announcements .news-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
} */

/* .view-id-announcements .view-header,
.view-id-announcements .view-content,
.view-id-announcements .view-footer {
  flex: 1;
} */

.section-btn-iwrpp h2 {
    font-size: 15px;
    margin-top: 10px;
}

.section01 .view-id-announcements .view-header,
.section01 .view-id-announcements .view-footer {
    display: flex;
    width: 20%;
    align-items: center;
}

.section01 .view-id-announcements .view-header {
    justify-content: flex-start;
}

.section01 .view-id-announcements .view-footer {
    justify-content: flex-end;
}

.section01 .view-id-announcements .view-content {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section01 .view-id-announcements .view-content .slick-list {
    overflow: hidden;
}

.section01 .view-id-announcements .rteleft-viewall-wrapper {
    /* background-color: red; */
}

.section01 .view-id-announcements .rteleft-title {
    /* background-color: yellowgreen; */
    width: 86%;
    justify-content: left;
    display: flex;
}

.section01 .view-id-announcements .rteleft-date-wrapper {
    /* background-color: green; */
    width: 11%;
}

.view-id-announcements .news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-id-announcements .news-wrapper>div {
    color: #fff;
}

.view-id-announcements .news-wrapper>div a {
    color: #fff;
    transition: all 0.5s ease;
    display: block;
}

.section-btn-iwrpp {
    color: #fff;
    transition: all 0.5s ease;
    display: block;
}

div[id*='views_slideshow_cycle_div_news-block_1_'] {
    width: 100% !important;
}

.view-id-announcements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.view-id-announcements .news-wrapper>div a:hover {}

/* .view-id-announcements .news-wrapper>div:first-child {
    width: 100%;
} */

/* .view-id-announcements .news-wrapper>div:last-child {
    width: 100%;
} */

#views_slideshow_controls_text_pause_announcements-block_1 {
    display: none;
}

.view-id-announcements .news-wrapper>div:first-child {}

#views_slideshow_cycle_main_announcements-block_1,
#views_slideshow_controls_text_next_announcements-block_1 {
    /* position: absolute;
    bottom: 1em;
    z-index: 100;
    width: 12px;
    height: 12px; */
}

#views_slideshow_cycle_main_announcements-block_1 a::-moz-selection,
#views_slideshow_cycle_main_announcements-block_1 a::selection,
#views_slideshow_controls_text_next_announcements-block_1 a::-moz-selection,
#views_slideshow_controls_text_next_announcements-block_1 a::selection {
    color: transparent;
    background: transparent;
}

div#views_slideshow_cycle_div_announcements-block_1_2 {
    width: 100% !important;
}


#views_slideshow_cycle_main_announcements-block_1 a,
#views_slideshow_controls_text_next_announcements-block_1 a {
    color: transparent;
    display: block !important;
    text-decoration: none !important;
}

#views_slideshow_cycle_main_announcements-block_1 a:hover,
#views_slideshow_controls_text_next_announcements-block_1 a:hover,
#views_slideshow_cycle_main_announcements-block_1 a:focus,
#views_slideshow_controls_text_next_announcements-block_1 a:focus,
#views_slideshow_cycle_main_announcements-block_1 a:link,
#views_slideshow_controls_text_next_announcements-block_1 a:link,
#views_slideshow_cycle_main_announcements-block_1 a:visited,
#views_slideshow_controls_text_next_announcements-block_1 a:visited {
    text-decoration: none !important;
}

#views_slideshow_cycle_main_announcements-block_1:hover,
#views_slideshow_controls_text_next_announcements-block_1:hover,
#views_slideshow_cycle_main_announcements-block_1:focus,
#views_slideshow_controls_text_next_announcements-block_1:focus {
    text-decoration: none;
}

#views_slideshow_cycle_main_announcements-block_1 a::-moz-selection,
#views_slideshow_controls_text_next_announcements-block_1 a::selection {
    background: transparent;
    color: transparent;
}

/* #views_slideshow_controls_text_previous_announcements-block_1 a{
    left: 40px;
    background: url('/system/files/2024-03/white_arrow_right.png') no-repeat center center/cover;
}

#views_slideshow_controls_text_next_announcements-block_1 a{
    left: 20px;
    background: url('/system/files/2024-03/white_arrow_left.png') no-repeat center center/cover;
} */

#block-views-block-announcements-block-1 .view-footer {
    position: relative;
}

#block-views-block-announcements-block-1 .view-footer #oj-btn {
    color: #fff !important;
}

.path-announcements .hpwrap .fdwrap .fd {
    color: #000;
}

#block-views-block-announcements-block-1 .slick-arrow::before {
    color: transparent !important;
    background: url('/system/files/2024-03/white_arrow_left.png') no-repeat center center !important;
    left: -2em;
    font-size: 1rem;
}

#block-views-block-announcements-block-1 .slick-next::before {
    color: transparent !important;
    background: url('/system/files/2024-03/white_arrow_right.png') no-repeat center center !important;
    left: -2em;
}

#block-views-block-announcements-block-1 .slick-prev {
    left: 0%;
    TOP: 29% !IMPORTANT;
}

#block-views-block-announcements-block-1 .slick-next {
    right: 95%;
    TOP: 29% !IMPORTANT;
}

#block-views-block-announcements-block-1 .slick-arrow {
    transform: translateY(6%);
}

/* #block-views-block-announcements-block-1 .view-footer #oj-btn:hover {
    background: #fff;
    color: #076087 !important;
} */

/********************************* ***********************************/
/* ....................................End Announcement........................... */



/* .............Banner Style Code ........... */

.banner-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.section01 .section-btn a {
    font-size: 16px;
    color: #fff;
    font-family: 'Inria_Bold';
    padding: 1em 1em;
}

.section01 .section-btn:hover a {
    color: #344054;
}


.section01 .section-btn:hover,
.section-btn:focus,
.section-btn:active {
    background-color: white;
}

.banner-wrap .banner-img-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.banner-wrap .banner-title-wrap {
    position: absolute;
    left: 2%;
    top: 25%;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0 3em;
    animation: movesInRight 1.5s ease-out;
}


/* .banner_text_wrap {
    background-color: rgba(17, 24, 23, 0.7);
    display: block;
    height: 376px;
    width: 747px;
    z-index: 999;
    position: absolute;
    top: 25%;
    right: 25%;
    border-radius: 10px;
    backdrop-filter: blur(4px);
} */

.banner_text_wrap {
    background-color: transparent;
    display: block;
    height: 376px;
    width: 66%;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 30%;
    /* Horizontally center the box */
    transform: translate(-50%, -50%);
    /* Adjust the position */
    border-radius: 10px;
    /* backdrop-filter: blur(4px); */
    z-index: 1;
}

.dc_text_banner {
    text-align: center;
}

.banner_text_wrap .section-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 2em;
    width: 250px;
}

.banner-wrap .banner-title-wrap .banner-title {
    font-family: 'Inria_Reg';
    font-size: 54px;
    color: white;
    text-align: left;
}

.banner-title-wrap p {
    color: #FFFFFF;
    font-size: 18px;
}

.dc_text_banner p {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Inria_Bold';
}

.banner_para {
    text-align: center;
}

.banner-title-wrap {
    font-family: 'Inria_Reg';
    font-size: 21px;
    color: #FFFFFF;
}

#views_slideshow_cycle_div_ma-block_1_0 .banner-wrap .banner-title-wrap {
    top: unset;
    bottom: 7em;
    animation: movesInTop 1.5s ease-out;
    text-align: center;
    /*left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
}


/* End Banner Style Code........... */

/* ....................section 1 our objective......................... */


section#block-views-block-objectives-block-1 .our-objective-wrapper .section-title {
    color: #20304F;
    font-family: 'Inria_Bold';
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
}

section#block-views-block-objectives-block-1 {
    position: absolute;
    left: 67%;
    top: -36%;
    border-radius: 5px;
    width: 28%;
    padding: 2em;
    right: 3%;
    height: 254px;
    overflow: hidden;
    padding: 0em 1em 2.5em 1em;
    background-color: #EEF1F6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: rgba(32, 48, 79, 0.5) 0px 7px 29px 0px;
}

section#block-views-block-objectives-block-1:hover {
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
    transform: translateY(-5px);
}

/* ...................end our Objective......................... */


/* .............Section - 2 - IWRPP Project , Output Section Code ............... */


/* .section02 .row_attraction {
    margin: 1em;
    background-color: white;
    padding: 2em;
    text-align: center;
    margin-bottom: 4em;
    box-shadow: rgb(191, 220, 244) 0px 7px 29px 0px;
    height: 335px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
} */

.main-project-wrapper .section-heading h2 {
    font-size: 44px;
    font-family: 'Inria_Reg';
    color: #20304F;
    margin-left: 1em;
    margin-top: 1em;
    text-align: left;
    margin-bottom: 0;
}

.section02_wrapper .section-title {
    margin-bottom: 1em;
    margin-top: 1em;
}

.section02 .column_attraction {
    box-shadow: rgba(32, 48, 79, 0.5) 0px 7px 29px
}

.section02 .column_attraction:hover {
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
    transform: translateY(-5px);
}

.center-exc-img {
    display: flex;
    justify-content: left;
    margin-left: 3em;
    margin-bottom: 4em;
}

section#block-isolationsection {
    background-color: #EBEAF4;
    padding: 2em;
    padding-bottom: 0;
}

.section02_imge img {
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section02_imge {
    overflow: hidden;
}

.section02 .column_attraction:hover .section02_imge img {
    transform: scale(1.2);
}


.column_attraction.section02_column.col-sm-4 {
    background-color: #4F709C;
    color: white;
    height: 246px;
    box-sizing: border-box;
    border-radius: 10px;

    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Use flexbox for vertical centering */
    flex-direction: column;
    /* Stack child elements vertically */
    justify-content: center;
    /* Vertically center child elements */
    text-align: center;
    /* margin: 0.1em; */

}

.main-project-wrapper .column_attraction {
    padding-bottom: 4em;
}


.row_attraction.section02_wrapper {
    position: relative;
    /* Set the parent container to relative positioning */
    display: flex;
    /* Use flexbox to control spacing */
    flex-wrap: wrap;
    /* Wrap the columns when they don't fit */
    justify-content: space-between;
    height: auto;
    padding: 1em 3em 3em 3em;
}

.center-exc-img img {
    /* width: 100%;
    height: auto; */
}

.column_attraction.section02_column {
    position: relative;
    /* Set the columns to relative positioning */
    background-color: #fff;
    /* Add a background color to cover the parent's background */
    z-index: 1;
    /* Ensure the columns appear above the parent */
    flex: 0 0 calc(33.33% - 10px);
    /* Adjust width and margin as needed */
    margin-bottom: 20px;
    /* Add margin between boxes */
    background-color: #fff;
    z-index: 1;
}

.green_bg {
    background-color: #20304F !important;
    transition: box-shadow 0.3s ease;
}

.green_bg:hover {
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
    transform: translateY(-5px);
}

.section-title.section02_title h2 {
    color: white;
    font-size: 20px;
    font-family: 'Inria_Bold';
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto;
}

.section-body.section02_body p {
    color: white;
    font-family: 'Inria_Light';
    font-size: 20px;
}


.section-btn-new h2 {
    font-size: 14px;
    color: #EEF1F6;
    font-family: 'Inria_Bold';
}

.project-section-title {}


/* End Section 02 -  Project Section Section Code ................ */


/* ...........Start Client Portfolio Section .............*/


/* .............Start News Section 3 Section Code(Highligh Section Data Cneter)............... */




.attraction-thumbnail {
    margin: 0.5em;
}


.section03 .row_attraction {
    margin: 1em;
    margin-bottom: 3em;
}

.section03 .section-body h2 {
    color: #20304F;
    font-size: 14px;
}

.section03 .section-btn-new h2 {
    font-size: 14px;
    color: #20304F;
    font-family: 'Inria_Bold';
}


.section03 .section-heading h2 {
    margin-top: 0em;
}

.section03.attraction-thumbnail {
    overflow: hidden;
    background-color: white;
    padding: 2em;
    box-shadow: rgb(212, 231, 247) 0px 7px 29px 0px;
    transform: scale(1);
    transition: all 0.7s ease-in-out;
    border-radius: 8px;
    height: 193px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section03 .attraction-thumbnail:hover {
    transform: translateY(-5px);
    /* Upar ki taraf halka uthana */
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
}

.section03 .attraction-thumbnail img {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    width: 140px;
    height: auto;
    /* transform: scale(1); */
    transition: all 0.8s ease;
}



.section03 .column_attraction:hover .attraction-thumbnail {
    /* transform: scale(1.1); */
    border: 1px solid #4F709C;
    transition: all 0.8s ease;
}



.section03 .section-btn {
    display: block;
    width: unset;
    font-family: Inria_Reg;
    background-color: #4F709C;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 1em 2em;
    transition: all 0.6s ease-in-out;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0078D4;
}

.slick-dots li button:before {
    color: #0078D4;
}

.slick-dots li button::before {
    font-size: 1.2rem;
}


.attraction-thumbnail {
    margin: 0.5em;
}

.row_attraction .section-body H4 {
    font-weight: 100;
    font-family: "interR";
    font-size: 15px;
}

.section03 .section-title h2 {
    text-transform: capitalize;
}

.front-section.section03.col-sm-12 {
    background-color: #F2F8FD;
    padding: 3em 2em 3em 2em;
}

.section03 .section-body {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    font-family: 'InterR';
    font-size: 14px;
}

.section03 .section-body h2 p {
    font-family: 'Inria_Light';
    font-size: 18px;
    /* letter-spacing: 1px; */
    line-height: 1.3;
    color: #20304F;
}

.section03 .row_attraction {
    margin: 1em;
    background-color: white;
    padding: 3em 0em 3em 0em;
    text-align: center;
    margin-bottom: 4em;
    box-shadow: rgb(191, 220, 244) 0px 7px 29px 0px;
    height: 293px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.section-btn-new {
    position: absolute;
    top: 77%;
    right: 42%;
}


#block-views-block-project-impact-outcome-outputs-block-1 .section-btn-new {
    position: absolute;
    top: 69%;
    right: 40%;
}

#block-views-block-project-impact-outcome-outputs-block-1 .column_attraction.section02_column.col-sm-4 {
    height: 281px;
    padding-bottom: 6em;
}


.section03 .row_attraction:hover {
    /* -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    /* transform: scale(1.05);
    -webkit-transform: scale(1.05); */
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
    background-color: #20304F;
}

.section03 .section-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    padding: 0;
}


.section03 .row_attraction:hover .section-title h2 {
    color: #EEF1F6;
}

.section03 .row_attraction:hover .section-body p {
    color: #EEF1F6;
}

.section03 .row_attraction:hover .section-btn-new h2 {
    color: #EEF1F6;
}

.section-body {
    /* padding: 0em 2em; */
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.section-body h4 {
    text-align: center;
}

.section03 .section-heading h2 {
    margin-top: 0em;
}

.section-body p {
    text-align: center;
}

.section03 .attraction-thumbnail {
    overflow: hidden;
    width: 23%;
    height: auto;
    position: absolute;
    top: 7%;
    right: 39%;
    border-radius: 7px;
    padding: 0.6em;
    text-align: center;
    background-color: #EEF1F6;
}



.section03 .attraction-thumbnail img {
    margin: 0 auto;
    display: block;
    width: 96px;
    height: 96px;
    transform: scale(1);
    transition: all 0.6s ease;
}

.section03 .column_attraction:hover .attraction-thumbnail img {
    /* transform: scale(1.1); */
}


/* ..........................Highlights std Code............................... */

.hpwrap {
    margin-bottom: 1.5em;
}

.hpwrap .noticeDate2 {}

.hpwrap .date-display-single,
.date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.hpwrap .noticeTitle2 {}

.hpwrap a {
    font-size: 15px;
    border-bottom: 1px dashed black;
    text-decoration: none;
}



/*Highlights*/
.hpwrap .fdwrap {}

.hpwrap .fdwrap .fd {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.hpwrap .twrap {}

.inner-page .page-header {
    border-bottom: none;
}



/* ...................................................End of Highlights Section............................... */

/* portfolio clietn tooltip */

.section05 .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 84%;
    /* Position above the image */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.attraction-thumbnail:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


/* .............End Client Portfolio Section............. */
/* ................section04 Start Gallery IWRPP (Env. DC) Section................  */


.front-section.section04.col-sm-12 {
    padding: 1em 2em 4em 3em;
    overflow: hidden;
}

.section04 .section-title {
    margin-bottom: 0.5em !important;
}


.section-heading .env_para p {
    font-size: 18px;
    font-family: 'Inria_Reg';
    margin-bottom: 1em;

    text-align: left;
    line-height: 1.5;
    margin-top: 0.3em;
}

.section04 .section-heading {
    margin-right: 1em;
}

.view-id-environment_facilities_ .view-content {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    /* Center align the content horizontally */
    flex-wrap: wrap;
    /* Wrap items to new line if needed */
}

.env_wraper.row {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.env_wraper .section-heading {
    width: 25%;
}

.env_heading h2 {
    text-align: left !important;
}

.env_btn button {
    font-size: 15px;
}

.env_heading h2 {
    text-align: left;
}

.section04 .section-btn {
    text-align: center;
    display: block;
    margin-top: 2em;
    width: 170px;
    font-size: 18px;
    color: #fff;
    font-family: 'Inria_Light';
    padding: 0.7em 1em;
    margin: 0 auto;
}

.section04 .section-btn:hover {
    color: #000 !important;
}

.section04 .gallery_exploremore {
    DISPLAY: block;
    margin: 0 auto;
    margin-bottom: 4em;
}


.section04 .gallery-item .gallery-img {
    overflow: visible !important;
    margin-bottom: unset;
    height: auto;
    width: 100%;
}

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

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

.section04 .view-content .views-row {
    PADDING: 2px;
}

.section04 .gallery-item .gallery-img img {
    transform: scale(1);
    transition: all 0.6s ease;
    margin: 0;
    height: 412px;
    width: 100%;
    border-radius: 2px;
}

.gallery-item .gallery-img:hover .overlay {
    width: 91%;
    height: 91%;
    background-image: url('/system/files/2023-12/overlay.png');
    z-index: 1;
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 5px;
}

/* .section04 .gallery-item .gallery-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 80%; 
    border-radius: 5px; 
    transition: transform 0.6s ease;
    transform: scale(1);
} */

.path-frontpage .gallery-item:hover .img-responsive {
    transform: scale(1.1) !important;
    /* Image zoom on hover */
}

.path-frontpage .section04 .img-responsive {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.path-frontpage .section04 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    opacity: 1;
    transition: opacity 0.3s ease;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    transition: transform 0.7s ease;
    margin: 0.5em;
    margin-bottom: 1em;
    border-radius: 6px;
}

.inner-page .gallery-item {
    padding: 1em;
}


.section04 .gallery_exploremore>a::after {
    content: unset;
}

.section04 .env_title_image {
    position: absolute;
    bottom: 3%;
    left: 8%;
    color: #EEF1F6;
    font-family: 'Inria_Bold';
    font-size: 14px;
    text-align: center;
    z-index: 2;
    letter-spacing: 1px;
    line-height: 1.3;
    width: 90%;
}

.section04 .gallery-item:hover .env_title_image {
    bottom: 40%;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 17px;
    width: 85%;
    left: 24px;
}

.section04 .env_title_image {
    color: #EEF1F6;
    font-family: 'Inria_Bold';
    font-size: 14px;
    background-image: url('/system/files/2023-12/overley_text.png');
    text-align: center;
    width: 85%;
    z-index: 2;
    padding: 1em;
}

.gallery-item .gallery-img:hover .env_title_image {
    background-image: none;
}

.section04 .env_btn_image a {
    position: absolute;
    bottom: 9px;
    left: 16px;
    color: #B0D5F2;
    margin-bottom: 1em;
    font-family: 'Inria_Bold';
    font-size: 14px;
}



/* Note: Remaning Code of Enviroment Section is in Gallery Std Code Just Find gallery std */





/* ................End Environment & Facilities Section................  */


/*.................. Tayyab EPD Code Start Internal Environmental code */

.ep-section {
    padding: 1em 2em;
}

.ep-head {}

.ep-wrap {}

.ep-item {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 255px;
    cursor: pointer;
    margin: 10px 5px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ep-item.bg-1 {
    background-image: url('../images/ep-img1.png');
}

.ep-item.bg-2 {
    background-image: url('../images/ep-img2.png');
}

.ep-item.bg-3 {
    background-image: url('../images/ep-img3.png');
}

.ep-item.bg-4 {
    background-image: url('../images/ep-img4.png');
}

.ep-item.bg-5 {
    background-image: url('../images/ep-img5.png');
}

.ep-item.bg-6 {
    background-image: url('../images/ep-img6.png');
}

.ep-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* z-index: -1; */
}

.ep-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* z-index: -1; */
    overflow: hidden;
}

.ep-item .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-item .overlay-img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.03);
}

.ep-item .overlay-img img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

.view-id-our_services .ep-item .overlay-img img {
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.view-id-clients .ep-item .overlay-img img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.ep-item .ep-content {
    position: absolute;
    bottom: -4%;
    padding: 1em;
    width: 100%;
}

.view-executing-agency-implementation-agency .view-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}



.ep-item .ep-content .ep-title {
    color: #20304F;
    font: 16px 'Inria_Bold';
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

.ep-item .ep-content .ep-readmore {
    color: rgb(0, 120, 212);
    font: 15px 'Inria_Bold';
    text-align: right;
    text-decoration: underline;
}

.ep-item .ep-content-hvr {
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    position: relative;
    top: 100%;
    height: 100%;
    padding: 3em 1em;
    transition: all 0.6s ease-out;
}

.ep-item:hover>.ep-content-hvr {
    top: 50%;
}

.ep-item .ep-content-hvr .ep-title {
    font: 17px 'Inria_Bold';
    line-height: 1.2;
    color: #000;
}

.ep-item .ep-content-hvr .ep-readmore {
    color: #5968EF;
    font: 14px 'Inria_Reg';
}

/* ........End Tayyab EPD end ........... */


/* ................Start of FAQs Section Code................  */

.section07 .section-heading p {
    color: #344054;
    font-size: 18px;
    font-family: 'Inria_Reg';
    margin-bottom: 6.5em;
    letter-spacing: 1px;
    line-height: 1.3;
}

.section07 .section-heading {
    width: 65%;
}

.section07 div#quicktabs-faqs_accordion a {
    color: #344054 !important;
    font-size: 14px;
    font-family: 'Inria_Reg';
}

/* For Active FAQs Accordin Tab */
.section07 .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover .section07 .section-heading {
    background: white
    /*{bgColorActive}*/
    /*{bgImgUrlActive}*/
    /*{bgActiveXPos}*/
    /*{bgActiveYPos}*/
    /*{bgActiveRepeat}*/
    ;
    border: none;
    /* border-bottom: 1px solid #0078D4; */
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #344054
    /*{fcActive}*/
    !important;
    text-decoration: none;
}

.section07 .ui-widget-content {
    color: #344054
    /*{fcContent}*/
    ;
    font-family: 'Inria_Reg';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    border-bottom-left-radius: 7px;
    /* Adjust the value as needed */
    border-bottom-right-radius: 7px;
    /* Adjust the value as needed */
}

.section07 .ui-accordion .ui-accordion-header {
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 18px;
    box-shadow: rgb(212, 231, 247) 0px 7px 29px 0px;
    transform: translateY(21px);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


.section07 .ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
}

/* .section07 .ui-accordion .ui-accordion-header-active::before {
    content: "-" !important;
    display: inline-block;
    margin-right: 10px;
} */

.section07 .ui-accordion .ui-accordion-header-active::before {
    content: "-" !important;
    display: inline-block;
    /* Keep it equal to the width for a square */
    background-color: transparent;
    /* Change to your desired color */
    color: #0078D4;
    top: 23% !important;
}

.section07 .ui-accordion .ui-accordion-header-active::before {
    background-image: none !important;
}

.section07 .ui-accordion-header-active {
    box-shadow: none;
}

/* .section07 .ui-accordion .ui-accordion-header::before {
    content: "" !important;
    background-image: url(/system/files/ic_baseline-minus.png);
    display: inline-block;
    width: 20px; 
    height: 20px; 
    background-size: contain; 
    margin-right: 10px;
} */




/* For Default FAQ Accodin */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid white
    /*{borderColorDefault}*/
    ;
    background: white
    /*{bgColorDefault}*/
    /*{bgImgUrlDefault}*/
    /*{bgDefaultXPos}*/
    /*{bgDefaultYPos}*/
    /*{bgDefaultRepeat}*/
    ;
    font-weight: normal
    /*{fwDefault}*/
    ;
    color: #1a1a1a;
}

.section07 .ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/system/files/ic_baseline-minus.png)
    /*{iconsActive}*/
    !important;
}

/* .section07 .ui-accordion .ui-accordion-header::before {
    content: "+";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    right: 1%;
    font-size: 27.43px;
    top: 20%;
} */

.section07 .ui-accordion .ui-accordion-header::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    right: 1%;
    top: 37%;
    font-size: 27px;
    width: 14px;
    height: 14px;
    background-image: url(/system/files/Vector%20%281%29.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#block-quicktabsfaqs ul.quicktabs-tabs {
    text-align: center;
    margin-bottom: 2em;
}

#block-quicktabsfaqs .faq_wrapper {
    background-color: white;
    border: 1px solid lightgrey;
    margin: 0.5em;
    padding: 0.5em;
    box-shadow: rgb(212, 231, 284) 0px 7px 29px 0px;
}

.section07 .department_wrapper {
    margin: 0 auto;
}

.section07 .ui-accordion .ui-accordion-content {
    margin-bottom: 1em;
    transition: box-shadow 0.3s ease;
}


.section07 .ui-accordion .ui-accordion-content:hover {
    /* background: linear-gradient(135deg, #ffffff, #4F709C); */
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
}

#block-quicktabsfaqs .faqs_btn {
    font-weight: bold;
    padding: 0 18px;
    margin-top: 0.5em;
    border-bottom: 1px solid #4F709C;
    padding-bottom: 0.5em;
}



#quicktabs-faqs .view-id-faqs .view-content {
    padding: 2em 4em;
}

.section07 .ui-accordion .ui-accordion-content {
    padding: 3em 2em;
    padding-top: 0;
    height: auto !important;
}

.page-node-type-faqs .ui-accordion .ui-accordion-content {
    padding: 6em 2em;
    padding-top: 0;
}

.page-node-type-faqs .ui-accordion .ui-accordion-content:hover {
    /* background: linear-gradient(135deg, #ffffff, #4F709C); */
    box-shadow: 0px 10px 20px rgba(2, 152, 216, 0.3);
}

.page-node-type-faqs .ui-accordion .ui-accordion-content {
    margin-bottom: 1em;
    transition: box-shadow 0.3s ease;
}

.page-node-type-faqs .ui-accordion .ui-accordion-header::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    right: 1%;
    top: 20%;
    font-size: 27px;
    width: 14px;
    height: 14px;
    background-image: url(/system/files/Vector%20%281%29.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-node-type-faqs .ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/system/files/ic_baseline-minus.png)
    /*{iconsActive}*/
    !important;
}

/* FAQs Internal Design  Style */


.page-node-type-faqs section#block-quicktabsfaqs-2 {
    margin-top: 5em;
}

.page-node-type-faqs ul.quicktabs-tabs {
    text-align: center;
}

.page-node-type-faqs .inner-page a:hover {
    border-bottom: none;
}

.page-node-type-faqs .inner-page ul li a {
    padding: 1em 2em;
}


.page-node-type-faqs .section-heading p {
    color: #344054;
    font-size: 18px;
    font-family: 'Inria_Reg';
    margin-bottom: 6.5em;
    letter-spacing: 1px;
    line-height: 1.3;
}

.page-node-type-faqs .section-heading {
    width: 65%;
}

.page-node-type-faqs div#quicktabs-faqs_accordion a {
    color: #344054 !important;
    font-size: 14px;
    font-family: 'Inria_Reg';
}


.page-node-type-faqs .ui-accordion .ui-accordion-header-active::before {
    content: "-" !important;
    display: inline-block;
    /* Keep it equal to the width for a square */
    background-color: transparent;
    /* Change to your desired color */
    color: #0078D4;
}

.page-node-type-faqs .ui-accordion .ui-accordion-header-active::before {
    background-image: none !important;
}

.page-node-type-faqs .ui-accordion-header-active {
    box-shadow: none;
}

/* For Active FAQs Accordin Tab */
.page-node-type-faqs .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover .section07 .section-heading {
    background: white
    /*{bgColorActive}*/
    /*{bgImgUrlActive}*/
    /*{bgActiveXPos}*/
    /*{bgActiveYPos}*/
    /*{bgActiveRepeat}*/
    ;
    border: none;
    /* border-bottom: 1px solid #0078D4; */
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #344054
    /*{fcActive}*/
    !important;
    text-decoration: none;
}

.page-node-type-faqs .ui-widget-content {
    color: #344054
    /*{fcContent}*/
    ;
    font-family: 'Inria_Reg';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    border-bottom-left-radius: 7px;
    /* Adjust the value as needed */
    border-bottom-right-radius: 7px;
    /* Adjust the value as needed */
}

.page-node-type-faqs .ui-accordion .ui-accordion-header {
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 18px;
    box-shadow: rgb(212, 231, 247) 0px 7px 29px 0px;
    transform: translateY(21px);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


.page-node-type-faqs .ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
}

/* .section07 .ui-accordion .ui-accordion-header-active::before {
    content: "-" !important;
    display: inline-block;
    margin-right: 10px;
} */

.page-node-type-faqs .ui-accordion .ui-accordion-header-active::before {
    content: "-" !important;
    display: inline-block;
    /* Keep it equal to the width for a square */
    background-color: transparent;
    /* Change to your desired color */
    color: #0078D4;
}

.page-node-type-faqs .ui-accordion .ui-accordion-header-active::before {
    background-image: none !important;
}

.page-node-type-faqs .ui-accordion-header-active {
    box-shadow: none;
}

.page-node-type-faqs .region.region-content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
}



/* End Internal FAQ */


/* ...FAQ Line Seperator */

.quicktabs-accordion h3.ui-accordion-header {
    position: relative;
}

.quicktabs-accordion h3.ui-accordion-header-active::after {
    content: "";
    position: absolute;
    left: 1%;
    bottom: -1px;
    width: 98%;
    height: 1px;
    background-color: #0078D4;
    display: block;
}

/* ..............Code for Image above li in FAQs............ */

/* Image Styling */
.quicktabs-tabs li {
    position: relative;
}

.quicktabs-tabs li::before {
    content: "";
    position: absolute;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
    width: 69px;
    height: 71px;

    background-size: cover;
}

/* ..........Code For CLickable image....... */


/* Add similar rules for other classes */

.arrow-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    /* Adjust width as needed */
    height: 16px;
    /* Adjust height as needed */
    background-image: url('/system/files/2023-12/Vector.png');
    /* Replace with actual image path */
    background-size: contain;
    /* or cover based on your preference */
}

/* ...........End of Clicable image...... */



/* Tab Title Styling */
.quicktabs-tabs li a {
    position: relative;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    /* Set text color */
    z-index: 1;
}

/* Active Tab Styling */
.quicktabs-tabs li.active a {
    font-weight: bold;
}

/* Hide Tab Content */
.quicktabs-tabs li[role="tab"] {
    opacity: 0.6;
}

.quicktabs-tabs li[role="tab"].active {
    opacity: 1;
}

/* Unique Images */
.quicktabs-tabs li.enterprise-connectivity::before {
    background-image: url('/system/files/Services%20Icons%3DConnectivity%2C%20Color%3DColored.png');
    background-size: 69px 71px;
}

.quicktabs-tabs li.email--identity::before {
    background-image: url('/system/files/Services%20Icons%3DEmail%20%26%20Identity%2C%20Color%3DColored.png');
    /* Replace with actual image path */
    background-size: 69px 71px;
}

.quicktabs-tabs li.managed-cloud::before {
    background-image: url('/system/files/Services%20Icons%3DManaged%20Hosting%2C%20Color%3DColored.png');
    /* Replace with actual image path */
    background-size: 69px 71px;
}

.quicktabs-tabs li.managed-security::before {
    background-image: url('/system/files/Services%20Icons%3DManaged%20Security%2C%20Color%3DColored.png');
    /* Replace with actual image path */
    background-size: 69px 71px;
}

.quicktabs-tabs li.rack-hosting::before {
    background-image: url('/system/files/Services%20Icons%3DRacked%20Hosting%2C%20Color%3DColored.png');
    /* Replace with actual image path */
    background-size: 69px 71px;
}

/* Add similar rules for other classes */

/* New Code for Image CLickable  */

.quicktabs-tabs li.enterprise-connectivity a::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 120px;
}

.quicktabs-tabs li.email--identity a::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 120px;
}


.quicktabs-tabs li.managed-cloud a::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 120px;
}


.quicktabs-tabs li.managed-security a::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 120px;
}


.quicktabs-tabs li.rack-hosting a::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 120px;
}




/* IEnd image clickable faq */


/* ................End of Code for Image Above li............. */


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

.section07 ul.quicktabs-tabs li {
    margin: 1em;
}

.path-frontpage .section07 .accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 3px;
    margin: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #4F709C;
}



.path-frontpage .section07 .active,
.path-frontpage .section07 .accordion:hover {
    background-color: transparent;
}

.path-frontpage .section07 .panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    text-align: justify;
    line-height: 1.3;
    margin-top: 0.3em;
}

/* .................End FAQs Section Code.............. */


/* New Member area code */


.row_member {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    PADDING-TOP: 3EM;
}

.box_member {
    width: calc(101% - 53px);
    text-align: center;
    padding: 20px;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* .row_member .box_member:last-child {
    display: none;
} */

.box_member:hover {
    /* transform: translateY(-5px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); */
}

.box_member:hover .text_member {
    color: rgb(0, 120, 212) !important;
    /* Change text color on hover */
}

.icon_member img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.normal-icon {
    display: block;
}

.hover-icon {
    display: none;
}

.box_member:hover .normal-icon {
    display: none;
}

.box_member:hover .hover-icon {
    display: block;
}

.text_member {
    font-size: 18px;
    font-family: 'Inria_Reg';
    color: #344054;
    width: 85%;
    margin: 0 auto;
    padding-top: 1em;
}


/* Member Tooltip code */

.box_member {
    position: relative;
}

.row_member .tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
    font-family: 'Inria_Bold';
}

.box_member:hover .tooltip {
    opacity: 1;
}


/* Start of internal member internal specific code */

.path-portfolio {}



/* End of Internal member internal specific  */

/* ..................Old Member Area Code Start ................. */

.member_area_wrapper {}

.member_title {
    text-align: center;
    color: white;
    font-size: 25px;
    padding-top: 1.7em;
    padding-bottom: 1em;
    padding-left: 1em;
    width: 60%;
}

.member_para {
    color: white;
    font-size: 18px;
    padding: 0 1em;
    font-family: 'Inria_Reg';
    width: 90%;
    line-height: 1.5;
    margin-top: 0.3em;
}

.member_area_blue {
    background: linear-gradient(135deg, #0078D4, #00BFFF);
    border-radius: 5px;
    height: 507px;
    box-shadow: rgb(212, 231, 247) 0px 7px 29px 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.member_area_blue:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
    background-color: #0078D4;
}

.member_title h2 {
    font-size: 48px;
    margin-bottom: 0.3em;
    font-family: 'Inria_Reg';
    text-align: left;
}




/* .................End Member Area Code End ................. */





/********************************* Footer BLOCK TYB Footer UND redesign***********************************/

.footer .footer-wrapper {
    background: #20304F;
    color: #fff;
    padding: 2em 0em 0em;
    position: relative;
}

/* .footer-links>li>a:after {
    content: '';
    position: absolute;
    width: 27%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer-links>li>a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
} */

.footer .footer-wrapper a {
    color: #fff;
    font-size: 17px;
    font-family: 'Inria_Light';
}

.undp-logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
}

.footer-widgets {
    padding: 1em 0;
    margin-bottom: 0;
}

.aboutus-nav {
    padding-left: 3em;
}

.space-above {
    margin-top: 3.3em !important;
}



.ftr-btm .ftr-rt {
    text-align: right;
}

.footer-widgets .footer-title {
    font-size: bold 16px 'Inria_Reg', sans-serif;
    /* text-transform: uppercase; */
    margin: 0 0 24px;
    font-size: 24px;
    font-family: 'Inria_Reg';
}

.undp-logo-container p {
    font: 25px 'Inria_Reg', sans-serif;
    margin: 0 0 0 1em;
}

.footer-links,
.imp-links,
.socials {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr-btm.row {
    font-size: 16px;
    font-family: 'Inria_Reg';
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #4F709C;
}

.footer-links>li,
.imp-links>li {
    margin: 0 0 1em;
    font: 18px 'Inria_Reg', sans-serif;
}

.undp-logo-container p>span {
    display: block;
}

.footer-widget.no-title {
    margin-top: 47px;
}

.imp-links {
    margin: 0 0 3em;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: right;
    POSITION: absolute;
    top: 55%;
    right: 17%;
}

.socials>li {
    margin: 0 0.5em 0;
}

.footer .footer-wrapper .footer-widgets a {
    text-decoration: none;
}

.footer .footer-wrapper .footer-widgets a:hover {
    color: #b5d5f5;
}



.arrow-list {
    list-style-type: none;
    /* Hide default bullets */
}

.arrow-list li {
    position: relative;
    padding-left: 30px;
    /* Add space for the arrow */
}

/* old icon footer */
/* .arrow-list li::before {
    content: "\203A";
    position: absolute;
    left: 0;
    color: #0078D4;
    
} */
/* end old icon */

.arrow-list li::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 8px;
    height: 12px;
    background-image: url(/system/files/2023-12/Vector.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ftr-right {
    text-align: right;
}


/********************************* End Footer Tayyb SSD  ***********************************/

/* .....................................Floating Icon............................. */

.floating-icons {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 15.5em;
    background-color: #0D1D2C;
    padding: 0.2em 0.3em 0.2em 0.3em;
}

.floating-icons>a {
    z-index: 10;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.floating-icons>a:hover,
.floating-icons>a:focus {
    opacity: 1;
}


.floating-icons img {
    display: block;
}



/* ...............................End FLoating Icons............................ */





/* ............................................. */
.attached_dep_heading {
    background: url(/system/files/Attached-Departments_0.png) center no-repeat;
    /*background-size: 4.5%;*/
    text-align: center;
    font-weight: bold;
    height: 89px;
    color: #4F709C;
    font: 26px Inria_Reg;
    /*border-bottom: 3px solid;*/
    position: relative;

}


.attached_dep_heading h1 {
    font-size: 46px;
    font-family: '';

}

.attached_dep_heading {
    font: 26px Inria_Bold;
}

.attached_dep_heading h1::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #4F709C;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}


/*Project Styling*/
.section_heading_above {
    text-align: center;
    font-weight: bold;
    color: #4F709C;
    /*font: 16px sitkab;*/
    font-size: 16px;
    font-family: Inria_Reg !important;
    height: 89px;
    margin-top: 1em;
    margin-bottom: 3em;
    /*border-bottom: 3px solid;*/
}

.section_heading_above_gallery {
    /*background: url('/system/files/Gallery-Icon.png') center no-repeat;*/
    /*background-size: 4%;*/
    text-align: center;
    font-weight: bold;
    color: #4F709C;
    /*font: 16px sitkab;*/
    font-size: 16px;
    font-family: Inria_Reg !important;
    height: 89px;
    margin-top: 1em;
    margin-bottom: 1em;
    /*border-bottom: 3px solid;*/
}

.section_heading_above h1 {
    color: #344054;
    font-family: 'Inria_Bold';
    font-size: 40px;
}

.section_heading_above_gallery h1 {
    color: #344054;
    font-family: 'Inria_Bold';
    font-size: 40px;
}

.section_heading_above h1::after {
    /*content: '';*/
    width: 100px;
    height: 1px;
    background: #344054;
    position: absolute;
    /* bottom: 54px; */
    top: 139px;
    left: 50%;
    transform: translateX(-50%);
}




.gallery_exploremore>a {
    position: relative;
}

.gallery_exploremore>a::before {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/green_readmore_left_top_border.png) no-repeat center center;
    position: absolute;
    left: -58px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery_exploremore>a::after {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/green_readmore_right_bottom_border.png) no-repeat center center;
    position: absolute;
    right: -53px;
    transform: translateY(0) rotate(1800deg);
    bottom: -0.4em;
}


.explore_card-disc>a {
    position: relative;
}

.explore_card-disc>a::before {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/readmore_left_top_border.png) no-repeat center center;
    position: absolute;
    left: -34%;
    top: -18%;
    transform: translateY(-50%);
}

.explore_card-disc>a::after {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/readmore_right_bottom_border.png) no-repeat center center;
    position: absolute;
    right: -38%;
    transform: translateY(0) rotate(1800deg);
    bottom: -116%;
}




.fac_btnspan>p {
    position: relative;
}

.fac_btnspan>p::before {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/readmore_left_top_border.png) no-repeat center center;
    position: absolute;
    left: -29%;
    top: 5%;
    transform: translateY(-50%);
}

.fac_btnspan>p::after {
    content: '';
    width: 48px;
    height: 30px;
    background: url(/system/files/readmore_right_bottom_border.png) no-repeat center center;
    position: absolute;
    right: -26%;
    transform: translateY(0) rotate(1800deg);
    bottom: -70%;
}




.front-section.section08.col-sm-12 {
    /* background-color: #f7f7f7; */
}

h1.explore_title {
    color: #4F709C;
    font-family: 'Inria_Reg';
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}

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

.fac-content-wrap p.readmore {
    display: none !important;

}

.fac_btn {
    margin: 0 auto;
}

span.fac_btnspan p {
    width: 100px;
    /* color: red; */
}

.fac-content-wrap:hover p.readmore {
    display: block !important;
    color: white;
    font-weight: 100;

}

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

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #4F709C !important;
    border-color: #4F709C !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #4F709C;
}

.facilities-wrap .fac-bg-img {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fac-content-wrap p.readmore {}

.view-facilities-hotels-restaurants-.view-display-id-block_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.view-facilities-hotels-restaurants-.view-display-id-block_1 .view-header {
    width: 25%;
    padding-right: 15px;
}

.view-facilities-hotels-restaurants-.view-display-id-block_1 .view-content {
    width: 75%;
}

.fac-content-wrap {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 2em;
}


.heading-block {
    background: #4F709C;
    margin-left: 1em;
}

/* ....................End of Facilities override Section...... */

.section06 .column_events {
    margin: 3em;
    width: 90%;
    /* text-align: center; */
    padding-bottom: 2em;
    margin-bottom: 6em;
    height: 200px;

}

.section06 .section-heading p {
    font-size: 15px;
    margin: 0;
}

.section06 .section-title {
    margin-bottom: 0;
}

.section06 .events-para {
    font-size: 14px;
    font-family: 'Inria_Reg';
}

.section06 .events-para h3 {
    font-size: 12px;
}



/*  Event Section Style */
.column_events {
    float: left;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    /*padding: 10px;*/
    overflow: hidden;
    padding: 0 0.5em;

    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: scale(1.1);
    margin-bottom: 3em;
    /*box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;*/
    /* border: 1px solid lightgray; */
}

.section06 .section-heading h2 {
    font: 42px Inria_Bold;
    color: #344054;
    text-align: center;
    margin-bottom: 0.75em;
}

.section06 .section-title h2 {
    font-size: 18px;
    margin-top: 0em;
}

.section06 .section-date h3 {
    font-size: 12px;
    font-family: 'Inria_Bold';
}

.column_events_page {
    float: left;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    height: 488px;
    margin: 1em;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: scale(1.1);
    margin-bottom: 3em;
    /*box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;*/
    border: 1px solid lightgray;
}


.view-id-events .column_events_page img {
    border-radius: 0px;
}

.view-id-events .img_events_page {
    height: 288px;
    width: 100%;
    margin: 0 auto;
}

.column_events:hover {

    background-color: #4F709C;
    color: white;
    opacity: 0.9;
    font-size: 15px;
    font-family: 'Inria_Bold';

}

.column_events_page:hover {

    background-color: #4F709C;
    color: white;
    /*opacity: 0.9;*/
    font-size: 15px;
    font-family: 'Inria_Bold';

}

.para_events_sec p {
    text-align: center;
    font-size: 18px;
    font-family: 'Inria_Bold';
    color: #344054;
    /*margin-top: 1em;*/
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    line-height: 130%;
}

.para_events_sec_page p {
    text-align: center;
    font-size: 14px;
    font-family: 'Inria_Reg';
    color: #344054;
    margin-top: 1em;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    line-height: 130%;
}

.para_events_sec_page p:hover {
    text-decoration: none;
    color: white;
}

.row_events_page:hover .para_events_sec p {
    color: white !important;
    text-decoration: none;
}

.row_events_page_page:hover .para_events_sec_page a {
    color: white !important;
    text-decoration: none;
}

.row_events:hover .para_events_sec p {
    color: white !important;
}

a.hover_style_events:hover {
    text-decoration: none;
    background-color: #4F709C;
    color: white;
    opacity: 0.9;
    font-size: 15px;
    font-family: 'Inria_Bold';
}

.hover_style_events:hover {
    background-color: #4F709C;
    color: white;
    opacity: 0.9;
    font-size: 15px;
    font-family: 'Inria_Bold';
}


.row_events_page:hover .para_events_sec_page p {
    color: white !important;
}

.para_events_sec p {
    color: #344054 !important;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-family: 'Inria_Bold';
    color: #344054;
    /*margin-top: 1em;*/
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    line-height: 130%;
}

.para_events_sec_page {
    color: #344054 !important;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-family: 'Inria_Bold';
    color: #344054;
    margin-top: 1em;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


.para_events_sec {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin: 1em;
}

.para_events_sec_page {
    /*width: 350px;*/
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.row_events {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin-left: 2em;
    margin-right: 2em;
    /*width: 90%;*/
    width: unset;
}

.row_events_page {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin-bottom: 5em;
}

/* Clear floats after the columns */
.row_events:after {
    content: "";
    display: table;
    box-sizing: border-box;
    clear: both;
}

.row_events_page:after {
    content: "";
    display: table;

    box-sizing: border-box;
    clear: both;
}

/* .section-heading h2 {
    font: 42px Inria_Bold;
    color: #344054;
    text-align: center;
    margin-bottom: 0.75em;
    margin-top: 0;
} */

.section-body {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-family: 'Inria_Reg';
    font-size: 14px;
}


.img_events img {
    width: 100%;
    height: 100%;
}

.img_events_page img {
    width: 100%;
    height: 100%;
}

.img_events {
    height: 288px;
    width: 100%;
    margin: 0 auto;
}

.img_events_page {
    height: 288px;
    width: 400px;
    margin: 0 auto;
}


.view-id-events .view-display-id-block_1 .view-content {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly;
    align-items: stretch;
}


/*...............End of Event..*/

/*Future Plan Section */

.explore_more_style a {
    color: white;
    font-family: 'Inria_Bold';
}

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



/* line after title */

.our-objective-wrapper .section-title::after {
    content: '';
    width: 54px;
    height: 2px;
    background: #20304F;
    position: absolute;
    left: 48%;
    top: 128%;
    transform: translateX(-50%);
}

#block-views-block-project-impact-outcome-outputs-block-1 .section02_title::after {
    content: '';
    width: 54px;
    height: 2px;
    background: white;
    position: absolute;
    left: 44%;
    top: 28%;
}

.main-project-wrapper .section-title::after {
    content: '';
    width: 34px;
    height: 2px;
    background: white;
    position: absolute;
    left: 50%;
    top: 29%;
    transform: translateX(-50%);
}




/* .................................Center of Excellence.............................. */


.places-wrap {
    /* color: #fff; */
    margin-top: 1.1em;
}

.banner2_left .places-wrap {
    color: black;
}

.col-sm-12.places-wrap.center-excellence {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding-left: 5em;
}

.places-wrap .section-title {
    margin-bottom: 0.5em;
    position: relative;
    text-transform: unset;
    margin-bottom: 1.5em;
    vertical-align: middle;
    text-align: left;
    padding-top: 0.25em;
}

#block-centerofexcellencerightsection .places-wrap .section-title,
#block-centerofexcellencerightsection .places-wrap {
    padding-top: 0em;
    margin-top: 0;
}

#block-centerofexcellencerightsection .section-btn {
    padding-top: 0.3em;
    margin-top: 0.9em;
}

#block-centerofexcellencerightsection .section-btn {
    padding: 0.7em 2em;
    margin-left: 1em;

}

.section-btn a {
    color: white;
}

#block-centerofexcellencerightsection .section-btn a {
    font-size: 18px;
    font-family: 'Inria_Light';
}

.section-btn:hover a {
    color: #20304F;
}


.explore_more_style {
    margin-top: 2em;
}

.section02 .places-wrap .places-content {
    font: 15px Inria_Reg;
    font-size: 22px;
    font-family: 'Inria_Bold';
    text-align: center;
}

#block-ourobjectives .places-wrap .places-content,
#block-views-block-objectives-block-1 .places-wrap .places-content {
    margin-top: 2em;
}


.places-content {
    color: #20304F;
    /* letter-spacing: 1px;
    line-height: 1.3; */
    text-align: justify;
    font-size: 18px;
    font-family: 'Inria_Light';
}

#block-centerofexcellencerightsection .places-content {
    padding-left: 1em;
    padding-right: 2em;
}

#block-centerofexcellencerightsection .section-btn {
    font-family: 'Inria_Light';
    font-size: 18px;
}

.places-wrap .section-title {
    margin-bottom: 0.2em;
    padding-left: 0;
    padding-left: 0.3em;
}

.our-objective-wrapper .places-wrap .section-title {
    color: #20304F;
    margin-bottom: 0;
    padding-left: 0;
}

.our-objective-wrapper .section-title {
    /* font: 15px Inria_Reg; */
    font-family: 'Inria_Bold';
    font-size: 28px;
    color: #20304F;
    text-align: center;
    padding-top: 1em;
    /* line-height: 2; */
}

.our-objective-para {
    margin-top: 1em;
    text-align: center;
}

/* .......................End of Center of Excellence.................. */

/*Departments*/
.department-img-wrap {
    margin-right: -15px;
    margin-left: -15px;
}

.department-img-wrap .department-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.department-img-wrap .department-img img {
    width: 100%;
    height: auto;
}

.departments-wrap {
    padding: 7rem;
}

.departments-wrap .department-item {
    display: block;
    transition: all 0.8s ease-in-out;
}

.departments-wrap .department-item:hover {
    transform: translateY(15px);
}

.departments-wrap .department-item .department-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.departments-wrap .department-item .department-img img {
    width: 100%;
    height: auto;
}

.front-section.banner5.col-sm-12 {
    margin-bottom: -10px;
}

.front-section.section07.col-sm-12 {
    background: #F2F8FD;
    padding-bottom: 5em;
    padding-top: 0em;
    position: relative;
    /* padding-right: 11.6875em;
    padding-left: 10em; */
}

.path-frontpage #block-quicktabsfaqs {
    width: 74%;
    margin: 0 auto;
}




/*footer*/
.footer {
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.footer-top {
    background-color: #2e3432;
    margin-left: -15px !important;
    /*margin-right: -15px;*/
}

.footer-top .footer-menu {
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    margin-top: 1.5em;
    background-color: #2e3432;
    text-align: right;
    padding-right: 26px;
    display: flex;
    justify-content: end;
}


/* .....................................Events Section Style.................... */

/* ...........Department Section Style............ */

/* Create two equal Department columns that floats next to each other */
.column_department {
    /* float: left;
    width: 45%; */
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    margin: 0.2em;
    height: 46em;
    padding: 0;
}

/* Clear floats after the columns */
.row_department:after {
    content: "";
    display: table;
    box-sizing: border-box;
    clear: both;
}

.row_department {
    /* background-color: red; */
    margin: 1em 4em;
    display: flex;
    justify-content: center;
    align-items: self-end;
    margin-bottom: 5em;
}

.section-title {
    font: 44px Inria_Reg;
    color: #20304F;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0.015em;
    padding: 0px 10px;
}

.section03 .row_attraction .section-title h2 {
    font-family: 'Inria_Bold';
}

.section-title h2 {
    color: #344054;
    font-size: 24px;
    font-family: 'Inria_Reg';
    text-align: left;
    text-align: center;
    margin-top: 2em;
}

.department-thumbnail img {
    width: 100%;
    height: 200px;
}

.department_wrapper {
    padding: 6.25em 5em 0em 5em;
    /* background-color: #F2F8FD; */
}

.section07 .department_wrapper {
    padding: 5.25em 5em 0em 5em;
    /* background-color: #F2F8FD; */
}

.overview-btn {
    font-family: 'Inria_Bold';
    font-size: 12px;
}

.section06 .overview-btn {
    position: absolute;
    top: 80%;
}

.overview-btn a {
    color: #4F709C;
}

.front-section.section03.col-sm-12 {
    background-color: #EEF1F6;
    padding-bottom: 2em;
    margin-bottom: 0em;
}

.section03 .section-heading h2 {
    font: 36px Inria_Bold;
    color: #344054;
    text-align: center;
    margin-bottom: 0.75em;
    margin-top: 0em;
}

/* .......................twitter facebook field................ */

/* Main Styling for Flexbox Layout */
.social-field-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Space between Facebook and Twitter */
    padding: 20px;
}

.social-field:hover {
    display: flex;
}

.social-field.fb-wrapper,
.social-field.twitter-wrapper {
    display: flex;
    /* justify-content: center; */
}


.social-field.fb-wrapper {
    justify-content: right;
}

.social-field.twitter-wrapper {
    align-items: flex-end;
}

.social-field {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.social-field:hover {
    transform: translateY(-5px);
}

/* Specific Styling for Facebook and Twitter Sections */
.fb-wrapper {
    background-color: white;
}

.twitter-wrapper {
    background-color: white;
}




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



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

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








/*********************************************************************************************************************
**********************************************************************************************************************/
/*.................End of Old end override override/Model  CSS..........*/



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

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


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


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




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

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

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


}

/* Reponsive*/
@media screen and (max-width: 767px) {

    /*        Write Mobile override here */

    .main_navigation .menu.nav li {
        display: block;
    }

    .center-exc-img {
        margin-left: 0em;
    }

    .logo-wrap {
        display: none;
    }

    .section03 .section-body h2 p {
        font-size: 12px;
    }

    .spb-popup-main-wrapper {
        width: 90%;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
    }



    section#block-views-block-objectives-block-1 {
        height: unset;
        box-shadow: unset;
    }

    #block-views-block-announcements-block-1 {
        position: unset;
        width: 100%;
    }

    .rteleft-date-wrapper {
        width: 100%;
    }

    .view-id-announcements .news-wrapper>div a {
        text-align: center;
    }


    .view-id-announcements .news-wrapper {
        flex-direction: column;
    }

    #block-views-block-announcements-block-1 {
        border-radius: 0;
    }

    #block-views-block-announcements-block-1 .slick__arrow {
        display: none;
    }

    .view-id-announcements {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        align-items: center;
    }

    .section01 .view-id-announcements .view-header {
        width: 38%;
    }

    .section01 .view-id-announcements .view-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: center;
    }

    .banner2_right .center-content-list .text-align-justify {
        text-align: left;
    }

    .section01 .view-id-announcements .rteleft-date-wrapper {
        width: 100%;
    }

    #block-footerundp-2 .socials {
        position: unset;
        margin-bottom: 2em !important;
    }

    #block-views-block-project-impact-outcome-outputs-block-1 .column_attraction.section02_column.col-sm-4 {
        height: 133px;
        padding-bottom: 3em;
    }

    #block-views-block-project-impact-outcome-outputs-block-1 .section-btn-new {
        top: 60%;
        right: 34%;
        padding-bottom: 0.5em;
    }

    .view-executing-agency-implementation-agency .view-content {
        display: block;
    }

    .view-executing-agency-implementation-agency .ep-item {
        height: 240px;
        margin: 2em 5px;
    }






    .places-wrap {
        margin-bottom: 1em;
        margin-top: 0em;
        text-align: center;
    }

    .section-title {
        font: 35px Inria_Reg;
        margin-top: 0;
    }

    .main-project-wrapper .section-heading {
        margin-left: unset;
    }

    .district-glance-img.center-exc-img img {
        height: auto;
        width: 100%;
    }

    #block-bootstrap-subtheme-search .input-group-btn button {
        opacity: 1;
    }

    section#block-views-block-objectives-block-1 {
        width: 100%;
        position: unset;
        border-radius: 0;
        padding: 0em;
        background-color: #EEF1F6;
    }



    .column_attraction.section02_column.col-sm-4 {
        height: 135px;
        width: 100%;
    }

    .column_attraction.section02_column {
        flex: unset;
    }

    /* ............center of excelence mbl..... */

    .district-glance-img.center-exc-img {
        height: auto;
        display: block;
        width: 100%;
    }

    .places-wrap .section-title {
        font-size: 25px;
    }



    /* tO hIDE THe Default menu  */

    .main_navigation ul.menu.menu--main.nav.navbar-nav {
        DISPLAY: block;
    }

    /* tO hIDE THe Default menu  */

    .main_navigation section#block-mainnavigation-2 {
        display: none;
    }





    .section-heading h2 {
        font: 27px Inria_Reg;
    }

    .section-heading {
        width: 88%;
    }

    .navbar-default input[type='search'] {
        transform: unset;
        -webkit-transform: unset;
    }

    .main_navigation .menu.nav li {
        display: block !important;
    }

    /* #block-langbutton {
        left: unset;
        right: 15px;
    } */


    /* Main banner resposnive */

    .banner_text_wrap {
        display: block;
        height: 100px;
        width: 55%;
        z-index: 999;
        position: absolute;
        top: 50%;
        right: 12%;
    }

    .section02 .section-body h4 {
        font-size: 15px;
        margin-top: 0;
        padding-top: 0;
    }





    .dc_text_banner p {
        font-size: 10px;
    }

    .banner-wrap .banner-title-wrap {
        padding: 0 0.3em;
    }

    h2.banner-title {
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .banner_text_wrap .section-btn {
        text-align: center;
        margin: 0 auto;
        display: block;
        /* margin-top: 1em; */
        width: 134px;
    }



    .section01 .section-btn {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.1em;
    }

    .section02 .attraction-thumbnail {
        width: unset;
    }

    .section01 .section-title {
        margin-bottom: -2px;
    }

    .section01 .section-btn a {
        font-size: 13px;
        color: #fff;
        font-family: 'Inria_Bold';
        padding: unset;
    }

    .section01 .banner_para p {
        font-size: 7px;
        display: none;
    }

    .followus-nav .space-above {
        margin-top: -1.5em !important;
    }

    .banner-wrap .banner-title-wrap .banner-title {
        font-size: 13px;
    }

    .section04 .env_title_image {
        position: absolute;
        bottom: 25px;
        left: 9px;
        color: white;
        font-family: 'Inria_Bold';
        font-size: 11px;
        bottom: 0px;
        text-align: center;
    }

    .section04 .gallery-item {
        height: 200px;
    }

    .places-wrap .section-title {
        text-align: center;
        padding-top: 0.7em;
        margin-bottom: 0.3em;
        margin: 0 auto;
    }

    .text_member {
        font-size: 15px;
    }

    .center-excellence a {
        margin: 0 auto;
    }

    /* .....Service responsive S2.. */

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

    .section02 .section-heading h2 {
        font-size: 25px;
        text-align: center;
    }

    .section02 .section-heading {
        width: 100%;
        padding: 0 0.5em;
        text-align: center;
        margin-bottom: 0.2em;
    }

    .section02 .section-heading p {
        font-size: 14px;
    }

    .main-project-wrapper .section-title::after {
        display: none;
    }

    .section02 .section-body p {
        font-size: 12px;
    }

    .main-project-wrapper .section-heading h2 {
        margin-left: 0em;
        margin-top: 0.2em;
    }

    .section02_wrapper .section-title {
        margin-bottom: 0.2em;
    }

    .section02 .row_attraction {}

    .section02 .row_attraction {
        height: auto;
    }

    .section02 .row_attraction {
        padding: 1em;
        MARGIN: 0 AUTO;
        WIDTH: 95%;
        margin-top: 1em;
    }

    .section-btn {
        margin-top: 1em;
    }


    /* Env & Fac responsive faq  S4 */

    .section04 .env_wraper.row {
        display: block;
    }

    .section07 .ui-accordion .ui-accordion-content {
        padding-top: 10px;
    }

    .path-frontpage #block-quicktabsfaqs {
        width: 99%;
        margin: 0 auto;
    }

    .section07 .section-heading {
        width: 88%;
    }

    .section04 .section-btn {
        margin: unset;
        width: 150px;
        font-size: 12px;
    }

    .section-heading .env_para p {
        text-align: center;
        font-size: 16px;
        margin-top: 0em;
    }

    .section04 .env_heading h2 {
        text-align: center !important;
    }

    .section04 .section-btn {
        margin: 0 auto;
    }

    .section04 .section-heading h2 {
        font: 25px Inria_Reg;
    }

    .section02 .section-title h2 {
        font-size: 16px;
    }

    .section04 .section-heading {
        width: 100%;
        padding: 0;
    }

    .path-frontpage .view-id-environment_facilities_ .view-content {
        display: block;
    }

    .front-section.section04.col-sm-12 {
        padding: 1em 1em 1em 1em;
    }

    .attraction_wrapper.row {
        margin-top: 1em;
    }

    .section04 .gallery-item .gallery-img img {
        height: 100%;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 0em;
    }

    .front-section.section02_2 {
        padding-top: 1em;
    }



    .section04 .env_btn_image a {
        bottom: 43px;
        left: 33px;
        margin-bottom: 0em;
    }

    .front-section.section06.col-sm-12 {
        padding-left: unset;
        padding-right: 0;
        margin-top: 1em;
    }

    .district_at_glance .district-item {
        margin: 0em;
    }

    #block-quicktabsfaqs ul.quicktabs-tabs {
        padding: 0;
    }

    .section07 .section-heading p {
        font-size: 16px;
    }




    /* S5 portfolio responsive mbl */

    .front-section.section05.col-sm-12 {
        padding: 1em;
        margin-bottom: 2em;
        margin-top: 0px;
        padding-top: 2.5em;
    }




    /* Member Area responsive mbl S6 */

    .front-section.section06.col-sm-12 {
        padding-bottom: 0em;
        margin-top: 1em;
    }

    .member_title {
        width: 100%;
        padding-top: 0.7em;
    }


    .member_title h2 {
        font-size: 27PX;
        margin-bottom: 0em;
    }

    .path-frontpage .member_area_blue {
        /* MARGIN-LEFT: 1EM; */
    }

    .member_area_blue {
        height: auto;
        padding-bottom: 2em;
    }

    .member_para {
        font-size: 15px;
    }

    .district_at_glance .district-item {
        padding-bottom: unset;
    }

    .row_member {
        display: block;
        padding-top: 0.5em;
    }

    .district_at_glance {
        background: none;
    }

    /* FAQs Responsive mobile  */

    .section07 .department_wrapper {
        padding: 2.25em 0em 0em 0em;
    }

    .front-section.section06.col-sm-12 {}

    /* .section07 .quicktabs-tabs li a{
        display: block;
    } */

    .section07 .quicktabs-tabs li a {
        padding-top: 6em;
        display: block;
        margin-top: 0.5em;
    }

    .section07 .quicktabs-tabs li::before {
        content: "";
        position: absolute;
        top: 50px;
        left: 34%;
        transform: translateX(-83%);
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    .section07 .section-heading p {
        margin-bottom: -1em;
    }

    .section07 .ui-accordion .ui-accordion-content {
        margin-left: 1em;
        margin-right: 1em;
    }

    .front-section.section07.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .section07 .ui-accordion .ui-accordion-header {
        margin: 0 1em;
        margin: 1em;
    }

    /* ................Start Menu title Mobile Design start............... */


    .page-node-type-about-us h1#page-title {
        height: 59px;
        padding-top: 2em;
        font-size: 4px;
    }

    .page-node-type-about-us #page-title>span {
        font-size: 31px;
    }



    /* ...................Responsive Member Mobile Menu title.......... */

    .page-node-type-members-area h1#page-title {
        display: none;
    }

    /* ................Portoflio............... */


    .path-portfolio h1#page-title {
        height: 59px;
        padding-top: 1em;
        font-size: 24px;
    }

    .path-portfolio #page-title>span {
        font-size: 31px;
    }

    /* ................Environmental & facilities............... */


    .path-environment-facilities h1#page-title {
        height: 59px;
        padding-top: 1em;
        font-size: 24px;
    }

    .path-environment-facilities #page-title>span {
        font-size: 31px;
    }





    /* ................Support............... */


    .page-node-type-support h1#page-title {
        height: 59px;
        padding-top: 1em;
        font-size: 24px;
    }

    .page-node-type-support #page-title>span {
        font-size: 31px;
    }

    /* ................Quick Quote............... */


    .page-node-type-quick-quote h1#page-title {
        height: 59px;
        padding-top: 2em;
        font-size: 4px;
    }

    .page-node-type-quick-quote #page-title>span {
        font-size: 31px;
    }




    /* ...............End of Menu Title ............................ */


    /* Interal faq responsive */


    .page-node-type-faqs .department_wrapper {
        padding: 2.25em 0em 0em 0em;
    }

    /* .section07 .quicktabs-tabs li a{
        display: block;
    } */

    .page-node-type-faqs .quicktabs-tabs li a {
        padding-top: 6em;
        display: block;
        margin-top: 0.5em;
    }

    /* .page-node-type-faqs .inner-page .breadcrumb{
        display: block;
    } */

    .page-node-type-faqs .quicktabs-tabs li::before {
        content: "";
        position: absolute;
        top: 50px;
        left: 34%;
        transform: translateX(-83%);
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    .page-node-type-faqs .section-heading p {
        margin-bottom: -1em;
    }

    .page-node-type-faqs .ui-accordion .ui-accordion-content {
        margin-left: 1em;
        margin-right: 1em;
    }

    .page-node-type-faqs {
        padding-left: 0;
        padding-right: 0;
    }

    .page-node-type-faqs .ui-accordion .ui-accordion-header {
        margin: 0 1em;
        margin: 1em;
    }

    .page-node-type-faqs .quicktabs-tabs li::before {
        display: none;
    }

    .page-node-type-faqs section#block-quicktabsfaqs-2 {
        margin-top: 0.5em;
    }



    .page-node-type-faqs .quicktabs-tabs li.managed-security a::before {
        content: unset;
        height: 20px;
    }


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

    /* New Code for Image CLickable  */

    .quicktabs-tabs li.enterprise-connectivity a::before {
        content: unset;
    }

    .quicktabs-tabs li.email--identity a::before {
        content: unset;
    }


    .quicktabs-tabs li.managed-cloud a::before {
        content: unset;
        height: 120px;
    }


    .quicktabs-tabs li.managed-security a::before {
        content: unset;
    }


    .quicktabs-tabs li.racked-hosting a::before {
        content: unset;
    }




    /* IEnd image clickable faq */



    /* testimonial responsive */


    /* Tayb Footer responsive Mobile */

    .ftr-logos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-widgets {
        padding: 0em 0;
    }

    .arrow-list li {
        padding-left: 13px;
    }

    .footer-widgets .footer-title {
        font-size: 18px;
        font-family: 'Inria_Reg';
    }

    .ftr-logos>li:first-child,
    .ftr-logos>li:last-child {
        width: 50%;
    }

    .ftr-logos>li:nth-child(2) {
        width: 100%;
        order: 3;
    }

    .ftr-logos>li:first-child {
        order: 1;
    }

    .ftr-logos>li:last-child {
        order: 2;
    }

    .ftr-logos>li:last-child>* {
        float: right;
    }

    .ftr-logos>li:nth-child(2) img {
        display: block;
        margin: 2em auto 1em;
    }

    .navbar-header .region-navigation {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .msgs-img-wrap>img {
        min-width: 100%;
    }

    .sec-logos {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .sec-logos>li:first-child>a {
        width: 100%;
        height: 100%;
        position: unset;
        transform: unset;
        -webkit-transform: unset;
    }

    .navbar-header .region-navigation>*:first-child {
        margin: 0 0 1em;
    }

    .sec-logos>*:first-child {
        margin: 0 0 1em;
    }

    .footer_socail_wrappr ul.socials {
        text-align: center;
        justify-content: center;
        display: flex;
        margin: 0 auto;
        width: 100%;
        margin-top: 1em;
    }

    /* .sec-logos>li:first-child img {
        width: auto;
    } */
    .footer-widgets>.footer-widget {
        width: 100%;
        padding: 0;
    }

    .footer-widget.no-title {
        width: 100% !important;
    }

    .view-our-initiatives.view-display-id-page_1 .view-content>div {
        width: 100%;
    }

    .view-the-sdgs.view-display-id-page_1 .view-content .goal {
        width: 100%;
    }

    .getinvolved {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 7em 30px 7em;
    }

    .getinvolved>div {
        width: 70%;
        display: block;
        margin: 0 auto 0.5em;
    }

    .getinvolved .title-primary {
        text-align: center;
    }

    .ftr-contacts {
        width: 100%;
    }

    .ftr-address li {
        margin: 0 0 0 10px;
        padding: 0 0 0 40px;
    }

    .ftr-address li>span {
        font: 14px 'Inria_Reg', sans-serif;
    }

    .ftr-address li>a {
        font: 14px 'Inria_Reg', sans-serif;
    }

    .slick--view--messages .slick-slider .slick-list .slick-track .slick-slide {
        margin: 8px 3em;
    }

    .ftr-btm.row {
        flex-direction: column;
        font-size: 14px;
    }

    .ftr-btm>div {
        text-align: center !important;
        margin: 0.15em 0;
    }

    .view-id-publications.view-display-id-page_1 .publication-item {
        width: 230px;
    }

    .view-id-publications.view-display-id-page_1 .view-content .pubimg-wrap {
        width: 100%;
    }

    .inner-page .video-item {
        width: 100%;
        max-width: 100%;
    }

    .footer .footer-wrapper {
        padding: 3em 0.15em 0em;
    }

    .ftr-right {
        text-align: center;
    }

    .getinvolved>div {
        width: 100%;
    }

    #block-views-block-the-sdgs-block-1 .view-content .views-row {
        width: 46%;
    }

    .ftr-address li {
        width: 90%;
        margin: 0 auto 1.5em;
    }

    #block-views-block-testimonials-block-1 .view-content {
        margin-bottom: 0px;
    }

    #block-views-block-testimonials-block-1 {
        padding: 35px 0;
    }

    .test-wrap {
        margin-bottom: 25px;
    }

    .section-heading p {
        font-size: 16px;
    }


    .places-content {
        text-align: center;
    }

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

    .section03 .row_attraction {
        padding: 1em;
        height: 258px;
    }

    .view-id-newsiwrp .section-btn-new {
        position: absolute;
        top: 78%;
        right: 34%;
    }

    body .uwy.userway_p5 .uai {
        bottom: 100px !important;
    }

    .center-exc-img {
        margin-bottom: 0;
    }

    #block-centerofexcellencerightsection .places-content {
        padding-left: 0em;
        padding-right: 0em;
    }

    #block-ourobjectives .places-wrap .places-content,
    #block-views-block-objectives-block-1 .places-wrap .places-content {
        width: 85%;
        margin: 0 auto;
    }

    .section03 .attraction-thumbnail {
        top: 1%;
    }

    .path-board-management .view-id-core_team .view-content {
        display: block;
    }

    .path-leadership .view-content {
        justify-content: center !important;
    }

    ol.breadcrumb a,
    .breadcrumb>.active,
    ol.breadcrumb:hover a {
        font-size: 14px;
    }

    .inner-page .breadcrumb li a {
        font-size: 14px;
    }







    /* End tay foter mbl */


    article[about='/courses-offered-in-coe'] tr,
    article[about='/courses-offered-in-coe'] td {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    article[about='/locations-of-coe'] .content,
    article[about='/priority_economic_sectors'] .content {
        overflow: auto;
    }

    article[about='/courses-offered-in-coe'] img {
        height: auto !important;
        width: 100% !important;
        border-radius: 0px;
    }

    #block-views-block-project-impact-outcome-outputs-block-1 .section02_title::after {
        left: 42%;
        top: 34%;
    }

    .front-section.section02_2 {
        PADDING-RIGHT: 2EM;
    }




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

    /*End of Override media query 700*/

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

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

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

    /* Style the first child of the ul */
    .sf-has-clone-parent>li:first-child a {
        color: green;
        display: none;
        /* Add any other styling you want */
    }

    .sf-accordion-toggle.sf-style-none {
        text-align: center;
        margin-bottom: 0.5em;
    }

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

    section#block-mainnavigation {
        display: block;
        justify-content: center;
        margin-top: 0em;
    }



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

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

    .navbar {
        width: 100%;
    }

    .navbar .logo {
        width: 82% !important;
        padding-right: 0;
        padding-top: 8px;
    }

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

    #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: #344054 !important;
    }

    .navbar {
        min-height: 0px;
    }

    .navbar-header {
        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 {
        background-color: white !important;
        border-color: #333 !important;
        position: relative;
        width: 100%;
    }

    .navbar-default {
        background-color: #4F709C;
        border-color: transparent;
    }

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

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

    #banner1-wrap {
        position: initial;
    }

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

    .page-node-type-faqs .quicktabs-tabs a {
        font: 16px Inria_Reg;
    }

    .page-node-type-faqs .quicktabs-tabs {
        padding: 0;
    }

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

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

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

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

    header#navbar {
        overflow: hidden;
    }

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

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


    /*Model Code Mobile*/
    .navbar-header {
        float: none !important;
        padding: 8px;
        margin-bottom: 0;
        /* 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: transparent;
    }

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

    .footer .footer-wrapper a {
        font-size: 14px;
    }

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






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

    .navbar-default .search-block-form button[value='Search'] {
        background: url(/system/files/2023-12/search-icon.png) no-repeat center center !important;
        width: 100%;
        height: auto;
    }

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

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

    .section03 .section-title h2 {
        font-size: 21px;
        margin-bottom: 0;
        color: #344054;
    }

    .section03 .column_department {
        height: auto;
    }

    .section02 .places-wrap .places-content {
        font-size: 15px;
        padding-bottom: 1em;
    }



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

    .social-field-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .social-field {
        width: 100%;
    }


}

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

/*..................Start of Mobile 500 & less media query...............*/


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

    /*            Override 576 Query*/

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

    article[about='/courses-offered-in-COEs'] .content,
    article[about='/Locations-of-COEs'] .content,
    article[about='/PES'] .content,
    article[about='/Training-Schedule'] .content,
    article[about='/organogram'] .content {
        overflow-x: auto;
    }


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



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

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

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



    #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-size: 11px !important;
        margin-left: 2em;
    }

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


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

    .row_department {
        margin: 1em 0em;
    }


    time {
        font-weight: bold;
    }





}



/* ............Tablet or Above Screen............ */

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

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

    .navbar .logo {
        margin-left: 1em;
        margin-top: 0.7em;
        margin-bottom: 0em;
    }

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

    .navbar-header {
        width: 35%;
    }

    .path-frontpage header#navbar {
        background-color: white;
        border-radius: 0px !important;
        position: absolute;
        left: 30px;
        right: 23px;
        top: 22px;
        border-radius: 5px !important;
        z-index: 100;
        transition: all 0.3s ease;
        transform: scale(1);
        /* Add a smooth transition effect */
    }

    /* Add styles for the sticky header */
    .path-frontpage header#navbar.sticky-header {
        /* Your styles for the sticky header */
        /* Change background color when sticky */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        /* transform: scale(0.95); */
        opacity: 0.9;
        /* Add shadow when sticky */
    }



    .navbar-default .navbar-nav {
        margin: 30px 1em 0 0;
    }

    /* Min 700 Menu item About */

    /* Tayyab Search bar inside Min 786 */

    #block-bootstrap-subtheme-search {
        overflow: hidden;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
        position: absolute;
        width: 65px;
        height: 36px;
        right: 15px;
        top: 34%;
    }

    #block-bootstrap-subtheme-search:hover {
        width: 250px;
    }


    .navbar-default .navbar-nav {
        margin: 2em 4em 0 0;
    }

    .navbar-default input[type='search'] {
        opacity: 0;
        border-radius: 5px !important;
        transform: translateX(calc(100% - 22px));
        -webkit-transform: translateX(calc(100% - 22px));
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .navbar-default #block-bootstrap-subtheme-search:hover input[type='search'] {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .navbar-default #block-bootstrap-subtheme-search input[type='search']:hover {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .navbar-default #block-bootstrap-subtheme-search input[type='search']:focus {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .navbar-default input[type='search'].appear,
    .navbar-default input[type='search'].focusClass {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    /* .................End tayyab search bar iside 786.............. */


}

/*End of min 700, Tablet screen*/

/*......... Start of Laptop Small Screen.......... */
@media screen and (min-width: 992px) {}


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

    /*    write your 1200 and above code here*/


}

/*........Ali Screen Responsive*/
@media screen and (min-width: 1500px) {
    .col-sm-12.places-wrap.center-excellence {
        margin-top: 5em;
    }

    section#block-views-block-objectives-block-1 {
        top: -47%;
    }

    .main_navigation .menu.nav li a {
        font-size: 15px
    }

    .main_navigation .menu.nav li a {
        margin: 0 0.9em;
    }

    .section04 .env_title_image {
        height: 60px;
        overflow: hidden;
    }


}

@media screen and (min-width: 767px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        width: 65%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse;
    }


}

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


/* No less than 1100px, (Maria screen) no greater than 1300px */
/*Between MediA Query*/
/* No less than 1100px, no greater than 900px */

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

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

    section#block-views-block-objectives-block-1 {
        top: -19% !important;
        height: 187px;
    }

    .list-center,
    .title-COE {
        font-size: 16px;
    }

    .logo-wrap img {
        width: 95%;
        margin-top: 0.1em;
    }



    #block-views-block-announcements-block-1 {
        margin: 0em 0;
        position: absolute;
        top: 22%;
        right: 2%;
        z-index: 1;
        width: 95.5%;
        height: auto;
    }



    .main_navigation .menu.nav li a {
        margin: 0 0.1em;
    }

    .green_bg .section-title::after {
        top: 32% !important;
    }

    .section04 .gallery-item .gallery-img img {
        height: 344px;
    }



    .places-wrap {
        margin-top: 0em;
    }

    .section02 .places-wrap .places-content {
        font-size: 17px;
    }

    .section02_wrapper .section-title {
        margin-bottom: 0.3em;
    }

    .main-project-wrapper .section-title::after {
        top: 29%;
    }

    .section03 .section-body h2 p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    .section03 .row_attraction .section-title h2 {
        font-size: 19px;
    }

    .section04 .env_title_image {
        bottom: 13px;
    }

    .main_navigation .menu.nav li a {
        font-size: 13px;
    }




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




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



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

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

    .navbar .logo {
        margin-top: 15px !important;
        width: 90%;
    }

    .navbar-right {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: 65%;
        float: unset;
    }


}

/* End of Between media query maria */



/* Hover effect Query */