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




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

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

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

@font-face {
    font-family: 'alegreyaSansM';
    src: url('AlegreyaSans-Medium.otf');
}

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









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


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


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

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


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


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

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

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

.main_banner_image img {
    width: 100%;
}

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


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

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

.front-section.section05.col-sm-12 {
    /* background: url(../images/Background-Image.jpg) no-repeat center center/cover; */
}

.front-section.section06.col-sm-12,
.front-section.section07.col-sm-12 {
    padding: 0;
}




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

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

.searchButton {
    display: none;
}

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


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

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


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


.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0
}

.d-table {
    display: table;
}

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

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

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

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

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


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

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


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

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

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


.top_navigation {
    margin-top: 1em;
    margin-right: 2em;
}

.top_navigation .block-search {}


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

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



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



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

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

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




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

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


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



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

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

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

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


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



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

}

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

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

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

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

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

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

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

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

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

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

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

.navbar-header {
    float: left;
}

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

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

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

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

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

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

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

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

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




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


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

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

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

}

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

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

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

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


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



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




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

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

}

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

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

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



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


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


.navbar-header {
    float: left;
}



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

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



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



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


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


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

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


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

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



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

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

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



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



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




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


.navbar-header {
    float: left;
}

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

.navbar .logo img {
    height: 100%;
}

.navbar-default {
    background-color: rgba(46, 45, 44, 0.9);
    margin: 0;
    margin-top: 0px;
    border-radius: 0;
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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


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

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

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



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

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

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

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


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

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

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

.sitemap .caret {
    display: none;
}

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

.site-btn {
    display: block;
    height: 38px;
    width: 113px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-family: alegreyaSansR;
    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 alegreyaSansR;
    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 alegreyaSansR;
}

.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 alegreyaSansR;
    line-height: 1.5em;
    /* background: url(../images/pattren.png) no-repeat center center/cover fixed !important; */
    height: auto;
    background: url(../images/internal-bg.jpg) no-repeat fixed center center /cover;
    /* position: relative; */
    /* background-image: linear-gradient(rgba(246, 246, 246, 0.84), rgba(246, 246, 246, 0.64)), url('../images/internal-pg-bg.jpg'); */
}

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

.inner-page h3 {
    color: #f19021;
}

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

.inner-page a {
    color: #1A1A1A;
    font: 16px alegreyaSansR;
    /* border-bottom: 1px dashed #1A1A1A; */
}

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

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

time {
    font-weight: 600;
}

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

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



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



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

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

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

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

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

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






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

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

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

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

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

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

.white-heading {
    color: #fff;
}

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

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

















.inner-page h3 {
    color: #1A1A1A;
}

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

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

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

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


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



.viewp_wrap {
    margin-bottom: 1.5em;
}



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

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

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

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

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

.mediap_img {
    margin-right: 1.5em;
}

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

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

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

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

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

.form-required {
    color: red;
}

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

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




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

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

article[about='/news_media'] a {
    border-bottom: 1px dashed #1A1A1A;
}


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


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

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

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

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


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

/*Bulet inner page*/

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

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

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



/* ....................................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 alegreyaSansB;
    color: #333333;
    text-decoration: none; */
}

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

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

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

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

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

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

.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 alegreyaSansB;
    color: black;
    text-decoration: none; */
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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



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

}

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



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

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

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

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

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

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

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

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


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

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

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

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



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

}

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



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

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

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

.path-permanent-faculty {}

.path-permanent-faculty .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.path-permanent-faculty .views-row {}

.path-permanent-faculty .views-row:first-child {
    width: 100%;
}

.path-commandants-pg {}

.path-commandants-pg .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.path-commandants-pg .views-row {}

.path-commandants-pg .views-row:first-child {
    width: 100%;
}

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

.team-item .img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

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

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

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

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

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


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

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

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

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


/*.............. Highlights Inner std code............. */

/*Highlights*/
.hpwrap .fdwrap {}

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

.row.mcc.highb-item-date-month {
    margin-top: 0.5em;
}

.hpwrap .twrap {}

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


/* end high inner std .....................*/

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

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

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

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

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

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

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

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


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

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

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



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



.inner-page {
    padding-bottom: 1em;
    min-height: 410px;
}


#page-title {
    color: #008e47;
}

.inner-page h3 {
    color: #F7C20A;
}

.inner-page h4 {
    color: #9D6930;
}

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

.viewp_wrap {
    margin-bottom: 1.5em;
}

.viewp-title {
    text-align: center;
    min-height: 40px;
}

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

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

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

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

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

.mediap_img {
    margin-right: 1.5em;
}

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

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


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

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

.section-heading {
    font: 40px alegreyaSansB;
    color: #008e47;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1em;
}

.partner_title h2 {
    font: 40px alegreyaSansB;
    color: #008e47;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1em;
}

.white-heading {
    color: #fff;
}

.section-tagline {
    font: 24px alegreyaSansR;
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase;
}

.section-para {
    font: 18px alegreyaSansR;
    color: #4d4d4d;
    text-align: center;
    line-height: 2;
}

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

.gallery-btn {
    background-color: #fff;
    color: #007180;
}

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

.gallery-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

/* ----------------------------------------- */
/* BANNER 1 PUNJAB CITIES PROGRAM */
/* ----------------------------------------- */


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

#block-banner2overview {
    padding: 3em 6em;
    background-color: #F7F7F7;
}

#section-overview .section-heading {
    margin-bottom: 0.3em;
}

#section-overview .section-tagline {
    margin-bottom: 1em;
}

/* ----------------------------------------- */
/* BANNER 3 SERVICES  */
/* ----------------------------------------- */

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

.services-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.services-item a {
    text-decoration: none;
}

.services-box {
    height: 406px;
    width: 350px;
    max-width: 100%;
    background-color: #2e2d2c;
    padding: 3em 1em;
    text-align: center;
    border-radius: 15px;
    transition: all 0.6s ease-in-out;
}

.services-box:hover {
    background-color: #f7c20a;
}

.services-icon-wrap {
    height: 130px;
    width: 130px;
    max-width: 100%;
    background-color:
        #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 1.5em;
}

.iia-icon {
    background: url('../images/Client sample-07.png') no-repeat;
}

.services-box:hover .iia-icon {
    background: url('../images/Client sample-06.png') no-repeat;
}

.dli-icon {
    background: url('../images/Client sample-08.png') no-repeat;
}

.services-box:hover .dli-icon {
    background: url('../images/Client sample-09.png') no-repeat;
}

.services-icon {
    background-size: contain;
    height: 73px;
    width: 72px;
    margin: 0 auto;
}

.services-title {
    font: 18px alegreyaSansB;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.6em;
    transition: all 0.6s ease-in-out;
}

.services-box:hover .services-title {
    color: #333;
}

.services-body {
    font: 16px alegreyaSansR;
    color: #fff;
    line-height: 1.5;
}

/* ----------------------------------------- */
/* BANNER 4 PROGRAM DETAILS */
/* ----------------------------------------- */

#block-banner4programdetails {
    padding: 3em 6em;
}

.pd-list-wrap {
    width: 75%;
    margin: 0 auto;
}

.section-col:last-of-type .pd-list-wrap {
    margin: 0 0 0 auto;
}

#block-banner4programdetails .section-col:first-of-type {
    border-right: 2px solid #DBDBDB;
}

.pd-list-heading {
    font: 30px alegreyaSansM;
    color:
        #333;
    margin-bottom: 0.5em;
}

.pd-list-heading {
    font: 25px alegreyaSansM;
    color: #333;
    margin-bottom: 0.5em;
}

.pd-list ul {
    padding: 0;
    padding-left: 1em;
    margin: 0;
}

.pd-list span {
    font: 19px alegreyaSansB;
    padding-right: 0.5em;
}

.pd-list li {
    font: 19px alegreyaSansR;
    padding: 0.5em 0;
}

/* ----------------------------------------- */
/* BANNER 5 Partner Municipal Committees */
/* ----------------------------------------- */

div#quicktabs-partner_municipal_committees {
    display: flex;
    justify-content: center;
}

.section05 {
    background-color: #F7F7F7;
    padding: 3em 0 !important;
}

.inner-page .section05 {
    display: none;
}

#block-quicktabspartnermunicipalcommittees {
    padding: 0 3em 0 8em;
}

.section05 ul.quicktabs-tabs {
    width: 25%;
}

.tabsbar ul.quicktabs-tabs {
    flex-direction: column;
}

.section05 ul.quicktabs-tabs li {
    padding: 1.5em 0;
    position: relative;
}

.section05 ul.quicktabs-tabs li.active {
    background: transparent;
    border: 0;
}

.section05 ul.quicktabs-tabs li.active::after {
    content: '';
    display: inline-block;
    background: url('../images/Client sample-12.png') no-repeat;
    height: 30px;
    width: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    right: -2em;
}

.section05 ul.quicktabs-tabs li a {
    font: 22px alegreyaSansR;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    padding: 0;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section05 .tabsbar .quicktabs-tabs > li > a{
    border-radius: 0;
}

.section05 ul.quicktabs-tabs li.active a {
    background: #008e47 !important;
    border-color: #008e47;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}

.section05 .tabsbar .quicktabs-tabs>li.active>a,
.section05 .tabsbar .quicktabs-tabs>li.active>a:hover,
.section05 .tabsbar .quicktabs-tabs>li.active>a:focus {
    color: white;
    background-color: #008e47;
    border-color: #008e47;
}

.section05 .quicktabs_main {
    background: transparent;
    border: 0;
}

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

.section05 .partners-list ul {
    list-style-image: url('../images/Client sample-13.png');
}

.section05 .partners-list li {
    font: 20px alegreyaSansR;
    color: #333;
    padding: 0.6em 0;
}

/* ----------------------------------------- */
/* BANNER 6 PROJECT SCOPE */
/* ----------------------------------------- */

#block-banner6projectscope {
    background: url('../images/Banner-3.jpg') no-repeat center center/cover fixed;
    height: auto;
    padding: 3em 6em;
}

#section-project-scope a {
    text-decoration: none;
}

.section-col:first-of-type .ps-main-wrap {
    border-right: 1px solid #fff;
}

.ps-main-wrap {
    padding: 0 6.5em;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease-in-out;
}

.ps-main-wrap:hover {
    color: #f7c20a;
}

.ps-icon-wrap {
    height: 120px;
    width: 120px;
    border: 1px solid #BAB6B3;
    margin: 0 auto;
    display: flex;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

.ps-main-wrap:hover .ps-icon-wrap {
    border-color: #f7c20a;
}

.ps-icon {
    height: 67px;
    width: 67px;
    margin: 0 auto;
}

.ps-icon1 {
    background: url('../images/Client sample-16.png') no-repeat;
}

.ps-main-wrap:hover .ps-icon1 {
    background: url('../images/Client sample-15.png') no-repeat;
}

.ps-icon2 {
    background: url('../images/Client sample-17.png') no-repeat;
}

.ps-main-wrap:hover .ps-icon2 {
    background: url('../images/Client sample-18.png') no-repeat;
}

.ps-title {
    font: 22px alegreyaSansB;
    margin: 1em 0;
}

.ps-body {
    font: 17px alegreyaSansR;
    line-height: 1.8;
    min-height: 195px;
}

/* ----------------------------------------- */
/* BANNER 7 GALLERY */
/* ----------------------------------------- */

#block-views-block-news-media-block-1-2 {
    padding: 3em 0;
}

#section-gallery {
    text-align: center;
}

.gallery-image img {
    height: 263px;
    width: 300px;
    max-width: 100%;
    border-radius: 15px;
    margin: 0 4em;
}

#block-views-block-news-media-block-1-2 .view-content {
    overflow: auto;
    padding: 0 4em;
    margin-bottom: 3em;
}

/*.gallery-image {
    height: 256px;
    width: 263px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
}

.gallery-image img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 0.5s, opacity 0.5s;
}

.gallery-image img:hover {
    transform: scale(1.1);
}*/

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

.footer-wrap {
    background-color: #f7c20a;
    padding: 12px 0;
}

.footer-wrap,
.footer-wrap a {
    font: 14px alegreyaSansR;
    color: #333;
}

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

#ftop-smicons-wrap {
    position: fixed;
    top: 18em;
    left: 0;
    z-index: 9;
}

#ftop-smicons {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ftop-smicons li {
    margin: 0.75em 0;
}

#ftop-fb-icn {
    background: url('../images/fb.png') no-repeat center center;
}

#ftop-tw-icn {
    background: url('../images/twitter.png') no-repeat center center;
}

#ftop-ig-icn {
    background: url('../images/insta.png') no-repeat center center;
}

#ftop-smicons li a {
    width: 175px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain;
    margin-left: -127px;
    transition: all 1.5s ease;
}

#ftop-smicons li a:hover {
    margin-left: -3px;
}






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






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

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







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

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


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



    .navbar-nav {
        width: 100%;
    }

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

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




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


}

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



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

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

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

    .navbar {
        width: 100%;
    }

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

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

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

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

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

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

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

    .header-wrap {
        display: none;
    }

    .d-table {
        display: block;
    }

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

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


    .navbar {
        width: 100%;
    }

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

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

    .navbar {
        width: 100%;
    }

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

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

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

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

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



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

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

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

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

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

    .navbar {
        min-height: 0px;
    }



    .toggleSearch {
        top: 2px;
    }


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



    #footer_lower {
        height: 5em;
    }

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

    #power_sec {
        text-align: center;
    }

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

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

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



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

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

    div#main_navigation {
        margin-right: unset;
    }

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

 


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

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

  

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

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

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

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

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



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

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

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

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

    .navbar {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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

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

    .navbar {
        width: 100%;
    }

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

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

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

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

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

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

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

    /* .............       Write Mobile override Model Mobile here */
    .navbar-header {
        float: none !important;
    }

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

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

    .navbar {
        width: 100%;
    }

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

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

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

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



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

    .navbar #block-search-form {
        position: initial !important;
        width: 100%;
        margin: 0;
    }

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

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

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

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

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

    .section-para {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }

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

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

    #section-overview .section-tagline {
        margin-bottom: 0.5em;
        font-size: 16px;
    }

    #block-banner3services {
        padding: 2em 0 2em;
    }

    .services-box {
        height: auto;
        padding: 2em 1em;
        margin-bottom: 2em;
        max-width: 85%;
        width: 100%;
        margin: 0 auto;
        margin-top: 1em;
    }

    .services-icon-wrap {
        height: 100px;
        width: 100px;
    }

    .services-icon {
        background-size: contain;
        height: 51px;
        width: 50px;
    }

    .services-title {
        font-size: 15px;
        min-height: auto;
        margin-bottom: 0.5em;
    }

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

    #block-banner4programdetails {
        padding: 2em 0;
    }

    .section-col:first-of-type .pd-list-wrap {
        margin-bottom: 1.5em;
    }

    .pd-list-wrap {
        width: 100%;
    }

    .pd-list-heading {
        font-size: 20px;
    }

    .pd-list span,
    .pd-list li {
        font-size: 17px;
    }

    .section05 {
        padding: 2em 1em;
    }

    #block-quicktabspartnermunicipalcommittees {
        padding: 0;
    }

    .section05 ul.quicktabs-tabs {
        width: 100%;
        float: none;
        display: flex;
        flex-wrap: wrap;
    }

    .section05 ul.quicktabs-tabs li {
        flex: 33%;
        padding: 0.4em 0;
        margin: 0 0.5em;
    }

    .section05 ul.quicktabs-tabs li.active::after {
        display: none;
    }

    .section05 ul.quicktabs-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 0.8em 0;
    }

    #section-partners {
        padding-left: 0;
    }

    #section-partners .section-col {
        padding: 0;
    }

    .partners-list ul {
        list-style-image: none;
        padding-left: 1em;
    }

    .partners-list li {
        font-size: 16px;
        padding: 0.5em 0;
    }

    #block-banner6projectscope {
        padding: 2em 0;
    }

    .ps-main-wrap {
        padding: 0 1em;
    }

    .section-col:first-of-type .ps-main-wrap {
        border-right: 0;
        margin-bottom: 2em;
    }

    .ps-title {
        font-size: 20px;
        margin: 0.5em 0;
    }

    .ps-body {
        font-size: 15px;
        min-height: auto;
    }

    #block-views-block-news-media-block-1-2 {
        padding: 2em 0;
    }

    #block-views-block-news-media-block-1-2 .view-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gallery-image img {
        margin: 0;
        margin-bottom: 1.5em;
    }

    .footer-wrap,
    .footer-wrap a,
    .power-sec {
        font-size: 13px;
        text-align: center;
    }



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


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


}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top_navigation {
        margin-top: 0em;
        margin-right: 0em;
    }

    #block-bootstrap-subtheme-search {
        position: unset;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

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

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

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

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

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

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

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

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

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


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


    time {
        font-weight: bold;
    }



}

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

    /* override 300 css start */




    /* override css end */
}

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


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

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

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

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

    }

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


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

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

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

    .top_navigation .block-search::after {}

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

    /* ---Override 500 Start---- */

    .gallery-image img {
        margin: 0 2em;
    }

    /* ---end  override 500--- */


}

/*End of min 700 small screen*/

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

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

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

    /*    write your 1200 and above code here*/


    /* end override  */

}

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


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


}

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


/*Between MediA Query*/


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




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

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

    .section05 ul.quicktabs-tabs {
        width: 45%;
    }

    .input-group .form-control{
        width: 100%;
    }

    .top_navigation .block-search{
        left: 10%;
    }



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




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



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

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

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

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

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



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

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

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

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

    /* ---Override 1100 to 1300 Start---- */

    .gallery-image img {
        margin: 0 2em;
    }

    #block-banner6projectscope{
        padding: 3em 5em;
    }

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

}


/* Developed By Talha Nadeem - Software Engineer PITB */