.line-md {
	width: 110px;
	height: 6px;
	background: #03608E;
}
.line-md-2 {
	width: 110px;
	height: 6px;
	background: #fff;
}
.line-sm {
	width: 110px;
	height: 1px;
	background: #858383;
	display: inline-block;
	margin-left: 20px;
}
.line-sm-2 {
	width: 110px;
	height: 1px;
	background: #fff;
	display: inline-block;
	margin-left: 20px;
}
.page-title {
	font-size: 60px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 100px;
}
	.page-title span {
		display: block;
		font-size: 80px;
		font-weight: 700;
	}
.project-img img{
	width: 100%;
}
.project-holder {
	margin-top: 70px;
}
	.project {
		width: 100%;
	}
		.project h3 {
			font-size: 30px;
			font-weight: 200;
			color: #fff;
			margin-top: 20px;
		}
			.project h3 small {
				color: #7EE5FF;
				font-size: 50px;
				font-weight: 700;
			}
		.project p {
			font-size: 16px;
			font-weight: 200;
			color: #fff;
			margin-top: 20px;
			text-align: justify;
		}
		.project span {
			font-size: 15px;
			font-weight: 400;
			color: #EFE7BF;
			font-style: italic;
			display: block;
			margin-top: 70px;
		}
.btn-main {
	display: inline-block;
	padding: 20px 50px;
	color: #7EE5FF;
	border: 3px solid #7EE5FF;
	font-size: 22px;
	margin-top: 150px;
}
	.btn-main img {
		margin-left: 15px;
		margin-top: -5px;
	}
	.btn-main:hover {
		color: #7EE5FF;
	}



.menu {
	position: fixed;
	right: 30px;
	top: 20px;
	z-index: 10;
	display: none;
}
.in {
	display: block!important;
}
.hamburger .line{
	width: 35px;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover{
	cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
	-webkit-transform: translateY(11px) rotate(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	-o-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
	background: #03608E;

}

#hamburger-1.is-active .line:nth-child(3){
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
	background: #03608E;
}
.w100 {
	width: 100%;
}
.proj-line {
	margin-top: 70px;
	margin-bottom: 70px;
}
.mt50 {
	margin-top: 50px;
}

.carousel-control-next, .carousel-control-prev {
	width: 40px!important;
	color: #03608E!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	top: 540px;
    position: absolute;
}





























