/*
* wBiza Dev Tools
* (c) 2021 Sendi Pratama
*/
a {
	text-decoration: none;
	color: rgb(10, 142, 136);
}

@media only screen and (max-width:800px) {
	.desktop{
		display: none;
	}
	.barMen {
		float: right;
		font-size: 45px;
		margin: 2px 12px 0px 0px;
		border: 1px solid rgba(247, 247, 247, 0.56);
		padding: 2px 6px;
		border-radius: 8px;
	}
	#baner .boxBaner .serviceList .box {
		min-width: 70%;
	}
	#topMenu .boxMenu .menu {
		overflow: hidden;
		transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	#topMenu .boxMenu .menHide {
		height: 60px;
	}
	#topMenu .boxMenu .menShow {
		height: 240px;
	}
	#topMenu .boxMenu .menu .listMenu {
		display: inline-block;
		width: 100%;
	}
	#topMenu .boxMenu .menu .listMenu a {
		display: block;
		margin: 5px;
		padding: 4px 20px;
	}
	#contact .boxIsi .boxContact {
		width: 85%;
	}
	.aboutBox {
		width: 90%;
	}
}
@media only screen and (min-width:801px) {
	.mobile{
		display: none;
	}
	#topMenu .boxMenu .menu {
		min-width: 1000px;
		height: 65px;
		text-align: right;
	}
	.barMen {
		display: none;
	}
	#topMenu .boxMenu .menu .listMenu {
		display: inline-table;
		text-align: right;
	}
	#topMenu .boxMenu .menu .listMenu a {
		display: inline-table;
		margin: 0px 5px;
		padding: 2px 20px 4px 20px;
	}
	#baner .boxBaner .slogan {
		width: 930px;
	}
	#baner .boxBaner .serviceList .box {
		min-width: 220px;
	}
	.boxIsi {
		min-width: 1000px;
	}
	#ourWork, #contact, #about, .foter, .bgSparator, #ourTeam {
		min-width: 1000px;
	}
	.aboutBox {
		width: 40%;
	}
	#contact .boxIsi .boxContact {
		width: 40%;
	}
}
#topMenu {
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	text-align: center;
	color: white;
	z-index: 992;
	top: 0;
}
    #topMenu .boxMenu {
        display: inline-block;
        padding-top: 8px;
    }
    #topMenu .boxMenu .menu {
        display: inline-block;
    }
    #topMenu .boxMenu .menu .logo {
        float: left;
        font-weight: bolder;
        color: white;
        font-size: 22px;
        margin-left: 20px;
        padding: 16px 0;
    }
    #topMenu .boxMenu .menu .logo img {
        float: left;
        height: 45px;
        margin-top: -5px;
        margin-right: 12px;
        cursor: pointer;
    }
    #topMenu .boxMenu .menu .logo a {
        color: white;
    }
        #topMenu .boxMenu .menu .logo a span{
            color: rgb(247, 112, 23);
        }
    #topMenu .boxMenu .menu .logo i {
        display: none;
    }
    #topMenu .boxMenu .menu .listMenu {
        margin-top: 15px;
        font-size: 18px;
    }
    #topMenu .boxMenu .menu .listMenu a {
        border-radius: 3px;
        color: white;
        cursor: pointer;
		transition: 0.2s;
		-webkit-transition: 0.2s;
    }
    #topMenu .boxMenu .menu .listMenu .menActive {
        background-color: rgb(247, 112, 23) !important;
    }
    #topMenu .boxMenu .menu .listMenu a:hover {
        background-color: rgba(0, 0, 0, 0.45);
    }
#home{
	min-height: 600px;
	background-color: rgb(52, 52, 52);
}
.pages{
	padding: 55px 30px;
	min-height: 360px;
}
	.pages hr{
		position: sticky;
		margin: 0 0px 10px 0px;
		padding: 0;
		width:90px;
		border:none;
		border-top:2px solid rgb(247, 112, 23);
		border-bottom:2px solid rgb(223, 104, 25);
		border-radius: 30px;
	}
	.pages .judul{
		font-size:25px;
		font-weight: bold;
		color: rgb(24, 24, 24);
	}
	.pages .det{
		font-size:14px;
		color: rgb(24, 24, 24);
	}
	.pages .note{
		font-size: 18px;
		color: rgb(24, 24, 24);
		margin: 15px 0;
		text-align: justify;
	}
	.pages input[type=button]{
		float: right;
		background-color: transparent;
		padding: 8px 17px;
		border: 1px solid rgb(247, 112, 23);
		border-radius: 7px;
		color: rgb(247, 112, 23);
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
	}
	.bgHitGrad{
		background-color: black;
	}
	
	.bgHitGrad .judul{
		color: rgb(255, 255, 255) !important;
	}
	.bgHitGrad .det{
		color: rgb(255, 255, 255) !important;
	}

	.serviceMas{
		margin: 25px 0;
	}
	.serviceMas .serviceBox{
		display: inline-table;
  		width: 31%;
	}
		.serviceMas .serviceBox .serImg{
			width: 40%;
			height: 220px;
			margin: 30px 25px 25px 0;
			background-color: black;
		}
		.serviceMas .serviceBox .serJudul{
			font-weight: bold;
			font-size: 16px;
		}
		.serviceMas .serviceBox .serDetail{
			font-size: 14px;
			text-align: justify;
			margin-top: 15px;
		}
	
	
	.galeriMas{
		margin: 25px 0;
		text-align: left;
	}
	.galeriMas .galeriBox{
		display: inline-table;
		width: calc(48% - 60px);
		height: 220px;
		background-color: white;
		margin: 10px;
		padding: 25px;
		text-align: left;
	}
		.galeriMas .galeriBox .galImg{
			float: left;
			width: 40%;
			height: 220px;
			margin: 0 25px 0 0;
			background-color: black;
		}
		.galeriMas .galeriBox .galJudul{
			font-weight: bold;
			font-size: 16px;
		}
		.galeriMas .galeriBox .galDetail{
			font-size: 14px;
			text-align: justify;
			margin-top: 15px;
		}




	.foter{
		background-color: black;
		text-align: center;
		color: white;
		padding: 25px;
		min-height: 350px;
	}