
body{background-color: #000; color: #ffffff;}
.slide{
	border-radius: 15px;
}

.w-100{width: 100%!important;}

.img-background{
	border-radius: 20px;
}

.header{
	background-color:rgba(0, 0, 0,10);
	padding: 10px 0px;
	width: 100%;
	margin-bottom: 10px;
	transition: 1s;
}

.fixtop{
	background-color: rgba(0,0,0,10);
	position: fixed;
	padding: 5px 0px;
	z-index: 99999;
	border-bottom:solid 1.5px #282828;
}

.seo-text{
	text-align: center;
	margin-top: 20px;
}

.row{
	width: 100%;
	height: auto;
	display: flex;/*agar kotak yang ada di dalam row berjajar ke samping*/
	flex-wrap: wrap;
}

/*Semua tag ada tepat didalam setelah row*/
	.row > *{
		padding: 10px 15px;
		box-sizing: border-box;
	}

/*Class logo*/
.logo{
	display: none;
	align-items: center;
}

	/*semua tag img yang ada di dalam class logo*/
	.logo img{
		width: 150px;
		border-radius: 10px;
		border: solid 1.2px rgba(13, 202, 240);
	}

	.logo h2{
		margin-left: 10px;
	}

	.logo h2 span.text{
		color:rgba(252, 252, 252);
		text-shadow: 2px 0px 2px #fff;
		font-family: segoe print;
	}

	.text-contact{
		text-align: center;
		font-family: Calibri;
	}

		.text-contact h1{
			font-family: Calibri;
		}

	.menu-contact{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	.menu-contact li a{
		text-decoration: none;
		padding: 10px;
		color: #fff;
		display: block;
	}

		.menu-contact li a:hover{
			background-color: rgba(13, 202, 240);
			transition:0.5s;
		}

/*Customize megamenu css*/

.title img{
	width: 50px;
	border: solid 1px rgba(13, 202, 240);
	border-radius: 0px;
}

.megamenu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #555;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: transparent!important;
}

.megamenu .dropdown li a{
	font-size: 18px;
}

.megamenu > li a:hover{
	color: rgba(13, 202, 240);
	background-color: #fff;
}

.megamenu > li.showhide span.title{
	margin: 2px 2 2 2px !important;
}

.fixtop .megamenu > li.showhide span.icon1:after{
	position: absolute;
	content: "";
	right: 25px;
	top: 15px;
	height: 3px;
	width: 25px;
	font-size: 50px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	z-index: 1;
}

.fixtop .megamenu > li.showhide span.icon2:after{
	position: absolute;
	content: "";
	right: 25px;
	top: 27px;
	height: 3px;
	width: 25px;
	font-size: 50px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	z-index: 1;
}

/*end customize megamenu*/

.slide-desc{
	width: 600px;
	height: 300px;
	position: absolute;
	bottom: -10%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	padding: 50px;
	display: none;
	z-index: 10;
}

	.slide-desc h2{
		font-family: 'Arial Black';
		color:rgba(13, 202, 240);
		text-align: center;
		text-shadow: 1px 1px 2px #000;
	}

	.slide-text{
		font-family: 'Arial Black';
		color:rgba(13, 202, 240);
		text-shadow: 1px 1px 2px #000;
		position: absolute;
		background-color:transparent;
		left: 300px;
		bottom: 50%;
		width: 100%;
	}

	.slide-desc p{
		color: #fff;
	}

.text{
	font-weight: bold;
}

.text-type{
	text-align: justify;
	padding-left: 15px;
}

.text-h2{
	color:rgba(13, 202, 240);
}

.tittle-item {
	font-size: 22px;
	margin: 15px 0px;
	border-bottom: dotted 1px #6a6a6a;
	padding:0px 0px 15px 0px;
}

.box-image{
	position: relative;
}

	.box-image h3{
		position: absolute;
		/*width: 100%;*/
		padding:10px;
		bottom: 30px;
		border: solid 1px #cecece;
		margin: 0px;
		left: 20%;
	}

.text-img{
	margin: 15px 0px;
	padding:0px 0px 2px 0px;
	font-size: 20px;
}

.footer{
	border-top: solid  1px #6a6a6a;
	margin-top: 30px;
}

	.footer h3{
		font-family: 'Arial Black';
		color: #fff;
	}

	.footer img{
		width: 130px;
		border-radius: 20px;
		border: solid 1.5px rgba(13, 202, 240);
		float: left;
		margin-right: 20px;
	}

.gallery-footer{
	display: flex;
	justify-content: space-between;
	border-top: dotted 1px #6a6a6a;
	padding-top: 15px;
	padding-bottom: 15px;
}

.clearFloat{
	clear: left;
}

.sosmed{

}
	.sosmed a{
		font-size: 25px;
	}

	.sosmed a.fb{color: #0C38AD;}
	.sosmed a.fb:hover{color: #2652F0;}
	.sosmed a.tw{color: #0C38AD;}
	.sosmed a.tw:hover{color:#2652F0;}
	.sosmed a.yt{color: #E02222;}
	.sosmed a.yt:hover{color:#F02626;}
	.sosmed a.ig{color: #F0266F;}
	.sosmed a.ig:hover{color:#F0268B;}

.menu-footer{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

	.menu-footer li{
		margin-bottom:4px;
		padding: 0px;
	}

	.menu-footer li a{
		color: #cecece;
		text-decoration: none;
		padding:5px;
		display: block;
	}

	.menu-footer li a:hover{
		color: #cecece;
		background-color: rgba(13, 202, 240);
		transition:0.5s;
	}

.btn:hover{
	color: #fff;
}
.menu-form{
	background-color:#121111;
	height: 100%;
	border: solid 1px rgba(13, 202, 240);
	border-radius: 10px;
	padding-top:20px;
	padding-left:20px;
	box-shadow: 4px 2px 10px rgba(13, 202, 240);
}

.box-menu{
	height: 100%;
	border-radius: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right: 10px;
	border: solid 1px #121111;
	margin-bottom: 10px;
}

.west{
	text-align: center;
}
	.west ul{
		list-style-type: none;
	}
	.form-west{
		background-color:#121111;
		height:auto;
		padding-top:20px;
		padding-left:20px;
	}
	.west-list{
		list-style-type: none;
	}
.social-media{
	background-color:#121111;
	height:auto;
	padding-top:20px;
	padding-left:20px;
}

.scroll-top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	cursor: pointer;
	display: none;
}

@media(min-width:768px){

	.logo{display: flex;}
	.logo h2{display: none;}
	.logo img{width: 90px;}

	.seo-text{padding: 0px 150px;}
}

@media(min-width: 992px){
	.logo h2{display: block;}
}

@media(min-width: 1200px){
	.slide-desc{display: block;}
}