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

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

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

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

/*@font-face{
    font-family: 'sitkab';
    src: url('Sitka_Banner_Bold.ttf');
}*/

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

/*@font-face{
    font-family: 'Poppins-SemiBold';
    src: url('Poppins-SemiBold.ttf');
}*/

/*@font-face{
    font-family: 'SitkaB';
    src: url('SitkaB.ttc');
}*/

@font-face {
    font-family: 'Raleway-SemiBoldItalic';
    src: url('Raleway-SemiBoldItalic.ttf');
}

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

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('Raleway-SemiBold.ttf');
}

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

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

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



/*@font-face{
    font-family: 'helveticaB';
    src: url('Helvetica Bold.ttf');
}

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

@font-face{
    font-family: 'calibriR';
    src: url('Calibri.ttf');
}

@font-face{
    font-family: 'calibriB';
    src: url('CALIBRIB.TTF');
}*/

html,
body {
    margin: 0;
    padding: 0;
    font: 15px Raleway-Regular;
    /*overflow-x: hidden;*/
    /* font-family: 'Poppins-Regular';*/
}

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

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

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


.path-frontpage .navbar-default {
    background-color: rgba(46, 52, 50, 0.6);
    border-color: rgba(46, 52, 50, 0.6);
}

.navbar-default {
    background-color: #0298D8;
    border-color: transparent;
    background-image: url(/system/files/Projects_0.jpg);
    background-size: 100%;
}

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



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

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

/*.navbar {
    background-color: transparent;
}*/



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

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


a:hover,
a:focus {
    color: #0298D8;
    text-decoration: underline;
}


.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0
}

.d-table {
    display: table;
}

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

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

.front-section {}

/*Navigation*/
.nav .caret {
    /*    border-top-color: #0298D8;*/
    border-bottom-color: #0298D8;
}

.top_navigation {
    margin-top: 1em;
}

.top_navigation .block-search {}

.top_navigation .block-search .input-group {
    margin-bottom: 10px;
}

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

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

.path-frontpage .navbar-right .top_navigation .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    height: 28px;
    color: white;
    border-radius: 0;
    background-color: transparent;
    /*background-color: transparent;*/
    border-color: transparent;
    width: 100%;
    margin-bottom: 0;
}

.path-frontpage .navbar-right .top_navigation .input-group:hover .form-control:hover {
    opacity: 0.7;
}

.navbar-right .top_navigation .input-group {
    border: 1px solid #334650;
    border-radius: 5px;
}



::placeholder {
    color: #0298D8 !important;
}

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


.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    color: #0298D8;
    /*background-color: #fff;*/
    border-bottom: 3px solid #0298D8;
}

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

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

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

.top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 26px;
    color: #0298D8;
    background-color: white !important;
    background-color: transparent;
    border-color: transparent;
    background: url(/system/files/Search-icon_1.png) no-repeat center center / contain;
    background-size: 60%;
}

.path-frontpage .top_navigation .block-search .input-group .input-group-btn {}

.path-frontpage .top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 26px;
    color: #0298D8;
    background-color: transparent !important;
    background-color: transparent;
    border-color: transparent;
    background: url(/system/files/Search-icon_1.png) no-repeat center center / contain;
    background-size: 60%;
}


.top_navigation .block-search .input-group .input-group-btn {
    background-color: white;
}

.path-frontpage .top_navigation .block-search .input-group .input-group-btn {
    background-color: transparent !important;
}

.navbar-right .glyphicon-search:before {
    content: unset !important;
}

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

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

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

.main_navigation {}

.main_navigation .menu.nav {}

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

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

.main_navigation .menu.nav li a {
    /*font-family: Sitka_Banner_Bold;*/
    font-family: 'Raleway-SemiBold';
    font-size: 13px;

    color: #fff;
    padding: 10px 12px;
}

.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    color: #0298D8;
    /*background-color: #fff;*/
    border-bottom: 1px solid #0298D8;
}

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

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

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

.main_navigation .menu.nav .dropdown-menu li a {
    color: #0298D8;
    padding-bottom: 5px;
    border-bottom: 1px transparent;
}

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


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

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


/*Main Banner*/

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

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

/* messages */
.view-messages.view-id-messages .attached_dep_heading {
    background: transparent !important;
}

.msgs-wrapper .pic-wrap>img {
    max-width: 230px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.msgs-wrapper {
    padding: 4em 4em;
}

.mgs-subtitle {
    margin: 0 0 1em;
}

.body-wrap {
    letter-spacing: 1px;
    line-height: 21px;
    overflow: hidden;
}

.bio {
    float: right;
    margin: 2em 0 0;
}

/* Highlights */
.banner2_left {
    padding: 5rem 7rem;
}

.banner2_left .highlights-section-title {
    font: 36px Raleway-SemiBold;
    color: #0298D8;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.highlights-wrap {
    display: flex;
    margin-bottom: 3rem;
}

.highlights-wrap .highlights-date-wrap {
    font: 19px Raleway-Regular;
    color: #5f5f5f;
    text-align: center;
    margin-right: 1.5em;
    font-weight: bold;
}

.highlights-wrap .highlights-date-wrap .highlights-month {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.highlights-wrap .highlights-date-wrap .highlights-date {
    height: 80px;
    width: 90px;
    font: 50px Raleway-Regular;
    background-color: #0298D8;
    color: #fff;
    margin: 12px 0;
    padding: 10px 0;
}

.highlights-wrap .highlights-date-wrap .highlights-year {}

.highlights-wrap .highlights-body {}

.highlights-wrap .highlights-body .highlights-title {
    color: #0298D8;
    margin-top: 41px;
    margin-bottom: 8px;
    font: 18px Raleway-SemiBold;
}

.highlights-wrap .highlights-body .highlights-title a {
    font: 17px Raleway-SemiBold;
    border-bottom: 1px dashed #0298D8;
    text-decoration: none;
}

.highlights-wrap .highlights-body .highlights-txt {
    color: #5f5f5f;
    font: 15px Raleway-Regular;
    line-height: 1.5;
    text-align: justify;
}

.banner2_left .more-link {
    position: relative;
}

.banner2_left .more-link a {
    position: absolute;
    left: auto;
    right: 0;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    /* width: 102px; */
    display: block;
    background: #0298D8;
    padding-right: 10px !important;
    padding: 0.5em 0;
    padding-left: 11px;
    float: right;
    border-radius: 5px;

}

/*Notice Board*/
.banner2_right {
    background: url('../images/Notes-Board-Image.jpg') no-repeat fixed center center / cover;
    /* background: url('../images/Notes-Board-Image.jpg');*/
    color: #fff;
    padding: 5rem 7rem;
}

.banner2_right .noticeboard-title {
    font: 36px Raleway-SemiBold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.banner2_right ul {
    list-style-type: none;
    padding: 0;
}

.banner2_right ul li {
    margin-bottom: 30px;
}

.banner2_right ul li .notice {
    margin: 1.5rem 0;
}

.banner2_right ul li .notice::before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #fff;
    margin-right: 15px;
    position: relative;
    top: 0;
}

.banner2_right ul li .notice a {
    color: #fff;
    font: 16px Raleway-Regular;
    /* display: inline-block;*/
    vertical-align: middle;
    width: 90%;
}

/* District at Galance*/
.banner3_left {}

.banner3_left .district-glance-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.banner3_left .district-glance-img img {
    width: 100%;
    /*height: auto;*/
    height: 40em;
}

.front-section.banner3.col-sm-12 {
    background-image: url('/system/files/Projects.jpg');
    background-color: #f5f6f8;
}

.front-section.banner5.col-sm-12 {
    background-color: #f5f6f8;
}

.row.d-table a {
    display: block;
}

.banner3_right {}

.district_at_glance {
    padding: 5rem 5rem;
}

.district_at_glance .district-item {
    display: block;
    border: none;
    color: #2e3432;
    border-radius: 7px;
    vertical-align: middle;
    text-align: center !important;
    text-decoration: none;
    padding: 1em 1em 1em 0.5em;
    border: 1px solid black;
    font-family: 'Raleway-Bold';
    font-weight: 600;
    font-size: 14px;
    /*width: 195px;*/
    height: 81px;
    /*padding-bottom: 40px;*/
    margin-bottom: 10px;
    transition: all 0.2s ease;
    align-items: center;
    display: flex;
    justify-content: center;
}

.district_at_glance .district-item:hover,
.district_at_glance .district-item:focus {
    color: #fff;
    background-color: #0298D8;
}

.district_at_glance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.district_at_glance>div {
    padding: 0;
    width: calc(16.66666667% - 8px);
    min-width: 200px;
    margin: 0 4px;
}


.banner2_left {
    background: url(/system/files/Attached-Departments-Background-Image.jpg) center center /cover;
}

h1.proj-title-attach.title-primary {
    FONT-SIZE: 46px;
    font-family: Raleway-Light;
}

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

}


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

}

.attached_dep_heading {
    font: 26px Raleway-SemiBold;
}

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

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

@media screen and (max-width: 767px) {
    .section_heading_above {
        height: auto;
    }
}

.section_heading_above h1 {
    color: #0298D8;
    font-size: 46px;
}

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


.section06 .section_heading_above {
    background: url(/system/files/Gallery-Icon_0.png) center no-repeat;
}

.slick-arrow::before {
    color: #0298D8;
    display: none;
}

.slick-dots li.slick-active button:before {
    color: #0298D8;
}

.slick-dots li button::before {
    color: #0298D8;
}

/*.section_heading_above h1::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #0298D8;
    position: absolute;
    top: 129px;
    left: 50%;
}*/

#block-views-block-gallery2-block-1 .view-content .slick-slide a {
    outline: 0;
}

.section_heading_above_white {
    margin-top: 5em;
    margin-bottom: 2em;
}

.image_border_style {
    border-bottom: 2px solid;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.project_section_heading_above {
    background: url('/system/files/Gallery-Icon.png') center no-repeat;
    text-align: center;
    font-weight: bold;
    color: #0298D8;

}

.section_heading_above_white h1 {
    color: white;
    font-family: 'Raleway-Light';
}

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

.section07 .section_heading_above_white h1::after {
    background: white !important;
    top: 68px !important;
    /*         margin-top: 3em;
    margin-bottom: 4em;*/
}

.proj-title {
    position: relative;
}

.proj-title::before {
    background: url(/system/files/Projects_0.png) no-repeat center center;
}

.title-primary::before {
    content: '';
    width: 89px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proj-title-gallery {
    /*background: url('/system/files/Gallery-Icon.png') no-repeat center center;*/
    background-size: 4%;
    padding-top: 0.5em;
    font-family: 'Raleway-Light';

}

.slick-prev.slick-arrow {
    background: url('../images/arrow-left.png') no-repeat center center / contain;
    width: 33px;
    height: 33px;
    border-radius: 0;
}

.slick-next.slick-arrow {
    background: url('../images/arrow-right.png') no-repeat center center / contain;
    width: 33px;
    height: 33px;
    border-radius: 0;
}



.title-primary {}

.project_row {
    margin-bottom: 2em;
}

.proj-title-attach {
    /*background: url('/system/files/Attached-Departments.png') no-repeat center center;*/
    padding-top: 0.5em;
}

.front-section.banner4.col-sm-12,
.front-section.section041.col-sm-12 {
    background: url(/system/files/Future-Plans_0.jpg) center center /cover;
}

.district_at_glance .district-item .district-icon {
    /*width: 185px;*/
    height: 81px;
    border-radius: 20px;
    background-size: 100% !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

.district_at_glance .district-item .natural-resource-icon {
    background: url('../images/district-profile-v-1.png') no-repeat center center;
}

.district_at_glance .district-item:hover .natural-resource-icon {
    background: url('../images/district-profile-v-1-hover.png') no-repeat center center;
}

.district_at_glance .district-item .district-profile-icon {
    background: url('../images/natural-resources-v-1.png') no-repeat center center;
}

.district_at_glance .district-item:hover .district-profile-icon {
    background: url('../images/natural-resources-v-1-hover.jpg') no-repeat center center;
}

.district_at_glance .district-item .agriculture-icon {
    background: url('../images/climate-v-1.png') no-repeat center center;
}

.district_at_glance .district-item:hover .agriculture-icon {
    background: url('../images/climate-v-1-hover.jpg') no-repeat center center;
}

.district_at_glance .district-item .imporant-places-icon {
    background: url('../images/important-places.png') no-repeat center center;
}

.district_at_glance .district-item:hover .imporant-places-icon {
    background: url('../images/important-places-hover.jpg') no-repeat center center;
}

.district_at_glance .district-item .small-dams-icon {
    background: url('../images/important-person.png') no-repeat center center;
}

.district_at_glance .district-item:hover .small-dams-icon {
    background: url('../images/important-person-hover.jpg') no-repeat center center;
}

.district_at_glance .district-item .the-people-icon {
    background: url('../images/agriculture.png') no-repeat center center;
}

.district_at_glance .district-item:hover .the-people-icon {
    background: url('../images/agriculture-hover.jpg') no-repeat center center;
}

.district_at_glance .district-item .district-title {
    font-size: 15px;
    font-weight: 600;
}


/*Places*/
.places-img-wrap {
    padding: 7rem 0;
    text-align: center;
}

.places-img-wrap .places-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

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

.banner4_right {
    /* background-color: #0298D8; */
    padding: 5rem 7rem;
}


.places-wrap li:before {
    /*content: '+';*/
}

.plans_list_style {
    font: 15px Raleway-Regular;
    text-align: justify;
}

.plans_list_style>ul {
    list-style-image: url(/system/files/Bullet-Icon_0.png);
}

.plans_list_style li {
    padding-bottom: 9px;
}


.future_plan_heading {
    background: url(/system/files/Future-Plan_0.png) no-repeat;
    /*background-size: 24%;*/
    height: 89px;
    text-align: center;
    font-weight: bold;
    color: white;
    font: 16px Raleway-Light;
    text-align: left;
    /*border-bottom: 3px solid;*/
    width: 100%;
    margin-bottom: 1em;
}

.future_plan_heading h2 {
    font-family: 'Raleway-SemiBold';

}

/*Future Plan Section */

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

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



h2.section-title::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -14px;
    left: 8%;
    transform: translateX(-50%);
}

.places-wrap {
    color: #fff;
}

.places-wrap .section-title {
    /*font: 28px Raleway-SemiBold;*/
    font-size: 46px;
    font-family: 'Raleway-Light';
    margin-bottom: 0.5em;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 1.5em;
    vertical-align: middle;
    text-align: left;
    padding-top: 0.25em;
    color: white;
}

.explore_more_style {
    margin-top: 2em;
}

.places-wrap .places-content {
    font: 15px Raleway-Regular;
    line-height: 2;
}

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

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

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

.departments-wrap {
    padding: 7rem;
}

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

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

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

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

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

.front-section.section07.col-sm-12 {
    background: url('/system/files/Projects_0.jpg') center center /cover;
    margin-bottom: -2px;
}



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

.footer-top {
    background-color: #2e3432;
}

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



.footer-top .footer-menu a {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    padding: 5px 7px;
    text-decoration: none;
    font-size: 14.5px;
}

.footer-top .footer-menu a:hover,
.footer-top .footer-menu a:focus {
    color: #fff;
    /*background-color: #fff;*/
    text-decoration: none;
}

.main_navigation .menu.nav .dropdown-menu li.dropdown:hover .dropdown-menu {
    display: block;
    right: auto;
    left: 99%;
    top: -25%;
}


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

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

.footer_icon img {
    display: inline-block;
    padding: 5px 7px;
}

.footer_icon_img {
    padding: 2px;
    height: 20px;
    width: 20px;
}

.footer-bottom {
    background-color: #fff;
    color: #2e3432;
    padding: 10px 15px;
}

.footer-bottom a {
    color: #2e3432;
    text-decoration: none;
}

.footer-bottom .copy-right {
    text-align: left;
}

.footer-bottom .copy-right a {
    font-size: 14px;
}

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

/*Inner page*/
.inner-page {
    min-height: calc(100vh - 194.6px);
    padding-bottom: 1em;
    font: 15px Raleway-Regular;
    line-height: 1.5em;
    background: url("../images/pattren.png") repeat fixed center center;
    background-size: 100%;
}

.inner-page #page-title {
    font-family: Raleway-SemiBold;
    color: white;
    background-image: ;
    background-position: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    height: 148px;
    padding-top: 1.5em;
    background: url(/system/files/Headingbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.inner-page .region.region-header .page-header {
    height: 148px !important;
}

.inner-page h4,
.inner-page h3,
.inner-page h1 {
    color: #0298D8;
}

header#navbar {
    border-radius: 0 !important;
    border-bottom: 0;
}

.inner-page a {
    color: black;
    font: 15px Raleway-Regular;
}

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

.inner-page header#navbar {
    border-radius: 0;
}

.inner-page a:hover {
    color: #0298D8;
    font: 15px Raleway-Regular;
}

.rtecenter {
    text-align: center;
}

a {
    color: #0298D8;
}

.inner-page ul {}

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

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


#sidefix-help {
    margin: 0;
    background: url(../images/Helpine.png) no-repeat;
    position: fixed;
    right: 0;
    top: 41%;
    z-index: 9999;
    width: 68px;
    height: 69px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: all 0.75s ease-in-out 0s;
}

#sidefix-help:hover {
    width: 173px;
    display: block;
    transition: all 0.75s ease-in-out 0s;
}

#sidefix-helpline-wrap {
    margin: 0;
}

#sidefix {
    margin: 0;
}


img.image_style_basic {
    /* float: left;*/
    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;
    background-color: #0298D8;
}

.inner-page .breadcrumb li {}

.inner-page .breadcrumb li a {
    color: white;
}

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



/* Project Section */

/* Create two equal columns that floats next to each other */
.project_column {
    float: left;
    box-sizing: border-box;
    width: 49%;
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    border-color: white;
    border-radius: 5px;
    color: white;
    margin-bottom: 3em;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

.project_column_view {
    float: left;
    box-sizing: border-box;
    /*width: 49%;*/
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    border-color: white;
    border-radius: 5px;
    color: white;
    margin-bottom: 3em;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

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

.project_row_view:after {
    content: "";
    display: table;
    box-sizing: border-box;
    clear: both;
}


/*Project Inner Section style*/
/* Create two equal columns that floats next to each other */
.project_inner_content_column {
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-left: 1em;
    padding: 2.5px 0 0 0;
    font: 14px Raleway-Regular;
    text-align: justify;
    line-height: 2;
    -webkit-transition: all .6s ease !important;
    overflow: hidden;
    /*height: 300px;*/
}

.project_inner_content_column img {
    max-height: 272px;
    -webkit-transition: all 0.4s ease;
}

.project_inner_content_column img:hover {
    transform: scale(1.05);
    transition: all 0.6s ease;
}


.project_inner_content_column h4 {
    font: 18px Raleway-Regular;
    font-weight: 600;
    text-align: start;

}

.project_inner_content_column a {
    color: white;
    font-size: 14px;
    font-family: 'Raleway-Bold';
}

.project_inner_content_column a:hover {
    text-decoration: none;

}

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



.section_heading_new {
    text-align: center;
    font-weight: bold;
    color: #0298D8;
    margin: 2em;
}

.project_heading {
    background-image: url('/system/files/Projects.png');
    background: url(/system/files/Projects.png) center center /cover;
    ;
}


/*Core Team Style*/

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

}


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

.team-item .img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}


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

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



/*Article Page Styling*/

article[about='/dc-message'] img {
    margin: 0px 15px;
    float: left;
}

article[about='/dc-message'] img {
    margin: 0px 15px !important;
    border-radius: 10px;
}

article[about='/public_representatives'] .rtecenter {
    text-align: unset !important;
}

article[about='/secretary_message'] img {
    margin: 0 auto;
}


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

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


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

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

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


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

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

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


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

}

article[about='/public-representatives'] h3 {
    font-size: 18px;
    text-align: center;
}

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

}

article[about='/NGO'] h3 {
    font-size: 18px;
    text-align: center;
}

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

}

article[about='/dengue'] h3 {
    font-size: 18px;
    text-align: center;
}

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

}

article[about='/agriculture'] img {
    margin: 0 auto !important;
    display: block;
}



article[about='/agriculture'] h3 {
    font-size: 18px;
}



article .content ul {
    list-style: none;
    padding: 0 0 0 1.5em;
    list-style-image: url(/system/files/Bullet-Icon%20black.png);
}

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

article[about='/legal_framework'] .content ul>li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0298D8;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 30%;
    border-radius: 0;
    transform: translateY(-50%);
}

article[about='/services'] h4 {
    color: #0298D8 !important;
    font-weight: 600;
}

/*article .content ul >li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0298D8;
    border-radius: 50%;
    position: absolute;
    left: -16px;
top: 18px; 
border-radius: 0;
transform: translateY(-50%);
}*/


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

article[about='/covid-19'] h2 {
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
}

article[about='/covid-19'] h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

article[about='/covid-19'] p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Extra Code */
.feed-icons a {
    display: none !important;
}


/* Agriculture */
.rtecenter .img-responsive {
    margin: 0 auto;
}


.article[about='/important-places'] .img {
    float: left;
}


.dropdown-menu>li>a {
    color: #0298D8;
    /*padding: 5px 5px 5px 19px;*/
}

#block-popup {
    display: none;
}

/*Site Map Styling*/

.sitemap {
    padding: 0 1.5rem;
}

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

.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: 15px Raleway-Regular;
    border-bottom: 1px dashed #0298D8;
    text-decoration: none;
    display: inline-block;
}

.sitemap ul li a:hover {
    text-decoration: none;
    background-color: transparent;
}

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



/*Notice Board*/
.hpwrap {
    margin-bottom: 1.5em;
}

.hpwrap_news {
    margin-bottom: 1.5em;
}

.hpwrap .noticeDate2 {}

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

.hpwrap .noticeTitle2 {}

.hpwrap a {
    font: 15px Raleway-Regular;
    border-bottom: 1px dashed #0298D8;
    text-decoration: none;
}

/*Media Clipping Highlights*/
.hpwrap .fdwrap {}

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

.hpwrap .twrap {}

/*News Clipping Section*/

.hpwrap_news .fdwrap_news {}

.hpwrap_news .fdwrap_news .fd_news {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font: 15px Raleway-SemiBold;
}

.hpwrap .twrap {}

/*Events Section*/

.hpwrap_events .fdwrap_events {}

.hpwrap_events .fdwrap_events .fd_events {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font: 15px Raleway-SemiBold;
}

.hpwrap_events .twrap {}

.twrap_events {
    margin-bottom: 1em;
}

.page-node-type-media-clippings #page-title {
    font-size: 25px;
}

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

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

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

.gallery-item .gallery-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0.7em;
    position: relative;
}

.gallery-item .gallery-img:hover::after {
    content: "Click to Expand";
    font-size: 12px;
    position: absolute;
    top: calc(50% + 36px);
    left: 50%;
    text-align: center;
    display: block;
    color: white;
    transform: translate(-50%, -50%);
    z-index: 10;
}



.gallery-item .gallery-img:hover .overlay {
    width: 100%;
    height: 100%;
    background: rgba(2, 152, 216, 0.75) url('/system/files/Gallery-Zoom-Icon_0.png') no-repeat center center;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;

}

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

.gallery-item .gallery-img:hover {
    background: url('/system/files/2.png') no-repeat center center;
}

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

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

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

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white !important;
    background-color: #0298D8 !important;
}

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


body .uwy.userway_p5 .uai {
    bottom: 23px !important;
}

/*** Back To Top ***/

#backtotop {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
}

/* language button */
#block-languagebutton {
    float: right;
    margin: 0 1em 1em 0;
}

/*** ... ***/

/* Reponsive*/
@media screen and (max-width: 767px) {
    .pic-wrap {
        margin: 0 0 2em;
    }

    .d-table {
        display: block;
    }

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

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

    .banner2_right {
        background: url('../images/Notes-Board-Image.jpg') no-repeat fixed center center / cover;
    }

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

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

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

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

    .top_navigation .block-search .input-group {
        margin-top: 10px;
    }

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

    .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: #0298D8;
        background-color: #fff;
    }

    h2.section-title::after {
        left: 15%;
        bottom: -24px;
    }


    .footer_icons {
        text-align: center;
    }

    .footer-top .footer-menu {
        display: block;
    }

    .footer-logo img {
        display: block;
        margin: 0 auto;
    }

    .footer-bottom .copy-right a {
        font-size: 15px;
    }

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

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

    article[about='/covid-19'] h3 {
        font-size: 18px;
        font-weight: bold;
    }

    article[about='/covid-19'] p {
        font-size: 16px;
        font-weight: bold;
    }



    /*Dropdown*/
    .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 {
        padding-left: 5px;
    }

    .main_navigation .menu.nav .dropdown-menu li a {
        color: #fff;
        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: #0298D8;
    }



    .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: white !important;
        background-color: #0298D8;
    }



    .banner2_left {
        padding: 2em 1em;
    }

    .banner2_right {
        padding: 2em 1em;
        margin-top: 26px;
    }

    .banner3_left section {
        margin: 0 -15px;
    }

    .banner3_left .district-glance-img {
        margin: 0;
    }



    .district_at_glance {
        padding: 2em 0 1em;
    }

    .district_at_glance .district-item {
        height: 180px;
        width: 180px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .places-img-wrap {
        padding: 0;
        margin: 0 -15px;
    }

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

    .banner4_right {
        padding: 2em 1em;
    }

    .departments-wrap {
        padding: 2em 5em;
    }

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

    .departments-wrap .department-item {
        margin: 0 auto;
        margin-bottom: 1.75em;
        max-width: 180px;
    }



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

@media screen and (max-width: 576px) {
    .navbar .logo img {
        width: 100%;
    }


    .project_inner_content_column a {
        font-size: 12px;
    }


    .places-wrap .places-content {
        font: 13px Raleway-Regular;
        line-height: 2;
        text-align: justify;
        letter-spacing: 0.8px;
    }

    h1.proj-title-attach.title-primary {
        FONT-SIZE: 26px;
    }

    .places-wrap .section-title {
        text-align: left;
        margin-left: 0.5em;
        font: 26px Raleway-Light;
    }

    .future_plan_heading .section-title h2 {
        bottom: -16px;
    }

    .project_inner_content_column {
        float: unset;
        width: 100%;
        height: auto;
        margin-left: unset;
    }

    .page-node-type-projects #page-title {
        font-size: 28px;
    }

    h1.proj-title.title-primary {
        font-size: 29px;
    }

    /*Code For Navbar in Mobile */
    .path-frontpage .navbar-default {
        background-color: rgba(46, 52, 50, 1);
        border-color: rgba(46, 52, 50, 1);
    }

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

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

    .places-img-wrap .places-img img {
        padding: 8px;
    }

    .district_at_glance .district-item {
        height: 110px;
    }

    .footer-top .footer-logo {
        margin-left: 25px;
    }

    .banner2_right ul li .notice {
        margin: 1.5rem 1.5em;
    }

    .district_at_glance .district-item {
        height: 110px;
        padding: 33px 15px;
    }

    #sidefix-help {
        top: 31%;

    }

    .region.region-navigation {
        width: 50%;
    }

    .footer-top .footer-menu {
        text-align: center !important;
    }

    /*Project Secion*/
    .project_inner_content_column {
        font-size: 12px;
        line-height: 1;
        padding: 8px;
    }

    .project_column {
        width: unset;
        height: auto;
    }

    .project_column_view {
        width: unset;
        height: auto;
    }

    .project_inner_content_column h4 {
        font-size: 12px;
        font-weight: 500;
    }

    article[about='/public-representatives'] img {
        height: 100px !important;
        width: 100px !important;
        border-radius: 10px;
        margin-bottom: 6px;
        max-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='/NGO'] h3 {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }

    article[about='/climate'] img {
        width: 250px !important;
    }

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

    article[about='/core_team'] h3 {
        font-size: 14px;
        text-align: center;
    }

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

    article[about='/Core_team1'] h3 {
        font-size: 14px;
        text-align: center;
    }


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


    article[about='/dengue'] h3 {
        font-size: 14px;
        text-align: center;
    }

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

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

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

    article[about='/covid-19'] h3 {
        font-size: 18px;
        font-weight: bold;
    }

    article[about='/covid-19'] table {
        width: 100% !important;
    }


    article[about='/agriculture'] h3 {
        font-size: 14px;
    }

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



    article[about='/our_dcs'] h3 {
        font-size: 14px;
        text-align: center;
    }



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

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

    .highlights-body p {
        text-align: justify;
        font-size: 12px !important;
    }

    .highlights-wrap .highlights-body .highlights-title a {
        font: 15px Raleway-SemiBold;
    }

    h3.highlights-title {
        font-size: 16px;
    }

    .highlights-wrap .highlights-body .highlights-title {
        margin-top: 32px;
        font: 14px Raleway-SemiBold;
    }

    .banner2_right ul li .notice a {
        text-align: justify;
        letter-spacing: 0.8px;
        font: 14px Raleway-Regular;
    }

    .banner2_left .more-link a {
        position: absolute;
    }

    h3.highlights-title {
        font-size: 17px;
    }



}

@media screen and (max-width: 400px) {
    .district_at_glance {
        justify-content: center;
    }
}

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

@media screen and (min-width: 768px) {
    .navbar .logo {
        margin: 0;
        margin-top: 12px;
    }

    body {
        font-size: 14px;
        /* overflow-x: hidden; */
        font-family: 'Raleway-Regular';
    }

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



    .top_navigation .block-search {
        float: right;
        width: 250px;
    }

    .top_navigation .block-search::after {}

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

    .banner2_left {
        padding: 2em 3em;
    }

    .banner2_right {
        padding: 2em 2em 20em;
    }

    .district_at_glance {
        padding: 3rem 2.5rem;
    }

    .district_at_glance .district-item {
        height: 110px;
    }

    .places-img-wrap {
        padding: 2em 0;
    }

    .places-img-wrap .places-img {
        width: 90%;
    }

    .banner4_right {
        padding: 2em 2em;
    }

    .places-wrap .places-content {
        text-align: justify;
        font: 15px Raleway-Regular;
        line-height: 2;
    }

    .departments-wrap {
        padding: 2em;
    }

    /*    .front-section.section07.col-sm-12 {
    display: none;
}
*/



}

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


    /* .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
      background: #FFF;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .page-class .main_navigation .navbar-nav li a{
    color: #171F32;
}*/
}

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

@media screen and (min-width: 1200px) {
    .banner2_left {
        padding: 2.5em 1em 5em;
        overflow-x: hidden;
    }

    .banner2_right {
        padding: 5em 5em 24em 7em;
    }

    .district_at_glance {
        padding: 5em 3em 0em;
    }

    .places-img-wrap {
        padding: 0 0 3em
    }

    .places-img-wrap .places-img {
        width: 90%;
    }

    .banner4_right {
        padding: 5em 4em;
        font-size: 12px;
    }

    .departments-wrap {
        padding: 7em 3em;
    }

    .departments-wrap .department-item {
        width: 180px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 767px) {
    form#search-block-form {
        width: 75%;
        float: right;
        margin-right: 12px;
    }

    .navbar-right {
        float: right !important;
        /* margin-right: -15px; */
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        padding-top: 5px;
    }

}

#block-popup {
    display: none;
}

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

@media screen and (max-width: 768px) {
    .spb-popup-main-wrapper {
        width: 75%;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
    }
}

#block-views-block-popup-videos-block-1 {
    display: none;
}

#views_slideshow_cycle_teaser_section_popup_videos-block_1,
#views_slideshow_cycle_div_popup_videos-block_1_0,
#views_slideshow_cycle_div_popup_videos-block_1_1,
#views_slideshow_cycle_div_popup_videos-block_1_2,
#views_slideshow_cycle_div_popup_videos-block_1_3,
#views_slideshow_cycle_div_popup_videos-block_1_4 {
    width: 100% !important;
}

#block-views-block-popup-videos-block-1 .views-slideshow-controls-top {
    position: initial;
    text-align: center;
}

#views_slideshow_controls_text_pause_popup_videos-block_1 a {
    display: none;
}

#block-views-block-popup-videos-block-1 .field--name-field-media-oembed-video iframe {
    display: block;
    height: 475px !important;
    width: 100%;
    max-width: 100%;
}

#views_slideshow_controls_text_previous_popup_videos-block_1 a,
#views_slideshow_controls_text_next_popup_videos-block_1 a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#views_slideshow_controls_text_next_popup_videos-block_1 a {
    /* right: 8px; */
    background: url(../images/right_arrow.png) no-repeat center center/cover;
}

#views_slideshow_controls_text_previous_popup_videos-block_1 a {
    /* left: 8px; */
    background: url(../images/left_arrow.png) no-repeat center center/cover;
}