body {
	padding-top: 54px;
}

@media (min-width: 992px) {
	body {
		padding-top: 56px;
	}
}

.carousel-item {
	min-height: 200px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.portfolio-item {
	margin-bottom: 30px;
}

/*-----------------------------------------*/

@keyframes bounceLink {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#mainNav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 700;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
#mainNav .navbar-brand {
	color: #ffffff;
}
#mainNav .navbar-nav {
	margin-top: 1rem;
	letter-spacing: 0.0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
	color: #2c3e50;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
	color: #fff;
	background: #27ae60;
	animation: bounceLink 0.5s;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
	color: #2ecc71;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
	color: #2c3e50;
}
#mainNav .navbar-toggler {
	font-size: 80%;
	padding: 0.8rem;
}

@media (min-width: 100px) {
	#mainNav {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
	}
	#mainNav .navbar-brand {
		font-size: 2em;
		-webkit-transition: font-size 0.3s;
		-moz-transition: font-size 0.3s;
		transition: font-size 0.3s;
	}
	#mainNav .navbar-nav {
		margin-top: 0;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
		color: #fff;
		background: #27ae60;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active,
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus,
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
		color: #fff;
		background: #27ae60;
	}
	#mainNav.navbar-shrink {
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

.dropdown-anima {
	float: left;
	overflow: hidden;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #2ecc71;
	color: white;
}

.dropdown-anima:hover .dropdown-content {
	display: block;
	/*
    -moz-animation: flipInX .60s ease-in ;
    -webkit-animation: flipInX .60s ease-in;
    animation: flipInX .60s ease-in;
    */
	animation-name: bounceLink 0.5s;
}

.dropdown-anima:hover {
	color: #27ae60;
	animation: bounceLink 0.5s;
}

#dropdown-collapse {
	transition: height 0.5s;
	overflow: hidden;
	height: 0;
	margin: 0;
	background-color: #f9f9f9;
}

@media (max-width: 1000px) {
	#dropdown-collapse {
		transition: height 0.5s;
		overflow: hidden;
		height: 0;
		margin: 0;
		background-color: #f9f9f9;
	}
}

.footer2 {
	padding-top: 2rem;
	padding-bottom: 3rem;
	background-color: #27ae60;
	color: #fff;
	/*box-shadow: 0px 0px 5px 8px rgba(0,0,0,0.2); */
}

.copyright2 {
	background-color: #00a65a;
	color: #ffffff;
	text-align: center;
}

a {
	color: #18bc9c;
}
a:focus,
a:hover,
a:active {
	color: #128f76;
}

.btn2 {
	border-width: 2px;
}

.bg-primary2 {
	background-color: #18bc9c !important;
}

.bg-secondary2 {
	background-color: #2c3e50 !important;
}

.text-primary2 {
	color: #27ae60 !important;
}

.text-secondary2 {
	color: #2c3e50 !important;
}

.btn-primary2 {
	background-color: #18bc9c;
	border-color: #18bc9c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #128f76;
	border-color: #128f76;
}

.btn-secondary2 {
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #1a252f;
	border-color: #1a252f;
}

.btn-berita {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-berita:hover,
.btn-berita:focus,
.btn-berita:active {
	background-color: #128f76;
	border-color: #128f76;
	color: #ffffff;
}

.btn-search {
	background-color: transparent;
	border-color: #95a5a6;
	color: #34495e;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
	background-color: #128f76;
	border-color: #128f76;
	color: #ffffff;
}

.btn-submit-comment {
	background-color: transparent;
	border-color: #128f76;
	color: #128f76;
}
.btn-submit-comment:hover,
.btn-submit-comment:focus,
.btn-submit-comment:active {
	background-color: #128f76;
	border-color: #128f76;
	color: #ffffff;
}

.btn-xl {
	padding: 1rem 1.75rem;
	font-size: 1.25rem;
}

.btn-social {
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

/*hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #0a8cd6;
}

hr.light {
  border-color: #fff;
}*/

.bg-primary {
	/* background-color: #0a8cd6 !important; */
	color: #000;
	box-shadow: 10px 25px 20px 0px rgba(0, 0, 0, 0.1);
}

.bg-dark {
	background-color: #212529 !important;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 8rem 0;
}

.service-box {
	max-width: 400px;
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.2);
}

.struktur-sdw {
	box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.1);
}

.section-heading {
	margin-top: 0;
}

/*---------------------------css galeri--------------------*/

.jarak {
	padding-top: 10rem;
}

.gallery-thumb {
	position: relative;
	width: 100%;
	/*box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.2);*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.image-thumb {
	display: block;
	width: 100%;
	height: auto;
}

.overlay-thumb {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(39, 174, 96, 0.3);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
}

.gallery-thumb:hover .overlay-thumb {
	height: 100%;
}

.text-thumb {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.search-bar2 {
	position: relative;
}

.search-bar2 .icon {
	position: absolute;
	top: 47%;
	left: 20px;
	transform: translateY(-50%);
}

.search-bar2 .input-text {
	width: 1px;
	box-sizing: border-box;
	border: 1px solid #27ae60;
	border-radius: 30px;
	font-size: 14px;
	background-color: white;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
.search-bar2 .input-text:focus {
	width: 80%;
	background-color: white;
}

/*-------------paging1----------------*/

.pagination-center {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-bottom: 1rem;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #ddd;
}

.pagination a.active {
	background-color: #27ae60;
	color: white;
}

.pagination a:hover:not(.active) {
	background-color: #95a5a6;
	color: white;
}

.btn-outline-primary2 {
	color: #27ae60;
	background-color: transparent;
	background-image: none;
	border-color: #27ae60;
}

.btn-outline-primary2:hover {
	color: #fff;
	background-color: #27ae60;
	border-color: #27ae60;
}

.btn-outline-primary2:focus,
.btn-outline-primary2.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary2.disabled,
.btn-outline-primary2:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary2:not([disabled]):not(.disabled):active,
.btn-outline-primary2:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary2.dropdown-toggle {
	color: #fff;
	background-color: #27ae60;
	border-color: #27ae60;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #27ae60;
}

.dropdown-item2 {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
}

.dropdown-item2:focus,
.dropdown-item2:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item2.active,
.dropdown-item2:active {
	color: #fff;
	text-decoration: none;
	background-color: #27ae60;
}

.dropdown-item2.disabled,
.dropdown-item2:disabled {
	color: #868e96;
	background-color: transparent;
}

/*--------------BERITA-----------------*/
.post-preview > a {
	color: #212529;
}

.post-preview > a:focus,
.post-preview > a:hover {
	text-decoration: none;
	color: #0085a1;
}

.post-preview > a > .post-title {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
	font-weight: 300;
	margin: 0 0 10px;
}

.post-preview > .post-meta {
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
	color: #868e96;
}

.post-preview > .post-meta > a {
	text-decoration: none;
	color: #212529;
}

.post-preview > .post-meta > a:focus,
.post-preview > .post-meta > a:hover {
	text-decoration: underline;
	color: #0085a1;
}

@media only screen and (min-width: 768px) {
	.post-preview > a > .post-title {
		font-size: 36px;
	}
}

.bg-image-full {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.button2 {
	border-radius: 4px;
	background-color: #27ae60;
	border: 1px;
	color: #27ae60;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button2 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;

	color: #ffffff;
}

.button2 span:after {
	content: "\00bb";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	color: #ffffff;
}

.button2:hover span {
	padding-right: 25px;
}

.button2:hover span:after {
	opacity: 1;
	right: 0;
}

/*======================SLIDER-------------------------*/
