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

@font-face {
    font-family: 'Inter_SemiBold';
    src: url('Inter-SemiBold.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;
    min-height: auto;
    max-width: 1300px;
    width: 100%;
}

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



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



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


a:hover,
a:focus {
    color: #00A651;
    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;
}

.footer section#block-footerundp {
    max-width: 1350px;
}


.front-section.section01 .view-content,
.front-section.section02 #block-projectimpactoutcomeoutputs,
.front-section.section03 #block-views-block-latest-news-block-1,
.front-section.section04 section#block-infodesk,
.front-section.section05 .form-group,
.path-frontpage .footer section#block-footerundp {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}


.front-section.section04 section#block-infodesk {
    max-width: 1317px;
    width: 100%;
    margin: 0 auto;
}


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

.front-section.section03.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: 0.5em;

}



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

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

.navbar-header {
    margin-bottom: 0.5em;
    width: 35% !important;
}

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

/* .navbar-default .navbar-nav>li>a {
        color: #000;
        font: 18px 'BarlowR', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    } */

#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: #00A651 !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_Reg';
    font-size: 16px;
    color: #002C15;
    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: #00A651;
    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: #00A651 !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;
    color: #002C15;
}

.region.region-content .content p a {
    color: #00A651;
    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: #00A651;
}

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

.inner-page a,
.inner-page a:hover {
    color: #00A651;
    ;
    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: #00A651;
    border-bottom: 1px dashed #00A651;
}

.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-filepmdfc a {
    background: url(../images/application-pdf.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

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

.views-field-field-file a {
    background: url(/system/files/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 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;
}

/* Hide the third-to-last child element */
.path-publications .breadcrumb li:nth-last-child(2),
.path-tenders .breadcrumb li:nth-last-child(2),
.path-downloads .breadcrumb li:nth-last-child(2) {
    display: none;
}



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



/* overide tender */


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


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

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



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




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

.block-views-blockour-staff-block-1 .view-id-our_staff .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: #00A651;
    font: 16px Inria_Bold;
}

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

.inner-page .view-id-our_staff .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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: #00A651;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 3px;
    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: #00A651;
}

#block-system-main h3 {
    color: #00A651;
}

#block-system-main h4 {
    color: #00A651;
}


#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 #00A651;
    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 {}

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

.section05 .section-btn-new {
    position: absolute;
    top: 15%;
    right: 5.5%;
    background-color: #FDF8E7;
    border-radius: 3px;
    padding: 0.7em;
    transition: all 0.6s ease-in-out;
}

.section05 .section-btn-new a {
    padding: 2em 2em;
}

/* .gallery-btn-new a::after {
    content: "->";
    display: inline-block;
    margin-left: 5px;
} */

.gallery-btn-new a::after {
    background-image: url('/system/files/arrowVector.png');
}

span.btn-icon-arrow {
    padding-left: 0.2em;
}

span.btn-icon-arrow img {
    display: inline;
}

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

.img-gallery-road {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 390px;
    width: 316px;
}

.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 #00A651;
    text-decoration: none !important;
}

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


article[about='/soil_pg'] .content {
    overflow: auto;
}


.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: disc;
    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: #00A651;
    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;
    justify-content: center;
    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: #00A651 !important;
    background: url(../images/Left.png) no-repeat center center !important;
    left: -2em;
    font-size: 1rem;
}

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

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







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




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



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

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



.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: #00A651 !important;
    box-shadow: 0px 7px 29px 0px rgba(0, 166, 81, 0.5);
}






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

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

.section01 .section-btn a {
    font-size: 16px;
    color: #fff;
    font-family: 'InterR';
    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: 3%;
    top: -4%;
    z-index: 1;
    color: #fff;
    width: 82%;
    padding: 0 3em 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: 174px;
    padding: 0.3em 0.5em 0.5em 0.5em;
}

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

.banner-title-wrap p {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 1em;
    text-align: left;
    font-family: 'Inter_SemiBold';
}

.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 - 2 - IWRPP Project , Output Section Code ............... */

.normal-icon img,
.hover-icon img {
    height: 50px;
    width: 50px;
}

.main-project-wrapper .section-heading h2 {
    font-size: 31px;
    font-family: 'Inter_SemiBold';
    color: #002C15;
    margin-top: 1.5em;
    text-align: left;
    margin-bottom: 0;
}

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

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

.section02 .normal-icon,
.path-services .normal-icon {
    display: block;
    transition: opacity 0.3s ease;
}

.section02 .normal-icon img,
.section02 .hover-icon img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.section02 .normal-icon,
.section02 .hover-icon{
    height: 66px;
    width: 66px;
}

.section02 .attraction-thumbnail {
    margin: 0.5em;
    display: flex;
    justify-content: center;
}

.section02 .column_attraction:hover .normal-icon,
.path-services .column_attraction:hover .normal-icon {
    display: none;
}

.section02 .hover-icon,
.path-services .hover-icon {
    display: none;
}

.section02 .column_attraction:hover .hover-icon,
.path-services .column_attraction:hover .hover-icon {
    display: block;
    transition: opacity 0.3s ease;
}


.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:hover {
    background-color: #002C15;
}

.column_attraction:hover .section02_title h2,
.column_attraction:hover .section-body p {
    color: white;
}

.column_attraction.section02_column.col-sm-4 {
    background-color: #F2FBF6;
    color: white;
    height: auto;
    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;
}

.section02 .section-body {
    margin-top: 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 0em 3em 0em;
}

.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;
    padding-top: 20px;
    /* Add margin between boxes */
    background-color: #fff;
    z-index: 1;
}

.green_bg {
    background-color: #F2FBF6 !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: #002C15;
    font-size: 25px;
    font-family: 'Inter_SemiBold';
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
}

.section-body.section02_body p {
    color: #002C15;
    font-family: 'Inria_Reg';
    font-size: 16px;
}


.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 .latest-news-btn {
    position: absolute;
    top: 6%;
    left: 84.7%;
    text-align: center;
    padding: 1em;
    width: 200px;
}

.section03 .latest-news-btn a {
    color: white;
    padding: 1em 2em 1em 2em;
    background-color: #00A651;
    border-radius: 3px;
}

.section03 .view-header {
    position: relative;
}

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

.section03 .column_attraction {
    padding-left: 2em;
    padding-right: 2em;
}

.section03 .section-btn-new p {
    font-size: 16px;
    color: #00A651;
    font-family: 'InterR';
}


.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 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 #00A651; */
    transition: all 0.8s ease;
}



.section03 .section-btn {
    display: block;
    width: unset;
    font-family: Inria_Reg;
    background-color: #00A651;
    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: #00A651;
}

.slick-dots li button:before {
    color: #00A651;
}

.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: 'InterR';
    font-size: 16px;
    /* letter-spacing: 1px; */
    line-height: 1.3;
    color: #002C15;
}

.section03 .row_attraction {
    margin: 1em;
    background-color: #F2FBF6;
    padding: 3em 0em 3em 0em;
    text-align: center;
    margin-bottom: 4em;
    box-shadow: 0px 7px 29px 0px rgba(0, 166, 81, 0.1);
    height: 304px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

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


#block-projectimpactoutcomeoutputs .section-btn-new {
    position: absolute;
    top: 6%;
    right: 1%;
    background-color: #00A651;
    border-radius: 3px;
    padding: 0.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    transition: all 0.6s ease-in-out;
}

#block-projectimpactoutcomeoutputs .section-btn-new:hover {
    background-color: white;
    color: #344054;
    border-color: #344054;
    text-decoration: none;
}

#block-projectimpactoutcomeoutputs .section-btn-new a {
    color: white;
    padding: 1.5em 1.5em;
    font-size: 16px;
    font-family: 'Inria_Reg';
}

.btn-view-all::after {
    content: '\2192';
    /* Unicode character code for right arrow (→) */
    margin-left: 5px;
    /* Adjust as needed */
}

#block-projectimpactoutcomeoutputs .section-btn-new:hover a {
    color: #000;
}

#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); */
    background-color: #F2FBF6;
}

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


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

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

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

.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: 100%;
    height: auto;
    position: absolute;
    top: 7%;
    right: 0;
    border-radius: 7px;
    padding: 0.6em;
    text-align: center;
}

.section03 .row_attraction .attraction-thumbnail time {
    color: #00A651;
    font-family: 'InterR';
    font-size: 16px;
    font-weight: 100;
}

.section03 .row_attraction:hover .attraction-thumbnail time {
    color: #00A651;
}



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

/* ..................................................Start of Info Desk Section04........................ */

.section04 .info-desk {
    margin: 0 0%;
}

.section04 .info-desk-heading h1 {
    margin: 1.5% 3.5% 3% 3.5%;
    text-align: center;
    color: #002C15;
    font-size: 31px;
    font-family: 'Inter_SemiBold';
    
}



.section04 .info-desk-column {
    float: left;
    max-width: 25%;
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10px;
}

.section04 .info-desk-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: auto;
    text-align: center;
    background-color: #F2FBF6;
    border-radius: 5px;
    cursor: pointer;
    height: 216px;
    width: 308px;
}

.section04 .info-desk-card:hover {
    background-color: #002C15;
    color: #00A651;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: .5s ease;
}

.section04 .info-desk-card i {
    font-size: 50px;
}

.section04 .info-desk-card-content {
    line-height: 80px;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Inter_SemiBold';
}

.normal-icon img,
.hover-icon img {
    height: 50px;
    width: 50px;
}

.section04 .normal-icon {
    display: block;
    transition: opacity 0.3s ease;
}

.section04 .hover-icon {
    display: none;
}

.section04 .info-desk-card:hover .hover-icon {
    display: block;
    transition: opacity 0.3s ease;
}

.section04 .info-desk-card:hover .normal-icon {
    display: none;
}

/* ...................................................End of Info desk 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............. */
/* ................section03 Start Gallery  Section................  */


.front-section.section03.col-sm-12 {
    padding: 1em 0em 4em 0em;
    overflow: hidden;
}

.section05 .section-title {
    margin-bottom: 0.5em !important;
    color: white;
    font-family: 'Inter_SemiBold';
    font-size: 31px;
    text-align: left;
    padding: 1em;
    padding-top: 0;
    padding-bottom: 0;
}


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

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

.section05 .center-gallery-btn {
    margin: auto;
    width: 60%;
    background-color: #00A651;
    padding: 1em;
    padding: 1em;
    position: absolute;
    right: 23%;
    top: 80%;
    border-radius: 3px;
}

.section05 .btn-icon-arrow img {
    /* display: block; */
    height: 8px !important;
    width: 9px !important;
}

.section05 .center-gallery-btn p {
    color: white;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0em;
}

/* .section05 .view-content {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
} */

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

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

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

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


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

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

.section05 .gallery-item:hover .gallery-img img {
    opacity: 0.9;
}

.gallery-wrapper-road {
    BACKGROUND-COLOR: #00A651;
    PADDING-BOTTOM: 7EM;
    padding-top: 1em;
    margin-top: 4em;
    margin-bottom: 22em;
    border-radius: 5px;
}

.gallery-wrapper-road .section-title {
    padding-top: 0.5em;
    padding-left: 2em;
}

section#block-views-block-latest-news-block-1 {
    background-color: #002C15;
    padding-top: 1.5em;
    border-radius: 5px;
}

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



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

.gallery-item .gallery-img:hover .overlay {
    width: 95%;
    height: 100%;
    background-image: url('/system/files/overlayRectangle%2028.png');
    z-index: 1;
    position: absolute;
    top: 0%;
    left: 2.5%;
    border-radius: 5px;
}

/* .section03 .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 .section05 .img-responsive {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.path-frontpage .section05 .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;
    width: 100%;
}

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


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

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

.section05 .view-content {
    position: absolute;
    top: 50%;
    right: 1%;
    width: 100%;
    /* margin-bottom: 4em; */
}

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

.section05 .gallery-item .gallery-img:hover .env_title_image {
    color: #EEF1F6;
    font-family: 'Inria_Bold';
    font-size: 14px;
    background-image: url('/system/files/galleryRead%20More.png');
    text-align: center;
    width: 85%;
    z-index: 2;
    padding: 1em;
}

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

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


/*.................. 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: #002C15;
    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 ........... */


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




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

.footer .footer-wrapper {
    color: #fff;
    padding: 2em 0em 0em;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* .path-frontpage .footer .footer-wrapper {
    max-width: 1359px;
} */

.footer-logo-img {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}

.footer-logo-img img {
    border-radius: 4px;
}


/* .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: #F2F3F6;
    font-size: 16px;
    font-family: 'InterR';
}

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

section#block-footerundp {
    max-width: 1376px;
    width: 100%;
    margin: 0 auto;
}


.footer-widgets {
    padding: 1em 0;
    margin-bottom: 0;
    border-radius: 10px;
    background: #002C15;
}

.aboutus-nav {
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 1em;
}

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



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

.footer-widgets .footer-title {
    margin: 0 0 24px;
    font-size: 20px;
    font-family: 'Inter_SemiBold';
    color: #F2F3F6;
}

.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: white;
    color: #002C15;
}

.ftr-btm.row a {
    color: #002C15;
    font-family: InterR;
    font-size: 16px;
}

.ftr-lt {
    color: #002C15;
    font-family: InterR;
}

.footer-social-icons.social-media-links {
    position: absolute;
    top: 110%;
    right: 34%;
}

.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.1em 0;
}

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

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



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

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



.aboutus-nav .arrow-list li::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    width: 11px;
    height: 9px;
    background-image: url(/system/files/Vectorarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

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


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



/* ............................................. */
.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: #00A651;
    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: #00A651;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}


/*Project Styling*/
.section_heading_above {
    text-align: center;
    font-weight: bold;
    color: #00A651;
    /*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: #00A651;
    /*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: #00A651;
    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: #00A651 !important;
    border-color: #00A651 !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #00A651;
}

.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: #00A651;
    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: #00A651;
    color: white;
    opacity: 0.9;
    font-size: 15px;
    font-family: 'Inria_Bold';

}

.column_events_page:hover {

    background-color: #00A651;
    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: #00A651;
    color: white;
    opacity: 0.9;
    font-size: 15px;
    font-family: 'Inria_Bold';
}

.hover_style_events:hover {
    background-color: #00A651;
    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;
}





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

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


.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: #002C15;
    /* 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: #002C15;
    margin-bottom: 0;
    padding-left: 0;
}

.our-objective-wrapper .section-title {
    /* font: 15px Inria_Reg; */
    font-family: 'Inria_Bold';
    font-size: 28px;
    color: #002C15;
    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: #002C15;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0.015em;
    padding: 0px 10px;
}

.section03 .row_attraction .section-title h6 {
    font-family: 'Inter_SemiBold';
    font-size: 20px;
}

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

.section-title h2 {
    color: #002C15;
    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: #00A651;
}

.front-section.section03.col-sm-12 {
    background-color: transparent;
    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: 1em;
}

h2.section-title.latest-news-title {
    color: #F2F3F6;
    text-align: left;
    padding-left: 0em;
    margin-left: 1em;
    font-size: 31px;
    margin-top: 0.6em;
}

.section03 .view-content .slick--skin--boxed > .slick__slider > .slick-list {
    margin: 0 14px !important;
}


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

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

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

    .section03 .latest-news-btn {
        position: unset;
        width: 100%;
    }

    .section03 h2.section-title.latest-news-title {
        padding-left: unset;
        text-align: center;
        margin-top: 0.8em;
        margin-left: 0;
    }

    .gallery-item{
        margin: 0;
        margin-top: 1em;
    }

    .footer-logo-img{
        padding-top: 0;
    }

    .section03 .column_attraction {
        padding-left: 0em;
        padding-right: 0em;
    }

    .section05 .section-btn-new {
        text-align: center;
    }

    .section04 .info-desk {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .section04 .info-desk-column{
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .section04 .info-desk-card{
        height: auto;
        width: 100%;
    }



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

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

    #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-projectimpactoutcomeoutputs .section-btn-new a {
        padding: 0;
    }

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

    #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-searchblock {
        display: none;
    }

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

    #block-projectimpactoutcomeoutputs .section-btn-new {
        position: unset;
        width: 250px;
        margin: 0 auto;
        justify-content: center;
        display: flex;
    }




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

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

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

    .section01 .section-btn a {
        font-size: 12px;
        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;
    }

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

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

    .img-gallery-road {
        height: 200px;
    }
    .section05 .img-gallery-road{
        width: 100%;
    }



    .section05 .info-desk-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section04 .info-desk-column {
        float: left;
        width: 100%;
        margin-bottom: 1em;
        padding: 0 10px;
    }

    .section04 .info-desk-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }

    .section05 .section-title {
        padding: 0;
        text-align: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .section05 .overlay {
        display: none;
    }

    .section05 .section-btn-new {
        position: unset;
        width: 90%;
        margin: 0 auto;
    }

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



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



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


    /* Tayb Footer responsive Mobile */

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

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

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

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

    .footer-logo-img img {
        width: 90%;
    }

    .footer-social-icons.social-media-links {
        position: unset;
        justify-content: center;
        display: flex;
    }

    .socials {
        position: unset;
        justify-content: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }



    .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;
        display: flex;
        flex-direction: column;
        padding-top: 2em;
    }

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

    .section05 .slick--skin--boxed-carousel .slick-list {
        margin: 0 15px;
    }

    .section05 .slick-next {
        right: -15px !important;
    }

    .section05 .slick-prev {
        left: -15px !important;
    }
    
    .section03 .slick-prev {
        left: -8px !important;
    }

    .section03 .slick-next {
        right: -8px !important;
    }

    

    .section05 .gallery-item .gallery-img{
        width: 100%;
    }
    

    .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: 0em 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: auto;
    }

    .section-btn-new {
        position: unset;
    }

    .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%;
        width: 100%;
        margin: 0 auto;
        right: 0%;
    }

    .path-board-management .view-id-our_staff .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;
        width: 100% !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;
    }

    .gallery-wrapper-road {
        margin-bottom: 1em;
        PADDING-BOTTOM: 0.5EM;
        margin-top: 0em;
    }

    .section05 .view-content {
        position: unset;
    }

    #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: #00A651;
        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/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: 16px;
        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;
    }


}

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

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


    .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 0em 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) {

    .main_navigation .menu.nav li a {
        font-size: 17px
    }

    .main_navigation .menu.nav li a {
        margin: 0 0.9em;
    }

    .section03 .env_title_image {
        height: 60px;
        overflow: hidden;
    }

    .front-section.section04 section#block-infodesk {
        max-width: 1310px;
    }


}

@media screen and (min-width: 767px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        width: 65%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}

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

    .main_navigation .menu.nav li a {
        margin: 0 0.1em;
    }


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

    .section03 .env_title_image {
        bottom: 13px;
    }

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




    /* ---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;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        width: 62%;
        float: unset;
    }


}

/* End of Between media query maria */



/* Hover effect Query */