@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');


*,
*:after,
*::before {
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
a,
a:hover,
a:active,
a:visited,
a:link{
	text-decoration: none;
}
.pb-50 {
	padding-bottom: 40px;
}
body{
	background: #fff;
    font-family: 'Raleway', sans-serif;
    color:#555;
    overflow-x: hidden;
    padding-top:65px;
    line-height: 150%;
}
h1,h2,h3,h4,h5{
	font-family: 'Raleway', sans-serif;
	line-height: 150%;
}
p{
	line-height: 180%;
}
.font-light{
	font-weight: 300;
}
a{
	color:#187FE0;
}
.black{
	color: #1e1e1e !important;
}
.nav li a:focus{
	background: none;
}
.thumbnail{
	background: none;
	padding:0;
	border-radius: 0;
	margin:0;
	border:none;
}
.thumbnail img{
	max-width: 100%;
}
.nomargin{
	margin:0!important;
}
.nopadding{
	padding:0!important;
}
.m-10{
	margin:10px!important;
}
.m-15{
	margin:15px!important;
}
.m-30{
	margin:30px!important;
}
.m-50{
	margin:50px!important;
}
.p-10{
	padding:10px!important;
}
.p-15{
	padding:15px!important;
}
.p-30{
	padding:30px!important;
}
.p-50{
	padding:50px!important;
}
.p-top-20{
	padding-top:20px!important;
}
.p-top-100{
	padding-top:80px!important;
}
.p-top-50{
	padding-top:15vh!important;
}
.p-top-50a{
	padding-top:50px!important;
}
.top-100{
	margin-top: 100px;
}
section{
	position: relative;
	background: #fff;
}
.section-lg{
	padding: 50px 0 70px 0;
}
.section-xl{
	padding:100px 0;
}
section.section-hero{
	margin-top:-65px;
	overflow: hidden;
	min-height: 100vh;
	background: #e9e9e9;
}
/*section.section-hero:before{
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	border:4px solid rgba(255,255,255,0.2);
	border-top:4px solid #fff;
	border-radius: 50%;
	animation:loading .8s linear infinite;
}
@keyframes loading{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}*/
section.section-hero .thumbnail img{
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
	position: relative;
}
section.section-hero .thumbnail.fadein img{
	opacity: 1;
	visibility: visible;
}
section.section-hero .thumbnail img{
	width: 100%;
}
section.section-hero .thumbnail.fullheight img{
	height: 100vh;
	object-fit: cover;
}
.section-parallax{
	height: 100vh;
}
.section-parallax .parallax-bg{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

.triangle-corner{
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #e17239 transparent transparent transparent;
	position: absolute;
}

.triangle-corner-mirror{
	width: 0;
    height: 0;
    top: 0;
    right: 50%;
    border-style: solid;
    border-width: 80px 0 0px 80px;
    border-color: #e17239 transparent transparent transparent;
    position: absolute;
}

.btn.btn-more{
	background: #40BFC9;
	color:#fff;
	border:none;
}
.btn.btn-square{
	border-radius: 0;
}
.btn-gradient-teal{
	background: linear-gradient(#41C1CC,#00A69C);
	color:#fff!important;
	border-radius: 2px;
	border:none;
}
.btn-wide{
	padding-left: 50px;
	padding-right: 50px;
}
.btn-warning{
	background: #F79421;
	border:none;
	font-weight: bold;
}
#navbar{
	background: #333;
	height: 0px;
	margin-top: 65px !important;
}
#navbar .navbar{
	border-radius: 0;
	border:none;
	background: rgba(0,0,0,0.3);
	transition: .3s ease;
	margin:0 0;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 999;
}
#navbar .navbar .navbar-nav{
	margin-left: 30px;
}
#navbar .navbar .navbar-nav > li > a{
	color:#fff;
	padding:0 15px;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#navbar .navbar .navbar-nav > li > a:hover{
	background: rgba(255,255,255,0.1);
}
#navbar .navbar .navbar-nav > li.active > a{
	background: rgba(255,255,255,0.2);
}
#navbar .navbar .navbar-header .navbar-brand{
	height: auto;
}
#navbar.float .navbar{
	background: #303030;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 9999;
}
#navbar .navbar-header .navbar-brand img{
	height: 30px;
	display: inline-block;
	margin:0 10px 0 0;
}
#navbar .navbar-header .navbar-brand{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
nav ul li:nth-child(1) a{
	border-bottom: 6px solid #F99F1B;
}
nav ul li:nth-child(2) a{
	border-bottom: 6px solid #3C474D;
}
nav ul li:nth-child(3) a{
	border-bottom: 6px solid #3FC1CC;
}
nav ul li:nth-child(4) a{
	border-bottom: 6px solid #C2D12F;
}
nav ul li:nth-child(5) a{
	border-bottom: 6px solid #F99F1B;
}
nav ul li:nth-child(6) a{
	border-bottom: 6px solid #C2D12F;
}
nav ul li:nth-child(7) a{
	border-bottom: 6px solid #3FC1CC;
}
nav ul li:nth-child(8) a{
	border-bottom: 6px solid #3C474D;
}
#tentang-jmc{
	background: #C0CE30;
	padding:40px 0;
}
#tentang-jmc .bg{
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
#tentang-jmc .award{
	position: absolute;
	left:50%;
	bottom:0;
	margin:15px;
	width: 200px;
}
#tentang-jmc h2{
	/*color:#fff;*/
	font-weight: 400;
	margin:0 0 30px;
}
#tentang-jmc h4{
	margin:0 0 20px;
}
#section-award .award-info {
	padding-top: 50px;
}
#section-award .box {
	text-align: center;
}
#pengalaman-jmc{
	background: #40BFC9;
	color:#fff;
	padding:15px 0;
}
#pengalaman-jmc h2{
	margin:60px 30px 15px;
	font-weight: 300;
}
#pengalaman-jmc h4 {
    width: 250px;
    max-width: 100%;
    line-height: 150%;
    margin-left: 30px;
}
#kenapa-memilih-kami h4{
	margin: 0 !important;
}
#produk-jmc .panel{
	border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.00);
    box-shadow: 0 0px 0px rgba(0,0,0,.00);
}
#produk-jmc .panel-body {
	border: 1px solid rgba(112, 112, 112, 0.5);
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#produk-jmc .panel-footer {
	background-color: #F79421;
	color: #fff;
	font-weight: 500;
	padding: 10px 0px;
}
#produk-jmc .row-product{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex:1;
}
#produk-jmc .row-product > div{
	margin:0 0 30px;
	transition: .3s ease;
	/*padding-bottom: 30px;*/
}
.boxBorder{
	height: 300px;
	border: 2px solid rgba(112, 112, 112, 0.5);
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px 0;
}
#produk-jmc .row-product > div:hover{
	transform: translateY(-10px);
}
#produk-jmc .thumbnail{
	margin:0 0 15px;
	text-decoration: none;
}
#produk-jmc .row-product .thumbnail img{
	width: 80px;
}
#produk-jmc .row-product h4{
	text-transform: uppercase;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #646464;
}
#produk-jmc .row-product p{
	color: #646464;
}
#produk-jmc h4 a{
	color:#333;
}
.row-manfaat .thumbnail img{
	width: 80px;
}
.row-manfaat h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 180%;
}
.share img{
	width: auto;
	height: 30px;
}
#kenapa-memilih-kami{
	padding:100px 0;
}
#kenapa-memilih-kami .bg{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #fff;
}
#kenapa-memilih-kami .image{
	position: absolute;
    top: 15%;
    left: 0;
    width: 50%;
    height: 70%;
    object-fit: cover;
	background: #fff;
}
#kenapa-memilih-kami span.number{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: #F89E1E;
	color:#fff;
	border-radius: 50%;
	display: inline-block;
}
#kenapa-memilih-kami .media-body{
	font-weight: 500;
}
#call-request{
	background: url(../images/call-us-bg.html) no-repeat center;
	background-size: cover;
	padding:50px 0;
	color:#111;
}
#call-request h2{
	margin:0 0 15px;
}
#call-request .input-group{
	display: flex;
	flex-direction: row;
}
#call-request span.input-group-addon{
	background:#46BBC4;
	color:#fff;
	width: 200px;
	border:none;
	border-radius: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 12px;
}
#call-request .form-control{
	border-radius: 0;
	width: 100%;
	height: 40px;
}
#call-request .btn-warning{
	height: 40px;
}
#aplikasiUtamaEgov{
	background-color: #EEEEEE;
}
#aplikasiUtamaEgov .container{
	padding-left: 0px;
	padding-right: 0px;
	width: 90vw;

}
#aplikasiUtamaEgov .card-body{
	background-color: #fff;
}
#aplikasi-lainnya .row-aplikasi-lainnya .thumbnail img{
	width: 80px;
}
#aplikasi-lainnya .row-aplikasi-lainnya > div{
	margin:0 0 30px;
	transition: .3s ease;
	/*padding-bottom: 40px;*/
	padding: 0 25px;
}
#aplikasi-lainnya .row-aplikasi-lainnya > div:hover{
	transform: translateY(-10px);
}
#aplikasi-lainnya a h4{
	color: #1e1e1e;
}
#aplikasi-lainnya p{
	font-size: 12px;
	color: #1e1e1e;
	text-decoration: none;
}
#hasil-pekerjaan-integrasi .contoh-hasil .thumbnail{
	width: 60%;
}
#hasil-pekerjaan-integrasi h1{
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
	padding-bottom: 10px;
}
.green-info{
	padding: 40px 60px;
	padding-left: 80px;
}
#jmc-care{
	font-family: 'Raleway', sans-serif;
	background-color: #C0CE30;
	color: #fff;
}
footer .btn-square{
	border-radius: 10rem !important;
	border: none;
	background-color: #2699fb !important;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media (max-width: 768px){
	#jmc-care h3{
		text-align: center;
	}
	.vcenter {
	    width: 100%;
	}
}
footer{
	background: #303030;
	color:#ccc;
	padding:50px 0 20px 0;
	font-size: 12px;
	position: relative;
	z-index:10;
}
footer .col-md-2 .thumbnail img{
	height: 30px;
	width: auto;
	margin-top: 15px;
	text-align: center;
}
footer h4{
	font-size: 15px;
	color:#fff;
}
footer h4 a{
	color:#fff!important;
}
footer ul{
	list-style: none;
}
footer ul li a{
	color:#ccc;
}
footer ul li a:hover{
	color:#fff;
}
footer .social-link{
	color:#fff;
	font-size: 30px;
	display: inline-block;
	margin:0 10px 0 0;
}
footer .fa {
	padding: 0 15px;
}
.footer-info{
	background: #B5C537;
	color:#FFF;
	padding:14px 0 10px 0;
	position: relative;
	z-index:20;
	font-size: 10px;
}
.footer-info .thumbnail{
	position: relative;
	margin-top: 0;
}
.footer-info .thumbnail img{
	width: 100px;
	margin-top: -50px;
}
.copyright{
	background: #252726;
	color:#ccc;
	padding:10px 0;
	text-align: center;
	font-size: 10px;
}
.copyright a{
	color:#fff;
}
.row.row-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex:1;
}
.row.row-flex-fullheight > div > div{
	height: 100%;
}
.row.row-flex > div{
	margin:0 0 30px;
}
.card.card-border{
	border:1px solid #ddd;
}
.card.card-flex{
	display: flex;
	flex-direction: column;
	flex:1;
}
.card.card-flex > div{
	height: 100%;
}
.card.card-flex > div.auto{
	height: auto;
}
.card-body{
	padding:15px;
	color:#1e1e1e;
	font-size: 12px;
}
.card-body h4{
	color:#111;
}
.row-aplikasi-lainnya .thumbnail img{
	width: 150px;
}
.row-aplikasi-lainnya .btn-gradient-teal{
	margin:10px 0;
}
#mobile-apps-about{
	background: #40BFC9;
	color:#fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mobile-apps-about .bg{
	top:0;
	left:0;
	width: 100%;
	height: auto; 
}
#mobile-apps-about .section-lg{
	padding: 70px 0 120px 0;
}
#mobile-apps-about h3{
	padding-top: 20px;
	padding-left: 30px;
}
#mobile-apps-about h2{
	padding-left: 30px;
	padding-top: 20px;
	padding-top: 10px;
	margin-top: 0px;
}
#mobile-apps-about h4{
	padding-left: 30px;
}
#mobile-apps-about h1{
	padding-left: 30px;
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
}
#mobile-apps-publik .bg{
	position: absolute;
	bottom:0;
	right:0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: bottom right;
}
#mobile-apps-publik h2{
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 0px;
}
#mobile-apps-publik h4{
	padding-left: 30px;
	color: #1e1e1e;
}
#mobile-apps-publik h1{
	padding-left: 30px;
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
	color: #1e1e1e;
}
#whatsapp-section-mobile{
	background: #64D0CD;
	color:#fff;
	min-height: 50px;
	padding:10px 0;
}
#whatsapp-section{
	background: #64D0CD;
	color:#fff;
	min-height: 375px;
	padding:40px 0;
}
#whatsapp-section .bg{
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: center -30px;
}
#whatsapp-section h3{
	font-weight: 200;
	margin:50px 0 30px;
}
#whatsapp-section-mobile .btn-whatsapp{
	padding-left: 50px;
	padding-right: 50px;
	background: #F79421;
	border-color:#F79421;
	border-radius: 15px;
}
#whatsapp-section .btn-whatsapp{
	padding-left: 50px;
	padding-right: 50px;
	background: #F79421;
	border-color:#F79421;
	border-radius: 15px;
}
.section-image-text .bg{
	position: absolute;
	top:0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.section-image-text .bg.bg-contain{
	object-fit: contain;
}
.section-image-text .bg.bg-left{
	left:0;
}
.section-image-text .bg.bg-right{
	right:0;
}
.row-syarat-integrasi .thumbnail-icon{
	position: relative;
	margin-top: -40px;
	
	/*display: none;*/
}
.row-syarat-integrasi .thumbnail-icon img{
	width: 60px;
}
.slick-dots{
	text-align: center;
	list-style: none;
	margin:30px 0 0;
	padding:0;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	border:none;
	outline: none;
	text-indent: -9999px;
	margin:0 2px;
}
.slick-dots li.slick-active button{
	background: rgba(0,0,0,0.5);
}
.section-sistem-informasi{
	position: relative;
	background:#fff;
	z-index: 999;
}
.section-integrasi-hero{
	position: relative;
}
.section-integrasi-hero .hero-info-bg{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: 999;
}
.section-integrasi-hero .hero-info-bg .box{
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding:50px 70px;
}
.section-integrasi-hero .hero-info-bg .box h2{
	line-height: 130%;
	font-size: 40px;
	font-weight: 400;
	margin:0 0 30px;
	color: #fff;
}
.section-integrasi-hero .hero-info-bg .box h4{
	color: #fff;
	line-height: 200%;
}
.section-integrasi-hero .hero-info .box h2{
	line-height: 120%;
	padding-top: 30vh;
	font-size: 44px;
	font-weight: 400;
	margin:0 0 30px;
	color: #fff;
}
.section-integrasi-hero .hero-info .box h4{
	line-height: 220%;
	letter-spacing: 2px;
	font-size: 18px;
	color: #fff;
}
.hero-mobile-apps .hero-info .box h2{
	padding-top: 30vh;
	font-size: 50px;
	line-height: 150%;
	font-weight: 200;
	margin:0 0 30px;
	color: #fff;
}
.hero-mobile-apps .hero-info .box h4{
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
}
.integrasiSistem .hero-info .box h2{
	padding-top: 30vh;
	font-size: 42px;
	font-weight: 500;
	margin:0 0 30px;
	color: #fff;
}
.integrasiSistem .hero-info .box h4{
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
	color: #fff;
}
#sistem-inormasi-cntoh{
	background: #C0CE30;
	padding:40px 0;
}
#sistem-inormasi-cntoh h2{
	padding-top: 70px;
}
#sistem-inormasi-cntoh p{
	font-size: 1.3em;
	line-height: 2em;
	color: #1e1e1e;
}
.section-award-hero{
	position: relative;
}
.section-award-hero .hero-info{
	position: absolute;
	top: 30px;
	left:0;
	right:0;
	z-index: 999;
}
.manfaat-GIS-judul{
	font-size: 30px;
	font-weight: 300; 
	padding-top: 70px;
}
.manfaat-GIS{
	padding: 0;
}
.manfaat-GIS h1{
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
	padding-bottom: 10px;
}
.manfaat-GIS .col-md-6{
	padding-bottom: 10px;
}
.gis-padding{
	padding-top: 50px;
}
#gis-contoh-kerja{
	background-color: #40BFC9;
}
#gis-contoh-kerja h2{
	text-align: left;
	padding-top: 50px;
	color: #fff;
}
#gis-contoh-kerja p{
	text-align: left;
	color: #fff;
}
.padding-left-50 {
	padding-left: 50px;
}
.section-award-hero .hero-info .box h2{
	line-height: 150%;
	font-size: 40px;
	font-weight: 400;
	margin:0 0 30px;
}
.bg-gis img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
}
#duluSekarang table>thead>tr>th {
	border-bottom: 1px solid #555;
}
#duluSekarang table>tbody>tr>td {
	border-top: 1px solid #555;
}
#berita h4 a{
	color:#333;
	font-weight: bold;
	font-size: 20px;
}

.row-berita{
  display:flex;
}
.row-berita > div{
  margin:0 0 30px;
}
.row-berita .card{
  height:100%;
}
.post-title a{
	color:#333;
}
.contact-info{
	position: relative;
	color:#fff;
}
.contact-info:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width: 50%;
	background: #C0392B;
}
.contact-info:after{
	content: "";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width: 50%;
	background: #2C3E50;
}
.contact-info .container{
	position: relative;
	z-index: 10;
}
.bg-faq {
	background: url('../images/faq/hero.html') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-position-y: bottom!important;
	background-size: cover !important;
	width: auto !important;

	height: 100vh !important;
}

.caption-bg-faq {
	padding-left: 20px;
	font-size: 5.6rem;
	line-height: 5.8rem;
	padding-top: 30vh;
	color: rgba(255,255,255,.9);
}
.caption-bg-faq h1 {
	font-weight: 800;
	font-size: 4.6rem;
	line-height: 4.8rem;
	letter-spacing: .1rem;
	margin: 5px 0;
}

.caption-bg-faq h5 {
	font-weight: 600;
	font-size: 2rem;
    line-height: 2.5rem;
	letter-spacing: .1rem;
	margin: 5px 0;
}
/*.caption-bg-faq .box{
	background: rgba(48, 48, 48,.5);
	padding: 20px 10px 15px 30px;
}*/
.faq-section{
	padding: 50px 0 !important;
}
.general-faq{
	padding-bottom: 30px;
}
.qa{
	font-weight: 800;
	font-size: 3rem;
	line-height: 3.5rem;
	color: #795548;
}
.question .qa-content{
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.answer{
	padding-top: 10px;
}
.answer .qa-content{
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (max-width: 768px){
	.qa{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.question .qa-content{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.answer .qa-content{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.bg-faq {
		background: url('../images/faq/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-faq {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 21vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-faq h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}
	.caption-bg-faq .box{
		background: rgba(48, 48, 48,.5);
		padding: 5px;
		margin: 0px -10px 0px -25px;
	}
	#navbar{
	background: #333;
		height: 0px;
		margin-top: -65px !important;
	}
}
#get-in-touch .input-group{
	display: flex;
}
#get-in-touch .form-control{
	border:1px solid #aaa;
	border-radius: 0;
}
#get-in-touch .input-group .form-control{
	border-radius: 0;
	width: 100%;
}
#get-in-touch .input-group-addon{
	background: #46BBC4;
	color:#fff;
	border-radius: 0;
	width: 150px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactBG{
	background-color: #2C3E50 !important;
}
#keunggulan-website{
	background-color: #E7E9EF;
}
#keunggulan-website .judul h1,
#keunggulan-website .judul h3 {
		line-height: 1em;
	}
#keunggulan-website table{
	margin-top: 200px;
}
#keunggulan-website table>thead>tr>th {
	border-bottom: 1px solid #000;
}
#keunggulan-website table>tbody>tr>td {
	border-top: 1px solid #000;
}
.head-tbl h1{
	font-weight: bold;
	font-size: 20px;
	margin: 0px !important;
}
.judul-atas h1{
	margin-top: -10px !important;
}
.judul-atas h4,
.judul-atas h5{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.plt-tbl{
	background-color: #f0d955;
}
.plt-bar{
	border-bottom: 1px solid #f0d955 !important;
}
.plt-grey{
	border-bottom: 1px solid #9e9e9e !important;
}
#pricelist-covid{
	background-color: #E7E9EF;
}
#pricelist-covid table>.judul {
	background: #9e9e9e;
}
#pricelist-covid table>.penjelasan {
	background: #000;
	color: #fff;
}
#pricelist-covid table>.harga {
	background: #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}
#pricelist-covid table>.harga>tr>th {
	border-bottom: 1px solid #9e9e9e;
	vertical-align: middle !important;
}
#pricelist-covid table>thead>tr>th {
	border-bottom: 1px solid #000;
}
#pricelist-covid table>tbody>tr>td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#pricelist-covid table{
	margin-top: 50px;
}
.pricelist>tbody>tr>td {
	vertical-align: middle !important;
}
#testimoniWeb{
	background-color: #E7E9EF;
	padding: 50px 0 100px;
}
#testimoniWeb h1{
	line-height: 1em;
}
#testimoniWeb .media{
	background-color: #fff;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	padding: 20px;
}
#whatsapp-section-web{
	background-color: #C2D12F;
	color: #3C474D;
	min-height: 375px;
	padding:60px 0;
}
#whatsapp-section-web .bg{
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: center -30px;
}
#whatsapp-section-web h3{
	font-weight: 200;
	margin:50px 0 30px;
}
#whatsapp-section-web .btn-whatsapp{
	padding-left: 50px;
	padding-right: 50px;
	background: #F79421;
	border-color:#F79421;
	border-radius: 15px;
}
#kenapa-kami{
	color: #1e1e1e;
}

.ekosistem{
	color: #fff !important;
	height: 50px;
	padding-top: 25px;
}

.ekosistem-promo{
	color: #fff !important;
	height: 50px;
	padding-top: 10px;
}

.ekosistem-list{
	color: #fff !important;
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
.ekosistem-list img{
	width: 100%;
}
.ekosistem-covid{
	width: 250px;
	margin: 0 20px;
	height: auto;
}
.ekosistem-covid-ballout{
	width: 250px;
	margin: 0 20px;
	height: auto;
}
@media (max-width: 768px){

	.list-ekosistem .col-xs-6 {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ekosistem{
		color: #fff !important;
		padding-top: 15px;
	}

	.ekosistem-promo{
		color: #fff !important;
		padding-top: 0px;
	}

	.ekosistem-covid{
		margin: 10px 20px;
		width: 200px;
		height: auto;
	}

	.ekosistem-covid-ballout{
		margin: 0px;
		width: 150px;
		height: auto;
	}
}


.produk-covid {
	padding-left: 30px;
}

.no-pad{
	padding: 0!important;
}

.bg-pricelist{
	height: 350px;
	background: url('../images/cegahcovid19/hero.html') !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-position-y: bottom!important;
	background-size: cover !important;
}
.bg-pricelist h1{
	font-weight: 800;
	font-size: 3rem;
	padding: 80px 30px 10px;
	color: rgba(0, 0, 0, 0.7) !important;
}
.bg-pricelist h2{
	font-weight: 800;
	font-size: 3rem;
	padding: 80px 30px 10px;
	color: rgba(0, 0, 0, 0.7) !important;
}
.judul-berita{
	font-size: 1.2rem;
    padding-bottom: 20px;
    font-weight: 300;
}
.judul-berita h5{
	color: #999999;
	margin-bottom: 10px;
	margin-top: 0px;
}
.judul-berita h4{
	color: #ef672f;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}
.judul-berita h1{
	color: #21409A;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: 700;
	line-height: 4rem;
}
.isiberita p{
	color: #000000;
	font-size: 16px !important;
	margin-bottom: 20px !important;
	line-height: 1.5;
}
@media (max-width: 768px){
	#pricelist-covid .row > div {
	    padding: 20px!important;
	}
	.judul-berita h1 {
	    line-height: 2.8rem;
	    font-size: 2.3rem;
	}
	.judul-berita h4{
		font-size: 14px
	}
	.judul-berita{
		font-size: 1.0rem;
	}
	/*.isiberita p{
		text-align: left;
	}*/
	.isiberita > div > div > div {
		font-size: 12px !important;
	}
	.price-m > thead>tr>th {
	    padding: 4px;
	}
	#pricelist-covid table{
		margin-top: 0px;
	}
	.bg-pricelist{
		height: 60vh;
		background: url('../images/cegahcovid19/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position-y: top!important;
		background-size: cover !important;
	}
	.bg-pricelist h1{
		font-weight: 800;
		font-size: 2rem;
		padding: 40vh 30px 10px;
		color: rgba(0, 0, 0, 0.7) !important;
	}
	.bg-pricelist h2{
		font-weight: 800;
		font-size: 1.5rem;
		padding: 40vh 30px 10px;
		color: rgba(0, 0, 0, 0.7) !important;
	}

	.btn-hero-covid{
		padding-top: 45vh;
	}

	.produk-covid-icon {
		width: 68px;
		padding-right: 2px;
		float: left;
	}

	.produk-covid-icon .boxBorder {
		border-radius: 1rem !important;
		padding: 5px ;
	}

	.produk-covid {
		padding: 25px !important;
		margin-top: 33vh !important;
	}

	
}
/* RESPONSIVE */

.bg-einspeksi{
	background: url('../images/egov/einspeksi/hero.html') !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-position-y: bottom!important;
	background-size: cover !important;
	width: auto !important;

	height: 100vh !important;
}

.caption-bg-einspeksi {
	padding-left: 20px;
	font-size: 5.6rem;
	line-height: 5.8rem;
	padding-top: 40vh;
	color: #303030;
}

.caption-bg-einspeksi h1 {
	font-size: 8rem;
	line-height: 8.5rem;
	font-weight: 800;
	margin: 5px 0;
}

.caption-bg-einspeksi h5 {
	font-size: 2.8rem;
	line-height: 3.0rem;
	letter-spacing: .1rem;
	font-weight: 600;
	margin: 5px 0;
}
.bg-kritiksaran{
	background: url('../images/kritik-saran/hero.html') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: cover !important;
	height: 100vh !important;
	color: #fff;
}
.caption-bg-kritiksaran h1 {
	padding-top: 40vh;
	font-size: 6rem;
	line-height: 8.5rem;
	font-weight: 800;
	margin: 5px 0;
}

.caption-bg-kritiksaran h5 {
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: .1rem;
	font-weight: normal;
	margin: 5px 0;
}
.bg-epertanahan{
	background: url('../images/egov/epertanahan/hero.html') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position-y: bottom!important;
	height: 100vh !important;
	color: #fff;
}
.caption-bg-epertanahan {
	padding-left: 20px;
	font-size: 5.6rem;
	line-height: 5.8rem;
	padding-top: 49vh;
	color: #f5f5f5;
}

.caption-bg-epertanahan h1 {
	font-size: 8rem;
	line-height: 8.5rem;
	font-weight: 800;
	margin: 5px 0;
}

.caption-bg-epertanahan h5 {
	color: #ebd7a5;
	font-size: 2.8rem;
	line-height: 3.0rem;
	letter-spacing: .1rem;
	font-weight: 600;
	margin: 5px 0;
}
.img-epertanahan {
	padding-top: 10vh;
}
.epetanahan > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 15px solid #c2d12f;
}
.pertanahan .thumbnail>img{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.bg-emonev {
	background: url('../images/egov/emonev/hero.html') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-position-y: bottom!important;
	background-size: cover !important;
	width: auto !important;

	height: 100vh !important;
}

.pertanahan p {
	font-size: 1.9rem;
	font-weight: normal;
}

.caption-bg-emonev {
	padding-left: 20px;
	font-size: 5.6rem;
	line-height: 5.8rem;
	padding-top: 55vh;
	color: rgba(255,255,255,.9);
}

.caption-bg-emonev h1 {
	font-size: 6rem;
	line-height: 6.1rem;
	font-weight: 800;
	margin: 5px 0;
}

.caption-bg-emonev h5 {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.0rem;
	letter-spacing: .1rem;
	margin: 5px 0;
}
.caption-bg-emonev .box{
	background: rgba(48, 48, 48,.5);
	padding: 20px 10px 15px 30px;
}

.bg-covid {
	background: url('../images/covid/hero-new.html') !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-position-y: bottom !important;
	background-size: cover !important;
	width: auto !important;

	height: 100vh !important;
}
.caption-bg-covid {
	padding-left: 20px;
	font-size: 4.6rem;
	line-height: 4.8rem;
	padding-top: 20vh;
	color: #fff;
}

.caption-bg-covid h1 {
	font-size: 5rem;
	line-height: 5.1rem;
	font-weight: 800;
	margin: 5px 0;
}

.caption-bg-covid h5 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.0rem;
	letter-spacing: .1rem;
	margin: 5px 0;
}
.h3-bg{
	background-color: #9c9c9c;
	padding: 0 10px 0 10px;
}
.img-covid{
	width: 100px;
	height: auto;
}
.bottom-landingpage{
	padding-bottom: 20px !important;
}
.port-foto {
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
}
.pd-50 {
	padding-bottom: 50px;
}
@media (max-width: 768px){
	.pb-50 {
		padding-bottom: 20px;
	}
	.pd-50 {
		padding-bottom: 30px;
	}
	.m-text-center {
		text-align: center !important;
	}
	.h3-bg{
		background-color: #9c9c9c;
		padding: 0;
		text-align: center;
	}
	.m-center{
		text-align: justify;
		margin-right: 10px;
		margin-left: 10px;
	}
	.bottom-covid{
		padding-bottom: 30px !important;
	}
	.bg-covid {
		background: url('../images/covid/hero-mobile-new.html') !important;
		background-repeat: no-repeat !important;
		background-position: bottom !important;
		background-position-y: top!important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}
	.caption-bg-covid {
		padding-left: 0px;
		font-size: 1.6rem;
		line-height: 1.8rem;
		padding-top: 45vh;
		color: #fff;
	}
	.caption-bg-covid h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-covid h5 {
		font-size: 1.1rem;
		line-height: 1.4rem;
		letter-spacing: .1rem;
		font-weight: normal;
		margin: 5px 0;
	}
	.caption-bg-covid h3 {
		font-size: 1.6rem;
	}
	
	.bg-epertanahan{
		background: url('../images/egov/epertanahan/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position-y: bottom!important;
		height: 90vh !important;
	}
	.img-epertanahan {
		padding-top: 3vh;
	}
	.caption-bg-epertanahan {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 30vh;
		color: #f5f5f5;
	}

	.caption-bg-epertanahan h1 {
		font-size: 3rem;
		line-height: 3.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-epertanahan h5 {
		color: #ebd7a5;
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		font-weight: 600;
		margin: 5px 0;
	}

	.pertanahan p {
		font-size: 1.5rem;
		font-weight: normal;
	}
	.bg-kritiksaran{
		background: url('../images/kritik-saran/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: right !important;
		background-size: cover !important;
		background-position-y: bottom!important;
		height: 90vh !important;
	}
	.caption-bg-kritiksaran h1 {
		padding-top: 3vh;
		font-size: 3.5rem;
		line-height: 3.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-kritiksaran h5 {
		font-size: 1.2rem;
		line-height: 150%;
		letter-spacing: .1rem;
		font-weight: normal;
		margin: 5px 0;
	}
	.bg-einspeksi{
		background: url('../images/egov/einspeksi/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position-y: bottom!important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-einspeksi {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 59vh;
		color: #303030;
	}

	.caption-bg-einspeksi h1 {
		font-size: 3rem;
		line-height: 3.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-einspeksi h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		font-weight: 600;
		margin: 5px 0;
	}
	.caption-index-bawah {
		color: #fff;
		font-size: 1.5rem;
	    padding-top: 2.3rem;
	}
	.caption-index-bawah h1{
		padding: 0px 20px;
	    font-size: 2.5rem;
	    line-height: 3rem;
	}

	#jmc-care h3{
		font-size: 1.7rem;
	}

	.extraBold {
		font-weight: 800;
	}

	.bg-mobile-index {
		background: url('../images/home/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: left !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}
	.caption-bg-mobile-index {
		color: #fff;
		font-size: 2.4rem;
		line-height: 2.5rem;
		padding-top: 58vh;
	}

	.caption-bg-mobile-index h1{
		font-size: 3.5rem;
		line-height: 3.5rem;
		margin-top: 5px;
	}

	.bg-mobile-mobileapps {
		background: url('../images/mobile-apps/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: left !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}
	.caption-bg-mobile-mobileapps {
		font-size: 2.6rem;
		line-height: 150%;
		padding-top: 60vh;
	}

	.caption-bg-mobile-mobileapps h5 {
		font-size: 1.8rem;
		line-height: 150%;
		margin: 5px 0;
	}

	.bg-sistem-informasi {
		background: url('../images/sistem-informasi/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: right !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-sistem-informasi {
		font-size: 2.4rem;
		line-height: 2.6rem;
		padding-top: 56vh;
		color: rgba(255,255,255,.8);
	}

	.caption-bg-sistem-informasi h5 {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin: 5px 0;
	}

	.bg-integrasi-sistem {
		background: url('../images/integrasi-sistem/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-integrasi-sistem {
		padding-left: 20px;
		font-size: 2.8rem;
		line-height: 2.9rem;
		padding-top: 50vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-integrasi-sistem h5 {
		padding-top: 20px;
		font-size: 1.6rem;
		line-height: 2.0rem;
		margin: 5px 0;
	}

	.bg-gis-m {
		background: url('../images/gis/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-gis {
		padding-left: 20px;
		font-size: 2.8rem;
		line-height: 2.9rem;
		padding-top: 55vh;
		color: rgba(0,0,0,.9);
	}

	.caption-bg-gis h5 {
		font-size: 1.7rem;
		line-height: 2.0rem;
		margin: 5px 0;
	}

	.bg-website-pemerintah {
		background: url('../images/website/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-website-pemerintah {
		padding-left: 20px;
		font-size: 2.8rem;
		line-height: 3.2rem;
		letter-spacing: 2px;
		font-weight: 500;
		padding-top: 52vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-website-pemerintah h5 {
		font-size: 1.6rem;
		line-height: 2.0rem;
		letter-spacing: .08rem;
		margin: 5px 0;
	}

	.bg-elapor {
		background: url('../images/egov/elapor/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-elapor {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 60vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-elapor h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-elapor h5 {
		font-size: 1.8rem;
		line-height: 2.1rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-erpjmd {
		background: url('../images/egov/erpjmd/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-erpjmd {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 59vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-erpjmd h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-erpjmd h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-erenstra {
		background: url('../images/egov/erenstra/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-erenstra {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 59vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-erenstra h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-erenstra h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-emusrenbang {
		background: url('../images/egov/emusrenbang/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-emusrenbang {
		padding-left: 15px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 59vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-emusrenbang h1 {
		font-size: 4.3rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-emusrenbang h5 {
		font-size: 1.6rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-ebudgeting {
		background: url('../images/egov/ebudgeting/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-ebudgeting {
		padding-left: 15px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 57vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-ebudgeting h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-ebudgeting h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-emonev {
		background: url('../images/egov/emonev/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-emonev {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 61vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-emonev h1 {
		font-size: 3rem;
		line-height: 3.1rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-emonev h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}
	.caption-bg-emonev .box{
		background: none;
		padding: 0px;
	}

	.bg-einternal {
		background: url('../images/egov/einternal/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-einternal {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 60vh;
		color: rgba(0,0,0,.9);
	}

	.caption-bg-einternal h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-einternal h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-espatial {
		background: url('../images/egov/espatial/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-espatial {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 57vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-espatial h1 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-espatial h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-ehibsos {
		background: url('../images/egov/ehibsos/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-ehibsos {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 59vh;
		color: rgba(0,0,0,.9);
	}

	.caption-bg-ehibsos h1 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-ehibsos h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-edana-bergulir {
		background: url('../images/egov/edana-bergulir/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-edana-bergulir {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 56vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-edana-bergulir h1 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-edana-bergulir h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-erevenue {
		background: url('../images/egov/erevenue/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-erevenue {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 62vh;
		color: rgba(0,0,0,.9);
	}

	.caption-bg-erevenue h1 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-erevenue h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-eemployee {
		background: url('../images/egov/eemployee/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-eemployee {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 60vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-eemployee h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-eemployee h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-ewarung {
		background: url('../images/egov/ewarung/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-ewarung {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 60vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-ewarung h1 {
		font-size: 5rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-ewarung h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-ebaperjakat {
		background: url('../images/egov/ebaperjakat/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-ebaperjakat {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 60vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-ebaperjakat h1 {
		font-size: 4.3rem;
		line-height: 5.5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-ebaperjakat h5 {
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-etata-persuratan {
		background: url('../images/egov/etata-persuratan/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-etata-persuratan {
		padding-left: 20px;
		font-size: 2.6rem;
		line-height: 2.8rem;
		padding-top: 57vh;
		color: rgba(255,255,255,.9);
	}

	.caption-bg-etata-persuratan h1 {
		font-size: 5rem;
		line-height: 5rem;
		font-weight: 800;
		margin: 5px 0;
	}

	.caption-bg-etata-persuratan h5 {
		padding-top: 10px;
		font-size: 1.8rem;
		line-height: 2.0rem;
		letter-spacing: .1rem;
		margin: 5px 0;
	}

	.bg-award {
		background: url('../images/awards/hero-mobile.html') !important;
		background-repeat: no-repeat !important;
		background-position: bottom !important;
		background-size: cover !important;
		width: auto !important;

		height: 90vh !important;
	}

	.caption-bg-award h2 {
		text-align:center;
		color:#aaa;
	}




	body{
		padding-top: 60px;
	}
	.margin-min-20{
		margin-top: -45px;
	}
	.p-top-100{
		padding-top:10px!important;
	}
	.p-top-50,
	.p-top-50a {
		padding-top:10px!important;
	}
	.top-100{
		margin-top: 20px;
	}
	#navbar{
		height: 60px;
		margin-top: -65px;
	}
	#navbar .navbar{
		background: #303030;
		margin:0;
		padding:5px 0;
		position: fixed;
		top:0;
		left:0;
		right:0;
		z-index: 999;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	}
	#navbar .navbar .navbar-header{
		text-align: center;
		float: none;
		padding:0;
	}
	#navbar .navbar .navbar-header .navbar-brand{
		float: none;
		display: inline-block;
		text-align: center;
		padding:0;
		height: auto;
		line-height: 100%;
	}
	#navbar .navbar .navbar-header .navbar-brand img{
		display: inline-block;
		margin:0 auto;
		height: 30px;
		margin:10px 0;
	}
	#navbar .navbar .navbar-toggle{
		background: none;
		border:none;
		float: none;
		position: absolute;
		top:0;
		right:0;
		height: 60px;
		padding:0 20px;
		margin:0;
	}
	#navbar .navbar .navbar-toggle .icon-bar{
		background: #fff;
	}
	#navbar .navigation{
		border:none;
		display: block;
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background: #303030;
		height: auto!important;
		max-height: none!important;
		margin:0;
		display: block;
		transition: .3s ease;
		transform: translate(100%,-100%);
		visibility: hidden;
	}
	#navbar .navigation.in{
		display: block;
		transform: translateX(0);
		visibility: visible;
	}
	#navbar .navigation .navbar-nav{
		margin:0;
		padding:30px;
	}
	#navbar .navigation .navbar-nav > li{
		padding: 5px;
	}
	#navbar .navigation .navbar-nav > li > a{
		display: block;
		text-align: center;
		border:1px solid rgba(255,255,255,0.2);
		text-transform: uppercase;
		height: auto;
		line-height: 1;
		padding:15px;
	}
	#navbar .navigation .nav-logo{
		padding:30px;
		text-align: center;
	}
	#navbar .navigation .nav-logo .logo img{
		height: 40px;
	}
	#navbar .navigation .nav-logo .close{
		position: absolute;
		top:0;
		right:0;
		width: 50px;
		height: 50px;
		color:#fff;
		font-size:30px;
		font-family: sans-serif;
		font-weight: 200;
		opacity: 1;
		color:#fff;
	}
	section.section-hero{
		min-height: auto;
		height: auto;
	}
	.manfaat-GIS h3{
		font-size: 18px;
	}
	.manfaat-GIS ol {
		padding-left: 20px;
	}
	.manfaat-GIS-judul{
		font-size: 24px;
		font-weight: 300; 
		padding-top: 0px;
	}
	.manfaat-GIS .col-md-6{
		margin-bottom: -60px;
	}
	.gis-padding{
		padding-top: 0px;
	}
	#pengalaman-jmc{
		text-align: center;
	}
	#pengalaman-jmc h2{
		margin: 0 0 15px;
	}
	#pengalaman-jmc h4{
		width: auto;
		margin-left: 0;
	}
	#kenapa-memilih-kami h4{
		font-size: 1em;
	}
	#tentang-jmc{
		padding:30px 0;
	}
	#tentang-jmc .bg{
		position: relative;
		width: 100%;
		margin:0;
	}
	#tentang-jmc .punto{
		position:relative;
		margin:-30px 0 30px
	}
	#tentang-jmc .award{
		left:0;
		width:150px;
		height:auto;
	}
	#testimoni .media,
	#testimoni .media-left,
	#testimoni .media-body{
		display: block;
		width: auto;
		text-align: center;
		padding:0;
	}
	#testimoni .media-left{
		margin:0 0 30px;
	}
	#produk-jmc .panel-body {
		border: 0px solid rgba(112, 112, 112, 0.5);
	    padding: 10px 10px 0px;
	}
	#produk-jmc .row-product > div{
		/*width: 50%;*/
		padding: 5px;
		margin: 0px;
	}
	#aplikasi-lainnya .boxBorder {
		height: 270px;
		padding: 20px 0;
	}
	.boxBorder{
		height: auto;
		padding: 20px 0;
	}
	.row-product .col-xs-6{
		padding-left: 5px;
		padding-right: 5px;
	}
	.row-product p{
		font-size: 0.8em;
	}
	#testimoni .media-body{
		padding:0!important;
	}
	#testimoni .media-left img{
		text-align: center;
	}
	#testimoni .row > div {
		margin-bottom: 60px;
	}
	#berita .row > div{
		margin:0 0 30px;
	}
	#kenapa-memilih-kami{
		padding:0 0 30px;
	}
	#kenapa-memilih-kami .bg{
		width: 100%;
	}
	#kenapa-memilih-kami .image{
		position: relative;
		top:auto;
		left:auto;
		width: 100%;
		height: auto;
		margin:0 0 30px;
	}
	#kenapa-memilih-kami .thumbnail{
		margin-top: -140px;
		margin-bottom: -60px;
		width: 150px;
		margin-left: 60%;
	}
	#kenapa-memilih-kami .media{
		margin:20px 50px 20px 50px;
	}
	#video{
		padding:0!important;
	}
	#video .container{
		padding:0;
	}
	#video iframe{
		height: 300px!important;
	}
	#call-request{
		padding:30px 0;
	}
	footer {
		padding: 20px;
	}
	footer .thumbnail{
		width: auto;
		height: auto;
	}
	footer .fa {
	    padding: 0 10px 0 0;
	}
	footer p{
		font-size: 14px;
		line-height: 150%;
	}
	footer .row .col-md-4{
		margin:0 0 30px;
	}
	.footer-info{
		text-align: center;
	}
	.footer-info .thumbnail{
		margin:0 0 30px;
	}
	.row-flex > div{
		width: 100%;
	}
	.section-lg, .section-xl{
		padding:30px 0;
	}
	section.section-hero{
		margin:0!important;
	}
	#aplikasi-lainnya .row-aplikasi-lainnya > div{
		width: 50%;
		padding: 0 5px;
	}
	#aplikasi-lainnya a h4{
		font-size: 1.2em;
	}
	#aplikasi-lainnya a p{
		font-size: 0.8em;
	}
	#kenapa-kami .row-kenapa-kami > div{
		padding-bottom: 40px;
	}
	#sistem-inormasi-cntoh{
		text-align: center;
	}
	#sistem-inormasi-cntoh h2{
		font-size: 22px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	#sistem-inormasi-cntoh p{
		font-size: 1em;
		line-height: 1.5em;
		margin: 0 45px;
		color: #1e1e1e;
	}
	#mobile-apps-about{
		padding:0 0 30px;
	}
	#mobile-apps-about .bg{
		position: relative;
		top:auto;
		left:auto;
		height: auto;
		width: 100%;
		margin:0 0 30px;
	}
	#mobile-apps-about h3 {
		padding-left: 10px;
	}
	#mobile-apps-about h2{
		margin:0 50px 30px 10px;
		font-size: 2em;
		line-height: 1.2em;
		font-weight: bold;
		padding-left: 20px;
	}
	#mobile-apps-about p{
		margin-left: 10px;
		padding-left: 0;
	}
	#mobile-apps-publik .bg{
		width: 100%;
		height: 80%;
		object-fit: contain;
	}
	#mobile-apps-publik h2{
		margin:0;
	}
	#mobile-apps-publik p{
		font-size: 1em;
		margin:0;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.mobile-apps-gambar{
		text-align: center;
	}
	.mobile-apps-gambar .container{
		padding: 0 20px;
	}
	.mobile-apps-gambar .thumbnail{
		margin-top: -30px;
	}
	#whatsapp-section{
		padding:0 0 30px;
		text-align: center;
	}
	#whatsapp-section h3 {
	     margin: 0px 0 30px; 
	     font-size: 21px;
	}
	#whatsapp-section .bg{
		width: 100%;
		height: auto;
		position: relative;
	}
	.section-image-text{
		padding:0!important;
	}
	.section-image-text .bg{
		position: relative;
		top:auto;
		left:auto;
		right:auto;
		width: 100%;
		height: auto;
	}
	.section-integrasi-hero .bg-mobile img{
		height: 87vh !important;
		object-fit: cover;
	}
	.section-image-text .row > div{
		padding: 10px 30px 60px 30px!important;
		text-align: center;
	}
	#hasil-pekerjaan-integrasi h3{
		font-size: 18px;
	}
	#hasil-pekerjaan-integrasi .row{
		margin-bottom: 30px;
	}
	#hasil-pekerjaan-integrasi .col-md-6{
		margin:0!important;
		text-align: center;
	}
	#hasil-pekerjaan-integrasi h2{
		font-size: 28px;
		/*padding: 0 10px;*/
	}
	#hasil-pekerjaan-integrasi ol{
		margin-left: 30px;
		/*padding: 0 10px;*/
	}
	#manfaat-integrasi .containerIntegrasi{
		padding: 0 20px;
	}
	#manfaat-integrasi .row-manfaat > div{
		padding-bottom: 40px;
	}
	#manfaat-integrasi h2{
		font-size: 22px;
	}
	#manfaat-integrasi h4{
		font-size: 14px;
	}
	#hasil-pekerjaan-integrasi .contoh-hasil .thumbnail{
		width: 100%;
	}
	#kenapa-kami h2{
		font-size: 22px;
	}
	#kenapa-kami .row-kenapa-kami p{
		margin: 0 !important;
	}
	#section-award .award-info {
		text-align: center;
		padding: 0 24px 36px 24px;
	}
	.reset-margin-xs{
		margin:0!important;
	}
	.reset-transform-xs{
		transform: none!important;
	}
	.reset-width-xs{
		width: auto!important;
		max-width: 100%!important;
	}
	.green-info{
		padding: 0;
	}
	.eplan-padding{
		padding: 0 30px;
	}
	.elaporIMG{
		width: 60%;
		height: auto;
	}
	.elaporCenter{
		text-align: center;
		padding-top: 30px;
		margin-bottom: -20px;
	}

	.emusrenbangCenter{
		text-align: center;
	}
	#keunggulan-website{
		background-color: #FFF;
	}
	#keunggulan-website .judul{
		text-align: left;
	}
	#keunggulan-website .judul{
		padding-top: 50px !important;
		padding-bottom: 10px !important;
	}
	#keunggulan-website .judul h1{
		margin-top: 0;
	}
	#keunggulan-website .judul h1,
	#keunggulan-website .judul h3 {
		line-height: 1em;
	}
	#keunggulan-website .kelebihanWebsite li{
		margin: 10px 0;
	}
	#keunggulan-website .kelebihanWebsite ol{
		padding-bottom: 20px;
	}
	.kelebihanWebsite{
		padding-bottom: 50px;
	}
	.keunggulan-website-padding{
		padding: 15px;
	}
	#keunggulan-website .row > div{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#whatsapp-section-web{
		padding:0 0 30px;
		text-align: center;
	}
	#whatsapp-section-web h3 {
	     margin: 0px 0 30px; 
	}
	#whatsapp-section-web .bg{
		width: 100%;
		height: auto;
		position: relative;
	}

	#whatsapp-section-web img{
		padding: 0 !important;
	}

	#testimoniWeb{
		padding: 20px 0;
	}

	#testimoniWeb .media,
	#testimoniWeb .media-left,
	#testimoniWeb .media-body{
		display: block;
		width: auto;
		text-align: center;
		padding:10px;
	}
	#testimoniWeb .media-left{
		margin:0 0 30px;
	}
	#testimoniWeb .media-body{
		padding:0!important;
	}
	#testimoniWeb .media-left img{
		text-align: center;
	}
	#testimoniWeb .row > div {
		margin-bottom: 60px;
	}
	#gis-contoh-kerja h2{
		text-align: center;
		padding-top: 36px;
		color: #fff;
		font-size: 25px
	}
	#gis-contoh-kerja p{
		text-align: center;
	}
	.eplan h3{
		font-size: 22px;
	}
	.card-body{
		font-size: 14px;
	}
	.intergrasi-sistem h4 {
	    font-size: 14px;
	}
	#duluSekarang ol>li {
		padding-bottom: 10px;
	}
}
@media (max-width: 480px){
	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/*======================= Portfolio Web Goverment ============================*/
.pt-100 {
	padding-top: 100px;
}
.web-portfolio-satu {
	background: #444 !important;
	padding-top: 100px;
}

.title-web-port {
	color: #fff !important;
	font-size: 36px !important;
	line-height: 150% !important;
	font-weight: bold !important;
}

.web-portfolio-satu h1 {
	color: #c2d12f;
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
}

.web-portfolio-satu h2 {
	color: #fff;
}

.web-portfolio-satu h4 {
	color: #fff;
}


.web-portfolio-dua {
	background: #f1f1f5 !important;
	padding-top: 100px;
}

.web-portfolio-dua h1 {
	color: #c2d12f;
	font-size: 90px;
	font-weight: 800;
	line-height: 70%;
}

.web-portfolio-dua h2 {
	color: #444;
}

.web-portfolio-dua h4 {
	color: #444;
}

.port-img img {
	width: 100%;
}

@media (max-width: 768px){
	.pt-100 {
		padding-top: 0px;
	}

	.web-portfolio-satu {
		padding-top: 40px;
	}
	
	.web-portfolio-dua {
		padding-top: 40px;
	}

	.web-portfolio-satu h1,
	.web-portfolio-satu h2,
	.web-portfolio-satu h4,
	.web-portfolio-dua h1,
	.web-portfolio-dua h2,
	.web-portfolio-dua h4 {
		padding-left: 20px;
	}

	.port-img img {
		width: 100%;
	}
}