*,
*::after,
*::before {
	box-sizing: border-box;
}

.main-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #22295f;
	background-image: url(../img/bg.html);
	background-repeat: no-repeat;
	background-position: 50% 10em;
	background-size: 75% auto;
}


/* Buttons */

.btn {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn--search {
	font-size: 1.5em;
}

.btn--hidden {
	pointer-events: none;
	opacity: 0;
}


/* Reset Search Input */

.search__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

.search__input:focus {
	outline: none;
}


/* Links */

a,
.btn {
	text-decoration: none;
	color: #d17c78;
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}


/* Header */

.codrops-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 2.5em 2.75em 2.5em 1.5em;
	text-align: left;
}

.codrops-header__title {
	font-size: 1em;
	margin: 0;
	padding: 0 0.75em;
}

.codrops-header__side,
.search-wrap {
	margin: 0 0 0 auto;
}


/* Bottom nav */

.bottom-nav {
	position: relative;
	width: 100%;
	margin: auto 0 0 0;
	padding: 2.5em 2.75em 2.5em 2em;
}


/* Demo links */

.codrops-demos {
	font-weight: bold;
	padding: 1.25em 0;
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.codrops-demos span {
	display: inline-block;
	margin: 0 1em 0 0;
	vertical-align: bottom;
}

.codrops-demos a {
	position: relative;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.4em;
}

.codrops-demos a.current-demo::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.25em;
	height: 2.25em;
	margin: -1.125em 0 0 -1.125em;
	border: 2px solid;
	border-radius: 50%;
}


/* Top Navigation Style */

.codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 50%;
	width: 2px;
	height: 70%;
	opacity: 0.1;
	background: currentColor;
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0.5em;
}


/* Deco lines */

.decolines {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.decoline {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.decoline:first-child {
	right: 88em;
}

.decoline:nth-child(2) {
	right: 68em;
}

.decoline:nth-child(3) {
	right: 48em;
}

.decoline:nth-child(4) {
	right: 28em;
}

.decoline:nth-child(5) {
	right: 8em;
}


/* Demo colors */
.demo-2 { color: #ffefb9; }
.demo-2 main { background-color: #2c312e; }
.demo-2 a, .demo-2 .btn { color: #e85454; }
.demo-2 .codrops-header { margin-top: auto; }

.demo-3 { color: #ffefb9; background-color: #2f2c2c; }
.demo-3 main { background-color: #e85454; background-image: url(../img/bg_2.html); }
.demo-3 a, .demo-3 .btn { color: #ffefb9; }
.demo-3 .btn--search-close { color: #e85454; }

.demo-4 { color: #f44040; background-color: #f44040; }
.demo-4 main { background-color: #fff59a; background-image: url(../img/bg_4.html); }
.demo-4 a, .demo-4 .btn { color: #a4a186; }
.demo-4 .btn--search-close { color: #ab3a3a; }


.demo-5 main { background-color: transparent; background-image: url(../img/bg_2.html); }

.demo-6 { color: #ff4848; }
.demo-6 main { background-color: #fff; background-image: url(../img/bg_5.html); }
.demo-6 a, .demo-6 .btn { color: #000; }

.demo-7 { color: #6cbb37; }
.demo-7 main { background-color: #f5f5f5; background-image: url(../img/bg_7.html); background-position: 100% 0; background-size: 1440px; }
.demo-7 a, .demo-7 .btn { color: #000; }

.demo-8 { color: #cecae0; background-color: #5562eb; }
.demo-8 main { background-color: transparent; background-image: url(../img/bg_8.html); }
.demo-8 a, .demo-8 .btn { color: #eaba82; }

.demo-9 { color: #2d3535; background-color: #597571; }
.demo-9 main { background-color: transparent; background-image: url(../img/bg_6.html); }
.demo-9 a, .demo-9 .btn { color: #22d2d2; }
.demo-9 .btn--search-close { color: #dce6e6; }

.demo-10 { color: #5c32f2; background-color: #c4d5e0; }
.demo-10 main { background-color: #fff; background-image: url(../img/bg_12.html); }
.demo-10 a, .demo-10 .btn { color: #000; }
.demo-10 .btn--search-close { color: #5c32f2; }

.demo-11 { color: #fff; background-color: #212423; }
.demo-11 main { background-color: transparent; background-image: url(../img/bg_9.html); }
.demo-11 a, .demo-11 .btn { color: #34fc47; }

@media screen and (max-width: 40em) {
	.codrops-header {
		display: block;
		padding: 4em 1em 0;
		text-align: center;
	}
	.codrops-header__side {
		margin: 0 auto;
	}
	.codrops-links {
		font-size: 0.85em;
		margin: 0 auto;
	}
	.search-wrap {
		font-size: 0.85em;
		position: absolute;
		top: 2.15em;
		right: 2em;
	}
	.bottom-nav {
		padding: 0.5em;
	}
	.codrops-demos {
		text-align: center;
	}
	.codrops-demos a {
		margin-bottom: 1em;
	}
	.codrops-demos span {
		display: block;
		margin: 0 auto 1em;
		text-align: center;
	}
}


/*******************/
img.sld_bottom {
    width: 86px;
}

input.form-control {
    background: #133694;
    border: none;
    margin-bottom: 5px;
}
.ft_btn {
    width: 84%;
    text-align: center;
}
figure.overlay.vides_box {
    box-shadow: 0px 10px 25px 0px var(--box-shadow-color);
    --box-shadow-color: rgba(35, 71, 167, 0.3);
}

.city_department_fig {
    box-shadow: 0px 10px 25px 0px var(--box-shadow-color);
    --box-shadow-color: rgba(35, 71, 167, 0.11);
}
.city_office_list {
    box-shadow: 0px 10px 25px 0px var(--box-shadow-color);
    --box-shadow-color: rgba(19, 54, 148, 0.22);
}
.container-fluid.banner_ft_news {
    margin: 0px;
    padding: 0px 6px;
}
.new_marque ul li p {
    color: #FFF !IMPORTANT;
}
h4.marquee_title {
    color: #FFF;
}
.banner_btn.view_all_new {
    margin: 9px 0 0 0;
}

.city_award_wrap.visitor_counter {
       padding: 66px 0 99px 0px;
    background: #204abb;
}

.border:after, .border:before {
	border-bottom:0px solid #000 !IMPORTANT;	
}
.city_health2_text.wrap.station_team {
    background: #FFF;
}

/******galrry*******/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
button.btn.btn-default.filter-button {
    border: 1px solid #2347a7;
    color: #2347a7;
    margin: 0 20px;
    padding: 4px 15px;
    /* box-shadow: 2px 2px #2347a74d; */
    box-shadow: 2px 2px 20px #2347a72e;
}
.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff !IMPORTANT;
    background-color: #2347a7;
}
iframe.youtube_video {
    width: 100%;
    height: 265px;
}
/***end galrry******/


.city_health2_text.wrap.station_team {
    
    margin-bottom: 0px;
}
.city_project_wrap.station_gallery {
  
    padding-bottom: 63px;
}

.city_top_navigation:before {
	display:none;
}
.no_padding {
    padding: 0px;
    margin: 0px;
}






.banner_text {

    margin: 0px !IMPORTANT;
    padding: 17px 17px !IMPORTANT;
    height: 371px !IMPORTANT;
}
marquee.new_marque {
    height: 232px !IMPORTANT;
}

.city_award_wrap.visitor_counter.count_banner {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: -76px;
}

.banner_add {
    width: 100%;
    margin: 13px auto;
    float: none;    text-align: center;
	
}
.widget_wrap.overlay.footer_main {
    margin-top: 0;
    padding-top: 56px;
}
.footer_main .banner_btn {
    margin-bottom: 0px;
}
.footer_main .widget_copyright {
    padding: 13px 0 13px 0;
}

button#show {
   
    position: absolute;
    right: 14px;
    top: 10px;
}
.new_hide {
    background: none;
    float: right;
}
.new_hide i {
    font-size: 21px;
    color: #FFF;
}
.new_show {
    background: #2347a7c4;
    padding: 5px 12px;
    color: #FFF;
    border: 1px solid white;
}