

/*
* Footer
*/
#footer {
	background: #222423;
	padding-bottom: 20px !important;
}
#footer ul{
	padding: 0;
	display: flex; gap: 20px; justify-content: center; margin-bottom: 10px; 
}

#footer a:not(.btn):not(.no-footer-css),
#footer li,
#footer span,
#footer p {
	color: #e1e1e1;
}

.custom-list-style-1>li {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.custom-list-style-1>li+li {
	border-top: 1px solid #46474a;
}

.custom-list-style-1>li:first-child {
	padding-top: 0;
}

.custom-list-style-1>li:last-child {
	padding-bottom: 0;
}


/* new added */
.flex-pauseplay a{
	display: flex;
    align-items: center;
    font-size: 0;
	bottom: -6px;
}
.flex-pauseplay a:hover{
	text-decoration: none;
	color: #000;
}
.section-footer-logo::before{
	content: '';
	background: url(../img/district-border-bottom.png);
	width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    top: -18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-footer-logo {
	/* background-color: #dafbc6; */
	background: url(../img/footer-logo-background.jpg);
	padding: 10px 0;
	background-size: contain;
	position: relative;
	height: 120px;
}
.section-footer-logo .flex-direction-nav .flex-prev, 
.section-footer-logo .flex-direction-nav .flex-next{opacity: 1;}

.section-footer-logo .flex-direction-nav .flex-prev{left: 0;}
.section-footer-logo .flex-direction-nav .flex-next{right: 0;}

.section-footer-logo .flex-direction-nav a:before{font-size: 16px; color: #fff;}

.populer-services{margin-top: 20px !important;}
.populer-services .flex-direction-nav .flex-prev, 
.populer-services .flex-direction-nav .flex-next{opacity: 1; width: 30px; height: 30px; top: 45px;}
.populer-services
.populer-services .flex-direction-nav .flex-prev{left: 0;}
.populer-services .flex-direction-nav .flex-next{right: 0;}
.populer-services .flex-direction-nav a:before{font-size: 16px; color: #fff;}

.district-name {
	text-transform: uppercase;
	font-weight: 600;
}

ul.utility {
	margin-bottom: 0px;
	padding: 0;
}
ul.utility li:nth-child(3){display: none;}

ul.utility li {
	display: inline-block;
	margin-left: 5px;
}

.utility li a {
	box-shadow: 0 0 1px #fff;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	display: block;
	transition-duration: .3s;
	color: #fff;
}

ul.utility li a:hover {
	box-shadow: 0 0 10px #fff;
}

ul.utility li:nth-child(13) a,
ul.utility li:nth-child(15) a {
	width: 30px;
	height: 30px;
	display: block;
	transition-duration: .3s;
	box-shadow: none;
}

ul.utility li:nth-child(17) a {
	width: 80px;
	height: 30px;
	display: block;
	transition-duration: .3s;
	box-shadow: none;
}

.section-slider {
	background: #266402;	
	/* background: linear-gradient(130deg, rgba(139, 210, 90, 1) 5%, rgba(43, 121, 37, 1) 93%); */
}

.owl-carousel {
	margin-bottom: 0px;
}



.footer-matter{color: #888888;}
.footer-matter +div{color: #fff;}
.footer-matter .views-element-container{padding: 10px 0 0;}
.footer-matter  p {
	line-height: 1.5; margin-bottom:0px;

}

.footer-matter img {
	margin-top: 10px;
}

.footer-matter strong {
	color: #ffffff;
}

.footer-matter a {
	color: #01a31c;
}

.footer-matter a:hover {
	color: #fff !important;
}



