@font-face {
	font-family: 'Museo 700';
	src: url('../fonts/Museo-700.woff2') format('woff2'), url('../fonts/Museo-700.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

:root,
body[data-theme=dark] {
	--button-text-color: #ffffff
}

.breadcrumbs nav,
body {
	background-color: var(--primary-bg-color)
}

.mcd-menu li a,
a {
	text-decoration: none
}

.history-wrapper ul li a,
.left_section_nav ul#pills-tab button,
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:active,
div.dt-container .dt-paging .dt-paging-button.disabled:hover {
	color: var(--secondary-text-color) !important
}

.contact h3,
.helpline-wrap h5,
.inner-item-schemes h3,
.main-heading,
.nav-tabs .nav-link {
	text-transform: capitalize
}

.sticky,
:root {
	scroll-behavior: smooth
}

:root {
	--font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: "Montserrat", sans-serif;
	--font-secondary: "Poppins", sans-serif;
	--color-default: #222222;
	--color-primary: #008374;
	--color-secondary: #f85a40;
	--primary-bg-color: #EFF3FF;
	--secondary-bg-color: #fff;
	--before-bg-color: #f1efef94;
	--primary-text-color: #105399;
	--secondary-text-color: #000;
	--breadcrums-text-color: #000;
	--button-bg-color: #007bff
}

body[data-theme=dark] {
	--primary-bg-color: #000;
	--secondary-bg-color: #000;
	--before-bg-color: #0c0c0cd9;
	--primary-text-color: #ffffff;
	--secondary-text-color: #fff;
	--breadcrums-text-color: #fff;
	--button-bg-color: #3e9c38
}

body {
	color: var(--primary-text-color);
	font-family: Poppins, sans-serif;
	top: 0 !important
}

a {
	color: var(--secondary-text-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Inter, sans-serif
}

section {
	padding: 30px 0;
	scroll-margin-top: 70px
}

.sections-bg {
	background-color: #f6f6f6
}

.section-header {
	text-align: center;
	padding-bottom: 60px
}

.central-scheme-wrapper {
	background-color: var(--secondary-bg-color)
}

.section-header h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.section-header h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.section-header p {
	margin-bottom: 0;
	color: #6f6f6f
}

.breadcrumbs .page-header {
	padding: 60px 0;
	min-height: 20vh;
	position: relative;
	background-color: var(--color-primary)
}

.breadcrumbs .page-header h2 {
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	font-family: var(--font-secondary)
}

.call-to-action .cta-btn,
.footer .footer-info .logo span,
.footer .footer-info p,
.header .logo h1,
.hero .btn-get-started,
.stats-counter .stats-item p {
	font-family: var(--font-primary)
}

.breadcrumbs .page-header p {
	color: rgba(255, 255, 255, .8)
}

.breadcrumbs nav,
.clients .swiper {
	padding: 10px 0
}

.breadcrumbs nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--color-default)
}

.breadcrumbs nav ol a {
	color:var(--breadcrums-text-color);
	transition: .3s
}

.breadcrumbs nav ol a:hover {
	text-decoration: underline
}

.breadcrumbs nav ol li+li {
	padding-left: 10px;
	color: var(--breadcrums-text-color)
}

.breadcrumbs nav ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color:var(--breadcrums-text-color);
	content: "/"
}

.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background: #005799;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: .4s
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0
}

.scroll-top:hover {
	background: rgba(248, 90, 64, .8);
	color: #fff
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px
}

#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: #fff;
	transition: .6s ease-out
}

#preloader img {
	position: fixed;
	top: calc(38% - 0px);
	left: calc(45% - 0px)
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important
	}
}

.topbar {
	background-color: var(--primary-bg-color) font-size: 14px;
	transition: .5s;
	color: #000;
	padding: 0
}

.topbar .contact-info i {
	font-style: normal;
	color: #000;
	line-height: 0
}

.topbar .contact-info i a,
.topbar .contact-info i span {
	padding-left: 5px;
	color: #000
}

.topbar .contact-info i a {
	line-height: 0;
	transition: .3s
}

.topbar .contact-info i a:hover {
	color: #fff;
	text-decoration: underline
}

.right-logo .social-links,
.srch-box {
	display: flex;
	justify-content: end
}

.right-logo .social-links a {
	color: #fff;
	line-height: 1;
	transition: .3s;
	margin: 0 4.5px;
	font-size: 18px;
	padding: 5px;
	border-radius: 3px;
	background-color: #059
}

.srch-box .form-control {
	width: 60%;
	border-radius: 4px
}

.srch-box .btn-srch {
	background-color: #059;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.topbar .dropdown-menu.show {
	display: block;
	padding: 0
}

.accordion-body .sewerage-wrap ul li,
.accordion-body .water_para,
.inner-page-left ul li a,
.topbar .social-links a:hover {
	color: #000
}

.header {
	transition: .5s;
	z-index: 997;
	background-color: #105399
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px
}

.header .logo h1 {
	font-size: 30px;
	margin: 0;
	font-weight: 600;
	letter-spacing: .8px;
	color: #fff
}

.header .logo h1 span {
	color: #f96f59
}

@media (min-width:1280px) {
	.navbar {
		padding: 0
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center
	}

	.navbar li {
		position: relative
	}

	.navbar>ul>li {
		white-space: nowrap;
		padding: 13px 12px
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		white-space: nowrap;
		position: relative
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px
	}

	.navbar .dropdown ul a i,
	.navbar a .dropdown-indicator {
		font-size: 12px
	}

	.navbar>ul>li>a:before {
		content: "";
		position: absolute;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: #fff;
		visibility: hidden;
		width: 0;
		transition: .3s ease-in-out
	}

	.navbar .active:before,
	.navbar a:hover:before,
	.navbar li:hover>a:before {
		visibility: visible;
		width: 100%
	}

	.navbar .active,
	.navbar .active:focus,
	.navbar a:hover,
	.navbar li:hover>a {
		color: #fff
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 0;
		top: calc(100% + 0px);
		margin: 0;
		padding: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0 0 30px rgba(127, 137, 161, .25);
		border-radius: 4px
	}

	.navbar .dropdown ul li {
		min-width: 200px;
		border-bottom: 1px solid #dfdddd
	}

	.navbar .dropdown ul a {
		padding: 10px;
		font-size: 15px;
		text-transform: none;
		font-weight: 600;
		color: #000
	}

	.navbar .dropdown ul a:hover {
		background-color: #219ebc;
		color: #fff !important;
		overflow: hidden
	}

	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-secondary)
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		visibility: hidden
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible
	}

	.mobile-nav-hide,
	.mobile-nav-show {
		display: none
	}
}

@media (min-width:1600px) {

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-size: 17px;
		font-weight: 600;
		color: #fff;
		white-space: nowrap;
		position: relative
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.navbar .dropdown .dropdown ul {
		left: -90%
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: 100%
	}
}

@media (max-width:1279px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: .3s;
		z-index: 9997
	}

	.mobile-nav-hide,
	.mobile-nav-show {
		cursor: pointer;
		line-height: 0;
		transition: .5s;
		z-index: 9999
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px;
		margin: 0;
		background: #105399;
		overflow-y: auto;
		transition: .3s;
		z-index: 9998
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 600;
		color: rgba(255, 255, 255, .7);
		white-space: nowrap;
		transition: .3s
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px
	}

	.navbar .active,
	.navbar .active:focus,
	.navbar a:hover,
	.navbar li:hover>a {
		color: #fff
	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		background: var(--color-primary);
		padding: 8px 20px;
		border-radius: 4px;
		margin: 15px;
		color: #fff
	}

	.navbar .getstarted:focus:hover,
	.navbar .getstarted:hover {
		color: #fff;
		background: rgba(0, 131, 116, .8)
	}

	.navbar .dropdown .dropdown ul,
	.navbar .dropdown ul {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		transition: .5s ease-in-out;
		background-color: #004469;
		border: 1px solid #009ff2
	}

	.navbar .dropdown .dropdown>.dropdown-active,
	.navbar .dropdown>.dropdown-active {
		display: block
	}

	.mobile-nav-show {
		color: rgba(255, 255, 255, .6);
		font-size: 28px;
		margin-right: 10px;
		padding: 10px
	}

	.mobile-nav-hide {
		color: #fff;
		font-size: 32px;
		position: fixed;
		right: 20px;
		top: 20px
	}

	.mobile-nav-active {
		overflow: hidden
	}

	.mobile-nav-active .navbar {
		right: 0
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgb(121 171 211 / 65%);
		z-index: 9996
	}
}

.call-to-action h3,
.call-to-action p {
	color: #fff;
	margin-bottom: 20px
}

.clients,
.stats-counter {
	padding: 40px 0
}

.clients .swiper-slide img {
	transition: .3s
}

.clients .swiper-slide img:hover,
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1)
}

.clients .swiper-pagination,
.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #ddd
}

.clients .swiper-pagination .swiper-pagination-bullet-active,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary)
}

.stats-counter .stats-item {
	padding: 20px 0;
	border-bottom: 1px solid #e4e4e4
}

.stats-counter .stats-item .purecounter {
	min-width: 90px;
	padding-right: 15px
}

.stats-counter .stats-item i {
	font-size: 44px;
	line-height: 0;
	margin-right: 15px
}

.stats-counter .stats-item span {
	font-size: 40px;
	display: block;
	font-weight: 700;
	color: var(--color-primary);
	line-height: 40px
}

.stats-counter .stats-item p {
	margin: 0;
	font-size: 14px
}

.call-to-action .container {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)) 0 0/cover, url("../img/cta-bg.jpg") center center/cover;
	padding: 100px 60px;
	border-radius: 15px;
	overflow: hidden
}

.call-to-action h3 {
	font-size: 28px;
	font-weight: 700
}

.call-to-action .play-btn {
	width: 94px;
	height: 94px;
	margin-bottom: 20px;
	background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, .4) 52%);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.call-to-action .play-btn:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	animation: 2s infinite pulsate-btn;
	animation-direction: forwards;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(0, 131, 116, .7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0)
}

.call-to-action .play-btn:after,
.call-to-action .play-btn:hover:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	content: ""
}

.call-to-action .play-btn:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.call-to-action .play-btn:hover:before {
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	animation: none;
	border-radius: 0
}

.call-to-action .play-btn:hover:after {
	border-left: 15px solid var(--color-primary);
	transform: scale(20)
}

.call-to-action .cta-btn {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 48px;
	border-radius: 50px;
	transition: .5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff
}

.call-to-action .cta-btn:hover {
	background: var(--color-primary);
	border: 2px solid var(--color-primary)
}

@keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

.services {
	padding: 60px 0
}

.services .service-item {
	padding: 40px;
	background: #fff;
	height: 100%;
	border-radius: 10px
}

.services .service-item .icon {
	width: 48px;
	height: 48px;
	position: relative;
	margin-bottom: 50px
}

.services .service-item .icon i {
	color: var(--color-default);
	font-size: 56px;
	transition: .3s ease-in-out;
	z-index: 2;
	position: relative
}

.services .service-item .icon:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #eee;
	border-radius: 50px;
	z-index: 1;
	top: 10px;
	right: -20px;
	transition: .3s
}

.services .service-item h3 {
	color: var(--color-default);
	font-weight: 700;
	margin: 0 0 20px;
	padding-bottom: 8px;
	font-size: 22px;
	position: relative;
	display: inline-block;
	border-bottom: 4px solid #eee;
	transition: .3s
}

.services .service-item p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0
}

.services .service-item .readmore {
	margin-top: 15px;
	display: inline-block;
	color: var(--color-primary)
}

.services .service-item:hover .icon:before {
	background: #00b6a1
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus,
.services .service-item:hover h3 {
	border-color: var(--color-primary)
}

.testimonials .testimonial-wrap {
	padding-left: 10px
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px;
	margin: 30px 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: relative;
	background: #fff;
	border-radius: 10px
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	margin-right: 15px
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px;
	color: #000
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0
}

.testimonials .testimonial-item .stars {
	margin: 10px 0
}

.testimonials .testimonial-item .stars i {
	color: #ffc107;
	margin: 0 1px
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #009d8b;
	font-size: 26px;
	line-height: 0
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
	transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 15px auto
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, .2);
	opacity: 1
}

@media (max-width:767px) {
	.testimonials .testimonial-wrap {
		padding-left: 0
	}

	.testimonials .testimonial-item {
		padding: 30px;
		margin: 15px
	}

	.testimonials .testimonial-item .testimonial-img {
		position: static;
		left: auto
	}
}

.portfolio .portfolio-flters {
	padding: 0 0 20px;
	margin: 0 auto;
	list-style: none;
	text-align: center
}

.portfolio .portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
	line-height: 1;
	transition: .3s ease-in-out
}

.blog .blog-details .meta-bottom a:hover,
.blog .comments .comment h5 a:hover,
.blog .posts-list .title a:hover,
.blog .sidebar .categories ul a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.portfolio .portfolio-flters li.filter-active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-wrap .portfolio-info h4 a:hover,
.recent-posts .title a:hover {
	color: var(--color-primary)
}

.portfolio .portfolio-flters li:first-child {
	margin-left: 0
}

.portfolio .portfolio-flters li:last-child {
	margin-right: 0
}

.portfolio .portfolio-wrap {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
	height: 100%;
	overflow: hidden
}

.portfolio .portfolio-wrap img {
	transition: .3s;
	position: relative;
	z-index: 1
}

.portfolio .portfolio-wrap .portfolio-info {
	padding: 25px 20px;
	background-color: #fff;
	position: relative;
	border-top: 1px solid #f3f3f3;
	z-index: 2
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 18px;
	font-weight: 600;
	padding-right: 50px
}

.blog .posts-list .title a,
.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a,
.portfolio .portfolio-wrap .portfolio-info h4 a,
.recent-posts .title a {
	color: var(--color-default);
	transition: .3s
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #6c757d;
	font-size: 14px;
	margin-bottom: 0;
	padding-right: 50px
}

.portfolio-details .portfolio-details-slider img {
	width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .7);
	opacity: 1
}

.portfolio-details .swiper-button-next,
.portfolio-details .swiper-button-prev {
	width: 48px;
	height: 48px
}

.portfolio-details .swiper-button-next:after,
.portfolio-details .swiper-button-prev:after {
	color: rgba(255, 255, 255, .8);
	background-color: rgba(0, 0, 0, .2);
	font-size: 24px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s
}

.portfolio-details .swiper-button-next:hover:after,
.portfolio-details .swiper-button-prev:hover:after {
	background-color: rgba(0, 0, 0, .6)
}

@media (max-width:575px) {

	.topbar .contact-info i a,
	.topbar .contact-info i span {
		font-size: 13px
	}

	.portfolio .portfolio-flters li {
		font-size: 14px;
		margin: 0 5px
	}

	.portfolio-details .swiper-button-next,
	.portfolio-details .swiper-button-prev {
		display: none
	}
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.portfolio-details .portfolio-info h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	left: 0;
	bottom: 0
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px
}

.portfolio-details .portfolio-info ul li {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
	font-size: 16px
}

.portfolio-details .portfolio-info ul strong {
	text-transform: uppercase;
	font-weight: 400;
	color: #9c9c9c;
	font-size: 12px
}

.portfolio-details .portfolio-info .btn-visit {
	padding: 8px 40px;
	background: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	transition: .3s
}

.portfolio-details .portfolio-info .btn-visit:hover {
	background: #009d8b
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}

.inner-page,
.portfolio-details .portfolio-description p {
	padding: 0
}

.portfolio-details .portfolio-description .testimonial-item {
	padding: 30px 30px 0;
	position: relative;
	background: #fff;
	height: 100%;
	margin-bottom: 50px
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	border: 6px solid #fff;
	float: left;
	margin: 0 10px 0 0
}

.portfolio-details .portfolio-description .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 5px;
	padding-top: 20px
}

.portfolio-details .portfolio-description .testimonial-item h4 {
	font-size: 14px;
	color: #6c757d;
	margin: 0
}

.portfolio-details .portfolio-description .testimonial-item p {
	font-style: italic;
	margin: 0 0 15px;
	padding: 0
}

.faq .content h3 {
	font-weight: 400;
	font-size: 34px
}

.faq .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px
}

.faq .content p {
	font-size: 15px;
	color: #6c757d
}

.faq .accordion-item {
	border: 0;
	margin-bottom: 20px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .06);
	border-radius: 10px
}

.contact .info-item:last-child,
.faq .accordion-item:last-child {
	margin-bottom: 0
}

.award-gallery-tabs-wrapper .nav-tabs,
.faq .accordion-collapse {
	border: 0
}

.faq .accordion-button {
	padding: 20px 50px 20px 20px;
	font-weight: 600;
	border: 0;
	font-size: 18px;
	line-height: 24px;
	color: var(--color-default);
	text-align: left;
	background: #fff;
	box-shadow: none;
	border-radius: 10px
}

.faq .accordion-button .num {
	padding-right: 10px;
	font-size: 20px;
	line-height: 0;
	color: var(--color-primary)
}

.faq .accordion-button:not(.collapsed) {
	color: var(--color-primary);
	border-bottom: 0;
	box-shadow: none
}

.faq .accordion-button:after {
	position: absolute;
	right: 20px;
	top: 20px
}

.faq .accordion-body {
	padding: 0 40px 30px 45px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: none
}

.accordion-body a i {
	background-color: #059;
	padding: 5px 9px;
	height: 35px;
	border-radius: 50%;
	display: block;
	width: 35px;
	color: #fff
}

.recent-posts article {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden
}

.blog .posts-list .post-img,
.recent-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px;
	overflow: hidden
}

.recent-posts .post-category {
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 10px
}

.blog .posts-list .title,
.recent-posts .title {
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px
}

.blog .posts-list .post-author-list,
.contact .info-item h4,
.recent-posts .post-author {
	margin-bottom: 5px;
	font-weight: 600
}

.blog .posts-list .post-author-img,
.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px
}

.blog .posts-list .post-date,
.recent-posts .post-date {
	font-size: 14px;
	color: #3c3c3c;
	margin-bottom: 0
}

.contact .info-container {
	background-color: var(--color-primary);
	height: 100%;
	padding: 20px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 2px 25px rgba(0, 0, 0, .1)
}

.contact .info-item {
	width: 100%;
	background-color: #009282;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	color: #fff
}

.contact .info-item i {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: .3s ease-in-out;
	margin-right: 15px
}

.blog .posts-list article,
.hero .icon-box {
	height: 100%;
	overflow: hidden
}

.contact .info-item h4 {
	padding: 0;
	font-size: 20px
}

.contact .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px
}

.contact .info-item:hover i {
	background: #fff;
	color: var(--color-primary)
}

.contact .php-email-form {
	width: 100%;
	background:var(--secondary-bg-color);
	box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
	padding: 30px;
	border-radius: 0 10px 10px 0
}

.contact .php-email-form .form-group {
	padding-bottom: 8px
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
	padding: 12px 15px
}

.contact .php-email-form textarea {
	padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
	background: var(--color-primary);
	border: 0;
	padding: 14px 45px;
	color: #fff;
	transition: .4s;
	border-radius: 50px
}

.blog .sidebar .search-form form button:hover,
.contact .php-email-form button[type=submit]:hover {
	background: rgba(0, 131, 116, .8)
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.hero {
	width: 100%;
	position: relative;
	background: var(--color-primary);
	padding: 60px 0 0
}

@media (min-width:1365px) {
	.hero {
		background-attachment: fixed
	}
}

.hero h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff
}

#organizational-chart h4,
.footer h4,
.helpline-wrap h5 span,
.hero p {
	font-weight: 400
}

.hero p {
	color: rgba(255, 255, 255, .6);
	margin-bottom: 30px
}

.hero .btn-get-started {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 40px;
	border-radius: 50px;
	transition: .3s;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
	border: 2px solid rgba(255, 255, 255, .1)
}

.hero .btn-get-started:hover {
	border-color: rgba(255, 255, 255, .5)
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: .5s;
	margin-left: 25px;
	color: #fff;
	font-weight: 600
}

.hero .btn-watch-video i {
	color: rgba(255, 255, 255, .5);
	font-size: 32px;
	transition: .3s;
	line-height: 0;
	margin-right: 8px
}

.hero .btn-watch-video:hover i,
.hero .icon-box:hover .icon,
.hero .icon-box:hover .title a {
	color: #fff
}

@media (max-width:640px) {
	.hero h2 {
		font-size: 36px
	}

	.hero .btn-get-started,
	.hero .btn-watch-video {
		font-size: 14px
	}
}

.hero .icon-boxes {
	padding-bottom: 60px
}

@media (min-width:1200px) {
	.hero .icon-boxes:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: calc(50% + 20px);
		background-color: #fff
	}
}

.hero .icon-box {
	padding: 60px 30px;
	position: relative;
	background: #008d7d;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, .08);
	transition: .3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	width: 100%;
	text-align: center
}

.hero .icon-box .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px
}

.hero .icon-box .title a {
	color: #fff;
	transition: .3s
}

.hero .icon-box .icon {
	margin-bottom: 20px;
	padding-top: 10px;
	display: inline-block;
	transition: .3s ease-in-out;
	font-size: 48px;
	line-height: 1;
	color: rgba(255, 255, 255, .6)
}

.hero .icon-box:hover {
	background: #009786
}

.blog .blog-pagination {
	margin-top: 30px;
	color: #555
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none
}

.blog .blog-details,
.blog .posts-list article,
.blog .sidebar {
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
	border-radius: 10px
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: .3s;
	border-radius: 10px
}

.blog .blog-pagination li a {
	color: var(--color-default);
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: var(--color-primary);
	color: #fff
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: var(--color-white)
}

.blog .posts-list .post-category {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px
}

.blog .blog-details .post-img {
	margin: -30px -30px 20px;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.blog .blog-details .title {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 0;
	color: var(--color-default)
}

.blog .blog-details .content {
	margin-top: 20px
}

.blog .blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: 700
}

.blog .blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(34, 34, 34, .06);
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0
}

.blog .blog-details .content blockquote p {
	color: var(--color-default);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px
}

.blog .blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--color-secondary);
	margin-top: 20px;
	margin-bottom: 20px
}

.blog .blog-details .meta-top {
	margin-top: 20px;
	color: #6c757d
}

.blog .blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0
}

.blog .blog-details .meta-top ul li+li {
	padding-left: 20px
}

.blog .blog-details .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: var(--color-primary)
}

.blog .blog-details .meta-top a {
	color: #6c757d;
	font-size: 14px;
	display: inline-block;
	line-height: 1
}

.blog .blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(34, 34, 34, .15)
}

.blog .blog-details .meta-bottom i {
	color: #555;
	display: inline
}

.blog .blog-details .meta-bottom a {
	color: rgba(34, 34, 34, .8);
	transition: .3s
}

.blog .blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px
}

.blog .blog-details .meta-bottom .cats li,
.blog .blog-details .meta-bottom .tags li,
.blog .sidebar .tags ul li,
.departmental-directory .nav .nav-item {
	display: inline-block
}

.blog .blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px
}

.blog .blog-details .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: var(--color-default);
	content: ","
}

.blog .blog-details .meta-bottom .share {
	font-size: 16px
}

.blog .blog-details .meta-bottom .share i {
	padding-left: 5px
}

.blog .post-author {
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
	border-radius: 10px
}

.blog .post-author img {
	max-width: 120px;
	margin-right: 20px
}

.blog .post-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	padding: 0;
	color: var(--color-default)
}

.blog .post-author .social-links {
	margin: 0 10px 10px 0
}

.blog .post-author .social-links a {
	color: rgba(34, 34, 34, .5);
	margin-right: 5px
}

.blog .post-author p {
	font-style: italic;
	color: rgba(108, 117, 125, .8);
	margin-bottom: 0
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: var(--color-default)
}

.blog .sidebar .sidebar-item+.sidebar-item {
	margin-top: 40px
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid rgba(34, 34, 34, .3);
	padding: 5px 10px;
	position: relative;
	border-radius: 50px
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul,
.footer .footer-links ul {
	padding: 0;
	list-style: none
}

.blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 50px;
	width: calc(100% - 60px)
}

.blog .sidebar .search-form form input[type=text]:focus {
	outline: 0
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: 0 0;
	font-size: 16px;
	padding: 0 25px;
	margin: -1px;
	background: var(--color-primary);
	color: #fff;
	transition: .3s;
	border-radius: 50px;
	line-height: 0
}

.blog .sidebar .search-form form button i {
	line-height: 0
}

.blog .sidebar .categories ul li+li,
.inner-archieve {
	padding-top: 10px
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: rgba(34, 34, 34, .4);
	font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: 700
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: rgba(34, 34, 34, .4)
}

.blog .sidebar .tags {
	margin-bottom: -10px
}

.blog .sidebar .tags ul a {
	color: #555;
	font-size: 14px;
	padding: 6px 20px;
	margin: 0 6px 8px 0;
	border: 1px solid #d5d5d5;
	display: inline-block;
	transition: .3s;
	border-radius: 50px
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid var(--color-primary);
	background: var(--color-primary)
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: rgba(85, 85, 85, .8);
	font-size: 14px
}

.blog .comments {
	margin-top: 30px
}

.blog .comments .comments-count,
.font-bold-700 {
	font-weight: 700
}

.blog .comments .comment {
	margin-top: 30px;
	position: relative
}

.blog .comments .comment .comment-img {
	margin-right: 14px
}

.blog .comments .comment .comment-img img {
	width: 60px
}

.blog .comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px
}

.blog .comments .comment h5 a {
	font-weight: 700;
	color: var(--color-default);
	transition: .3s
}

.footer .footer-links ul a:hover,
.footer .social-links a {
	color: rgba(255, 255, 255, .7)
}

.blog .comments .comment h5 .reply {
	padding-left: 10px;
	color: var(--color-primary)
}

.blog .comments .comment h5 .reply i {
	font-size: 20px
}

.blog .comments .comment time {
	display: block;
	font-size: 14px;
	color: rgba(34, 34, 34, .8);
	margin-bottom: 5px
}

.blog .comments .comment.comment-reply {
	padding-left: 40px
}

.blog .comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	border-radius: 10px
}

.blog .comments .reply-form h4 {
	font-weight: 700;
	font-size: 22px
}

.blog .comments .reply-form p,
.footer,
.footer .footer-info p {
	font-size: 14px
}

.blog .comments .reply-form input,
.blog .comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px;
	font-size: 14px
}

.blog .comments .reply-form input:focus,
.blog .comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: rgba(0, 131, 116, .8)
}

.blog .comments .reply-form .form-group {
	margin-bottom: 25px
}

.blog .comments .reply-form .btn-primary {
	border-radius: 50px;
	padding: 14px 40px;
	border: 0;
	background-color: var(--color-secondary)
}

.blog .comments .reply-form .btn-primary:hover {
	background-color: rgba(248, 90, 64, .8)
}

.hero-waves {
	display: block;
	width: 100%;
	height: 40px;
	position: relative
}

.bubble,
.bubbles,
.link-absolute,
.ribbon,
.ribbon:after,
.ribbon:before {
	position: absolute
}

.bubbles {
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	top: 0;
	left: 0
}

.bubble {
	bottom: -100px;
	width: 30px;
	height: 30px;
	background: #f1f1f136;
	border-radius: 50%;
	opacity: .5;
	animation: 10s ease-in infinite rise
}

.bubble:first-child {
	width: 40px;
	height: 40px;
	left: 10%;
	animation-duration: 8s
}

.bubble:nth-child(2) {
	width: 20px;
	height: 20px;
	left: 20%;
	animation-duration: 5s;
	animation-delay: 1s
}

.bubble:nth-child(3) {
	width: 50px;
	height: 50px;
	left: 35%;
	animation-duration: 7s;
	animation-delay: 2s
}

.bubble:nth-child(4) {
	width: 80px;
	height: 80px;
	left: 50%;
	animation-duration: 11s;
	animation-delay: 0s
}

.bubble:nth-child(5) {
	width: 35px;
	height: 35px;
	left: 55%;
	animation-duration: 6s;
	animation-delay: 1s
}

.bubble:nth-child(6) {
	width: 45px;
	height: 45px;
	left: 65%;
	animation-duration: 8s;
	animation-delay: 3s
}

.bubble:nth-child(7) {
	width: 90px;
	height: 90px;
	left: 70%;
	animation-duration: 12s;
	animation-delay: 2s
}

.bubble:nth-child(8),
.footer .social-links a img {
	width: 25px;
	height: 25px
}

.bubble:nth-child(8) {
	left: 80%;
	animation-duration: 6s;
	animation-delay: 2s
}

.bubble:nth-child(9) {
	width: 15px;
	height: 15px;
	left: 70%;
	animation-duration: 5s;
	animation-delay: 1s
}

.bubble:nth-child(10) {
	width: 90px;
	height: 90px;
	left: 25%;
	animation-duration: 10s;
	animation-delay: 4s
}

@keyframes rise {
	0% {
		bottom: -100px;
		transform: translateX(0)
	}

	50% {
		transform: translate(100px)
	}

	100% {
		bottom: 1080px;
		transform: translateX(-200px)
	}
}

.footer {
	background-color: #059;
	padding: 15px 0 0;
	color: #fff;
	position: relative
}

.bg-light-blue {
	background-color: #2683c6;
	padding: 7px
}

.footer .footer-info .logo {
	line-height: 0;
	margin-bottom: 25px
}

.award-gallery-tabs-wrapper .inner-news h5 a i,
.footer .footer-info .logo img {
	margin-right: 6px
}

.footer .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	margin-right: 3px;
	transition: .3s
}

.footer .social-links a:hover {
	color: #fff;
	border-color: #fff
}

.footer h4 {
	font-size: 24px;
	position: relative;
	margin: 0
}

.mt-70 {
	margin-top: 70px
}

.footer .footer-links ul {
	margin: 10px 0;
	text-align: center
}

.footer .footer-links ul i {
	padding-right: 2px;
	color: rgba(0, 131, 116, .8);
	font-size: 12px;
	line-height: 0
}

.footer .footer-links ul li {
	padding: 10px 5px;
	display: inline-block
}

.footer .footer-links ul li:first-child {
	padding-top: 0
}

.footer .footer-links ul a {
	color: #fff;
	transition: .3s;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #fff;
	padding: 1px 9px;
	font-size: 12px
}

.footer .footer-contact p {
	line-height: 26px
}

.footer .footer-contact i {
	font-size: 27px
}

.menu-items,
.middle-header-wrapper .middle-header,
.topbar .topbar-right-items {
	display: flex;
	align-items: center
}

.btn-font-size {
	border: 1px solid #5c2605;
	text-align: center;
	width: 23px;
	height: 23px;
	color: #000;
	background: #fff;
	font-size: 13px;
	line-height: 23px;
	border-radius: 5px;
	margin-bottom: 0
}

.btn-language {
	background-color: #fff;
	font-size: 12px;
	padding: 3px 15px
}

.border-right-1 {
	border-right: 1px solid #000
}

.border-left-1 {
	border-left: 1px solid #000
}

.middle-header-wrapper .left-logo img {
	width: 90px;
	height: 90px
}

.middle-header-wrapper .left-logo h5 span {
	font-weight: 400;
	font-size: 15px;
	font-family: Poppins, sans-serif
}

.middle-header-wrapper .left-logo h5 {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Museo 700';
	color: var(--primary-text-color)
}

.left-logo {
	display: flex;
	align-items: center;
	padding: 5px
}

.right-logo,
.right-logo-footer {
	padding: 7px
}

.right-logo {
	display: flex;
	gap: 20px;
	justify-content: end;
	align-items: center
}

.mySwiper-home-banner .swiper-slide img {
	height: 450px;
	object-fit: cover
}

.mySwiper-home-banner .swiper-pagination-bullet-active,
.mySwiper-tabs .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: red !important;
	border: 9px solid #fff;
	color: #fff;
	padding: 3px;
	opacity: 1 !important
}

.mySwiper-home-banner .swiper-pagination-bullet,
.mySwiper-projects .swiper-pagination-bullet,
.mySwiper-tabs .swiper-pagination-bullet {
	background: #fff;
	opacity: .7
}

.mySwiper-home-banner .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-home-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-home-banner .swiper-pagination-custom,
.mySwiper-home-banner .swiper-pagination-fraction {
	bottom: 12%;
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.award-gallery-tabs-wrapper .px-xl-5,
.helpline-wrapper-sec .px-xl-5,
.projects-wrapper .px-xl-5,
.scheme-program-wrapper .px-xl-5,
.table-wrapper .px-xl-5 {
	padding-right: 5rem !important;
	padding-left: 5rem !important
}

.gallery-wrapper,
.inner-banner-section,
.inner-item-schemes,
.scheme-program-wrapper {
	position: relative
}

.scheme-program-wrapper .swiper-button-prev {
	left: 5%;
	right: auto;
	color: #000
}

.scheme-program-wrapper .swiper-button-next {
	right: 5%;
	left: auto;
	color: #000
}

.inner-item-schemes img {
	height: 220px;
	object-fit: cover
}

.inner-item-schemes h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background-color: #2683c6;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 0
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: .5s
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
}

.main-heading {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #0e204d
}

.Inner-heading,
.mcd-menu li a strong,
.quick-card {
	text-transform: uppercase
}

.marquee-text {
	position: relative;
	margin-left: 60px
}

.marquee-text .latest-upd {
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
	padding: 14px 20px;
	background-color: #105399;
	color: #fff;
	z-index: 99
}

.marquee-text .latest-upd::before {
	content: "";
	position: absolute;
	top: 0;
	right: -13%;
	width: 14%;
	height: 100%;
	background-color: #105399;
	clip-path: polygon(0 0, 0% 100%, 100% 133%)
}

.marquee-text marquee {
	font-size: 18px;
	padding-block: 12px;
	z-index: 9;
	height: 46px;
	position: relative
}

marquee ul li {
	list-style: none;
	display: flex;
	gap: 4px;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0
}

marquee ul {
	gap: 80px;
	margin-bottom: 0;
	align-items: center
}

marquee ul li i {
	color: #105399
}

.table-wrapper {
	padding: 30px 0
}

.page-link {
	background-color: #059;
	color: #fff
}

#example tr th {
	background-color: #2683c6;
	color: #fff;
	font-size: 15px
}

#example tr td {
	font-size: 12px
}

#example tr td i {
	font-size: 28px;
	color: #219ebc
}

#example tr td:nth-child(last-child) {
	text-align: center
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: #000;
	--bs-table-bg-type: var(--primary-bg-color);
	border: 1px solid #054369
}

.table>:not(caption)>*>* {
	padding: .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: #0085c638;
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.down:before {
	content: "\f019"
}

.back:before {
	content: "\f112"
}

@media only screen and (min-width:1360px) {
	.cd__main {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding: 24px
	}
}

.wrapper {
	margin-top: 5vh
}

.dataTables_filter,
.paginations {
	float: right
}

.table-hover>tbody>tr:hover {
	background-color: #cff
}

@media only screen and (min-width:768px) {
	.table {
		max-width: 100% !important
	}
}

thead {
	background: #ddd
}

.table td:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis
}

.highlight {
	background: #ff9
}

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

	table,
	tbody,
	td,
	th,
	thead,
	tr {
		display: block
	}

	tfoot tr,
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap
	}

	.table td:first-child {
		background: #ccc;
		top: 0;
		left: 0;
		font-weight: 700
	}

	td:first-of-type:before {
		content: "Name"
	}

	td:nth-of-type(2):before {
		content: "Position"
	}

	td:nth-of-type(3):before {
		content: "Office"
	}

	td:nth-of-type(4):before {
		content: "Age"
	}

	td:nth-of-type(5):before {
		content: "Start date"
	}

	td:nth-of-type(6):before {
		content: "Salary"
	}

	.dataTables_length {
		display: none
	}
}

.award-gallery-tabs-wrapper {
	background-image: url('../img/new-images/g4.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed
}

.link-absolute,
.ribbon {
	background: #059;
	font-size: 20px;
	z-index: 9
}

.award-gallery-tabs-wrapper .container {
	margin-top: 30px;
	margin-bottom: 30px
}

.award-gallery-tabs-wrapper::before {
	position: absolute;
	content: "";
	background: #89acffad;
	width: 100%;
	height: 100%;
	top: 0
}

.award-gallery-tabs-wrapper .inner-news {
	background-color: #105399;
	padding: 10px;
	min-height: 320px;
	height: auto
}

.award-gallery-tabs-wrapper .inner-news h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	background: #054369;
	padding: 7px;
	text-align: center
}

.award-gallery-tabs-wrapper .inner-news h5 {
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	color: #fff
}

.award-gallery-tabs-wrapper .inner-news h5 a {
	color: #fff;
	font-size: 14px;
	line-height: 1.5
}

.award-gallery-tabs-wrapper .inner-news span {
	margin-left: 20px
}

.award-gallery-tabs-wrapper .nav-item {
	width: 48%;
	margin: 0 10px
}

.nav-tabs .nav-link {
	background-color: #fff;
	color: #105399;
	width: 100%;
	border: 0;
	font-size: 23px;
	border-radius: 0;
	padding: 17px
}

.ribbon:after,
.ribbon:before {
	content: "";
	display: block;
	height: 0;
	border-right: 45px solid transparent;
	width: 40px;
	bottom: 0;
	right: 0
}

.mcd-menu li:hover>a,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #059
}

.award-gallery-tabs-wrapper .tab-content>.active {
	display: block;
	width: 98%;
	margin: 40px auto 20px
}

.mySwiper-tabs {
	padding-bottom: 20px;
	position: relative
}

.ribbon {
	padding: 0 25px;
	height: 43px;
	color: #fff;
	float: left;
	clear: left;
	line-height: 41px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	font-weight: 700;
	font-style: italic;
	top: 11px;
	left: 0
}

.ribbon:before {
	z-index: 10;
	border-bottom: 45px solid #0000002e;
	-webkit-transform: rotate(80deg);
	-webkit-transform-origin: right bottom;
	-moz-transform: rotate(80deg);
	-moz-transform-origin: right bottom;
	-o-transform: rotate(80deg);
	-o-transform-origin: right bottom;
	-ms-transform: rotate(80deg);
	-ms-transform-origin: right bottom;
	transform: rotate(80deg);
	transform-origin: right bottom
}

.ribbon:after {
	z-index: 20;
	border-bottom: 45px solid #0098d4;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: right bottom;
	-o-transform: rotate(90deg);
	-o-transform-origin: right bottom;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: right bottom;
	transform: rotate(90deg);
	transform-origin: right bottom
}

.link-absolute {
	color: #fff;
	padding: 7px 10px;
	border-radius: 50%;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out
}

.mySwiper-projects .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-projects .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-projects .swiper-pagination-custom,
.mySwiper-projects .swiper-pagination-fraction,
.mySwiper-tabs .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-tabs .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-tabs .swiper-pagination-custom,
.mySwiper-tabs .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.mySwiper-tabs .swiper-slide img,
.mySwiper-tabs-videos .swiper-slide img {
	height: 300px;
	object-fit: cover
}

.client-wrapper {
	padding: 20px
}

.client-wrapper .mySwiper-client .client-inner {
	padding: 5px;
	background-color: #e7e7e7
}

.client-wrapper .mySwiper-client .client-inner img {
	width: 100%;
	height: 85px
}

.helpline-wrap h5 {
	padding: 19px 12px;
	box-shadow: 0 2px 1px 0;
	margin-block: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #02214d
}

.quick-card {
	padding: 12px;
	margin-block: 0px;
	font-size: 14px;
	color: #005999;
	border-bottom: 1px solid #80808024;
	display: flex
}

.citizen-img {
	width: 50%;
	height: 86px
}

.citizen-wrapper .text-capitalize {
	text-transform: capitalize !important;
	font-weight: 600;
	width: 50%;
	font-size: 17px;
	margin-bottom: 0
}

.major-projects-wrapper {
	background-color: #eff3ff;
	padding: 35px 20px 20px
}

.major-projects-wrapper .projects-inner-items {
	padding-bottom: 40px
}

.mySwiper-projects .swiper-pagination-bullet-active {
	background: red !important;
	border: 9px solid #fff;
	color: #fff;
	padding: 3px;
	opacity: 1 !important;
	outline-color: #000
}

.social-media-feeds {
	background-color: #eff3ff;
	padding: 35px 20px
}

.social-media-feeds-inner {
	height: 444px;
	overflow: auto
}

.scroll-sec,
.water_para {
	overflow-x: hidden;
	overflow-y: scroll
}

#google_translate_element span,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important
}

.goog-te-gadget .goog-te-combo {
	margin: 6px 4px !important;
	border-radius: 3px;
	border: 1px solid #cccccca6;
	padding: 4px;
	display: flex;
	border: 2px solid #005799
}

.goog-te-gadget {
	color: transparent !important;
	font-family: arial;
	font-size: 11px;
	white-space: nowrap;
	display: flex;
	flex-direction: row-reverse;
	width: auto
}

.btn-common {
	background-color: #059;
	border-radius: 3px;
	font-size: 12px
}

.btn-common:hover {
	background-color: #fff;
	color: #059
}

.bg-scheme {
	background-color: #eff3ff;
	padding: 20px 15px;
	min-height: 220px
}

.central-scheme-wrapper .central-icons {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 15px
}

.central-scheme-wrapper .central-schme-inner-text h5 {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	color: #0098d4;
	margin-bottom: 0
}

.central-scheme-wrapper .central-schme-inner-text p {
	font-size: 14px;
	margin: 10px 0;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.central-scheme-wrapper .central-schme-inner-text span {
	color: #219ebc;
	font-size: 22px;
	font-weight: 700
}

.hero-waves-banner {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 99
}

.wave1 use {
	-webkit-animation: 10s linear -2s infinite move-forever1;
	animation: 10s linear -2s infinite move-forever1
}

.wave2 use {
	-webkit-animation: 8s linear -2s infinite move-forever2;
	animation: 8s linear -2s infinite move-forever2
}

.wave3 use {
	-webkit-animation: 6s linear -2s infinite move-forever3;
	animation: 6s linear -2s infinite move-forever3
}

@-webkit-keyframes move-forever1 {
	0% {
		transform: translate(85px, 0)
	}

	100% {
		transform: translate(-90px, 0)
	}
}

@keyframes move-forever1 {
	0% {
		transform: translate(85px, 0)
	}

	100% {
		transform: translate(-90px, 0)
	}
}

@-webkit-keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0)
	}

	100% {
		transform: translate(85px, 0)
	}
}

@keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0)
	}

	100% {
		transform: translate(85px, 0)
	}
}

@-webkit-keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0)
	}

	100% {
		transform: translate(85px, 0)
	}
}

@keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0)
	}

	100% {
		transform: translate(85px, 0)
	}
}

.visitor-count {
	font-size: 15px !important;
	font-weight: 600 !important
}

.visitor-count span {
	color: #e7b733
}

.border-bottom-1 {
	border-bottom: 1px solid #9e9e9e
}

.copy-right {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d9d9d9
}

.mcd-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%
}

.mcd-menu li {
	position: relative;
	list-style: none
}

.mcd-menu li a {
	display: block;
	padding: 12px 20px;
	color: #059;
	text-align: left;
	height: auto;
	position: relative;
	border-bottom: 1px solid #eee
}

.mcd-menu li a i {
	float: left;
	font-size: 20px;
	margin: 0 10px 0 0;
	position: absolute !important;
	right: 0;
	top: 10px
}

.mcd-menu li a p {
	float: left;
	margin: 0
}

.mcd-menu li a strong {
	display: block;
	font-size: 14px
}

.mcd-menu li a small {
	display: block;
	font-size: 10px
}

.mcd-menu li a i,
.mcd-menu li a small,
.mcd-menu li a strong {
	position: relative;
	transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear
}

.mcd-menu li:hover>a i {
	opacity: 1;
	-webkit-animation: .3s ease-in-out moveFromTop;
	-moz-animation: .3s ease-in-out moveFromTop;
	-ms-animation: moveFromTop 300ms ease-in-out;
	-o-animation: .3s ease-in-out moveFromTop;
	animation: .3s ease-in-out moveFromTop
}

.mcd-menu li:hover a strong {
	opacity: 1;
	-webkit-animation: .3s ease-in-out moveFromLeft;
	-moz-animation: .3s ease-in-out moveFromLeft;
	-ms-animation: moveFromLeft 300ms ease-in-out;
	-o-animation: .3s ease-in-out moveFromLeft;
	animation: .3s ease-in-out moveFromLeft
}

.mcd-menu li:hover a small {
	opacity: 1;
	-webkit-animation: .3s ease-in-out moveFromRight;
	-moz-animation: .3s ease-in-out moveFromRight;
	-ms-animation: moveFromRight 300ms ease-in-out;
	-o-animation: .3s ease-in-out moveFromRight;
	animation: .3s ease-in-out moveFromRight
}

.mcd-menu li a.active {
	position: relative;
	color: #e67e22;
	border: 0;
	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	border-left: 4px solid #e67e22;
	border-right: 4px solid #e67e22;
	margin: 0 -4px
}

.mcd-menu li a.active:after,
.mcd-menu li a.active:before,
.mcd-menu li ul li ul:before,
.mcd-menu li ul:before {
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	position: absolute
}

.mcd-menu li a.active:before {
	top: 42%;
	left: 0;
	border-left: 5px solid #e67e22
}

.mcd-menu li a.active:after {
	top: 42%;
	right: 0;
	border-right: 5px solid #e67e22
}

@-webkit-keyframes moveFromTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(200%);
		-moz-transform: translateY(200%);
		-ms-transform: translateY(200%);
		-o-transform: translateY(200%);
		transform: translateY(200%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		-o-transform: translateX(200%);
		transform: translateX(200%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes moveFromRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.mcd-menu li ul,
.mcd-menu li ul li ul {
	position: absolute;
	height: auto;
	min-width: 200px;
	padding: 0;
	margin: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;
	z-index: 1000;
	left: 100%;
	top: 0;
	border-left: 4px solid #0085c6
}

.mcd-menu li ul:before {
	top: 20px;
	left: -9px;
	border-right: 5px solid #0085c6
}

.mcd-menu li ul li:hover>ul,
.mcd-menu li:hover>ul {
	display: contents;
	opacity: 1;
	visibility: visible;
	left: 100%
}

.mcd-menu li ul li a {
	padding: 10px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	height: auto
}

.mcd-menu li ul li a i {
	font-size: 16px;
	display: inline-block;
	margin: 0 10px 0 0
}

.mcd-menu li ul li ul {
	left: 230px;
	top: 0;
	border: 0;
	border-left: 4px solid #e67e22
}

.mcd-menu li ul li ul:before {
	top: 15px;
	left: -9px;
	border-right: 5px solid #e67e22
}

.mcd-menu li ul li:hover>ul {
	top: 0;
	left: 200px
}

.mcd-menu li a.search {
	padding: 10px 10px 15px;
	clear: both
}

.mcd-menu li a.search i {
	margin: 0;
	display: inline-block;
	font-size: 18px
}

.mcd-menu li a.search input {
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
	outline: 0;
	color: #777;
	width: 170px;
	float: left
}

.mcd-menu li a.search button {
	border: 1px solid #e67e22;
	background: #e67e22;
	outline: 0;
	color: #fff;
	margin-left: -4px;
	float: left;
	padding: 10px 10px 11px
}

.mcd-menu li a.search input:focus {
	border: 1px solid #e67e22
}

.search-mobile {
	display: none !important;
	background: #e67e22;
	border-left: 1px solid #e67e22;
	border-radius: 0 3px 3px 0
}

.search-mobile i {
	color: #fff;
	margin: 0 !important
}

@media only screen and (min-width:960px) and (max-width:1199px) {
	.mcd-menu {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:959px) {
	.mcd-menu {
		width: 100%
	}

	.mcd-menu li a {
		height: auto
	}

	.mcd-menu li a i {
		font-size: 22px
	}

	.mcd-menu li a strong,
	.mcd-menu li ul a {
		font-size: 12px
	}

	.mcd-menu li a small {
		font-size: 10px
	}

	.mcd-menu li a.search input {
		width: 120px;
		font-size: 12px
	}

	.mcd-menu li a.search buton {
		padding: 8px 10px 9px
	}

	.mcd-menu li>ul {
		min-width: 180px
	}

	.mcd-menu li:hover>ul {
		min-width: 180px;
		left: 200px
	}

	.mcd-menu li ul li ul li>ul,
	.mcd-menu li ul li>ul {
		min-width: 150px
	}

	.mcd-menu li ul li:hover>ul {
		left: 180px;
		min-width: 150px
	}

	.mcd-menu li ul li ul li:hover>ul {
		left: 150px;
		min-width: 150px
	}

	.mcd-menu li ul a i {
		font-size: 14px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.sticky {
		position: fixed !important;
	}

	.mcd-menu {
		width: 100%
	}

	.mcd-menu li a {
		position: relative;
		padding: 12px 16px;
		height: auto
	}

	.mcd-menu li .search,
	.mcd-menu li a small {
		display: none
	}

	.mcd-menu li a.active strong,
	.mcd-menu li a:hover strong {
		display: block;
		font-size: 10px;
		padding: 3px 0;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #e67e22;
		color: #fff;
		min-width: 100%;
		text-transform: lowercase;
		font-weight: 400;
		text-align: center
	}

	.mcd-menu li>ul {
		min-width: 180px;
		left: 70px
	}

	.mcd-menu li:hover>ul {
		min-width: 180px;
		left: 50px
	}

	.mcd-menu li ul li ul li>ul,
	.mcd-menu li ul li>ul {
		min-width: 150px
	}

	.mcd-menu li ul li:hover>ul {
		left: 180px;
		min-width: 150px
	}

	.mcd-menu li ul li ul li>ul {
		left: 35px;
		top: 45px;
		border: 0;
		border-top: 4px solid #e67e22
	}

	.mcd-menu li ul li ul li>ul:before {
		left: 30px;
		top: -9px;
		border: 0;
		border-bottom: 5px solid #e67e22;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent
	}

	.mcd-menu li ul li ul li:hover>ul {
		left: 30px;
		min-width: 150px;
		top: 35px
	}

	.mcd-menu li ul a {
		font-size: 12px
	}

	.mcd-menu li ul a i {
		font-size: 14px
	}
}

@media only screen and (max-width:479px) {
	.mcd-menu {
		width: 100%
	}

	.mcd-menu li a {
		position: relative;
		padding: 12px 16px;
		height: auto
	}

	.mcd-menu li .search,
	.mcd-menu li a small {
		display: none
	}

	.mcd-menu li a.active strong,
	.mcd-menu li a:hover strong {
		display: contents;
		font-size: 16px;
		padding: 3px 0;
		bottom: 0;
		left: 0;
		background: 0 0;
		color: #fff;
		min-width: 100%;
		text-transform: capitalize;
		font-weight: 400;
		text-align: center
	}

	.mcd-menu li>ul {
		min-width: 180px;
		left: 70px
	}

	.mcd-menu li:hover>ul {
		min-width: 180px;
		left: 50px
	}

	.mcd-menu li ul li ul li>ul,
	.mcd-menu li ul li>ul {
		min-width: 150px
	}

	.mcd-menu li ul li:hover>ul {
		left: 180px;
		min-width: 150px
	}

	.mcd-menu li ul li ul li>ul {
		left: 35px;
		top: 45px;
		border: 0;
		border-top: 4px solid #e67e22
	}

	.mcd-menu li ul li ul li>ul:before {
		left: 30px;
		top: -9px;
		border: 0;
		border-bottom: 5px solid #e67e22;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent
	}

	.mcd-menu li ul li ul li:hover>ul {
		left: 30px;
		min-width: 150px;
		top: 35px
	}

	.mcd-menu li ul a {
		font-size: 12px
	}

	.mcd-menu li ul a i {
		font-size: 14px
	}
}

.Inner-heading {
	font-size: 19px;
	font-weight: 600;
	background-color: #005799;
	color: #fff;
	padding: 12px 20px
}

.logos-card {
	text-align: center;
	box-shadow: 0 0 10px -2px #b7b0b0;
	padding: 14px;
	margin-bottom: 16px;
	background-color: #fefefe
}

.logos-card img {
	width: 100px;
	height: 100px
}

.logos-card p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 127%
}

.social-links a {
	color: #fff;
	line-height: 1;
	transition: .3s;
	margin: 0 4.5px;
	font-size: 13px;
	padding: 5px;
	border-radius: 3px;
	background-color: #059
}

.inner-banner-section .inner-banner .banner-text {
	position: absolute;
	top: 45%;
	left: 8%
}

.inner-banner-section .inner-banner .banner-text h3 {
	color: #105399;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 14px -5px 12px #fff
}

.history-wrapper h5 {
	color: var(--primary-text-color);
	padding: 10px;
	margin: 0;
	font-weight: 600
}

.history-wrapper p {
	padding: 10px
}

.Organization-wrapper h5,
.history-wrapper strong {
	color: #005799;
	padding: 10px;
	margin: 0;
	font-weight: 600
}

.inner-page-left ul li {
	color: #005799
}

.inner-page-left {
	border: 1px solid #005799;
	box-shadow: 0 0 4px 0;
	background-color: #67caec26
}

#organizational-chart h4 {
	text-transform: none;
	font-size: 14px
}

#organizational-chart p {
	font-size: 13px;
	line-height: 16px
}

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

	#organizational-chart h4,
	#organizational-chart p {
		font-size: 2.3vw;
		line-height: 3vw
	}
}

.structure-card {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #def5ff;
	margin-block: 10px;
	width: 100%
}

.Organization-wrapper .structure-card p {
	padding: 0 16px;
	margin-bottom: 0
}

.contact-details p {
	padding-left: 12px
}

.left_section_nav ul#pills-tab {
	padding-left: 0;
	background-color: var(--primary-bg-color);
	border: 1px solid #0d6efd !important;
	display: block !important
}

.departmental-directory #pills-tabContent {
	border-top: none !important;
	border-radius: 0 !important
}

.left_section_nav ul#pills-tab button {
	font-size: 13px;
	border-radius: 0;
	text-align: left
}

.left_section_nav ul#pills-tab button.active {
	color: #fff !important;
	background-color: #105399 !important;
	width: 100%;
	text-align: left;
	box-shadow: 2px 5px 16px 6px #10539924 !important;
	border-radius: 0;
	border: 1px solid#105399 !important;
}

.left_section_nav h4 {
	background: #105399;
	padding: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700
}

.right_section_table table td {
	font-size: 13px;
	padding: 13px;
	border: 1px solid #054369;
	background-color: var(--primary-bg-color) !important;
	color: var(--secondary-text-color)
}

.right_section_table thead {
	background: #105399;
	color: #fff
}

.right_section_table thead tr th {
	background: #054369;
	color: #fff;
	border: 1px solid #fdfdfd82;
	font-size: 12px
}

.right_section_table h3 {
	color: var(--primary-text-color);
	font-size: 15px !important;
	font-weight: 700 !important;
	margin-top: 10px;
}

div#debug-icon,
wordtune-read-extension {
	display: none
}

.history-wrapper p {
	font-size: 15px;
	margin-bottom: 0px;
	color: var(--secondary-text-color)
}

.left_section_nav ul#pills-tab button,
.left_section_nav_rti ul#pills-tab button {
	border-bottom: 1px solid #10539940;
	width: 100%
}

.history-wrapper ul li {
	font-size: 14px;
	line-height: 33px;
	color: var(--secondary-text-color);
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 7px
}

.departmental-directory .left_section_nav ul#pills-tab {
	padding-left: 0;
	background-color: var(--primary-bg-color);
	border: 1px solid #0d6efd !important;
	display: inline-block !important;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	white-space: nowrap
}

.departmental-directory .left_section_nav ul#pills-tab button {
	color: var(--secondary-text-color);
	font-size: 13px;
	border-right: 1px solid #0543694d;
	border-radius: 0
}

.departmental-directory .left_section_nav ul#pills-tab button.active {
	color: var(--secondary-text-color);
	background-color: #105399;
	width: 100%;
	text-align: left;
	box-shadow: 2px 5px 16px 6px #10539924 !important;
	border-radius: 0;
	border: 1px solid #105399
}

.btr {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #0d6efd !important
}

button.btn.download_button.btn-common {
	float: right;
	margin-bottom: 10px;
	color: #fff
}

.water_para {
	text-align: justify;
	max-height: 200px
}

.water_para::-webkit-scrollbar {
	width: 6px
}

.water_para::-webkit-scrollbar-track {
	background: #002060
}

.water_para::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--Prim-Sea-Green, #b1dff2)
}

.water_para::-webkit-scrollbar-thumb:hover {
	background: #002060;
	border-radius: 10px
}

.bght,
.bght:focus {
	background: #d9d9d93b;
	border-radius: 0;
	font-size: 14px
}

.centralscheme .swiper-button-prev {
	color: #105399;
	padding: 15px 14px;
	background: #fffffffa;
	left: -5px;
	border-radius: 0
}

.centralscheme .swiper-button-next {
	color: #105399;
	padding: 15px 14px;
	background: #fffffffa;
	right: -5px;
	border-radius: 0
}

.centralscheme .swiper-button-next:after,
.centralscheme .swiper-button-prev:after {
	font-size: 14px;
	line-height: normal;
	font-weight: 600
}

.central-schme-inner-text {
	margin: 0 auto;
	text-align: center
}

.scroll-sec {
	height: 370px
}

.kpi-main-section,
.newsadd_scroll,
.quick-links-wrap {
	overflow-x: hidden;
	overflow-y: auto
}

.scroll-sec::-webkit-scrollbar {
	width: 6px
}

.scroll-sec::-webkit-scrollbar-track {
	background: #002060
}

.scroll-sec::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--Prim-Sea-Green, #b1dff2)
}

.scroll-sec::-webkit-scrollbar-thumb:hover {
	background: #002060;
	border-radius: 10px
}

.rti-head {
	cursor: pointer
}

.sewerage-wrap p {
	font-size: 14px;
	line-height: 28px;
	color: var(--secondary-text-color);
	margin: 0
}

.sewerage-wrap h3 {
	color: var(--secondary-text-color);
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0 0
}

.sewerage-wrap h5 {
	color: #000;
	padding: 0 10px;
	margin: 0;
	font-weight: 600;
	font-size: 15px
}

.sewerage-wrap h2 {
	font-size: 25px;
	font-weight: 700
}

.quick-links-wrap {
	max-height: 370px
}

.quick-links-wrap::-webkit-scrollbar {
	width: 6px
}

.quick-links-wrap::-webkit-scrollbar-track {
	background: #002060
}

.quick-links-wrap::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--Prim-Sea-Green, #b1dff2)
}

.quick-links-wrap::-webkit-scrollbar-thumb:hover {
	background: #002060;
	border-radius: 10px
}

.kpi-main-section {
	max-height: 433px
}

.kpi-main-section::-webkit-scrollbar {
	width: 6px
}

.kpi-main-section::-webkit-scrollbar-track {
	background: #002060
}

.kpi-main-section::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--Prim-Sea-Green, #b1dff2)
}

.kpi-main-section::-webkit-scrollbar-thumb:hover {
	background: #002060;
	border-radius: 10px
}

.newsadd_scroll {
	height: 320px;
	margin-bottom: 20px
}

.newsadd_scroll::-webkit-scrollbar {
	width: 6px
}

.newsadd_scroll::-webkit-scrollbar-track {
	background: #002060
}

.newsadd_scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--Prim-Sea-Green, #fff)
}

.newsadd_scroll::-webkit-scrollbar-thumb:hover {
	background: #002060;
	border-radius: 10px
}

.inner-banner {
	background-image: url(../img/new-images/Waterwaves.gif);
	height: 200px;
	background-position: initial;
	position: relative;
	margin-top: 150px;
	z-index: 9;
}

section.Organization-wrapper,
section.history-wrapper {
	background-image: url(../img/new-images/bg1.jpg);
	background-size: cover;
	background-position: center;
	position: relative
}

section.Organization-wrapper:before,
section.history-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: var(--before-bg-color)
}

section.Organization-wrapper .container,
section.Organization-wrapper .container-fluid,
section.history-wrapper .container,
section.history-wrapper .container-fluid {
	position: relative;
	z-index: 9
}

.history-wrapper ul li img {
	margin-right: 11px
}

.middle-header-wrapper {
	padding: 0;
	border-top: 2px solid #105399;
	border-bottom: 2px solid #105399;
	background-color: var(--secondary-bg-color)
}

.icon_type img {
	width: 35px;
	margin-bottom: 10px
}

.icon_type {
	float: right;
	position: relative
}

.drop-icon {
	width: 17px;
	height: 20px;
	margin-top: 3px
}

#Chief_example_filter label,
#Chief_example_length label,
#Executive_example_filter label,
#Executive_example_length label,
#Honourable_example_filter label,
#Honourable_example_length label,
#Secretariat_example_filter label,
#Secretariat_example_length label,
#Superintendent_example_filter label,
#Superintendent_example_length label {
	display: flex;
	margin-bottom: 10px;
	align-items: center
}

.right_section_nav_archieve {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #0f70fb;
	background-color: var(--primary-bg-color)
}

.bdr-btm,
.inner-archieve,
.inner-archieve-item {
	border-bottom: 1px solid #4591cf
}

.right_section_nav_archieve .nav-pills .nav-link.active,
.right_section_nav_archieve .nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: #059;
	border-radius: 0
}

.right_section_nav_archieve .nav-pills .nav-item {
	border-bottom: 0
}

.right_section_nav_archieve .nav-pills .nav-link {
	border-radius: 0;
	border-right: 1px solid #0f70fb;
	color: var(--secondary-text-color) !important
}

.bdr-btm {
	padding-bottom: 10px
}

.archieve-tabs .right-logo {
	padding: 0;
	display: flex;
	gap: 20px;
	justify-content: end;
	align-items: center
}

.archieve-tabs .srch-box .form-control {
	width: 80%;
	border-radius: 4px;
	padding: 10px;
	background-color: #def2f8;
	border: 1px solid #4996d1
}

.archieve-tabs .srch-box .form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: transparent;
	outline: 0;
	box-shadow: none
}

.left_section_nav_rti ul#pills-tab {
	padding-left: 0;
	color: var(--secondary-text-color) !important;
	background-color: var(--primary-bg-color);
	border: 1px solid #0d6efd !important;
	display: inline-block !important;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%
}

.left_section_nav_rti ul#pills-tab button {
	font-size: 13px;
	text-align: left;
	width: 100%;
	color: var(--secondary-text-color);
}

.right_section_table_rti h3 {
	color: var(--primary-text-color) !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5
}

.right_section_table_rti table td {
	font-size: 13px;
	padding: 13px;
	border: 1px solid #05436975;
	color: var(--secondary-text-color) !important;
	background-color: var(--primary-bg-color)
}

.contact-details h5 {
	padding-left: 12px;
	color: var(--primary-text-color) !important
}

.btn-color {
	background-color: #005799;
	width: fit-content;
	padding: 0 15px;
	color: #fff;
	margin-top: 0;
	border: none;
	position: relative
}

.privacy-wrapper p {
	font-size: 14px;
	line-height: 1.5;
	color: var(--secondary-text-color);
	margin-bottom: 0;
	padding: 10px
}

.contact h3 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #005799 !important
}

.privacy-wrapper p b {
	color: var(--primary-text-color)
}

.twitter-timeline {
	height: 623px;
	overflow-y: scroll;
	width: 100%;
	margin-bottom: 20px !important
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.mySwiper-client .swiper-button-prev {
	color: #fffffffa;
	padding: 15px 14px;
	background: #2683c6;
	left: -5px;
	border-radius: 0
}

.mySwiper-client .swiper-button-next:after,
.mySwiper-client .swiper-button-prev:after {
	font-size: 13px
}

.mySwiper-client .swiper-button-next {
	color: #fffffffa;
	padding: 15px 14px;
	background: #2683c6;
	right: -5px;
	border-radius: 0
}

.navbar a,
.navbar a:focus {
	font-size: 12px !important
}

.navbar>ul>li {
	padding: 13px 3px !important
}

#youtube {
	position: absolute;
	left: 0;
	top: 45%;
	right: 0;
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto
}

#topbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.topbar {
	background-color: var(--secondary-bg-color);
	transition: .5s;
	color: #000;
	padding: 0;
	z-index: 9999;
	position: relative;
}

body {
	min-height: auto !important;
}

.banner_section {
	margin-top: 150px;
}
.banner-text p{color: #105399!important;}