@font-face {
	font-family: "museo-700";
	src: url(../fonts/Museo700-Regular.ttf);
}
body {
	font-weight: 400;
	background-color: #ffffff;
}
a {
	color: #ffffff;
}
a:hover {
	color: #048ab3;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.margin-top-50 {
	margin-top: 50px;
}
.gap {
	margin-bottom: 50px;
}
#header {
	position: fixed;
	width: 100%;
	background-color: #05aee3;
	z-index: 11;
	padding: 10px 0px;
	box-shadow: 0px 1px 0px #000000;
}
.company-logo {
	font-size: 22px;
	padding: 15px;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	display: inline-block;
	-webkit-box-orient: vertical;
}
.nav-bar {
	list-style: none;
	text-align: right;
	margin-bottom: 0px;
}
.nav-bar li {
	display: inline-block;
	padding: 15px 30px;
	font-size: 22px;
}
#home {
	padding-top: 85px;
}
#home .bx-wrapper {
	border: 0px;
	margin-bottom: 0px;
	box-shadow: initial;
}
#home .bx-wrapper .bx-pager, 
#home .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}
#about {
	text-align: left;
	background: 50% 0 repeat-y fixed;
	background-image: url(../img/about-background.jpg);
	background-size: cover;
	text-shadow: 1px 1px 1px #000000;
	color: #ffffff;
}
#about .container-fluid {
	padding: 31vh 10%;
	background-color: rgba(0,0,0,0.5);
	/*color: #048ab3;*/
}
#about h1 {
	margin-bottom: 60px;
}
#about p {
	margin-bottom: 60px;
}
#services .container-fluid {
	padding: 18vh 10%;
}
#services .container-fluid p.desc {
	color: #6b6b6b;
	text-align: justify;
	padding: 0px 20px;
}
#counter {
	background: 100% repeat-y fixed;
	background-color: #282828;
	color: #ffffff;
}
#counter .container-fluid {
	padding: 18vh 10%;
}
#about .btn-custom {
	padding: 15px 70px;
}
#contact-us {
	background-color: #efefef;
	padding: 10vh 0px;
}
#contact-us .short-desc {
	font-size: 40px;
}
#contact-us .short-desc,
#contact-us .desc {
	color: #282828;
}
#contact-us .desc {
	padding: 0px 15%;
}
#contact-us a {
	color: #282828;
}
#contact-us h1:last-child {
	border-bottom: 10px solid #efefef;
	display: inline-block;
}
#contact-us .left-side {
	padding: 30px 0px;
}
#contact-us .left-side h1 {
	margin-left: 20%;
}
#contact-us .right-side {
	padding: 30px 0px;
}
#contact-us h4 {
	text-align: center;
	color: #282828;
}
#contact-us p {
	color: #282828;
}
#copyright {
	padding:  50px 0px;
	color: #282828;
}
#copyright a {
	color: #282828;
}
#copyright p {
	margin: 20px 0px 0px;
	font-size: 12px;
}
.btn-mobile-toggle {
	display: none;
}
.company-name {
	margin: 10px;
}
.back-top {
	color: #05aee3;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
@media only screen and (max-width: 1113px) {
	#home {
		padding-top: 60px;
	}
	#home .container-fluid {
		height: initial;
		padding: 5vh 5%;
	}
	#home .container-fluid img {
		height: initial;
	}
	#about .container-fluid {
		padding: 15vh 10%;
	}
	.company-logo {
		font-size: 16px;
		height: 36px;
	}
	.nav-bar li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	#header {
		min-height: 50px;
	}
	.btn-mobile-toggle {
		display: initial;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}
	.company-logo {
		line-height: 36px;
		width: 280px;
		padding: 0px;
		height: 36px;
	}
	.nav-bar {
		display: none;
		z-index: 10;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		-webkit-padding-start: 0px;
		box-shadow: 1px 1px 1px #898989;
	}
	.nav-bar li {
		display: block;
		width: 100%;
		padding: 10px;
		border-top: 1px dashed #898989;
		background-color: #05aee3;
	}
	.nav-bar li a {
		text-align: center;
		display: block;
	}
}
