#header_logo {
	width: 350px;
}

#header_logo img{
	width: 100%;
}

#colorlib {
	color: #fff;
	text-decoration: none;
}

.con > span {
	color: black !important;
}

.services-wrap > .text > p {
	min-height: 175px;
}

#icon > img {
	width: 100%;
}

#icon {
	padding: 10px;
	background-color: transparent;
	box-shadow: none;
}

#kategori_menu {
	text-decoration: none;
	list-style: none;
	padding: 20px 0px;
}

#kategori_menu > li:first-child a {
	border-radius: 3px 3px 0px 0px;
}

#kategori_menu > li:last-child a {
	border-radius: 0px 0px 3px 3px;
}

#kategori_menu > li > a {
	background-color: #040e26;
	color: white;
	padding: 5px;
	display: block;
}

.kategori_active {
	background-color: #fc5e28 !important;
	color: #040e26 !important;
}

#referans {
	margin-top: -55px;
}

.blog-entry:hover {
	transform: translateY(-20px);
}

#slider {
	overflow: hidden !important;
	height: 0px;
	position: relative;
	padding-top: calc(9/16*100%);
	border-radius: 5px;
	margin-bottom: 20px;
}

.carousel {
	height: 100%;
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
}