.banner-hero {
	width: 100%;
	height: 75vh;
	min-height: 620px;
	max-height: 700px;
	background: #214C6E url('../imgs/klien/banner-hero-1.png') top left;
	background-size: cover;
}

.banner-hero .content-hero {
	width: 100%;
}

.banner-hero .icon-ecal {
	width: 230px;
    height: auto;
}

.banner-hero .content-hero h1 {
	font-size: 2.9em;
	font-weight: bold;
	line-height: 1.4;
}

.banner-hero .content-hero p {
	font-size: 1.3em;
	line-height: 1.5;
}

.bg-transparent {
	background-color: transparent;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-pointer:hover {
	background-color: #f5f6f7;
}

.modal .modal-dialog .modal-content {
	background: #0673BE url(../imgs/klien/gambar-1.png) center center;
    position: relative;
    border-radius: 80px;
    background-repeat: no-repeat;
}

.modal .img-klien {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 1px solid #E4EBF8;
	padding: 1px;
	background-color: #FFFFFF;
}

.modal .klien_name, 
.modal .klien_site {
	line-height: 1.2;
}

.modal .klien_name {
	font-weight: 600;
	font-size: 1.05em;
	color: #FFFFFF;
}

.modal .klien_site {
	font-size: 1em;
	color: #FFFFFF;
}

.modal .klien_desc {
	line-height: 1.6;
	text-align: justify;
	font-size: 0.96em;
	color: #FFFFFF;
}

.modal .btn-times {
	width: 2em;
    height: 2em;
}

.modal .btn-moredetail {
	color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0.90em;
}

.modal .btn-moredetail:hover, .modal .btn-moredetail:focus, .modal .btn-moredetail:active {
    background-color: rgba(255, 255, 255, 0.4);
}

.modal .btn-moredetail.disabled {
	border-color: transparent !important;
}

@media (max-width: 1199.98px) {
	/**/
}

@media (max-width: 991.98px) {
	/**/
}

@media (max-width: 767.98px) {
	/**/
}