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

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

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

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

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

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

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



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

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




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


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


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

a {
    font-size: 16px;
    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: 2em 0; */
    padding: 0;
}


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

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

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


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

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

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

.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: #000;
    display: none;
    height: 34px;
    right: 6px;
    top: 5.5em;
    width: 92%;
    position: relative;
}

.search_region .form-control::-moz-placeholder {
    color: #ffffff !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;
}

.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-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #0D2738;
}

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


.top_navigation {
    margin-top: 1em;
}

.top_navigation .block-search {}


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

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



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



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

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

.top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 29px;
    border-color: transparent;
    background-color: transparent;
    border: 0px;
    font-size: 21px;
    padding: 2.5px 6px !important;
}




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

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


.navbar .logo {
    /* height: 90px; */
    margin: 0px;
    margin-right: 10px;
    padding: 0px !important;
}



.navbar-default {
    background-color: #1A1C20;
    border-color: transparent;
}




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



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

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

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

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

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

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

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

.navbar-header {
    float: left;
}

.navbar .logo {
    margin-top: 11px !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-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 poppinsR;
    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: #32A78E;
}

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

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




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


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

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

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

}

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

.navbar-default {
    background-color: #DBDFEA !important;
    border-color: transparent !important;
}

.path-frontpage .navbar-default {
    background-color: transparent;
    border-color: transparent;
    display: flex !important;
    justify-content: flex-start;
}


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

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



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


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

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



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

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

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

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

#edit-search-block-form--2::placeholder {
    color: #ccc;
    font-family: poppinsM;
}

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


.top_navigation .block-search .input-group .input-group-btn button {
    position: relative;
}

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

#search-block-form .form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
}

#search-block-form .btn-primary>span {
    color: #333;
    font-size: 0.8em;
}


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



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

#block-searchbuttonfront {}

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


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

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




.searchButton {
    display: none;
}


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

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

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

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


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

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

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

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



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


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


.wrap_main_header img {
    width: 100%;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #32A78E !important;
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #32A78E;
    background-color: transparent;
}

.circular_title {
    color: white;
    font-size: 16px;
    text-align: left;
}

.front-section.section04.col-sm-12 {
    margin-bottom: 2em;
}


/******************************** Highlights **********************************/

.navbar {
    background-color: white;
}

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

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

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

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

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

.banner_wrapper img {
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
}

.front-section.section02.col-sm-12 {
    /* margin: 2em 0; */
    padding: 0;
    background: #52D3B8;
    padding: 2.5em;
    padding-left: 2%;
    margin-bottom: 15px;
}



.path-frontpage .navbar-default {
    background-color: transparent;
    border-color: transparent;
    display: flex;
    justify-content: flex-start;
}






/******************************* Highlights ******************************/

/* ...................Local Temp Code local override............ */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.logo_wrapper {
    margin-top: 0.5em;
    margin-left: 0.5em;
}

#block-views-news-block-1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main_new_wrapper {
    background-color: #52D3B8;
    padding-bottom: 1em;
}



/* ...................End Local Temp Code local override............ */

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

.wwdtext {
    color: #4c4c4c;
    font-family: "Arial";
    font-size: 14px;
    height: 88px;
    line-height: 22px;
    overflow: hidden;
}

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

/********************************* Intro ********************************/

/********************************* Initiatives *********************************/

#block-block-2 {
    background-color: #FBFBFB;
    padding: 20px 0 0 0;
    margin: 20px 0;
}

.PRSPicon {
    text-align: center;
}

.PRSPtitle {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
    font-stretch: condensed !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    padding: 0 25px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.PRSPtitle a,
.PRSPtitle a:link,
.PRSPtitle a:visited,
.PRSPtitle a:hover {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
}

.PRSPdes {
    color: #4d4d4d;
    font-family: "arial";
    font-size: 12px;
    height: 56px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 20px;
}

.RSWMicon {
    text-align: center;
}

.RSWMtitle {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
    font-stretch: condensed !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    padding: 0 25px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.RSWMtitle a,
.RSWMtitle a:link,
.RSWMtitle a:visited,
.RSWMtitle a:hover {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
}

.RSWMdes {
    color: #4d4d4d;
    font-family: "arial";
    font-size: 12px;
    height: 56px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 20px;
}

.ESPVicon {
    text-align: center;
}

.ESPVtitle {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
    font-stretch: condensed !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    padding: 0 25px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.ESPVtitle a,
.ESPVtitle a:link,
.ESPVtitle a:visited,
.ESPVtitle a:hover {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
}

.ESPVdes {
    color: #4d4d4d;
    font-family: "arial";
    font-size: 12px;
    height: 56px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 20px;
}

.EMCMicon {
    text-align: center;
}

.EMCMtitle {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
    font-stretch: condensed !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    padding: 0 25px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.EMCMtitle a,
.EMCMtitle a:link,
.EMCMtitle a:visited,
.EMCMtitle a:hover {
    color: #3a3a3a !important;
    font-family: "arial" !important;
    font-size: 16px !important;
}

.EMCMdes {
    color: #4d4d4d;
    font-family: "arial";
    font-size: 12px;
    height: 56px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 20px;
}

.btn-info {
    background-color: #3b3a36 !important;
    border-color: #3b3a36 !important;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #3B3A36 !important;
    border-color: #3B3A36 !important;
    color: #fff;
}

.MoreButton {
    margin-bottom: 20px;
    text-align: center;
}

.PRSPwrap {
    position: relative;
    z-index: 1;
}

.RSWMwrap {
    position: relative;
    z-index: 1;
}

.ESPVwrap {
    position: relative;
    z-index: 1;
}

.EMCMwrap {
    position: relative;
    z-index: 1;
}

/********************************* Initiatives *********************************/

/********************************* Info Desk ***********************************/

.downloadsIcon {
    margin: 10px 0;
    text-align: center;
}

.downloadsTitle a,
.downloadsTitle a:link,
.downloadsTitle a:visited,
.downloadsTitle a:hover {
    color: #353535;
    font-family: "Arial";
    font-size: 13px;
    font-stretch: condensed;
    font-weight: bold;
}

.downloadsTitle {
    text-align: center;
}

.notificationsIcon {
    margin: 10px 0;
    text-align: center;
}

.notificationsTitle a,
.notificationsTitle a:link,
.notificationsTitle a:visited,
.notificationsTitle a:hover {
    color: #353535;
    font-family: "Arial";
    font-size: 13px;
    font-stretch: condensed;
    font-weight: bold;
}

.notificationsTitle {
    text-align: center;
}

.faqsIcon {
    margin: 10px 0;
    text-align: center;
}

.faqsTitle a,
.faqsTitle a:link,
.faqsTitle a:visited,
.faqsTitle a:hover {
    color: #353535;
    font-family: "Arial";
    font-size: 13px;
    font-stretch: condensed;
    font-weight: bold;
}

.faqsTitle {
    text-align: center;
}

.adIcon {
    margin: 10px 0;
    text-align: center;
}

.adTitle a,
.adTitle a:link,
.adTitle a:visited,
.adTitle a:hover {
    color: #353535;
    font-family: "Arial";
    font-size: 13px;
    font-stretch: condensed;
    font-weight: bold;
}

.adTitle {
    text-align: center;
}


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

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

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

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

.row {
    margin: 0px;
}

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

/********************************* Info Desk ***********************************/

.navbar-default {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    display: flex;
}

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

.navbar .logo {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.navbar-nav {
    padding: 0px 0px 0px 0;
    font-size: 16px;
}

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

.navbar-default .navbar-nav>li>a {
    color: #000 !important;
    margin: 0px 10px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {

    color: #32A78E !important;
    background-repeat: repeat-x;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

    color: #32A78E !important;
    background-repeat: repeat-x;
    height: 45px;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #32A78E !important;
    background-repeat: repeat-x;
}

.footer {
    /* background-image: url("../images/footer.png"); */
    background-repeat: repeat-x;
    background-position: top left;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

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

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

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

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

.navbar-header {
    float: left;
    /* margin-right: 200px !important; */
}


/********* Internal Pages ***********/

.events-img img {
    display: block;
    height: 148px !important;
    width: 220px !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

.meetings-img img {
    display: block;
    height: 195px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
}


.events-title,
.meetings-title {
    text-align: center;
    margin-bottom: 20px;
}



/* .......My CSS........ */


.principal_wrapper,
.Bahawalpur_wrapper,
.Multan_wrapper,
.rawalpindi_wrapper {
    margin-bottom: 15px;
}

.principal_img,
.Bahawalpur_img,
.Multan_img,
.rawalpindi_img {

    background: url('../images/roster-bench.png') no-repeat;
    height: 52px;
    background-position: center center;
    margin-bottom: 10px;
}

.roster_title {
    font-size: 30px !important;
    margin-bottom: 10px;
}

.principal_link a,
.Bahawalpur_link a,
.Multan_link a,
.rawalpindi_link a {
    color: #000 !important;
    font-size: 16px;
}

.bahawalpur_wrapper {
    color: #000 !important;
}

.black-color {
    color: #000;
}

.infodesk_wrapper .black-color {
    font-size: 13px;
}

.white-color {
    color: #fff;
}

.courts_title {
    font-size: 27px;
    margin-bottom: 20px;
}

.highCourt_img,
.supremeCourt_img,
.federal_img {

    background: url('../images/court-2.png') no-repeat;
    height: 92px;
    background-position: center center;
    margin-bottom: 10px;
}

.highCourt_link a,
.supremeCourt_link a,
.federal_link a {
    color: #000 !important;
    font-size: 16px;

}

.highp-wrap {
    margin-bottom: 1em;
    margin-left: 0.2em;
}

#block-laws {
    background: url('../images/law-bg.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    height: auto !important;


}

.laws_title {
    color: #fff !important;
    font-size: 32px !important;
    margin-top: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.unreported_wrapper,
.seviceMatter_wrapper,
.reportedCases_wrapper {
    margin-bottom: 25px;
}

/* .unreported_wrapper:hover .unreported_img , .seviceMatter_wrapper:hover .seviceMatter_img , .reportedCases_wrapper:hover .reportedCases_img {

        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    
} */

.unreported_img {

    background: url('../images/reported-judgement-icon.png') no-repeat;
    height: 157px;
    background-position: center;
    margin-bottom: 10px;
    position: relative;
}

.seviceMatter_img {
    background: url('../images/service-matters icon.png') no-repeat;
    height: 157px;
    background-position: center;
    margin-bottom: 10px;
    position: relative;

}

.reportedCases_img {
    background: url('../images/top-case-icon.png') no-repeat;
    height: 157px;
    background-position: center;
    margin-bottom: 10px;
    position: relative;

}

.unreported_link a,
.seviceMatter_link a,
.reportedCases_link a {

    color: #ffffff;
    text-decoration: none;

}

.highCourt_wrapper:hover .highCourt_img,
.supremeCourt_wrapper:hover .supremeCourt_img,
.federal_wrapper:hover .federal_img {

    background: url('../images/court.png') no-repeat;
    height: 92px;
    background-position: center center;
    margin-bottom: 10px;
}

.unreported_wrapper:hover .unreported_link a,
.seviceMatter_wrapper:hover .seviceMatter_link a,
.reportedCases_wrapper:hover .reportedCases_link a {

    color: #32A78E !important;

}

.highCourt_wrapper,
.supremeCourt_wrapper,
.federal_wrapper {
    margin-bottom: 10px;
}

.second_menu a {
    color: #fff !important;
    padding: 10px !important;
    font-size: 16px;
}

.second_menu.rtecenter {
    background: #32A78E !important;
    padding: 10px !important;
    margin-top: -2px;
}

.copyrights_wrapper {
    background: #000;
    padding: 10px 0px 15px 0px;
}

.cpy_left {
    text-align: right;
    color: #ffffff !important;
    font-size: 16px;
}

.cpy_right {
    text-align: left;
    color: #ffffff !important;
    font-size: 16px;
}

.cpy_left a {

    color: #ffffff !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

/* ................Info Desk........... */


.casefiling_img,
.faqs_img,
.coc_img,
.guidelines_img,
.proformas_img,
.internships_img {

    webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.casefiling_wrapper:hover,
.faqs_wrapper:hover,
.coc_wrapper:hover,
.guidelines_wrapper:hover,
.proformas_wrapper:hover,
.internships_wrapper:hover {

    transform: scale(1.1) translate(5px, -4px);
    -webkit-transform: scale(1.1) translate(5px, -4px);
    -moz-transform: scale(1.1) translate(5px, -4px);
    transform: scale(1.1) translate(5px, -4px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.casefiling_img {

    background: url('../images/1-12.png') no-repeat;
    height: 77px;
    background-position: center;


}

.casefiling_wrapper:hover .casefiling_img {

    background: url('../images/2-06.png') no-repeat;
    height: 77px;
    background-position: center;
}

.faqs_img {

    background: url('../images/1-07.png') no-repeat;
    height: 77px;
    background-position: center;

}

.faqs_wrapper:hover .faqs_img {

    background: url('../images/2-01.png') no-repeat;
    height: 77px;
    background-position: center;
}

.coc_img {

    background: url('../images/1-08.png') no-repeat;
    height: 77px;
    background-position: center;
}

.coc_wrapper:hover .coc_img {

    background: url('../images/2-02.png') no-repeat;
    height: 77px;
    background-position: center;

}

.guidelines_img {


    background: url('../images/1-11.png') no-repeat;
    height: 77px;
    background-position: center;
}

.guidelines_wrapper:hover .guidelines_img {

    background: url('../images/2-05.png') no-repeat;
    height: 77px;
    background-position: center;
}

.proformas_img {

    background: url('../images/1-10.png') no-repeat;
    height: 77px;
    background-position: center;
}

.proformas_wrapper:hover .proformas_img {
    background: url('../images/2-04.png') no-repeat;
    height: 77px;
    background-position: center;

}

.internships_img {

    background: url('../images/1-09.png') no-repeat;
    height: 77px;
    background-position: center;

}

.internships_wrapper:hover .internships_img {

    background: url('../images/2-03.png') no-repeat;
    height: 77px;
    background-position: center;
}

.info2_links li {
    background: #B4DFD6;
    padding: 3px 0px 3px 8px;
    margin-bottom: 11px;
    color: #FCB253 !important;
    transition: all 1s ease-in-out 0s;
    font-size: 18px;
}

.info2_links li a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 15px !important;
}

.info2_links li:hover {

    padding-left: 30px;
    background-color: #F6B557;
}

.infodesk_wrapper {
    margin-top: 35px;
}

.casefiling_link a,
.faqs_link a,
.coc_link a,
.guidelines_link a,
.proformas_link a,
.internships_link a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 13px !important;

}

.highCourt_link.rtecenter {
    margin: 0.5em;
}


.casefiling_wrapper,
.faqs_wrapper,
.coc_wrapper,
.guidelines_wrapper,
.proformas_wrapper,
.internships_wrapper {

    margin-bottom: 15px;

}


.flexslider {
    margin: 0px !important;
    background: #ffffff;
    border: 0px solid #ffffff !important;

}

#block-views-news-block-1 {
    background: #52D3B8;
    padding: 2.5em;
    padding-left: 2%;
    margin-bottom: 15px;
}

#block-views-news-block-1 .views-exposed-widgets {
    margin-bottom: 3em;
    margin-left: 32px;
}

#block-views-news-block-1 .view-content {
    margin-bottom: 1em;
}

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

.circular_wrapper {
    margin-bottom: 2em;
}

.circular_date {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
    color: black;
    text-align: left;
}

.circular_title a {
    font-size: 16px;
}

.section-btn {
    /* display: block; */
    width: 90px;
    margin: 0 auto;
    background-color: #3B3A36;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.55em 24px;
    transition: all 0.6s ease-in-out;
}

.news-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 7em;
}

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

.circular_title a {
    color: #ffffff;
}

.viewp_wrap {
    margin-bottom: 1.5em;
}

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



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




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






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







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




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

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

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

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


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

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

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

.sitemap .caret {
    display: none;
}

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

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

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

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

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

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

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

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

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

#backtotop {
    bottom: 80px !important;
}


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

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


/*Inner page*/
.inner-page {
    min-height: calc(105vh - 194.6px);
    padding-bottom: 1em;
    font: 16px myriadR;
    line-height: 1.5em;
    background: url(../images/pattren.png) 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: myriadSB;
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: transparent;
}

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

.inner-page h4 {
    color: #6E3516;
}

.inner-page a,
.inner-page a:hover {
    color: #32A78E;
    font: 16px myriadR;
}

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

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

.breadcrumb>.active {
    /* font: 15px poppinsM; */
    color: #32A78E;
}


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

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

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

.rtecenter {
    text-align: center;
}

a {
    color: #32A78E;
}


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

.field--name-field-ag-files 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............. */

/* ===========================Start Facilities Section Last============================ */

.front-section.section07.col-sm-12 {
  background: url(/sites/advocategeneral.punjab.gov.pk/themes/bootstrap_subtheme/images/law-bg.jpg) center center / cover;
  width: 100%;
  margin-top: 2em;
  overflow: hidden;
}

/* --- Container --- */
.region.region-section07 {
  max-width: 1400px;

  margin: 0 auto 60px auto;
  padding: 50px 0;
  border-radius: 20px;
  padding-bottom: 0;
}

a.main-banner-s1-readmore img {
    width: 122px;
}

.view-id-gallery_events.view-display-id-page_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.front-section.section07.col-sm-12 .slick-prev {
    left: -4%;
}
.front-section.section07.col-sm-12 .slick-next {
    right: -3%;
}

.heading-wrapper {
    text-align: center;
    color: white;
    font-family: 'myriadR';
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

h2.what-we-do-custom-title{
    text-align: center;
    color: white;
    font-family: 'myriadR';
    font-size: 32px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#block-views-block-gallery-events-block-1 .view-footer {
    text-align: center;
}

/* --- Header --- */
.facilities-s5-header {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
  padding-left: 6em;
  padding-right: 5em;
}

.facilities-s5-title {
  font-family: 'NotoSansB', serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.facilities-s5-description {
  font-family: 'NotoSansR', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.6;
}

/* --- Items Grid --- */
#block-views-block-gallery-events-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px;
  padding-left: 4em;
  padding-right: 4em;

}


.facilities-s5-item {
  background-color: transparent;
  overflow: hidden;
  margin: 2em;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.4s ease;
  position: relative;
}

.path-frontpage .facilities-s5-item {
  margin-left: 1em;
  margin-right: 1em;
}

.facilities-s5-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.facilities-s5-image img {
  width: 96%;
  height: 230px;
  object-fit: fill;

  transition: transform 0.4s ease;
  border-radius: 16px;
}

#block-views-block-gallery-events-block-1 .view-content .views-row:first-child .facilities-s5-image img {
  width: 98%;
  height: 30em;
}

#block-views-block-gallery-events-block-1 .view-content .views-row:nth-child(2) .facilities-s5-image img {
  width: 96%;
  height: 28em;
}

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

.path-facilities .facilities-s5-image img {
  width: 90%;
  height: 20em;
}

.path-facilities table td {
  width: 50%;
}

.facilities-s5-item-title {
      font: 16px myriadR;
  color: white;
  margin: 15px 0 8px;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.3;
}

.facilities-s5-item-body {
      font: 18px myriadR;
  color: white;
  line-height: 1.6;
}

.facilities-s5-item-body p {
  color: white;
      font: 17px myriadR;
}

.path-facilities .facilities-s5-item-body p {
  color: white;
}

.path-facilities .facilities-s5-item-body {
  color: white;
}


.path-facilities .facilities-s5-item-title {
  color: white;
}

/* --- Hover Effect --- */
.facilities-s5-item:hover {
  /* transform: translateY(-6px); */
}

.facilities-s5-item:hover .facilities-s5-image img {
  /* transform: scale(1.05); */
}

/* --- Footer Button --- */
.facilities-s5-footer {
  text-align: right;
  margin-top: 8px;
  margin-right: 3em;
}

.facilities-s5-view-all img {
  width: auto;
  max-width: 180px;
  transition: transform 0.3s ease;
}

.facilities-s5-view-all:hover img {
  /* transform: scale(1.1); */
  opacity: 0.8;
}


.footer-wraper-icons>iframe {
  width: 100%;
  max-height: 13em;
  border-radius: 20px;
}



.facilities-s5-item-title {
  color: white;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .facilities-s5-title {
    font-size: 26px;
  }

  .region.region-section07 {
    padding-bottom: 0;
  }

  .facilities-s5-description {
    font-size: 16px;
  }

  .facilities-s5-item-title {
    font-size: 13px;
  }

  .facilities-s5-item-body {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .facilities-s5-container-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 30px 10px;
  }


  .facilities-s5-item-body {
    font-size: 15px;
  }
}


/* ================================End Facilities Section End======================= */

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

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

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

.section-heading {
    /* font: 36px poppinsSB; */
    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 poppinsR; */
    color: #4d4d4d;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
}



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


#page-title {
    color: #1d3051;
}

#block-system-main h3 {
    color: #374E78;
}

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



#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 #092A48;
    text-decoration: none;
}





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

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

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

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

.mediap_img {
    margin-right: 1.5em;
}

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

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

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

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

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

.form-required {
    color: red;
}

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

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




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

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

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



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

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

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

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

article[about='/Media_Room'] a {
    font: 17px myriadR;
    border-bottom: 1px dashed #1c6b25;
    text-decoration: none !important;
}


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

article[about='/our_boards'] .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: black;
    font: 15px poppinsR;
    padding: 0 0 0 1.5em;
    list-style-image: url(../images/bullet-abad.png);
} */

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



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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-top {
    background-color: #1d3051;
    /* padding: 1.25em 1em; */
    /* margin-top: -1px; */
}

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

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

.footer-wrapper {
    background-color: #1d3051;
    padding: 1.25em 1em;
}







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


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

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


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

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


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

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

#power_sec {
    text-align: right;
}


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


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



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

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

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

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

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

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

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

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


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

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

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

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

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



}

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

    /*        Write Mobile override here */

    .cpy_right {
        text-align: center;
    }

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

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

    .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-header {
        float: none !important;
    }

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

    .navbar {
        width: 100%;
    }

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

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

    .news-btn {
        padding-top: 0em;
    }

    .path-frontpage .navbar-default {
        display: block !important;
    }

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

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

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

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

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

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

    /* .navbar-collapse.in {
        background-color: rgba(46, 49, 128, 0.8) !important;
    } */

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

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

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

    .navbar {
        min-height: 0px;
    }

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

    .toggleSearch {
        top: 2px;
    }

    .banner1 {
        position: initial !important;
    }

    /* .top_navigation .block-search .input-group .input-group-btn {
        position: absolute;
        top: 171%;
        right: 13%;
        height: 100%;
        z-index: 99999;
    } */

    .top_navigation .block-search .input-group {
        width: 100%;
        position: absolute;
        top: 2%;
    }

    #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;
        width: 100%;
        display: block;
    }

    .navbar-default {
        background-color: #0298D8;
        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 mbr;
    }

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

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

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

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

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

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

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

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

    .main_navigation .menu.nav li 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;
        /* 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: #333;
    }

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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



    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:visited,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #32A78E !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 0.9em !important;
        /* padding-left: 5px !important; */
    }

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



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

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

    /*            Override 576 Query*/

    .cpy_left {
        text-align: center;
    }

    .navbar-default {
        display: block !important;
    }



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

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

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

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

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

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

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

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

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

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

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

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

    #edit-search-block-form--2::placeholder {
        color: 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;
    }

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

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

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

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



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

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

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



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

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



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

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

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

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


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


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


}

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


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

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

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

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

    }

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


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

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

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

    .top_navigation .block-search::after {}

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


}

/*End of min 700 small screen*/

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

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

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

    /*    write your 1200 and above code here*/

}

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


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


}

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


/*Between MediA Query*/


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


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

    .navbar-nav {
        padding: 0px 0px 0px 0%;
    }

    .nav>li>a {
        padding: 10px;
    }

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

    .navbar-nav {
        margin-right: 15em;
    }


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

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

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

    .navbar-nav {
        margin-top: 25px;
    }

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

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



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

    section#block-roster {
        margin: 1em 0 2em 0;
    }

    /* .top_navigation .block-search .input-group .input-group-btn button::after{
        right: -50px;
    } */



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




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



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

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



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

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

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

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

}