@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
/* Table of Content
[Master Stylesheet]

Project:		New City Government
Version:		1.0
Author:			CrunchPress
Primary use:	New City Government



[Color codes]

Background:	#ffffff (white)
Content:	#777777 (grey)
Header h1:	#ffffff (white)
Header h2:	#222222 (dark grey)
Footer:		#cccccc (grey)


[Typography]

Body:				font:14px/22px 'Poppins', sans-serif;
Headers:			font:16px/16px 'Poppins', sans-serif;
Input, textarea:	font:14px/14px 'Poppins', sans-serif;
Sidebar heading:	font:20px/20px 'Poppins', sans-serif;



/** Table of Content
- 	WRAPPER    	  					LENE 		000  		-		000
-	HEADER 							LINE		000			-		000
-	BANNER 							LINE		000			-		000
-	HIGHLIGHTS ROW					LINE		000			-		000
-	SERVICES BOARD					LINE		000			-		000
-	FACTS FIGURES SECTION			LINE		000			-		000
-	NEW SECTION						LINE		000			-		000
-	UPCOMING EVENTS					LINE		000			-		000
-	DEPARTMENTS SECTION 			LINE		000			-		000
-	GOVERNOR MESSAGE SECTION		LINE		000			-		000
-	EXPLORE SECTION					LINE		000			-		000
-	COMMUNITY AND CITIZENS 			LINE		000			-		000
-	FOOTER							LINE		000			-		000
-	FOOTER SECTION 2				LINE		000			-		000
-	INNER BANNER 					LINE		000			-		000
-	CONTACT PAGE					LINE		000			-		000
-	ERROR PAGE						LINE		000			-		000
-	TEAM PAGE						LINE		000			-		000
-	COMING SOON SECTION 			LINE		000			-		000
-	ABOUT PAGE						LINE		000			-		000
-	SIDEBAR							LINE		000			-		000
-	DONATION PAGE					LINE		000			-		000
-	BLOG PAGE						LINE		000			-		000
-	EXPLORE CITY					LINE		000			-		000

End of Table of Conten*/
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font: 400 14px/22px 'Poppins', sans-serif;
	color: #777;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Poppins', sans-serif;
	color: #222;
	margin: 0;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
	color: #222;
}
body h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 0 7px 5px rgba(0,0,0,0.21);
	margin: 0 0 10px 0;
}
body h2 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 800;
	margin: 0 0 10px 0;
}
body h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
body h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body h6 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body em {
	font: italic 400 16px/14px 'Poppins', sans-serif;
	display: block;
	color: #555;
	padding: 0 0 20px 0;
}
body p {
	font: 400 14px/22px 'Poppins', sans-serif;
	color: #777;
}
.btn-row {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.btn-row a.btn-style-1 {
	display: inline-block;
	float: none;
}
.btn-row a.btn-style-2 {
	display: inline-block;
	float: none;
}
a.btn-style-1 {
	font: 700 13px/13px 'Poppins', sans-serif;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 8px 15px;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
a.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
}
a.btn-style-1:hover:after {
	height: 100%;
}
a.btn-style-1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
a.btn-style-2 {
	font: 700 18px/18px 'Poppins', sans-serif;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 17px 35px 16px 35px;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
a.btn-style-2:hover {
	text-decoration: none;
	color: #fff;
}
a.btn-style-2:hover:after {
	height: 100%;
}
a.btn-style-2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
.btn-row {
	float: left;
	width: 100%;
}
.btn-row a.btn-style-1, .btn-row a.btn-style-2 {
	float: none;
	display: inline-block;
}
.frame {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #777;
	position: relative;
	border-radius: 20px;
}
.frame img {
	display: block;
	width: 100%;
}
.text-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.holder {
	float: left;
	width: 100%;
	position: relative;
}
.heading-style-1 {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align:center;
	margin-bottom : 30px;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    background: #fff;
}
.card-body {
	padding: 1.25rem;
}
/************************************************WRAPPER CSS START*************************************************/
#wrapper {
	float: left;
	width: 100%;
}
#main {
	float: left;
	width: 100%;
}
/*********************************************************HEADER CSS START**********************************************************/
#header {
	float: left;
	width: 100%;
}
.top-row {
	float: left;
	width: 100%;
	padding: 7px 0;
}
.top-row .left-box {
	float: left;
	padding: 3px 0;
}
.top-row .left-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
.top-row .left-box ul li {
	float: left;
	padding: 0 19px 0 0;
}
.top-row .left-box ul li a {
	text-decoration: none;
	display: block;
	font: 400 13px/25px 'Poppins', sans-serif;
	color: #c0c0c0;
	font-size: 13px;
}
.top-row .left-box ul li a:hover .fa {
	color: #fff;
}
.top-row .left-box ul li a:hover {
	color: #fff;
}
.top-row .left-box ul li a .fa {
	margin: 0 6px 0 0;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 23px;
	border-radius: 3px;
}
.top-row a.btn-style-1 {
	float: right;
	background: #fff;
	color: #222;
	padding: 8px 19px;
}
.top-row a.btn-style-1:hover {
	color: #fff;
}
.logo-row {
	float: left;
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
}
.logo-row .menu-col li{
	color: #fff;
	position: relative;
	width: 250px;
	padding: 10px 25px 3px 85px;
}
.logo-row .menu-col i:hover{
	background: #fd9500;
}
.logo-row .menu-col i{    
	text-align: center;
    width: 39px;
    height: 39px;
    font-size: 18px !important;
    line-height: 39px;
    margin: 0 10px;
    background: #fff;
    border-radius: 100%;
    color: #0D7D36;
}
.logo-row .menu-col h3, .logo-row .menu-col h4{
	color: #fff;
}
.logo-row .menu-col h3 {
	width: 18vw;
	font-size: 23px;
    font-weight: 600;
	font-family: 'Poppins';
}
.logo-row .menu-col h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins',sans-serif;
}
.nav-row {
	float: left;
	width: 100%;
	/* background: linear-gradient(90deg,#45BB46, #0D7D36); */
}
.nav-row #navbar li:hover{
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	border-radius: 5px;
}
#nav li:hover > a {
	color: #fff !important;
}
strong.logo {
	float: left;
}
.menu-col {
	float: right;
	width: 36%;
	height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btm-row {
	float: right;
	width: 100%;
	margin: 14px 0 0 0;
}
/*BURGER MENU CSS START*/
.cp-burger-nav {
	float: right;
	margin: 0 0 0 26px;
}
.cp_side-menu {
	float: right;
	font-size: 17px;
}
#cp_side-menu > a.crose {
	position: absolute;
	right: 45px;
	top: 45px;
	width: 40px;
	height: 40px;
	border: 2px solid #888;
	border-radius: 100%;
	text-align: center;
	color: #888;
	z-index: 9;
	line-height: 36px;
	font-size: 20px;
}
#cp_side-menu {
	background: #000 url(../images/uploads/banners/sidebar-menu-img.png) no-repeat left top/cover;
	color: #fff;
	height: 100%;
	margin-right: -410px;
	position: fixed;
	right: 0;
	top: 0;
	width: 374px;
	z-index: 999999;
	padding: 0;
}
#cp_side-menu-btn a:hover {
	text-decoration: none;
}
.cp_side-navigation {
	float: left;
	width: 100%;
}
.cp_side-navigation .navbar-nav {
	list-style: outside none none;
	margin: 0 0 40px 50px;
	overflow: hidden;
	padding: 0;
	float: left;
}
.cp_side-navigation li {
	float: left;
	width: 100%;
}
.cp-burger-nav .cp_side-navigation li a {
	font: 700 14px/14px "Raleway", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.cp_side-navigation .dropdown-menu {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	margin: 0;
	min-width: 100%;
	padding: 0;
	position: static;
	top: 100%;
	z-index: 1000;
}
.cp_side-navigation .dropdown-menu > li > a {
	font: 700 14px/14px "Raleway", sans-serif;
	color: #fff;
	display: block;
	padding: 10px 40px;
}
/* .navbar-nav > li > a .caret {
	margin-left: 10px;
} */
#cp_side-menu a.btn-style-1 {
	margin-bottom: 60px;
}
#cp_side-menu strong.copy {
	display: block;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 0 15px 50px;
}
#cp_side-menu strong.copy a {
	color: #fff;
	text-decoration: none;
}
#cp_side-menu strong.copy b {
	padding: 0 5px;
	font-size: 18px;
}
.sidebar-social {
	float: left;
	width: 100%;
}
.sidebar-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.sidebar-social ul li {
	display: inline-block;
	padding: 0 10px;
}
.sidebar-social ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #888;
}
#cp_side-menu #content-1 {
	height: 400px;
	overflow: hidden;
	padding: 0;
	margin: 105px 0 0 0;
	width: 100%;
}
#cp_side-menu .mCustomScrollbar {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
/*BURGER MENU CSS END*/
.header-search {
	float: right;
	margin: 0 0 0 43px;
}
.header-search .fa {
	font-size: 14px;
	color: #222;
}
.header-search .btn {
	border: 0;
	padding: 0;
	background: none;
}
.header-search .btn-default:hover {
	background: none;
}
.header-search .btn-default:active:hover, .header-search .btn-default.active:hover, .header-search .open > .dropdown-toggle.btn-default:hover, .header-search .btn-default:active:focus, .header-search .btn-default.active:focus, .header-search .open > .dropdown-toggle.btn-default:focus, .header-search .btn-default.focus:active, .header-search .btn-default.active.focus, .header-search .open > .dropdown-toggle.btn-default.focus {
	background: none;
	border-color: transparent;
}
.header-search .btn-default:focus, .header-search .btn-default.focus {
	background: none;
}
.header-search .btn-default:active, .header-search .btn-default.active, .header-search .open > .dropdown-toggle.btn-default {
	background: none;
}
.header-search .dropdown-menu {
	left: inherit;
	right: 0;
	min-width: 220px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
.header-search .dropdown-menu input[type="text"] {
	height: 38px;
	padding: 0 10px;
	margin: 0;
}
.header-search .dropdown-menu button[type="submit"] {
	position: absolute;
	right: 3px;
	top: 10px;
	color: #222;
	font-size: 14px;
	border: 0;
	background: none;
}
/* Menu CSS Start */
#nav {
	/* float: right; */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	padding: 0;
	position: relative;
	margin: 25px 2px;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 10;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	background: none;
	margin: 5px 0;
}
#nav li ul li a {
	background: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	text-align: left;
	padding: 12px;
	display: block;
}
/* .menu-col .navbar-inverse {
	border-color: transparent;
	background: none;
	border: 0;
}
.menu-col .navbar {
	float: right;
	margin: 0;
	min-height: auto;
}
.menu-col .navbar-collapse {
	padding: 0;
}
.menu-col .navbar-inverse .navbar-nav > .active > a, .menu-col .navbar-inverse .navbar-nav > .active > a:hover, .menu-col .navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
}
.nav-row .navbar-inverse {
	border: none;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
} */
/* Menu CSS End */


/*********************************************************HEADER CSS END**********************************************************/

/*********************************************************BANNER CSS START**********************************************************/
@media (min-width: 320px) {
	.loader img{
		width: 15% !important;
	}

	/* .navbar-collapse {
		position: relative;
		background: #fff !important;
		z-index: 2;
	}
	.navbar-toggle {
		background: #fff !important;
		border: none !important;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000 !important;
	} */
	.department-section .frame {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	#banner .container-image {
		width: 750px;
	}

	.loader img{
		width: 10% !important;
	}

	
}
@media (min-width: 992px)
{
	#banner .container-image {
		width: 970px;
	}
	.loader img{
		width: 5% !important;
	}
}
@media (min-width: 1200px)
{
	#banner .container-image {
		width: 1140px;
	}
}
#banner {
	margin-top: 27px;
	float: left;
	width: 100%;
	position: relative;;
}
#banner .container-image {
	padding: 15px;
    margin-right: auto;
    margin-left: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 20px;
}
#banner img {
	display: block;
	width: 100%;
}
#banner span.slide {
	position: absolute;
	top: 0;
	left: 0;
}
#banner .caption {
	position: absolute;
	left: 0;
	/* top: 151px; */
	width: 100%;
}
#banner .caption .holder {
	float: left;
	width: 625px;
}
#banner .caption .holder h1 {
	font: 500 60px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	display: block;
	text-shadow: 0 7px 5px rgba(0,0,0,0.25);
}
#banner .caption .holder h1 span {
	font-weight: 800;
}
#banner .caption .holder strong.title {
	display: block;
	font: 400 30px 'Poppins', sans-serif;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0,0,0,0.25);
	padding: 0 0 37px 0;
}
#banner .caption .holder a.btn-style-2 {
	padding: 19px 40px;
}
#banner .owl-theme .owl-controls .owl-nav {
	padding: 10px;
}
#banner .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
}
#banner .owl-next:before {
	content: "\f061";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
#banner .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 2px solid rgba(0,0,0,0);
}
#banner .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
#banner .owl-prev {
	margin-right: 3px !important;
}
#banner .owl-next {
	margin-left: 3px !important;
}
/*********************************************************BANNER CSS END**********************************************************/

/*******************************************SERVICES BOARD SECTION START****************************************/
.services-board {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.services-board .box {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
	border-radius: 3px 3px 0 0;
}
.services-board .box img{
	border-radius: 20px 20px 0 0;
	width:100%; 
	height:100%;
	object-fit:cover;
}
.services-board .box:hover h4 a {
	text-decoration: none;
}
.services-board .box:hover .round-icon {
	border-radius: 20%;
	font-size: 40px;
}
.services-board .services-bg {
	border-radius: 20px 20px 0 0;
	width: 100%;
	background: rgba(1, 60, 5, 0.4);
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 50px;
	/* padding: 10px; */
}
.services-board .services-bg h4{
	color: #fff;
	margin: 50% 0 0 0;
}
.services-board .link-services {
	border-radius: 0 0 20px 20px;
	height: 50px;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
}
.services-board .link-services a{
	font-size: 17px;
	line-height: 2.8;
	color: #fff;
}
.round-icon {
	width: 97px;
	height: 97px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 18px;
	display: block;
	font-size: 45px;
	text-align: center;
	line-height: 110px;
	box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.services-board .box h4 a {
	color: #fff;
}
.services-board .box h4 a span {
	display: block;
}
.services-board em {
	padding: 0 0 26px 0;
}
.services-board .box p {
	color: #fff;
	margin: 0;
}
.services-board .owl-nav {
	position: absolute;
	left: 0;
	top: -56px;
}
.services-board .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
}
.services-board .owl-next {
	position: absolute;
	left: 35px;
	top: 0;
}
.services-board .owl-next:before {
	content: "\f061";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.services-board .owl-next:hover:before, .services-board .owl-prev:hover:before {
	color: #fff;
}
.services-board .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 2px solid rgba(0,0,0,0);
}
.services-board .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
}
.services-board .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
/*******************************************SERVICES BOARD SECTION END****************************************/

/*******************************************VIRTUAL TOUR SECTION START****************************************/
.virtual-tour-board {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.virtual-tour-board .picture {
	border-radius : 30px;
	overflow: hidden;
}
.virtual-tour-board .heading-style-1{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*******************************************VIRTUAL TOUR SECTION END****************************************/

/*******************************************FACTS FIGURES SECTION START****************************************/
.facts-figures {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}
.facts-figures .holder {
	float: left;
	width: 100%;
	background-image: url(../images/facts-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 30px 0;
}
.facts-figures .holder .box {
	float: left;
	width: 100%;
	text-align: center;
}
.facts-figures .holder .box:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	border-right: 2px solid #ccc;
}
.facts-figures .holder .box.border-none:before {
	display: none;
}
.facts-figures .holder .box strong.number {
	display: block;
	font: 800 60px 'Poppins', sans-serif;
	color: #fff;
	padding: 3px 0 16px 0;
}
.facts-figures .holder .box span {
	font: 500 24px/24px 'Poppins', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 26px 0;
}
#wrapper .border-none {
	border: 0;
}
section {
	overflow: hidden;
}
/*******************************************FACTS FIGURES SECTION END****************************************/

.other-list-section {
	float: left;
	width: 100%;
    padding: 40px;
}
.other-list-section .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-list-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	border-radius: 0;
	background: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.other-list-section .owl-next {
	position: absolute;
	right: 0;
	bottom: 165px;
}
.other-list-section .owl-next:before {
	content: "\f061";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.other-list-section .owl-next:hover:before, .other-list-section .owl-prev:hover:before {
	color: #000;
}
.other-list-section .owl-prev {
	position: absolute;
	left: 0;
	bottom: 165px;
}
.other-list-section .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.other-list-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8); 
}
.other-list-section .box .text-box {
	padding: 15px;
    border-top: 0;
    position: absolute;
    bottom: 0;
	overflow: hidden;
}
.other-list-section .box .frame {
	height: 100% !important;
}
.other-list-section .box .text-box .inner {   
	margin: 0 !important;
    height: 100% !important;
}
.other-list-section .box .text-box .inner a{ 
	color: #fff !important;
	line-height: 22px !important;
}   

/*******************************************DESTINATION SECTION START****************************************/
.destination-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.destination-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-bottom: -250px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.destination-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-top: -250px;
    background-position: top;
    background-repeat: no-repeat;
}
.destination-section em {
	padding: 0 0 31px 0;
}
.destination-section a.btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}
.destination-section .container .row {
	padding: 15px;
}
.destination-section .box {
	overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    float: left;
    width: 100%;
}
.destination-section .box .tp-row {
	float: left;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.destination-section .box .round-thumb {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.destination-section .box .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.destination-section .box .text-box {
	padding: 15px;
	border-top: 0;
	position: absolute;
	bottom: 0;
}
.destination-section .box .text-box .inner {    
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.destination-section .box .text-box .inner h5 {
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.destination-section .box .text-box .inner h5 a{
	color: #fff;
}
.destination-section .box em {
	float: left;
	font: italic 700 13px/35px 'Poppins', sans-serif;
	padding: 0;
}
.destination-section .box .text-box .inner p {
	margin: 0;
}
.destination-section .box span.date {
	font: 700 12px/35px 'Poppins', sans-serif;
	color: #888;
}
.destination-section .box .btm-row {
	width: 100%;
	margin: 0;
}
.destination-section .box .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.destination-section .box .btm-row ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
.destination-section .box .btm-row ul li:first-child {
	border: 0;
	padding: 0 15px 0 0;
}
.destination-section .box .btm-row ul li a {
	text-decoration: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.destination-section .box .btm-row ul li a .fa {
	padding: 0 8px 0 0;
}
.destination-section .box .btm-row a.btn-1 {
	float: right;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.destination-section .box .frame img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-section .box:hover .text-box .inner h4 a {
	text-decoration: none;
}
.destination-section .box .btm-row a.btn-1:hover {
	text-decoration: none;
}
.destination-section .box .frame{
	height: 250px;
}
.destination-section .pagination-col {
	margin: 20px 0 50px 0;
}
.destination-list .frame {
	width: auto;
}
.destination-list .box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px 15px 9px;
}
.destination-detail .box .text-box {
	border: 0;
	padding: 0;
}
.destination-detail .box {
	margin: 0;
}
.destination-detail .box .btm-row {
	width: auto;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	border: 0;
	border-left: 1px solid #ccc;
}
.destination-detail .box span.date {
	float: left;
	padding: 0 15px 0 30px;
}
.destination-detail .box .text-box .inner p {
	margin-bottom: 20px;
}
.destination-detail .post-box .box .text-box .inner blockquote p {
	margin: 0;
}
/*******************************************DESTINATION SECTION END****************************************/

/*******************************************HOTEL SECTION START****************************************/
.pinjam_ruangan-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.pinjam_ruangan-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-bottom: -250px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.pinjam_ruangan-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-top: -250px;
    background-position: top;
    background-repeat: no-repeat;
}
.pinjam_ruangan-section em {
	padding: 0 0 31px 0;
}
.pinjam_ruangan-section a.btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}
.pinjam_ruangan-section .container .row {
	padding: 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.pinjam_ruangan-section .box {
	overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    float: left;
    width: 100%;
}
.pinjam_ruangan-section .box .tp-row {
	float: left;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.pinjam_ruangan-section .box .round-thumb {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.pinjam_ruangan-section .box .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.pinjam_ruangan-section .box .text-box {
	padding: 15px;
	border-top: 0;
}
.pinjam_ruangan-section .box .text-box .inner {    
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pinjam_ruangan-section .box .text-box .inner h5 {
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.pinjam_ruangan-section .box .text-box .inner h5 a{
	color: #fff;
}
.pinjam_ruangan-section .box em {
	float: left;
	font: italic 700 13px/35px 'Poppins', sans-serif;
	padding: 0;
}
.pinjam_ruangan-section .box .text-box .inner p {
	margin: 0;
}
.pinjam_ruangan-section .box span.date {
	font: 700 12px/35px 'Poppins', sans-serif;
	color: #888;
}
.pinjam_ruangan-section .box .btm-row {
	width: 100%;
	margin: 0;
}
.pinjam_ruangan-section .box .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.pinjam_ruangan-section .box .btm-row ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
.pinjam_ruangan-section .box .btm-row ul li:first-child {
	border: 0;
	padding: 0 15px 0 0;
}
.pinjam_ruangan-section .box .btm-row ul li a {
	text-decoration: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.pinjam_ruangan-section .box .btm-row ul li a .fa {
	padding: 0 8px 0 0;
}
.pinjam_ruangan-section .box .btm-row a.btn-1 {
	float: right;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.pinjam_ruangan-section .box .frame img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.pinjam_ruangan-section .box:hover .text-box .inner h4 a {
	text-decoration: none;
}
.pinjam_ruangan-section .box .btm-row a.btn-1:hover {
	text-decoration: none;
}
.pinjam_ruangan-section .box .frame{
	padding:0;
}
.pinjam_ruangan-section .pagination-col {
	margin: 20px 0 50px 0;
}
.pinjam_ruangan-list .frame {
	width: auto;
}
.pinjam_ruangan-list .box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px 15px 9px;
}
.pinjam_ruangan-detail .box .text-box {
	border: 0;
	padding: 0;
}
.pinjam_ruangan-detail .box {
	margin: 0;
}
.pinjam_ruangan-detail .box .btm-row {
	width: auto;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	border: 0;
	border-left: 1px solid #ccc;
}
.pinjam_ruangan-detail .box span.date {
	float: left;
	padding: 0 15px 0 30px;
}
.pinjam_ruangan-detail .box .text-box .inner p {
	margin-bottom: 20px;
}
.pinjam_ruangan-detail .post-box .box .text-box .inner blockquote p {
	margin: 0;
}
/*******************************************HOTEL SECTION END****************************************/

/*******************************************TRANSPORTASI SECTION START****************************************/
.transportasi-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.transportasi-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-bottom: -250px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.transportasi-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
    margin-top: -250px;
    background-position: top;
    background-repeat: no-repeat;
}
.transportasi-section em {
	padding: 0 0 31px 0;
}
.transportasi-section a.btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}
.transportasi-section .container .row {
	padding: 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.transportasi-section .box {
	overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    float: left;
    width: 100%;
}
.transportasi-section .box .tp-row {
	float: left;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.transportasi-section .box .round-thumb {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.transportasi-section .box .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.transportasi-section .box .text-box {
	padding: 15px;
	border-top: 0;
}
.transportasi-section .box .text-box .inner {    
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.transportasi-section .box .text-box .inner h5 {
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.transportasi-section .box .text-box .inner h5 a{
	color: #fff;
}
.transportasi-section .box em {
	float: left;
	font: italic 700 13px/35px 'Poppins', sans-serif;
	padding: 0;
}
.transportasi-section .box .text-box .inner p {
	margin: 0;
}
.transportasi-section .box span.date {
	font: 700 12px/35px 'Poppins', sans-serif;
	color: #888;
}
.transportasi-section .box .btm-row {
	width: 100%;
	margin: 0;
}
.transportasi-section .box .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.transportasi-section .box .btm-row ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
.transportasi-section .box .btm-row ul li:first-child {
	border: 0;
	padding: 0 15px 0 0;
}
.transportasi-section .box .btm-row ul li a {
	text-decoration: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.transportasi-section .box .btm-row ul li a .fa {
	padding: 0 8px 0 0;
}
.transportasi-section .box .btm-row a.btn-1 {
	float: right;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.transportasi-section .box .frame img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.transportasi-section .box:hover .text-box .inner h4 a {
	text-decoration: none;
}
.transportasi-section .box .btm-row a.btn-1:hover {
	text-decoration: none;
}
.transportasi-section .box .frame{
	padding:0;
}
.transportasi-section .pagination-col {
	margin: 20px 0 50px 0;
}
.transportasi-list .frame {
	width: auto;
}
.transportasi-list .box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px 15px 9px;
}
.transportasi-detail .box .text-box {
	border: 0;
	padding: 0;
}
.transportasi-detail .box {
	margin: 0;
}
.transportasi-detail .box .btm-row {
	width: auto;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	border: 0;
	border-left: 1px solid #ccc;
}
.transportasi-detail .box span.date {
	float: left;
	padding: 0 15px 0 30px;
}
.transportasi-detail .box .text-box .inner p {
	margin-bottom: 20px;
}
.transportasi-detail .post-box .box .text-box .inner blockquote p {
	margin: 0;
}
/*******************************************TRANSPORTASI SECTION END****************************************/

/*******************************************NEW SECTION START****************************************/
.news-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-bottom: -220px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
.news-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-top: -220px;
    background-position: top;
    background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
.news-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.news-section em {
	padding: 0 0 31px 0;
}
.news-section a.btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}
.news-section .container .row {
	padding: 15px;
}
.news-section .box {
	overflow: hidden;
    border-radius: 20px;
    float: left;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border: 1px solid rgba(0,0,0,.125);
	background: #fff;
}
.news-section .box .tp-row {
	float: left;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 14px;
}
.news-section .box .round-thumb {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.news-section .box .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.news-section .box .text-box {
	padding: 0 15px 9px 15px;
	border-top: 0;
}
.news-section .box .text-box .inner {    
	margin-top: 20px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-section .box .text-box .inner h5 {
	font-weight: bold;
	margin: 0;
}
.news-section .box em {
	float: left;
	font: italic 700 13px/35px 'Poppins', sans-serif;
	padding: 0;
}
.news-section .box .text-box .inner p {
	margin: 0;
}
.news-section .box span.date {
	font: 700 12px/35px 'Poppins', sans-serif;
	color: #888;
}
.news-section .box .btm-row {
	width: 100%;
	margin: 0;
}
.news-section .box .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.news-section .box .btm-row ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
.news-section .box .btm-row ul li:first-child {
	border: 0;
	padding: 0 15px 0 0;
}
.news-section .box .btm-row ul li a {
	text-decoration: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.news-section .box .btm-row ul li a .fa {
	padding: 0 8px 0 0;
}
.news-section .box .btm-row a.btn-1 {
	float: right;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.btn-color-1 {
	background: #9e9e9e;
}
.btn-color-2 {
	background: #03a9f4;
}
.btn-color-3 {
	background: #3f51b5;
}
.btn-color-4 {
	background: #795548;
}
.news-section .box .frame img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-section .box:hover .text-box .inner h4 a {
	text-decoration: none;
}
.news-section .box:hover .btm-row ul li a {
}
.news-section .box .btm-row a.btn-1:hover {
	text-decoration: none;
}
.news-section .box .frame{
	height: 250px;
}
.news-section .pagination-col {
	margin: 20px 0 50px 0;
}
.news-list .frame {
	width: auto;
}
.news-list .box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px 15px 9px;
}
.news-detail .box .text-box {
	border: 0;
	padding: 15px;
}
.news-detail .box {
	margin: 0;
}
.news-detail .box .btm-row {
	width: auto;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	border: 0;
	border-left: 1px solid #ccc;
}
.news-detail .box span.date {
	float: left;
}
.news-detail .box .text-box .inner p {
	margin-bottom: 20px;
}
.news-detail .post-box .box .text-box .inner blockquote p {
	margin: 0;
}
/*******************************************NEW SECTION END****************************************/

/*******************************************AGENDA SECTION START****************************************/
.agenda-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.agenda-section .box {
    display: flex;
    justify-content: center;
    align-items: center;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}
.agenda-section .box:hover h3 a {
	text-decoration: none;
}
.agenda-section .box:hover .round-icon {
	border-radius: 20%;
	font-size: 40px;
}
.agenda-section .box h3 {
	line-height: 30px;
	margin: 0 0 12px 0;
}
.agenda-section .box h3 a {
	color: #fff;
}
.agenda-section .box h3 a span {
	display: block;
}
.agenda-section em {
	padding: 0 0 26px 0;
}
.agenda-section .box p {
	color: #fff;
	margin: 0;
}
.agenda-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	border-radius: 0;
	background: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.agenda-section .owl-next {
	position: absolute;
	right: 0;
	bottom: 270px;
}
.agenda-section .owl-next:before {
	content: "\f061";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.agenda-section .owl-next:hover:before, .agenda-section .owl-prev:hover:before {
	color: #000;
}
.agenda-section .owl-prev {
	position: absolute;
	left: 0;
	bottom: 270px;
}
.agenda-section .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.agenda-section .link-agenda{
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	transform: scale(0);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	opacity: 0.7;
	transition: transform 0.5s;
	border-radius: 20px;
}
.agenda-section .link-agenda a{
	color: #fff;
	font-size: 20px;
}
.agenda-section .box:hover .link-agenda{
	transform: scale(1);
}
.agenda-section img {
	width:100%; 
	height:100%; 
	object-fit: cover;
	border-radius: 20px;
}
.agenda-section a.btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}

.agenda-list:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-bottom: -220px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
.agenda-list:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-top: -220px;
    background-position: top;
    background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
.agenda-list {
	float: left;
	width: 100%;
	margin: 70px 0;
}
/*******************************************AGENDA SECTION END****************************************/

/*************************************************UPCOMING EVENTS SECTION START***********************************************/
.upcoming-event {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 65px 0;
	height: 552px;
}
.upcoming-event em {
	padding: 0 0 61px 0;
}
.upcoming-event a.btn-style-1 {
	margin: -89px 0 0 0;
	float: right;
}
.upcoming-event #bx-pager {
	float: left;
	width: 100%;
}
.upcoming-event #bx-pager a {
	float: left;
}
.upcoming-event .bx-wrapper {
	float: left;
	width: 100%;
}
.upcoming-event #bx-pager a.active img {
	opacity: 0.5;
}
.event-slider {
	float: left;
	width: 100%;
	position: relative;
}
.event-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.event-caption {
	position: absolute;
	width: 350px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	left: 30px;
	top: -30px;
	padding: 32px 25px 30px 18px;
}
.event-caption:hover h3 a {
	text-decoration: none;
}
.flex-active-slide img {
	opacity: 0.5;
}
.event-caption .date-box {
	float: left;
	font: 900 32px 'Poppins', sans-serif;
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 0 18px 14px 0;
	margin: 0 18px 0 0;
}
.event-caption .date-box span {
	display: block;
	font: 700 14px 'Poppins', sans-serif;
	color: #888;
	padding: 2px 0 0 0;
}
.event-caption .text-col {
	overflow: hidden;
	padding: 5px 0 0 0;
}
.event-caption .text-col h3 {
	line-height: 28px;
	margin: 0 0 14px 0;
}
.event-caption .text-col span.time {
	display: block;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
	padding: 0 0 14px 3px;
}
.event-caption .text-col span.time .fa {
	padding: 0 8px 0 0;
}
.event-caption .text-col p {
	margin: 0 0 16px 3px;
}
.event-caption .text-col a.btn-style-1 {
	float: left;
	margin: 0 0 0 3px;
	padding: 8px 14px;
	text-decoration: none;
}
.event-caption .flex-direction-nav {
	display: none;
}
.flex-prev {
	background: #fff;
	border: 2px solid #ccc;
	bottom: 30px;
	float: right;
	font-size: 0;
	height: 40px;
	left: 340px;
	position: absolute;
	width: 40px;
	z-index: 9;
}
.flex-next {
	background: #fff;
	border: 2px solid #ccc;
	bottom: 30px;
	float: right;
	font-size: 0;
	height: 40px;
	left: 380px;
	position: absolute;
	width: 40px;
	z-index: 9;
}
.flex-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 36px;
}
.flex-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 36px;
}
.flex-next:hover, .flex-prev:hover {
	border: 2px solid rgba(0,0,0,0);
	text-decoration: none;
}
.flex-next:hover:before, .flex-prev:hover:before {
	color: #fff;
}
.event-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.event-list .event-caption {
	position: static;
	float: left;
	width: 390px;
}
.event-box:hover .frame img {
	transform: scale(1.1);
	opacity: 0.5;
}
.event-list .frame {
	float: none;
	width: auto;
	background: #000;
	overflow: hidden;
}
.event-detail .event-caption {
	position: static;
	float: left;
	width: 100%;
	padding: 0 20px;
	border: 0;
	height: auto;
	margin-top: 15px;
}
.event-detail .frame {
	margin-bottom: 20px;
}
.event-detail .event-box {
	margin: 0;
}
.event-detail .post-box blockquote {
	margin: 10px 0 25px 0;
}
.event-timer {
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.event-timer .countdown-row {
	display: block;
	position: relative;
	z-index: 9999;
	top: -200%;
}
.event-timer .countdown-section {
	display: inline-block;
	float: none;
	font-size: 75%;
	text-align: center;
	width: 70px;
	position: relative;
	margin: 0 2px;
	padding: 15px 10px;
}
.event-timer .countdown-amount {
	font-size: 200%;
	font: 400 24px/24px 'Poppins', sans-serif;
	display: block;
	color: #fff;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.event-timer .countdown-period {
	display: block;
	color: #fff;
	font: 400 14px/14px 'Poppins', sans-serif;
}

.event-detail .owl-theme .owl-controls .owl-nav {
	padding: 10px;
}
.event-detail .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
}
.event-detail .owl-next:before {
	content: "\f061";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.event-detail .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 2px solid rgba(0,0,0,0);
}
.event-detail .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.event-detail .owl-prev {
	margin-right: 3px !important;
}
.event-detail .owl-next {
	margin-left: 3px !important;
}
.event-detail .wrap {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
	border: 1px solid rgba(0,0,0,.125);
	background: #fff;
	padding: 0;
	border-radius: 20px;
	overflow:hidden;
}
/*************************************************UPCOMING EVENTS SECTION END***********************************************/

/*************************************************profil SECTION START***********************************************/
.profil-section {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 30px;
}
.profil-section .row {
	padding: 25px 15px;
}
.profil-section em {
	margin: 0 0 11px 0;
}
.profil-section .holder {
	float: none;
	margin: 0 auto;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 63px 0 0 0;
}
.profil-section .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 20px;
}
.profil-section .box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.profil-section .box .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 90%;
	height: 90%;
	text-align: center;
	transform: scale(0.7);
}
.profil-section .box .frame .caption .holder .fa {
	font-size: 32px;
	color: #fff;
	line-height: 135px;
}
.profil-section .text-box {
	text-align: center;
	padding: 15px 0 14px 0;
}
.profil-section .text-box h4 {
	margin: 0;
}
.profil-section .box:hover .frame img {
	opacity: 0.4;
}
.profil-section .box:hover .frame .caption .holder {
	opacity: 0.9;
	transform: scale(1);
}
.profil-section .box:hover .text-box h4 a {
	text-decoration: none;
}
.profil-section .btn-row {
	margin: 10px 0 0 0;
}
.profil-space {
	padding: 0 0 40px 0;
	margin: 0;
}
.profil-page {
	float: left;
	width: 100%;
}
/*************************************************profil SECTION END***********************************************/

/*****************************************DEPARTMENTS SECTION START***************************************/
/* .department-section {
	float: left;
	width: 100%;
	padding: 60px 0;
	margin-bottom: 68px;
}
.department-section em {
	margin: 0 0 11px 0;
}
.department-section .holder {
	float: none;
	margin: 0 auto;
	display: block;
	width: 1260px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 63px 0 0 0;
}
.department-section .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.department-section .box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.department-section .box .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 90%;
	height: 90%;
	text-align: center;
	transform: scale(0.7);
}
.department-section .box .frame .caption .holder .fa {
	font-size: 32px;
	color: #fff;
	line-height: 135px;
}
.department-section .text-box {
	text-align: center;
	padding: 15px 0 14px 0;
}
.department-section .text-box h4 {
	margin: 0;
}
.department-section .box:hover .frame img {
	opacity: 0.4;
}
.department-section .box:hover .frame .caption .holder {
	opacity: 0.9;
	transform: scale(1);
}
.department-section .box:hover .text-box h4 a {
	text-decoration: none;
}
.department-section .btn-row {
	margin: 10px 0 0 0;
} */
.department-space {
	padding: 0 0 40px 0;
	margin: 0;
}
.department-page {
	float: left;
	width: 100%;
}
.call-action-style-2 {
	float: left;
	width: 100%;
	background: #000 url(../images/call-action-bg.png) no-repeat left top/cover;
	padding: 85px 0;
	text-align: center;
}
.call-action-style-2 h2 {
	color: #fff;
	margin: 0 0 15px 0;
}
.call-action-style-2 .text-col {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 712px;
}
.call-action-style-2 p {
	font: italic 400 22px/36px 'Poppins', sans-serif;
	color: #fff;
	margin: 0 0 30px 0;
}
.call-action-style-2 .owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
}
.call-action-style-2 .owl-theme .owl-dots .owl-dot.active span, .call-action-style-2 .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.call-action-style-1 {
	float: left;
	width: 100%;
	background: #000 url(../images/call-action-bg-2.png) no-repeat left top/cover;
	padding: 70px 0;
	text-align: center;
	margin: 20px 0 70px 0;
}
.call-action-style-1 h2 {
	color: #fff;
	margin: 0 0 20px 0;
}
.call-action-style-1 em {
	display: block;
	text-align: center;
	font: italic 400 22px/34px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 0 25px 0;
}
.call-action-style-1 .space-box {
	margin: 0 auto;
	display: block;
	width: 870px;
	overflow: hidden;
}
.call-action-style-1 a.btn-style-2 {
	padding: 18px 65px;
}
#filter {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 10px 0 45px 0;
}
#filter li {
	float: left;
	margin: 0 10px 0 0;
}
#filter li a {
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 30px;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #777;
	display: block;
}
#filter li a:hover {
	cursor: pointer;
	color: #fff;
	border-color: transparent;
}
#filter .current {
	color: #fff;
	border-color: transparent;
}
#filter li a.selected {
	cursor: pointer;
	color: #fff;
	border-color: transparent;
}
.portfolio_block {
	width: 100%;
}
.portfolio_block .col-md-4 {
	padding: 1px;
}
.portfolio_block .gall img {
	width: 100%;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
/*****************************************DEPARTMENTS SECTION END***************************************/

/*************************************************EXPLORE SECTION START*************************************************/
.explore-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.explore-section em {
	margin: 0 0 11px 0;
}
.explore-section .btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	margin: -60px 0 0 0;
}
.explore-section .video-frame {
	float: left;
	width: 100%;
	position: relative;
}
.explore-section .video-frame a.btn-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/* background: url(../images/play-btn-1.png) no-repeat center center; */
	width: 80px;
	height: 80px;
}
.explore-section .video-frame .modal-dialog {
	width: 1000px;
}
.explore-section .video-frame .modal-header {
	border: 0;
	padding: 0;
}
.explore-section .video-frame .modal-body {
	padding: 0;
}
.explore-section .video-frame .modal-body iframe {
	width: 100%;
	height: 424px;
	border: 0;
}
.explore-section .video-frame .close {
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
	background: #fff;
}
.explore-section .video-frame .modal-content {
	border: 0;
	background: none;
	border-radius: 0;
}
.popular-videos {
	float: left;
	width: 100%;
}
.popular-videos .popular-head {
	float: left;
	width: 100%;
	text-align: center;
	padding: 16px 0;
}
.popular-videos .popular-head h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.popular-videos .text-box {
	padding: 0 20px 2px 20px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 0 20px 2px 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border-radius: 20px;
}
.popular-videos .text-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0 20px 20px 0;
	background-color: #F5F5F5;
}

.popular-videos .text-box::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.popular-videos .text-box::-webkit-scrollbar-thumb
{
	border-radius: 0 20px 20px 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #45BB46;
}
.popular-videos .text-box ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.popular-videos .text-box ul li {
	overflow: hidden;
	border-top: 1px dashed #ccc;
	padding: 20px 0;
}
.popular-videos .text-box ul li:first-child {
	border: 0;
}
.video-frame-1 {
	float: left;
	width: 220px;
	/* background: url(../images/video-img-2.jpg) no-repeat left top; */
	height: 140px;
	position: relative;
	margin: 0 22px 0 0;
}
.video-frame-2 {
	float: left;
	width: 220px;
	/* background: url(../images/video-img-3.jpg) no-repeat left top; */
	height: 140px;
	position: relative;
	margin: 0 22px 0 0;
}
.video-frame-1 a.btn-play {
	/* background: url(../images/play-btn-2.png) no-repeat center center; */
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-frame-2 a.btn-play {
	/* background: url(../images/play-btn-2.png) no-repeat center center; */
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-frame-4 {
	float: left;
	width: 180px;
	/* background: url(../images/video-img-4.jpg) no-repeat left top; */
	height: 100px;
	position: relative;
	margin: 0 14px 0 0;
}
.video-frame-4 a.btn-play {
	/* background: url(../images/play-btn-2.png) no-repeat center center; */
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-frame-5 {
	float: left;
	width: 263px;
	/* background: url(../images/news-video-img-1.jpg) no-repeat left top; */
	height: 224px;
	position: relative;
	margin: 0 30px 0 0;
}
.video-frame-5 a.btn-play {
	/* background: url(../images/btn-play-3.png) no-repeat center center; */
	width: 49px;
	height: 49px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-frame-6 {
	float: left;
	width: 100%;
	/* background: url(../images/news-video-img-2.jpg) no-repeat left top/cover; */
	height: 120px;
	position: relative;
	margin: 0 0 10px 0;
}
.video-frame-6 a.btn-play {
	/* background: url(../images/play-btn-2.png) no-repeat center center; */
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.explore-city .explore-style-2 .text-col {
	float: left;
}
.popular-videos .text-col {
	overflow: hidden;
	padding: 17px 0 0 0;
}
.popular-videos .text-col h4 {
	line-height: 26px;
}
.popular-videos .text-col .btm-row {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	padding: 9px 0 0 0;
}
.popular-videos .text-col .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.popular-videos .text-col .btm-row ul li {
	float: left;
	padding: 0 16px;
	border-top: 0;
	border-left: 1px solid #ccc;
}
.popular-videos .text-col .btm-row ul li:first-child {
	border: 0;
	padding: 0 17px 0 0;
}
.popular-videos .text-col .btm-row ul li a {
	text-decoration: none;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.popular-videos .text-col .btm-row ul li a .fa {
	padding: 0 5px 0 0;
}
.popular-videos .text-box ul li:hover .text-col h4 a {
	text-decoration: none;
}
/*************************************************EXPLORE SECTION END*************************************************/

/*********************************************************COMMUNITY AND CITIZENS SECTION START******************************************************/
.department-section {
	float: left;
	width: 100%;
	margin: 70px 0;
	/* margin-top: 170px;
	margin-bottom: 80px; */
}
.department-section em {
	padding: 0 0 11px 0;
}
@media (min-width: 768px) {
	.department-section .holder {
		float: none;
		margin: 0 auto;
		display: block;
		width: 1260px;
		border: 1px solid #ccc;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
		padding: 63px 0 0 0;
	}
	.department-section .box {
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 30px;
	}
	.department-section .box .frame .caption {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.department-section .box .frame .caption .holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		width: 90%;
		height: 90%;
		text-align: center;
		transform: scale(0.7);
	}
	.department-section .box .frame .caption .holder .fa {
		font-size: 32px;
		color: #fff;
		line-height: 135px;
	}
	.department-section .text-box {
		text-align: center;
		padding: 15px 0 14px 0;
	}
	.department-section .text-box h4 {
		margin: 0;
	}
	.department-section .box:hover .frame img {
		opacity: 0.4;
	}
	.department-section .box:hover .frame .caption .holder {
		opacity: 0.9;
		transform: scale(1);
	}
	.department-section .box:hover .text-box h4 a {
		text-decoration: none;
	}
}
.department-section .box {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}

.department-section .box .fa {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0 7px 0 0;
}
.department-section .box ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.department-section .box ul li {
	display: block;
	overflow: hidden;
	/* padding: 0 0 14px 16px; */
	line-height: 14px;
	position: relative;
}
.department-section .box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.department-section .box ul li a {
	text-decoration: none;
	font: 500 14px/14px 'Poppins', sans-serif;
	color: #555;
}
.department-section .box .frame {
	transition : transform 1s;
	background : none !important;
}
.department-section .box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.department-section .col-md-2 {
	padding: 20px;
}
.department-section .box .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 90%;
	height: 90%;
	text-align: center;
	transform: scale(0.7);
}
.department-section .box .frame .caption .holder .fa {
	font-size: 32px;
	color: #fff;
	line-height: 135px;
}
.department-section .text-box {
	text-align: center;
	padding: 15px 0 14px 0;
}
.department-section .text-box h4 {
	margin: 0;
}
.department-section .box:hover .frame {
	transform: scale(1.1);
}
.department-section .box:hover .frame .caption .holder {
	opacity: 0.9;
	transform: scale(1);
}
.department-section .box:hover .text-box h4 a {
	text-decoration: none;
}
.department-section .frame:hover img{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.department-section .owl-item {
	display: flex;
	justify-content: center;
}
.mayor-row {
	float: left;
	width: 100%;
	top: 57px;
	position: relative;
}
.mayor-space {
	top: 0;
	padding: 70px 0;
}
.mayor-row .row {
	margin: 0;
}
.mayor-row .col-md-6 {
	padding: 0;
}
.mayor-office {
	float: left;
	width: 100%;
	padding: 27px 100px 26px 98px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mayor-office h3 {
	color: #fff;
	margin: 0 0 7px 0;
}
.mayor-office h2 {
	color: #fff;
	margin: 0;
}
.mayor-office a.link {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #222;
	float: right;
	margin: -28px 78px 0 0;
}
.mayor-colo-2 {
	padding: 27px 100px 26px 113px;
}
.mayor-colo-2 a.link {
	margin: -28px 97px 0 0;
}
/*********************************************************COMMUNITY AND CITIZENS SECTION END******************************************************/

/***************************************FOOTER START****************************************/
#footer {
	float: left;
	width: 100%;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
}
.footer-section-1 {
	float: left;
	width: 100%;
	/* background: #2b2b2b url(../images/uploads/banners/pattren.png); */
	position: relative;
	padding: 50px 0;
}
.footer-section-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: rotate(180deg);
	/* background-image: url(../images/default/shap-bottom.svg);
	background-position: top;
	background-repeat: no-repeat; */
}
#footer .col-md-12{
	display: flex;
	justify-content: center;
}
.footer-box {
	float: left;
	width: 40%;
}
.footer-box h3 {
	color: #fff;
	margin: 0 0 22px 0;
}
strong.footer-logo {
	display: block;
	margin: 4px 0 23px 0;
}
.footer-box .text-col p {
	font: 400 16px/24px 'Poppins', sans-serif;
	color: #fff;
	margin: 0 0 28px 0;
}
.footer-box .text-col a.btn-style-1 {
	background: #fff;
	padding: 11px 19px;
	color: #222;
}
.footer-box .text-col a.btn-style-1:hover {
	color: #fff;
}
.news-widget {
	float: left;
	width: 100%;
}
.news-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.news-widget ul li {
	overflow: hidden;
	border-top: 1px dashed #777;
	padding: 15px 0;
}
.news-widget ul li:first-child {
	padding: 0 0 15px 0;
	border: 0;
}
.news-widget ul li:last-child {
	padding: 15px 0 0 0;
}
.news-widget .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	width: 100%;
    height: 150px;
}
.news-widget .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
}
.news-widget .text-area {
	overflow: hidden;
	float:left;
	padding: 5px 0;
}
.news-widget .text-area a {
	font: 500 14px/18px 'Poppins', sans-serif;
	color: #ccc;
	display: block;
	text-decoration: none;
	padding: 0 0 8px 0;
}
.news-widget .text-area span {
	display: block;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.news-widget .text-area span .fa {
	padding: 0 9px 0 0;
}
.news-widget ul li:hover .thumb img {
	opacity: 0.5;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-widget ul li:hover .text-area a {
}
.news-widget img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.links-widget {
	float: left;
	width: 100%;
}
.links-widget ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.links-widget ul li {
	display: block;
	padding: 0 0 14px 20px;
	position: relative;
	line-height: 14px;
}
.links-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 100%;
}
.links-widget ul li:hover a {
	color: #fff;
}
.links-widget ul li a {
	font: 500 14px/14px 'Poppins', sans-serif;
	color: #ccc;
	text-decoration: none;
}
.footer-box input[type="text"] {
	float: left;
	width: 100%;
	height: 40px;
	background: none;
	border: 1px solid #777;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #777;
	margin-bottom: 5px;
}
.footer-box textarea {
	float: left;
	width: 100%;
	height: 90px;
	resize: none;
	background: none;
	border: 1px solid #777;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #777;
	margin-bottom: 5px;
}
.footer-box input[type="submit"] {
	float: left;
	width: 100%;
	border: 0;
	height: 36px;
	color: #fff;
	font: 700 13px 'Poppins', sans-serif;
}
/***************************************FOOTER END****************************************/

/************************************FOOTER SECTION 2 START************************************/
.footer-section-2 {
	float: left;
	width: 100%;
	padding: 10px 0;
	background-color: #033c6d;
}
.footer-social {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-social strong.title {
	display: inline-block;
	font: 500 18px/18px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 20px 0 0;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.footer-social ul li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.footer-social ul li a {
	font: 700 13px/13px 'Poppins', sans-serif;
	color: #999;
}
.footer-social ul li .fa {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	margin: 0 7px 0 0;
}
.social-color-1 {
	background: #29a9e1;
}
.social-color-2 {
	background: #3b5a9a;
}
.social-color-3 {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-color-4 {
	background: #5280a5;
}
.social-color-5 {
	background: #fba933;
}
.social-color-6 {
	background: #cb312e;
}
.social-color-7 {
	background: #00c921;
}
.social-color-8 {
	background: #000;
}
/************************************FOOTER SECTION 2 END************************************/

/************************************FOOTER SECTION 3 START************************************/
.footer-section-3 {
	float: left;
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(90deg,#368536, #01782c);
}
.footer-section-3 strong.copyrights {
	display: block;
	text-align: center;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #fff;
	text-indent: 8px;
}
.footer-section-3 strong.copyrights a {
	text-decoration: none;
	color: #af9a9a;
}
/************************************FOOTER SECTION 3 END************************************/

/**************************************INNER BANNER START*************************************/
#inner-banner {
	float: left;
	width: 100%;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	padding: 93px 0 153px 0;
	position: relative;
	margin-bottom: 100px;
}
#inner-banner h1 {
	text-align: center;
	display: block;
	color: #fff;
}
#inner-banner em {
	display: block;
	text-align: center;
	font: italic 400 16px/16px 'Poppins', sans-serif;
	color: #fff;
}
.inner-banner-heading:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	background: url(../images/uploads/banners/inner-banner-icon.png) no-repeat center bottom;
	width: 54px;
	height: 12px;
	margin: auto;
}
#inner-banner .container {
	position: relative;
}
.breadcrumb-col {
	display: block;
	margin: 0 auto;
	width: 1200px;
	padding: 25px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f0f0f0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	margin: auto;
}
.breadcrumb-col a.btn-back {
	float: left;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #555;
}
.breadcrumb-col a.btn-back:hover {
	text-decoration: none;
}
.breadcrumb-col a.btn-back .fa {
	padding: 0 8px 0 0;
}
.breadcrumb-col .breadcrumb {
	background-color: transparent;
	float: right;
	border-radius: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb-col .breadcrumb > li {
	float: left;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #555;
}
.breadcrumb-col .breadcrumb > li a {
	text-decoration: none;
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #555;
}
.breadcrumb-col .breadcrumb > li + li:before {
	font: 400 13px/13px 'Poppins', sans-serif;
	color: #555;
	content: "// ";
	padding: 0 2px;
}
/**************************************INNER BANNER END*************************************/

/***********************************CONTACT PAGE START**********************************/
.contact-style-1 {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.contact-style-1 .address {
	float: left;
	width: 100%;
	padding-bottom: 65px;
}
.contact-style-1 .address .box {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 200px;
	text-align: center;
}
.contact-style-1 .address .box .fa {
	width: 97px;
	height: 97px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 18px;
	font-size: 45px;
	line-height: 97px;
	color: #fff;
}
.contact-style-1 .address .box p {
	margin: 0;
}
.contact-style-1 .address .box h3 {
	margin: 0 0 15px 0;
}
.contact-style-1 .address .box a {
	display: block;
	font: 400 14px/22px 'Poppins', sans-serif;
	color: #777;
	text-decoration: none;
}
.address-color-1 {
	background: #4caf50;
}
.address-color-2 {
	background: #9e9e9e;
}
.address-color-3 {
	background: #374046;
}
.address-color-4 {
	background: #03a9f4;
}
.map-form-section {
	float: left;
	width: 100%;
}
.map-box-1 {
	float: left;
	width: 100%;
}
.map-box-1 .map_canvas {
	height: 696px;
	width: 100%;
}
.contact-form {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact-form h3 {
	margin: 0 0 15px 0;
}
.contact-form p {
	margin: 0 0 17px 0;
}
.contact-form textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
	float: left;
	width: 100%;
	/* height: 50px; */
	padding: 0 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* margin: 0 0 29px 0; */
	font: 400 13px 'Poppins', sans-serif;
	color: #777;
}
.contact-form textarea {
	height: 270px;
	resize: none;
	padding: 15px;
}
.contact-form input[type="submit"] {
	font: 400 18px 'Poppins', sans-serif;
	color: #fff;
	border: 0;
	padding: 17px 80px;
}
.btn-row .contact-form input[type="submit"] {
	float: none;
	display: inline-block;
}
input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
input:-moz-placeholder {
 color:#777;
 opacity:1;
}
input::-moz-placeholder {
 color:#777;
 opacity:1;
}
input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.contact-style-2 {
	float: left;
	width: 100%;
}
.contact-style-2 .contact-form {
	margin: 0;
	width: 100%;
}
.contact-style-2 .contact-form textarea {
	height: 209px;
}
.contact-style-2 .map-form-section {
	margin-bottom: 51px;
}
.map-box-2 {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.map-box-2 .map_canvas {
	height: 320px;
	width: 100%;
}
.address-style-2 {
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
}
.address-style-2 .frame:hover img {
	opacity: 0.5;
}
.address-style-2 .box {
	float: left;
	margin-bottom: 50px;
	padding: 0 0 0 19px;
	position: relative;
	width: 325px;
}
.address-style-2 .box .fa {
	position: absolute;
	font-size: 25px;
	left: 0;
}
.address-style-2 .box .text-box {
	overflow: hidden;
	padding: 0 0 0 20px
}
.address-style-2 .box .text-box p {
	margin: 0;
}
.address-style-2 .box .text-box a {
	color: #777;
	display: block;
	font: 400 14px/22px 'Poppins', sans-serif;
	text-decoration: none;
}
/***********************************CONTACT PAGE END**********************************/

/******************************************ERROR PAGE START******************************************/
.error-section {
	float: left;
	width: 100%;
	padding: 30px 0 140px 0;
}
.error-section .holder {
	margin: 0 auto;
	width: 555px;
	display: block;
	overflow: hidden;
	float: none;
}
.error-section h1 {
	font: 800 200px/200px 'Poppins', sans-serif;
	display: block;
	text-shadow: none;
	margin: 0 0 20px 0;
	text-align: center;
}
.error-section strong.title {
	display: block;
	font: 600 80px/80px 'Poppins', sans-serif;
	color: #999;
	text-align: center;
	padding: 0 0 20px 0;
}
.error-section span {
	display: block;
	text-align: center;
	font: 600 20px/20px 'Poppins', sans-serif;
	color: #222;
	padding: 0 0 50px 0;
}
.error-section form {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.error-section form input[type="text"] {
	height: 45px;
	margin: 0;
}
.error-section form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	height: 45px;
}
.error-section a.btn-back {
	display: inline-block;
	font: 700 18px/18px 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 18px 56px;
}
/******************************************ERROR PAGE END******************************************/

/******************************************TEAM PAGE START****************************************/
.team-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-bottom: -220px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.team-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-top: -220px;
    background-position: top;
    background-repeat: no-repeat;
}
.team-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.team-section .heading-style-1:before{
	bottom:34px;
}
.team-section em {
	margin: 0 0 11px 0;
}
.team-section .btn-style-1 {
	float: right;
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
    margin: -60px 0 0 0;
}
.team-section .box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.team-section .text-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding: 100px 5px 25px 5px;
	margin: -74px 0 0 0;
	border-radius: 0 0 20px 20px;
}
.team-section .text-box strong.title {
	font: 600 12px/12px 'Poppins', sans-serif;
	color: #ff6b01;
	display: block;
	height: 50px;
	line-height: 4;
}
.team-section .sosmed-pegawai {
	padding: 15px;
}
.team-section .sosmed-pegawai i {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
}
.team-section .box .outer {
	float: left;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.team-section .box .frame .caption {
	position: absolute;
	left: -140%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.team-section .box .frame .caption .inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 88%;
	height: 88%;
	padding: 70px 23px;
	background: rgba(255,255,255,0.80);
	text-align: center;
}
.team-section .box .frame .caption .inner p {
	margin: 0 0 15px 0;
}
.team-social {
	float: left;
	width: 100%;
}
.team-social ul {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social ul li {
	display: inline-block;
	padding: 0;
}
.team-social ul li a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
}
.team-social-color-1 {
	background: #29a9e1;
}
.team-social-color-2 {
	background: #3b5a9a;
}
.team-social-color-3 {
	background: #df4b38;
}
.team-section .box:hover .frame .caption {
	left: 0;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.team-section .box:hover .frame img {
	opacity: 1 !important;
}
.team-section .box:hover h3 a {
	text-decoration: none;
}
.team-section .pagination-col {
	margin: 20px 0 0 0;
}
.pagination-col {
	float: left;
	width: 100%;
	text-align: center;
}
.pagination-col .pagination {
	border-radius: 0;
	display: inline-block;
	margin: 0 0;
	padding-left: 0;
}
.pagination-col .pagination > li {
	display: inline-block;
}
.pagination-col .pagination > li > a, .pagination-col .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #777;
	font: 400 14px/14px 'Poppins', sans-serif;
	margin-left: 0;
	padding: 11px 14px;
	text-transform: uppercase;
}
.pagination-col .pagination > .active > a, .pagination-col .pagination > .active > span, .pagination-col .pagination > .active > a:hover, .pagination-col .pagination > .active > span:hover, .pagination-col .pagination > .active > a:focus, .pagination-col .pagination > .active > span:focus {
	color: #fff;
	border-color: transparent;
}
.pagination-col .pagination > li > a:hover, .pagination-col .pagination > li > span:hover, .pagination-col .pagination > li > a:focus, .pagination-col .pagination > li > span:focus {
	color: #fff;
	border-color: transparent;
}
.pagination-col .pagination > li:first-child > a, .pagination-col .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-col .pagination > li:last-child > a, .pagination-col .pagination > li:last-child > span {
	border-radius: 0;
}
/******************************************TEAM PAGE END****************************************/

/************************************************COMING SOON SECTION START***********************************************/
.coming-soon {
	float: left;
	width: 100%;
	background: url(../images/coming-bg.jpg) no-repeat left top/cover;
	padding: 193px 0 0 0;
}
strong.logo-2 {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}
.coming-soon .inner-content {
	margin: 0 auto;
	width: 950px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.coming-soon .inner-content h1 {
	color: #fff;
	font-size: 80px;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.coming-soon .inner-content p {
	font: 400 24px/35px 'Poppins', sans-serif;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
	margin: 0 0 90px 0;
}
.coming-soon .inner-content h2 {
	color: #fff;
	margin: 0 0 40px 0;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
.coming-soon .countdown-row {
	display: block;
	position: relative;
	z-index: 9999;
	top: -200%;
	margin-bottom: 90px;
}
.coming-soon .countdown-section {
	display: inline-block;
	float: none;
	font-size: 75%;
	text-align: center;
	width: 180px;
	position: relative;
	margin: 0 5px;
	padding: 20px 0;
}
.coming-soon .countdown-amount {
	font-size: 200%;
	font: 800 72px/72px 'Poppins', sans-serif;
	display: block;
	color: #fff;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
.coming-soon .countdown-period {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font: 800 16px/16px 'Poppins', sans-serif;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
/************************************************COMING SOON SECTION END***********************************************/

/************************************************ABOUT PAGE START************************************************/
.about-section {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.about-section img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.about-section i {
	font-size:50px;
	color: #0CA243;
}
.about-section .quote-pimpinan {
	padding: 20px 0;
}
.about-section .quote-pimpinan h2{
	line-height: 40px;
}
.about-section .heading-style-1 {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top : 20px;
	margin-bottom : 0;
}
.about-section .heading-style-1 h1{
	font-size: 0;
    text-transform: none;
    font-weight: 800;
    text-shadow: 0 7px 5px rgba(0,0,0,0.21);
}
.about-section .text-box em {
	font: italic 400 16px/24px 'Poppins', sans-serif;
}
.about-section .text-box strong.name {
	font: bold 26px/26px 'Poppins', sans-serif;
	color: #000;
}
.about-section-2 {
	float: left;
	width: 100%;  
	text-align: center;
    background: #efefef;
    padding: 40px;
}
.about-section-2 ul {
	text-align: left;
    width: 35%;
    margin: auto;
}
.about-section-2 i{
	margin: 15px 0;
	border-radius: 100%;
    color: #fff;
    background: linear-gradient(90deg,#45BB46, #0D7D36);
    padding: 7px;
    font-size: 18px;
}
.about-section-3 {
	float: left;
	width: 100%;
    padding: 40px;
}
.about-section-3 .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section-3 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	border-radius: 0;
	background: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.about-section-3 .owl-next {
	position: absolute;
	right: 0;
	bottom: 165px;
}
.about-section-3 .owl-next:before {
	content: "\f061";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.about-section-3 .owl-next:hover:before, .about-section-3 .owl-prev:hover:before {
	color: #000;
}
.about-section-3 .owl-prev {
	position: absolute;
	left: 0;
	bottom: 165px;
}
.about-section-3 .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.gallery-box {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.gallery-box .thumb {
	float: left;
	background: #000;
	overflow: hidden;
	margin: 0 2px 5px 0;
}
.gallery-box .thumb:hover img {
	transform: scale(1.3) rotate(10deg);
	-moz-transform: scale(1.3) rotate(10deg);
	-webkit-transform: scale(1.3) rotate(10deg);
	opacity: 0.5;
}
.gallery-box figure .caption h6{
	position: relative;
	opacity: 0;
}

.gallery-box figure .caption {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0 5px 15px;
}

.gallery-box figure .caption:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.gallery-box figure:hover .caption:before {
	width: 100%;
}
.gallery-box figure:hover h6 {
	opacity: 1;
}
.faq .accordion_cp {
	font: 600 24px/24px 'Poppins', sans-serif;
	padding: 20px 30px;
}
.accordion-style-1 {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.accordion_cp {
	margin: 0;
	padding: 17px 15px 17px 29px;
	border: 0;
	text-decoration: none;
	font: 600 18px/18px 'Poppins', sans-serif;
	color: #222;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
}
.accordion_cp .fa {
	padding: 0;
}
.accordion-open {
	color: #444;
}
.outer-col {
	margin-bottom: 4px;
}
.accordion-open span {
	display: block;
	float: right;
	padding: 0;
	color: #777;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
.accordion-open span {
}
.accordion-close span {
	display: block;
	float: right;
	padding: 0;
	color: #777;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
div.contain_cp_accor {
	padding: 0;
	margin: 0;
}
div.content_cp_accor {
	margin: 4px 0;
	background: #f7f7f7;
	padding: 17px 15px 17px 29px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
}
div.content_cp_accor p {
	margin: 0;
}
.accordion-close span i:before {
	content: "\f067";
}
.accordion-open span i:before {
	content: "\f068";
}
.governor-space {
	margin-bottom: 80px;
}
/************************************************ABOUT PAGE END************************************************/

/************************************************SIDEBAR START************************************************/
.sidebar {
	float: left;
	width: 100%;
}
.widget-box {
	float: left;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    border-radius: 20px;
    padding: 15px;
}
.widget-box h3 {
	margin: 0 0 20px 0;
}
.widget-box form {
	float: left;
	width: 100%;
	position: relative;
}
.widget-box form input[type="text"] {
	height: 45px;
	box-shadow: none;
	margin: 0;
}
.widget-box form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	padding: 0 17px;
	border: 0;
	color: #fff;
	font-size: 16px;
}
.text-widget {
	float: left;
	width: 100%;
}
.text-widget p {
	margin: 0;
}
.widget-box .news-widget .text-area a {
	color: #222;
}
.archive-widget {
	float: left;
	width: 100%;
}
.archive-widget ul {
	padding: 0;
	margin: -12px 0 0 0;
	list-style: none;
}
.archive-widget ul li {
	display: block;
	overflow: hidden;
	font: 600 14px/14px 'Poppins', sans-serif;
	color: #222;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0 12px 13px;
	position: relative;
}
.archive-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 100%;
}
.archive-widget ul li a {
	font: 600 14px/14px 'Poppins', sans-serif;
	color: #222;
	text-decoration: none;
	text-align: left;
	display: block;
}
.archive-widget ul li a span {
	text-align: right;
	float: right;
}
.widget-box .causes-box {
	margin: 0;
}
.causes-box {
	float: left;
	width: 100%;
	margin-bottom: 68px;
}
.causes-box .text-box {
	padding: 20px 26px;
	border: 1px solid #ccc;
}
.causes-box .text-box h4 {
	line-height: 26px;
}
.causes-box .text-box p {
	margin: 0 0 15px 0;
}
.causes-box .progress {
	background-color: #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 6px;
	margin-bottom: 17px;
	overflow: hidden;
}
.causes-box .progress-bar {
	box-shadow: none;
	color: #fff;
}
.causes-btm-row {
	float: left;
	width: 100%;
	padding: 0 0 22px 0;
}
.causes-btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.causes-btm-row ul li {
	float: left;
	padding: 0 0 0 33px;
}
.causes-btm-row ul li:first-child {
	padding: 0;
}
.causes-btm-row ul li strong.number {
	font: 900 13px/13px 'Poppins', sans-serif;
	display: block;
	padding: 0 0 2px 0;
}
.causes-btm-row ul li span.title {
	display: block;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
}
.causes-box .btn-row {
	position: relative;
	margin: 5px 0 -40px 0;
}
.causes-box a.btn-style-2 {
	font: 700 13px/13px 'Poppins', sans-serif;
	padding: 11px 30px;
}
.causes-box:hover .frame img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.causes-box:hover .text-box h4 a {
	text-decoration: none;
}
.causes-box .owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
}
.causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	color: #999;
}
.causes-box .owl-next {
	position: absolute;
	right: 0;
	top: -45px;
}
.causes-box .owl-next:before {
	content: "\f061";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.causes-box .owl-prev {
	position: absolute;
	right: 30px;
	top: -45px;
}
.causes-box .owl-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: transparent;
	color: #fff;
}
.causes-list .frame {
	width: auto;
}
.causes-list .causes-box .text-box {
	width: 389px;
}
.causes-list .causes-box .btn-row {
	margin: 0 0 5px 0;
}
.causes-list .causes-box {
	margin-bottom: 50px;
}
.causes-detail .causes-box .btn-row {
	margin: 0;
}
.causes-detail .causes-btm-row ul li:first-child {
	padding: 0 300px 0 0;
}
.causes-detail .causes-box {
	margin-bottom: 20px;
}
.sidebar-donation-box .selector {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
	height: 48px;
	position: relative;
	margin-bottom: 10px;
	font: 13px 'flamaregular';
	color: #777;
}
.sidebar-donation-box .selector select {
	line-height: 48px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.sidebar-donation-box .full-width {
	width: 100%;
}
.sidebar-donation-box select {
	height: 48px;
	padding: 0;
}
.sidebar-donation-box select option {
	padding: 2px 10px;
}
.sidebar-donation-box .selector span.custom-select {
	display: inline-block;
	line-height: 48px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.selector span.custom-select:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #777;
	content: "";
	position: absolute;
	right: 9px;
	top: 23px;
}
.selector span.custom-select:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.sidebar-donation-box {
	float: left;
	width: 100%;
}
.input-box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-donation-box .form-row input[type="submit"] {
	margin: 0;
}
.instagram-widget {
	float: left;
	width: 100%;
	margin: -10px 0 0 0;
}
.instagram-widget ul {
	padding: 0;
	margin: 0 -5px 0 0;
	list-style: none;
}
.instagram-widget ul li {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	background: #000;
}
.instagram-widget ul li:hover img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.events-widget {
	float: left;
	width: 100%;
}
.events-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.events-widget ul li {
	display: block;
	overflow: hidden;
	padding: 25px 0 0 0;
}
.events-widget ul li:first-child {
	padding: 0;
}
.events-widget .date-box {
	border-right: 1px solid #ccc;
	float: left;
	font: 900 32px "Raleway", sans-serif;
	margin: 0 18px 0 0;
	padding: 0 15px 14px 0;
	text-align: center;
}
.events-widget .date-box span {
	color: #888;
	display: block;
	font: 700 14px "Raleway", sans-serif;
	padding: 2px 0 0;
}
.events-widget .text-col {
	overflow: hidden;
	margin: -3px 0 0 0;
}
.events-widget .text-col a {
	font: 600 14px/18px "Raleway", sans-serif;
	color: #222;
	display: block;
	padding: 0 0 10px 0;
}
.events-widget .text-col span.time {
	color: #888;
	display: block;
	font: 700 12px/12px 'Poppins', sans-serif;
	padding: 0 0 0 0;
}
.events-widget .text-col span.time .fa {
	padding: 0 8px 0 0;
}
.events-widget ul li:hover .text-col a {
	text-decoration: none;
}
.departments-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.departments-box .text-box {
	text-align: center;
	background: #fff;
	padding: 14px 0;
}
.departments-box .text-box h4 {
	margin: 0;
}
.departments-box:hover .text-box h4 a {
	text-decoration: none;
}
.departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	color: #999;
}
.departments-box .owl-next {
	position: absolute;
	right: 0;
	top: -45px;
}
.departments-box .owl-next:before {
	content: "\f061";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.departments-box .owl-prev {
	position: absolute;
	right: 30px;
	top: -45px;
}
.departments-box .owl-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: transparent;
	color: #fff;
}
/************************************************SIDEBAR END************************************************/


/****************************************************DONATION PAGE START****************************************************/
.donation-section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.donation-section form {
	float: left;
	width: 100%;
}
.donation-section form ul {
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	display: block;
}
.donation-section form ul li {
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
.donation-section form ul li input.radio {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.donation-section form ul li label {
	display: block;
}
.donation-section form ul li span {
	border: 1px solid #ccc;
	clear: both;
	color: #222;
	font: 600 32px/97px 'Poppins', sans-serif;
	height: 97px;
	border-radius: 100%;
	margin-top: 23px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 97px;
	position: relative;
}
.donation-section form ul li span sup {
	font-size: 60%;
	top: -0.4em;
}
.donation-section form ul li span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	margin: auto;
	height: 10px;
	width: 1px;
	background: #ccc;
}
.donation-section .input-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
input.radio:checked + label > span.show-hover {
	display: inline-block;
	color: #fff;
}
span.show-hover {
	display: none;
}
input.radio:checked + label > span.show {
	display: none;
}
input.radio + label > span.show {
	display: inline-block;
}
input.radio+label>span.show-hover {
}
input.radio + label > span.show:before {
}
.form-row {
	float: left;
	width: 100%;
}
.form-row label {
	font: 600 18px/18px 'Poppins', sans-serif;
	color: #222;
	display: block;
	padding: 0 0 15px 0;
}
.form-row input[type="text"] {
	margin-bottom: 0;
}
.form-row input[type="submit"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 0;
	font: 700 18px 'Poppins', sans-serif;
	color: #fff;
	margin: 38px 0 0 0;
	border: 2px solid rgba(0,0,0,0);
}
.form-row .selector {
	margin-bottom: 0;
}
.form-row input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.form-row input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.form-row input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.form-row input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.form-row input[type="submit"]:hover {
	color: #fff;
}
.donation-section .selector {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
	height: 50px;
	position: relative;
	margin-bottom: 10px;
	font: 400 13px 'Poppins', sans-serif;
	color: #777;
}
.donation-section .selector select {
	line-height: 50px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.donation-section .full-width {
	width: 100%;
}
.donation-section select {
	height: 50px;
	padding: 0;
}
.donation-section select option {
	padding: 2px 10px;
}
.donation-section .selector span.custom-select {
	display: inline-block;
	line-height: 50px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.donation-section .selector span.custom-select:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #777;
	content: "";
	position: absolute;
	right: 9px;
	top: 23px;
}
.donation-section .selector span.custom-select:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
/****************************************************DONATION PAGE END****************************************************/

/*****************************************************BLOG PAGE START******************************************************/
.blog-page {
	margin: 0;
	float: left;
	width: 100%;
}
.post-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.post-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	border-radius: 0;
	padding: 0;
	font-size: 0;
	margin: auto;
}
.post-box .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	height: 50px;
}
.post-box .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
}
.post-box .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	height: 50px;
}
.post-box .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
}
.post-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: none;
}
.video-frame {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.video-frame img {
	width: 100%;
	border: 0;
	height: 270px;
}
.post-box .frame {
	margin-bottom: 20px;
}
.post-box .frame strong.sticky {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 195px;
	height: 60px;
	text-align: center;
	font: 500 24px/60px 'Poppins', sans-serif;
	color: #fff;
}
.post-box .frame strong.date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	font: 800 32px 'Poppins', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.post-box .frame strong.date span {
	font-size: 14px;
	display: block;
	margin: 2px 0 0 0;
}
.post-box .text-box .top-section {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.post-box .text-box .top-section strong.name {
	float: left;
	font: italic 700 13px/13px 'Poppins', sans-serif;
	padding: 0;
}
.post-box .text-box .top-section a.link {
	float: left;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
	border-right: 1px solid #ccc;
	padding: 0 15px;
}
.border-none {
	border: 0;
}
.post-box .text-box .top-section a.link .fa {
	padding: 0 6px 0 0;
}
.post-box .text-box a.btn-read {
	float: left;
	font: 700 13px/13px 'Poppins', sans-serif;
	color: #222;
	text-decoration: none;
}
.post-box .link-box {
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.post-box .link-box a.link-text {
	font: 600 24px/24px 'Poppins', sans-serif;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 0;
}
.blog-page .pagination-col {
	margin: 20px 0 70px 0;
}
.frame:hover  img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.post-box:hover .text-box h3 a {
	text-decoration: none;
}
.post-box:hover a.btn-read {
	text-decoration: none;
}
.blog-list .text-box {
	margin: 20px 0 0 0;
}
.blog-list .frame {
	margin: 0;
}
.post-box blockquote {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 25px 0;
	padding: 30px 37px;
	border: 0;
	font: italic 400 22px/36px 'Poppins', sans-serif;
	color: #fff;
	position: relative;
}
.post-box blockquote:before {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../images/uploads/banners/quot-icon.png) no-repeat right bottom;
	width: 73px;
	height: 59px;
}
.post-box blockquote p {
	font: italic 400 22px/36px 'Poppins', sans-serif;
	color: #fff;
	margin: 0;
}
.post-box .share-box {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.post-box .share-box strong.title {
	float: left;
	font: 800 14px/32px 'Poppins', sans-serif;
	color: #222;
	padding: 0 12px 0 0;
}
.post-box .share-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-box .share-box ul li {
	float: left;
	padding: 0 10px 0 0;
}
.post-box .share-box ul li a {
	text-decoration: none;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	display: block;
}
.comments-section {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.comments-section .round-thumb {
	border: 1px solid #ebebeb;
	width: 106px;
	height: 106px;
	border-radius: 100%;
	overflow: hidden;
	padding: 4px;
}
.comments-section .round-thumb:hover {
	border-radius: 30%;
}
.comments-section .round-thumb:hover img {
	border-radius: 30%;
}
.comments-section .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.comments-section .media-left, .comments-section .media > .pull-left {
	padding-right: 35px;
}
.comments-section strong.name {
	display: block;
	font: italic 700 13px/13px 'Poppins', sans-serif;
	padding: 0 0 10px 0;
}
.comments-section span.date {
	display: inline-block;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #888;
	padding: 0 0 12px 0;
}
.comments-section .text-outer {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.comments-section .text-outer p {
	margin: 0;
}
.comments-section .text-outer a.btn-replay {
	float: right;
	font-size: 12px;
}
.comments-section .media {
	margin-top: 20px;
}
.comments-section h3 {
	margin-bottom: 45px;
}
.comment-form {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-form h3 {
	margin-bottom: 30px;
}
.comment-form textarea {
	float: left;
	width: 100%;
	resize: none;
	height: 250px;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 29px 0;
	font: 400 13px 'Poppins', sans-serif;
	color: #777;
}
.comment-form input[type="submit"] {
	float: right;
	padding: 18px 80px;
	border: 0;
	font: 700 18px/18px 'Poppins', sans-serif;
	color: #fff;
}
.news-detail .post-box .share-box {
	margin: 10px 0 30px 0;
}
.news-detail {
	padding: 0;
}
.news-detail .post-box .frame {
	margin: 0 0 15px 0;
}
.news-detail .owl-carousel .owl-stage-outer {
	border-radius: 20px;
}
.aktif {
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
	border-radius: 5px;
	color: #fff !important;
}
.separated {
	width : 50px;
	height : 7px;
	background: #0CA243;
	margin : auto;
}
.judul-section {
	color: #042E08;
}
/*****************************************************BLOG PAGE END******************************************************/

/************************************************************EXPLORE CITY SECTION START************************************************************/
.explore-city {
	float: left;
	width: 100%;
}
.explore-city .heading-style-1 {
	margin-bottom: 15px;
}
.media-news {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.media-news iframe {
	width: 100%;
	border: 0;
	height: 400px;
}
.explore-city .video-frame {
	float: left;
	width: 100%;
	background: url(../images/video-img-01.jpg) no-repeat left top/cover;
	height: 362px;
	position: relative;
}
.explore-city .video-frame a.btn-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/play-btn-1.png) no-repeat center center;
	width: 80px;
	height: 80px;
}
.explore-city .popular-videos .text-col {
	padding: 0;
}
.explore-city .popular-videos .text-col .btm-row {
	border: 0;
	padding: 0;
	margin: 0;
}
.explore-city .popular-videos .text-col .btm-row ul li {
	border: 0;
	padding: 0 24px 0 0;
}
.explore-city .popular-videos .text-col h4 {
	margin: 0 0 2px 0;
}
.img-frame {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
.explore-city .popular-videos .text-box {
	padding: 0;
	border: 0;
}
.explore-city .popular-videos .text-box ul {
	padding: 10px 0 0 0;
}
.explore-city .popular-videos .text-box li {
	border: 0;
	padding: 10px 0;
}
.explore-city .explore-section {
	padding: 30px 0 0 0;
}
.explore-style-2 .img-frame {
	margin: 0 0 10px 0;
}
.explore-style-2 .popular-videos {
	width: 164px;
	margin: 0 30px 0 0;
}
.explore-style-2 .margin-none {
	margin: 0;
}
.explore-style-2 .popular-videos .text-col .btm-row ul li {
	padding: 0 20px 0 0;
}
.city-law {
	float: left;
	width: 100%;
	margin: 50px 0 70px 0;
}
.city-law .box {
	float: left;
	width: 100%;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: #000;
}
.city-law .box a.btn-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/btn-play-3.png) no-repeat center center;
	width: 49px;
	height: 49px;
}
.city-law .box .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0 20px 15px;
}
.city-law .box .caption:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.city-law .box .caption h4 a {
	color: #fff;
	position: relative;
}
.city-law .box .caption span {
	display: block;
	font: 700 12px/12px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 0 4px 0;
	position: relative;
}
.explore-style-2 .popular-videos:hover .text-col h4 a {
	text-decoration: none;
}
.city-law .box:hover img {
	opacity: 0.4;
}
.city-law .box:hover .caption:before {
	width: 100%;
}
.city-law .box:hover .caption h4 a {
	text-decoration: none;
}
.city-law .box:hover .caption span {
	color: #222;
}
.navbar-nav > li > a {
	padding : 0;
	/* padding-top: 15px;
	padding-bottom: 15px; */
}
.loader{
	position:fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img{
	width: 5%;
}
/************************************************************EXPLORE CITY SECTION END************************************************************/

/************************************************************TENTANG KAMI  START************************************************************/
.tentang-kami:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape.png);
    background-size: cover;
    height: 120px;
    background-position: top;
    background-repeat: no-repeat;
}
.tentang-kami:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape.png);
    background-size: cover;
    height: 120px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.tentang-kami {
	margin: 70px 0;
	color: #fff;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
}
.tentang-kami .container {
	padding: 150px 0 100px 0;
}
.tentang-kami .text {
	text-align: center;
	width: inherit;
	height: inherit;
}
.tentang-kami h2,.tentang-kami p, .tentang-kami h3, .tentang-kami h4 {
	color : #fff;
	font-weight: bold;
}
.tentang-kami .text p {
	font: 200 22px/22px 'Dancing Script', cursive !important;
	margin: 20px 0;
}
.tentang-kami .text a {
	font-size: 17px;
    border-radius: 50px;
}
.tentang-kami .video-container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.tentang-kami .video-container div{
	width : 50%;
	/* height : 345px; */
	padding: 20px;
	line-height: 5px;
}
.tentang-kami .video-container h4 {
	font-weight: bold;
	padding-top: 10%;
}
.tentang-kami .video-container h3 {
	padding-bottom: 10px;
	line-height: 1.5;
    font-size: 28px;
}
.tentang-kami .video-container p {    
	width: 70%;
    font: 200 19px/22px 'Poppins', sans-serif !important;
}
@media screen and (max-width: 768px) {
	.tentang-kami .video-container div{
		width : 100%;
	}
  }
/*******************************************************TENTANG KAMI  END*******************************************************/
/*******************************************************KUNJUNGAN KERJA  START*******************************************************/
.calendar-section {
	margin-bottom: 50px;
}
.calendar-section p {
	color: #fff;
}
.calendar-section .link-agenda {
	text-align: center;
}
.kunjungan-kerja .btn-danger {
	background-color: #f1416c;
}
.kunjungan-kerja input, .kunjungan-kerja textarea {
	float:none ;
} 
.btn-kunjungan-kerja{
    border-radius: 100px !important;
	padding: 10px 25px 10px 25px !important;
}
/*******************************************************KUNJUNGAN KERJA  END*******************************************************/

/*******************************************FOTO SECTION START****************************************/
.foto-section:before {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-bottom: -220px;
	transform: rotate(180deg);
    background-position: top;
    background-repeat: no-repeat;
}
.foto-section:after {
	content: "";
    float: left;
    width: 100%;
    background-image: url(../images/default/shape_2.png);
    background-size: cover;
    height: 390px;
	margin-top: -220px;
    background-position: top;
    background-repeat: no-repeat;
}
.foto-section {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.foto-section em {
	padding: 0 0 31px 0;
}
.foto-section a.btn-style-1 {
	background: linear-gradient(90deg,#45BB46, #0D7D36) !important;
}
.foto-section .gallery-box {
	display: grid;
	grid-template-columns: auto auto auto;
	border: 3px groove #aeb1ae;
}
.foto-section .gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block; 
}
.foto-section .gallery-box figure{
	width: 100%;
	height: 100%;
}
.foto-section .gallery-box .item-lg {
	grid-row: span 2;
}
.foto-section .foto-footer {
	padding: 35px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.judul_page {
	text-align: center;
	height: 150px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}
.judul_page h2{
	margin-bottom: 20px;
}
.judul_page .icon i{
	font-size: 20px;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
	padding: 10px;
	border-radius: 100%;
	color: #fff;
}
.tugas-judul-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
	width: 100%;
	height: 100px;
	margin: 20px 0;
}
/*******************************************FOTO SECTION END****************************************/

/*******************************************TUGAS POKOK SECTION START****************************************/
.tugas-pokok-section {
	color: #fff;
	padding: 70px 0;
}
.tugas-pokok-section .line-paragraph{    
	height: 3px;
    margin: 20px 0;
    width: 5%;
	background: linear-gradient(90deg,#45BB46, #0D7D36);
}
.tugas-pokok-section h4 {
	margin: 20px 0 15px 0;
	font-weight: 600;
}
.tugas-pokok-section ul {
    padding-inline-start: 20px;
	list-style-image: url('../images/default/leaves-icon.png');
}
.tugas-pokok-section ul li{
	line-height: 30px;
	color: #777;
}

/*******************************************TUGAS POKOK SECTION END****************************************/


/*******************************************AGENDA PIMPINAN SECTION START****************************************/

.agenda-pimpinan {
	width: 100%;
	height: 100%;
	margin-bottom: 70px;
	float: left;
}

.agenda-pimpinan .table th, .agenda-pimpinan .table td{
	padding: 15px;
	text-align: center;
}

/*******************************************AGENDA PIMPINAN SECTION END****************************************/

/*************************************************PROFIL SECTION START***********************************************/
.pesanan-section textarea, .pesanan-section input {
	float: none;
}
/*************************************************profil SECTION END***********************************************/

/************************************************WRAPPER CSS END*************************************************/

.FONTS {
	font-family: 'Poppins', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Dancing Script', cursive;
}
.gallery-box figure:hover .caption:before,.frame img, #nav li a, .top-row .left-box ul li a, .top-row .left-box ul li a .fa, .services-board .owl-theme .owl-controls .owl-nav [class*="owl-"], .services-board .owl-next:before, .services-board .owl-prev:before, .destination-section .box .btm-row ul li a, .destination-section .box .btm-row a.btn-1, .pinjam_ruangan-section .box .btm-row ul li a, .pinjam_ruangan-section .box .btm-row a.btn-1, .transportasi-section .box .btm-row ul li a, .transportasi-section .box .btm-row a.btn-1, .news-section .box .text-box .inner h4 a, .news-section .box .btm-row ul li a, .news-section .box .btm-row a.btn-1, .department-section .box .frame img, .department-section .box .frame .caption .holder, .department-section .text-box h4 a, .popular-videos .text-col h4 a, .popular-videos .popular-head, .popular-videos .text-col .btm-row ul li a .fa, .footer-box input[type="submit"], .footer-section-3 strong.copyrights a, .flex-prev, .flex-next, .flex-prev:before, .flex-next:before, .breadcrumb-col a.btn-back .fa, .breadcrumb-col .breadcrumb > li a, .contact-form input[type="submit"], .error-section form button[type="submit"], .error-section a.btn-back, .call-action-style-2 .owl-theme .owl-dots .owl-dot span, .team-section .box .frame .caption, .team-section .box .frame img, .team-section .text-box h3 a, .pagination-col .pagination > li > a, .pagination-col .pagination > li > span, #filter li a, .widget-box form button[type="submit"], .news-widget .thumb img, .news-widget .text-area a, .form-row input[type="submit"], .post-box .owl-next:before, .post-box .link-box a.link-text, .causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"], .instagram-widget ul li img, .events-widget .text-col a, .departments-box .text-box h4 a, .departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"], .post-box .text-box h3 a, .post-box .text-box a.btn-read, .comment-form input[type="submit"], .city-law .box img, .city-law .box .caption:before, .city-law .box .caption span, .city-law .box .caption h4 a, .round-icon, .community-citizen .box ul li:before, .community-citizen .box ul li a, .links-widget ul li:before, .links-widget ul li a, .gallery-box .thumb img, .comments-section .round-thumb, .comments-section .round-thumb img, .address-style-2 .frame img {
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
