/*
Theme Name: DigiMaxLine Themes Revision
Author: digimaxline
Author URI: http://www.digimaxline.com/
Description: My first responsive HTML5 theme
version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/



/*@font-face { font-family: GothamRounded-Bold; src: url('GothamRoundedBold_21016.ttf'); }*/

html,
body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif !important;
	font-size: 15px;
}


a, h1, h2, h3, h4, h5, h6{
	font-family: "Open Sans", sans-serif !important;
}

.container{
	width: 1200px !important; max-width: 100%;
}

h2{
	font-size: 42px;
}


/*** Button */
.btn-transparent {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}
.btn-transparent:hover {
	background-color: #fff;
}

.btn-rounded {
	border-radius: 70px;
}

.btn-large {
	padding: 8px 25px;
	font-size: 15px;
}

/*** Button - 2*/
.readmore-services{
	margin-left: 40px; margin-top: 20px; margin-bottom: 0px;
}

.btn-transparent-2 {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-transparent-2:hover {
	background-color: #fff;
	color: #000;
}

.btn-rounded-2 {
	border-radius: 50px;
}

.btn-large-2 {
	padding: 6px 20px;
	font-size: 14px;
	color: #fff;
}



/* =================================------------==================================
================================= HEADER ==================================
=================================------------==================================*/

#header {
	height: 80px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.header-atas{
	/*height: 50px; */
	width: 100%;
	background: #F4F4F4; 
	/*background: #edeff1; */
	text-align: center; 
	display:block;
	border-bottom: 2px solid rgba(0,0,0,.1);
	/*border-bottom: 5px solid #003e11;*/
}

.header-atas .container{
	width: 1200px; 
	max-width: 100%;
}

.header-atas .div-welcome{
	/*height: 50px; */
	height: 7vh;
	width: 100%; 
	display:table-cell; 
	vertical-align:middle;
}

.header-atas .div-welcome p{
	margin-bottom: 0px !important; 
	font-size: 14px; 
	color: #28293a; 
	font-weight: 550;
}

.header-atas .div-sosmed{
	height: 50px; width: 1%; display: table-cell; vertical-align: middle;
}

.header-atas .div-sosmed ul{
	overflow:auto !important; margin-bottom: 0px !important; float: right;
}

.header-atas .div-sosmed ul li{
	display: inline-block; padding: 0px 6px;
}

.header-atas .div-sosmed ul li a{
	color: #28293A;
}


@media (max-width: 991px) {
	#header {
		height: 60px;
		padding: 10px 0;
	}
}

.navbar{
	width:100%;
	transition: background-color 1s;
	background-color: #800400;
}

.navbar .collapse ul li a i{
	font-size: 22px;
}

.navbar .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.navbar .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
}

.navbar .logo h1 a, .navbar .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}

.navbar .logo img {
	padding: 0;
	max-height: 46px;
}

.main-pages {
	margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* SHIFT */
nav.navbar ul li {
	position:relative;
	z-index: 1;
}
nav.navbar ul li:hover {
	color: #fff;
}
nav.navbar ul li:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	/*background: #ff0000;*/
	background: #400200;
	visibility: none;
	opacity: 0;
	z-index: -1;
	border-radius: 6px;
}
nav.navbar ul li:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}


.fa-home:before {
	content: "\f015";
	color: #fff !important;
	font-size: 18px !important;
}


.navbar-light .navbar-nav .nav-link {
	color: #fff;
	/*font-family: "Open Sans", sans-serif !important;*/
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link i {
	color: #fff;
}

.navbar-light .navbar-nav .nav-item {
	min-width: 100px !important;
}


.nav-link {
	color: #fff;
	display: inline-block !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 10px 13px !important;
	text-transform: uppercase !important;
}

.navbar-nav li:hover{
	color: #000 !important;
}


/* Set the border color */ 

.custom-toggler.navbar-toggler { 
	border-color: #ffffff; 
} 
/* Setting the stroke to green using rgb values (0, 128, 0) */ 

.custom-toggler .navbar-toggler-icon { 
	background-image: url( 
		"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
}


/*-----------Sections Header -------------------------*/
.section-header h3 {
	font-size: 30px;
	color: #000; 
	text-align: center;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.section-header h5{
	font-size: 28px;
	text-align: center; 
	text-transform: uppercase; 
	color: #0F3661; 
	font-weight: 700;
	position: relative;
}

.section-header .lines {
	margin: auto;
	width: 70px;
	position: relative;
	border-top: 5px solid #091F78;
	margin-top: 15px;
	margin-bottom: 20px;
}

.section-header p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	color: #000;
	width: 50%;
}

@media (max-width: 767px) {
	.section-header p {
		width: 100%;
	}

	.section-header h3 {
		font-size: 24px;
	}
}




/* Contact Section
--------------------------------*/
#contact {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	/*padding: 60px 0;*/
	padding-bottom: 60px;
	overflow: hidden;
}

#contact .section-header {
	padding-bottom: 30px;
}

#contact .contact-about h3 {
	font-size: 36px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #007bff;
}

#contact .contact-about p {
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

#contact .social-links {
	padding-bottom: 20px;
}

#contact .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	color: #007bff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	border: 1px solid #007bff;
}

#contact .social-links a:hover {
	background: #007bff;
	color: #fff;
}

#contact .info {
	color: #283d50;
}

#contact .info i {
	font-size: 32px;
	color: #007bff;
	float: left;
	line-height: 1;
}

#contact .info p {
	padding: 0 0 10px 36px;
	line-height: 28px;
	font-size: 14px;
}

#contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

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

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

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

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

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

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
	background-color: #007bff;
}

#contact .php-email-form input {
	padding: 20px 15px;
}

#contact .php-email-form textarea {
	padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
	background: #007bff;
	border: 0;
	border-radius: 20px;
	padding: 8px 30px;
	color: #fff;
	transition: 0.3s;
}

#contact .php-email-form button[type="submit"]:hover {
	background: #0067d5;
	cursor: pointer;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




/*============================ RESPONSIVE CSS ============================================*/

@media only screen and (max-width:678px) {
	.card{
		/*padding-top: 5px !important;*/
		padding-left: 0px !important;
		padding-right: 0px !important;

		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.card-body {
		/*padding: 0rem !important; */
	}

	.section-header p{
		padding-bottom: 25px !important;
	}
	.sub-title{
		margin-bottom: 20px !important;
	}
	.ul-copyright{
		margin: 0px 0px 0px !important;
	}
	.copyright-utama{
		/*height: 150px !important;
		max-height: 200px !important;*/
	}
	.page-title{
		font-size: 20px !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.sub-title{
		font-size: 14px !important;
	}
	.footer-title{
		margin-top: 10px !important;
	}
	.top{
		width: 50% !important;
	}
	.header-atas .div-welcome p{
		font-size: 10px !important;
	}


	.header .logo {
		text-align: center !important;
		margin: 10px 0 0 !important;
	}
	.wrap-widget-header .widget-info {
		float: left !important;
		text-align: center !important;
		margin: 20px 0 0 !important;
		width: 50% !important;
	}

	.wrap-widget-header .widget-info .info-icon{
		display: none;
	}

	.wrap-widget-header .widget-info .info-text{
		font-size: 12px !important;
	}

	.wrap-widget-header .widget-info .info-text h6{
		font-size: 12px !important;
	}

	.wrap-widget-header .widget-info .info-text p{
		font-size: 14px !important;
	}

	.wrap-widget-header {
		padding: 0px 0px 10px !important;
	}

	/***** Responsive Carousel *****/
	.carousel-indicators {
		bottom: -50px;
	}

	#why-us .section-header h3{
		font-size: 20px !important;
	}

	#why-us .section-header p{
		font-size: 12px !important;
	}

	#why-us .card{
		padding-bottom: 0px !important;
	}

	.card i{
		font-size: 38px !important;
	}
	.card-body .card-title{
		font-size: 18px !important;
	}
	.card-body .card-text{
		font-size: 13px !important;
	}

	.card-value{
		width: 50% !important;
	}

	.card-value h4{
		font-size: 15px !important;
	}

	#why-us{
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}

	#about{
		/*padding: 30px 0 !important;*/
		padding-top: 60px !important;
		/*       padding-bottom: 20px !important; */
		/* 		background-image: url(http://localhost/project/DML2/wp-content/uploads/2023/01/bannerdml-1.png); */
	}

	.card .card-value h4{
		text-transform: uppercase !important;
	}

	.col-kiri{
		margin-top: 40px;
	}

	.card-kecil{
		margin-bottom: 40px !important;
	}

	.contact-kanan{
		margin-top: 40px;
	}

	.labelbox .labelboxdalam h1{
		font-size: 24px !important;
	}

}




/* About Us Section
--------------------------------*/
#about {
	background: #330200;
	/*   padding-top: 60px; */
	/*   border-bottom: 2px solid rgba(0,0,0,.1); */
	/* 	background-image: url(http://localhost/project/DML2/wp-content/uploads/2023/01/bannerdml1.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#about .about-container .background {
	margin: 20px 0;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 12px solid #2a9134;
	border-radius: 10px
}

#about .about-container .content {
	background: #fff;
}

#about .about-container .title {
	color: #000;
	font-weight: 700;
	font-size: 32px;
	/*font-family: "Open Sans", sans-serif;*/
}

#about .about-container p {
	line-height: 26px;
}

#about .about-container p:last-child {
	margin-bottom: 0;
}

#about .about-container .icon-box {
	background: #fff;
	background-size: cover;
	padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
	float: left;
	background: #2a9134;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-radius: 10%;
	border: 2px solid #2a9134;
	transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
	color: #fff;
	font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
	background: #fff;
}

#about .about-container .icon-box:hover .icon i {
	color: #2a9134;
}

#about .about-container .icon-box .title {
	margin-left: 80px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}

#about .about-container .icon-box .title a {
	color: #000;
}

#about .about-container .icon-box .description {
	margin-left: 80px;
	line-height: 24px;
	font-size: 14px;
}


/* =================================------------==================================
================================= FRONT PAGE ==================================
=================================------------==================================*/

.title-section .sub-title.style3 {
	font-weight: 500;
	line-height: 26px;
	color: #091C78;
}

.judul-carousel{
	margin-bottom: 25px; 
	font-weight: 900; 
	padding-bottom: 25px; 
	font-size: 56px;
	/*font-family: "Open Sans", sans-serif;*/

	/*-webkit-text-str*/
	-webkit-text-stroke: 0.5px #2a9134;
}

.judul-carousel:after {
	float: right;
	/*float: left;*/
	right: 0;
	/*left: 0;*/
	content: ""; /* This is necessary for the pseudo element to work. */ 
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 20px; /* This creates some space between the element and the border. */
	border-bottom: 6px solid #000; /* This creates the border. Replace black with whatever color you want. */
}

.page-title:after {
	float: left;
	left: 0;
	content: ""; /* This is necessary for the pseudo element to work. */ 
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 20px; /* This creates some space between the element and the border. */
	border-bottom: 6px solid #097272; /* This creates the border. Replace black with whatever color you want. */
}

.carousel-item {
	height: 72vh;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}


/* CAROUSEL  */
.header-carousel{
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.carousel-item img{
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.carousel-caption {
	position: absolute;
	left: auto;
	/*right: auto;*/
	right: 15%;
	width: 35%;
	height: 80%;
	color: #000;
	opacity: 0.8;
	bottom:0;
	right:200px;
	/*text-align: left;*/
	text-align: right;

	display:table-cell;
	vertical-align:middle;
}

.carousel-indicators li {
	width: 12px;
	margin-left: 10px;
	height: 12px;
	border-radius: 100%;

	/*background-color: rgb(255, 255, 255);*/
	background-color: rgba(0, 0, 0, 0);
	/*box-shadow: inset 0 0 0 2px rgb(255, 255, 255);*/
	box-shadow: inset 0 0 0 2px rgb(0, 0, 0);
}

.carousel-indicators .active{
	background-color: #000;
}

.carousel-control-next, .carousel-control-prev{
	width: 5%;
}

/* ul, ol {
padding-left: 0;
} */

img {
	max-width: 100%;
	height: auto;   
}


/* Widget Header -------------------------------------------------------------- */

#header {
	z-index: 999;
}

.header .logo {   
	margin: 15% 0 0 0; 
}

.wrap-widget-header {
	padding: 37px 0px 30px;
}

.wrap-widget-header .info-text {
	font-size: 13px !important;
	font-weight: bold;
	color: #0F3661;
}

.wrap-widget-header .widget-info {
	float: right;
	margin: 0 0 0 48px;
}

.widget-info .info-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 3px 20px 0px 0px;
	color: #071D43;
	border: 2px solid #071D43;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.widget-info .info-icon i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.widget-info .info-text {
	overflow: hidden;
}

.widget-info .info-text h6 {
	margin-bottom: 0;
	color: #0F3661 !important; 
	font-weight: 700;
	/*font-family: "Open Sans", sans-serif;*/
}

.widget-info .info-text p {
	font-size: 14px;
	/*font-family: "Open Sans", sans-serif;*/
}

/* Widget phone */
.widget.widget-phone span {
	font-size: 18px;
	font-weight: 700;
}

.widget.widget-phone i {
	font-size: 16px;
	padding-right: 8px;
}



#myLogo {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: none;
}

#myLogo:hover {
	background-color: #555;
}

#myBtn {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: none;

	position: fixed;
	bottom: 0;
	right: 10px;
	height: 9px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: #404040;
	color: white;
	cursor: pointer;
	padding: 13px 10px 35px;
	border-radius: 7px 7px 0 0;
	z-index: 1040;

}

#myBtn:hover {
	background-color: #555;
}

/****** RESPONSIVE Front Page ******/
@media only screen and (max-width:678px) {

	.container .container-navbar{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.carousel-inner{
		height: 25vh !important;
	}

	.carousel-item, .carousel-item img{
		height: 25vh !important;
	}

	.judul-carousel{
		margin-bottom: 0px;
		padding-bottom: 15px;
	}

	.isi-detail{
		display: none;
	}

	.page-title:after {
		display: none !important;
	}

	.title-section{
		margin-top: 20px !important;
	}

	.title-section h1{
		text-align: center;
	}

	.box p{
		font-size: 14px !important;
	}
	.judul-carousel:after {
		display: none;
	}

	.container{
		padding-right: 30px;
		padding-left: 30px;
	}

	.logo img{
		max-width: 50% !important;
	}
	.carousel-caption{
		right: 10%;
		width: 40%;
		height: 100%;
	}
	.carousel-caption h2{
		font-size: 16px !important;
		font-weight: 900;
	}
	.carousel-caption p{
		font-size: 12px !important;
	}
	.btn-large{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.news{
		padding-bottom: 30px !important;
	}

	.news h4 a{
		font-size: 17px !important;
		/*margin-top: 15px !important;*/
		/*padding-top: 15px !important;*/
	}

	.news p {
		font-size: 13px !important;
	}

	.news img{
		height: 198px !important;
	}

	.div-detail-news{
		padding-top: 15px !important;
	}

	.labelbox {
		margin-bottom: 20px !important;
		margin-top: 30px !important;
	}

	.news-button {
		margin-top: -20px !important;
	}

	/* Responsive About Us Section*/
	#about p{
		font-size: 13px !important;
	}

}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230F2758' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230F2758' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.custom-thumb-info-4 {
	border: none;
	padding-bottom: 10px;
	overflow: initial;
	max-width: 100%;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/***** Style Bisnis Kami *****/
.img-responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	transition: 0.3s;
}

.img-responsive:hover {
	transform: scale(1.1);
}

.gambar-bisnis{
	overflow: hidden;
}

#bisnis-kami .caption-bisnis {
	background: #2a9134;
	/*background: #00275E; */
	position: relative;
	display: block;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width: 90%;
	margin: -37px auto 0;
	padding: 5px;
	z-index: 1;
}
.caption-bisnis-text a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	/*min-height: 50px;*/
	height: 100px;
}

.caption-bisnis-text h4{
	font-weight: bold;
}

.caption-bisnis-text p {
	color: #fff;
	font-size: 0.8em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
	display: block;
	text-align: justify;
}

.labelbox{
	margin-top:60px;
	margin-bottom: 60px;
	height:40px;
	position:relative;
}

.labelbox .labelboxdalam {
	height:17px;
	border-bottom: 2px solid #DBDBDB;
	text-align:center;
}

.labelbox .labelboxdalam h1{
	padding:5px 20px;
	line-height:20px;
	/*border-radius:10px;*/
	/*color: #0F2758;*/
	color: #000;
	margin:0;
	display:inline-block;
	background: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

#bisnis-kami{
	/* 	padding-bottom: 40px; */
	background: #330200;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#bisnis-kami .card{
	height: 100% !important;
	border-radius: 8px; 
	background-color: #2a9134;
	padding: 0 !important;
	margin: 0 !important;

}

#bisnis-kami .gambar-bisnis{
	border-top-left-radius: 8px; border-top-right-radius: 8px;
}

/* Recent Update */
#recent-update p a{
	color: #000;
}

.judul-atas{

	display: block; 
	text-align: center;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
	padding-left: 15px;
}

.judul-atas h3{
	font-size: 30px;
	color: #0F2758;
	text-transform: uppercase;
}

.post-meta {
	font-size: 0.9em;
	margin-bottom: 7px;
}

.news-button {
	display: block; 
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px; 
}

.news{
	padding-bottom: 60px;
}

.news span{
	font-size: 13px !important;
}

.news span i{
	font-size: 13px !important;
}

.news p{
	font-size: 14px;
	padding-top: 20px;
}

.news h4 a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.img-news{
	width: 100%;
	/*max-height: */
	height: 200px;
	max-height: 200px;
	border: 2px solid #000;
}


.carousel .carousel-item.active {
	opacity: 1;
}


/* Buat Icon Hover Animation */
.transition-animation {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 24px;
	color: #f1f1f1;
	line-height: 52px;
	text-align: center;
	background-color: transparent;
}
.icon i {
	/*margin-top: -8px !important;*/
}

.icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.icon-effect .icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #0F2758;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.icon-effect-1a .icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



.copyright{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}


/*** Why Section ***/
#hwy-us .parallax {
	/* The image used */
	background-image: url('assets/img/faded-monaco.jpg');

	/* Full height */
	height: 100%; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
	position: relative;
}

#why-us {
	padding: 60px 0;
	background: #fff;

	/*   background-image: linear-gradient(to bottom right, #2a9134, #2a9134); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#why-us .section-header h3 {
	color: #000; font-weight: 700;
}

#why-us .section-header p {
	color: #000;
}

#why-us .section-header .lines{
	border-top: 5px solid #320100;
}

#why-us .card {
	/*background: #00458f;*/
	background: #fff;
	/*   border-color: #00458f; */
	border-radius: 15px;
	margin: 0 15px;
	padding: 15px 0;
	text-align: center;
	color: #000;
	transition: 0.3s ease-in-out;
	height: 100%;
}

#why-us .card .card-body hr{
	border: 0.2rem solid #7F0300;
	width: 150px;
}


@media (max-width: 991px) {
	#why-us .card {
		margin: 0;
	}
}

#why-us .card:hover {
	transform: translateY(-5px);
}

#why-us .card img {
	/*font-size: 48px;*/

	width: 65px;
	height: 65px;
	padding-top: 15px;
	color: #bfddfe;
}

#why-us .card i {
	font-size: 48px;
	padding-top: 15px;
	color: #000000;
}

#why-us .card h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

#why-us .card p {
	font-size: 14px;
	color: #000;
}

#why-us .card .readmore {
	color: #000;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s ease-in-out;
	border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
	border-bottom: #fff solid 2px;
	text-underline-position: none;
	text-decoration: none;
}



/* =================================------------==================================
================================= FRONT PAGE ==================================
=================================------------==================================*/

#footer {
	color: #fff;
	border-top: 2px solid rgba(0,0,0,.2);
}

#bottom-footer {
	background: #1E1F29;
	/*background: #2a9134;*/
}

.footer .footer-title {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 30px;
}

.footer-followus .footer-title {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.footer-links{
	list-style: none; padding-left: 0px;
}

.footer-links li+li {
	margin-top: 15px;
	font-size: 14px;
	margin-left: 0px;
	text-decoration: none;
}

.footer-links li a {
	color: #000;
	font-weight: 500;
	text-decoration:none;
}

.footer-links li i {
	margin-right: 15px;
	color: #000;
	font-weight: bold;
	/*width: 14px;*/
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

.footer-links li a:hover {
	color: #000;
}

.footer-followus{
	margin-top: 40px;
}

.footer-bawah{
	/*background-color: #0F2758;*/
	background-color: #330200;
}

.bt-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.bt-circle i {
	height: 14px;
	color: #000;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}


.section-footer{
	padding: 40px 0; margin: 0; 
	background-color: #F4F4F5;
}
.section-footer p{
	font-size: 14px; color: #000; font-weight: 500; margin-top: 5px;
}



.colorlib-social-icons {
	margin: 0;
	padding: 0; 
}

.colorlib-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline; 
}

.colorlib-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #000;
	padding-left: 10px;
	padding-right: 10px; 
}

.colorlib-social-icons li a i {
	font-size: 20px;
	font-weight: bold; 
}


.copyright-section{
	display: flex; flex-wrap: wrap; margin: 0 auto;
}

.copyright-section ul{
	font-size: 14px; display: inline-block;list-style: none; padding-left: 0; text-align: center;
}

.copyright-section ul li{
	display: inline-block; padding: 0 10px; text-align: center;
}



/* =================================------------==================================
================================= ABOUT US ====================================
=================================------------==================================*/

.card .card-body p{
	font-size: 14px;
}

.card .card-body ul{
	padding-left: 20px;
}

.fa-chevron-up:before {
	content: "\f077";
}

.hero-image .hero-text h2{
	font-size:30px; 
	font-weight: 700;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;

	/*-webkit-text-fill-color: white;*/
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}

#container-about-us .card{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;

	padding-left: 60px;
	padding-right: 60px;

	position: relative;
	overflow: hidden;
	/*border-radius: 10px;*/
	margin: 20px 10px 40px 10px;
	background: #fff;
	box-shadow: 10px 10px 29px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
	top: -150px;
}



.card .card-value h4{
	font-size: 19.6px; 
	color:#000; 
	text-align: left; 
	padding-bottom: 10px; 
	text-transform: uppercase; 
	font-weight: 700;
}

.card .card-value .div-logo-card{
	width: 120px; 
	margin-bottom: 20px; 
	float: right;
}

#container-about-us .card .card-body p{
	color: #000; text-align: justify;
}







/* =================================------------==================================
================================= SERVICES PAGES ==============================
=================================------------==================================*/
.copyright-utama{
	height: 80px;
	max-height: 80px;

	padding: 20px 5px 0;
}

#services {
	padding: 60px 0 40px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .page-title{
	color: #091C78; font-size: 36px; padding-bottom: 28px; margin-bottom: 41px; text-transform: uppercase;
}

#services .box{

}

#services .box {
	background-image: linear-gradient(to bottom right, #090979, #097972); 
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;

	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;

	padding-left: 60px;
	padding-right: 60px;

	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 10px 40px 0;
	/*background: #fff;*/
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
}

#services .box:hover {
	transform: translateY(-5px);
}

#services .icon {
	position: absolute;
	left: -10px;
	top: calc(50% - 32px);
}

#services .icon img {
	width: 64px;
	height: 64px;
}

#services .icon i {
	font-size: 74px;
	line-height: 1;
	transition: 0.5s;
	color: #fff;
}

#services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#services .title a {
	color: #fff;
}

#services .box:hover .title a {
	color: #fff;
	font-weight: bold;
}

#services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}


/* =================================------------==================================
================================= DETAIL NEWS =================================
=================================------------==================================*/

@media only screen and (max-width: 678px) {
	.hero-image{
		background-image: url(assets/img/banner/background.jpg) !important;
		height: 210px !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		position: relative !important;
	}

	.hero-text h2{
		color: #fff;
	}

	.hero-text {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.card{
		width: auto !important;
		padding-top: 0px !important;
	}

	.card .card-body img {
		height: auto !important;
	}

	.card{
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}

@media (min-width: 679px){
	.hero-text {
		text-align: right;
		position: absolute;
		top: 50%;
		float: right;
		right:15%;
		transform: translate(-0%, -50%);
		color: #000;
	}
}


.card{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;

	padding-left: 20px;
	padding-right: 20px;

	position: relative;
	overflow: hidden;
	/*margin: 20px 10px 40px 10px;*/
	background: #fff;
	box-shadow: 10px 10px 29px 10px rgba(0, 0, 0, 0.2);
	/*box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);*/
	transition: all 0.3s ease-in-out;
}

#detail-news .card {
	margin-top: 0px;
	box-shadow: 10px 10px 29px 10px rgba(0, 0, 0, 0.1);
}

#detail-news .card .card-body img{
	width: 100%;
	height: 302px;
}

#detail-news .card .card-body h3{
	font-size: 18px;
	font-weight: bold;
}

#detail-news .card .card-body p{
	font-size: 13px;
}

.card-kecil{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;

	padding-left: 20px;
	padding-right: 20px;

	position: relative;
	overflow: hidden;
	/*border-radius: 10px;*/
	/*margin: 20px 10px 40px 10px;*/
	background: #fff;
	box-shadow: 10px 10px 29px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;

	border: 1px solid /*#000*/ rgba(0,0,0,.125);
	border-radius: .25rem;
}

/***** Detail News ****/
#detail-news{
	margin-top: 30px;
}

.box-atas{
	/*margin-bottom: 40px;*/
}
.box-atas hr{
	border: 2px solid #000;
}

.box-atas h4{
	/*font-size: 1.8em;*/
	font-size: 19.6px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

ul.list li{
	margin-bottom: 10px;
}

ul.list li a {
	color: #0F2758 !important;
	font-size: 0.9em; 
	font-size: 550;
	text-decoration:none;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0 8px 8px;
}

ul.list li a i {
	font-size: 14px;
	font-weight: bold;
}

ul.list {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom: 30px;
}

.panel ul.list li{
	margin-bottom: 10px;
}

.panel ul.list li a {
	color: #0F2758 !important;
	font-size: 0.9em; 
	font-size: 550;
	text-decoration:none;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0 8px 8px;
}


.panel ul.list {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom: 30px;
}




/* =================================------------==================================
================================= SINGLE BISNIS ===============================
=================================------------==================================*/



/***** Accordion *****/
@media only screen and (max-width: 600px){
	div#box-bawah-laptop{
		display: none;
	}
}

@media only screen and (min-width: 601px){
	div#box-bawah-accordion{
		display: none !important;
	}
}




/* =================================------------==================================
================================ CONTACT PAGE =================================
=================================------------==================================*/

.row-map{
	margin-right: 0px !important;
	margin-left: 0px !important;
}








/* =================================------------==================================
=================================  NEWS PAGE ==================================
=================================------------==================================*/

#page-news{
	margin-top: 30px;
}

.box-atas{
	/*margin-bottom: 40px;*/
}
.box-atas hr{
	border: 2px solid #000;
}

.box-atas h4{
	/*font-size: 1.8em;*/
	font-size: 19.6px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase;
}



.news{
	padding-bottom: 40px;
}

.news p{
	font-size: 13px;
}

.news h4{
	font-size: 18px;
	font-weight: bold;
}

.news h4 a{
	color: #000;
}

/***** Pagination *****/

.pagination{
	width: 100%;
	margin-top: 40px;
	display: block;
	text-align: center;
}

.pagination a {
	color: black;
	/*float: left;*/
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
}

.pagination a:hover {
	color: blue;
	text-decoration: underline;
}

/*.pagination a.active {
background-color: dodgerblue;
color: white;
}

.pagination li a:hover:not(.active) {
background-color: #ddd;
}*/

/** ACCORDION **/
p.accordion {
	background-color: #FFFFFF;
	color: #000;
	cursor: pointer;
	padding-left: 0;
	padding-bottom: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: 500;

	margin-top: 0;
	padding-top: 0;

	border-bottom: 1px solid rgba(0,0,0, 0.2);
}

p.accordion:hover {
	background-color: #FFF;
	border-color: #FF0000;
}

p.accordion:after {
	/*content: '\00BB';*/
	content: '\002B';
	color: #000;
	font-weight: bold;
	float: right;
	border-color: #FF0000;
}

p.active:after {
	content: "\2212";
}

div.panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-color: #FF0000;
}

@media only screen and (max-width: 992px) {
	#parentContainer {
		height: 100% !important;
	}
}
@media only screen and (min-width: 992px) {
	#parentContainer {
		height: 70vh !important;
	}
}