/*class untuk header*/
.senkatech-header {
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: auto;
	margin-bottom: 0;
	background-color:#fff;
	color: #333;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;

}
/*end class*/
