@import url('https://fonts.googleapis.com/css?family=Roboto: 700');
*{
	margin: 0;
	padding: 0;
	font-family: montserrat,sans-serif;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 5rem;
	box-sizing: border-box;
	background-color: white;
	z-index: 1;
	border-bottom: 1px solid black;
}
nav:after{
	content: '';
	clear: both;
	display: table;
}
nav .logo{
	width: 15rem;
}
nav .logo img{
	width: 12rem;
	height: 4.5rem;
	margin-left: 1rem;
	transition: 0.5s;
}
nav .drop{
	float: right;
	margin-right: 8rem;
	margin-top: -3.5rem;
}
nav .drop ul{
	list-style: none;
}
nav .drop ul li{
	float: left;
	position: relative;
	display: inline-block;
	margin: -0.1rem;
}
nav .drop ul li a{
	text-decoration: none;
	display: block;
	color: black;
	line-height: 2.5rem;
	font-weight: bold;
	font-size: 0.9rem;
	padding: 0.5rem 0.9rem;
	text-transform: uppercase;
	transition: 0.6s ease;
}
nav .drop ul li a:hover{
	color: maroon;
}
nav .drop ul ul{
	margin-top: 1.3rem;
	top: 3.5rem;
	position: absolute;
	margin-left: -6.8rem;
	display: none;
}
nav .drop ul li:hover > ul{
	display: block;
	top: 2.3rem;
}
nav .drop ul ul li{
	position: relative;
	margin-top: 0.3rem;
	height: 2.3rem;
	width: 17rem;
	background-color: #F0F3F4;
	text-align: center;
	display: list-item;
	float: none;
}
nav .drop ul ul li a{
	text-align: center;
	text-decoration: none;
	position: relative;
	color: black;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 0rem 0.3rem;
	transition: 0.6s ease;
}
nav .drop ul ul li a:hover{
	color: white;
	height: 2.3rem;
	background: linear-gradient(to top,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('images/jpg/6.jpg');
	-webkit-box-shadow: 0 0 5px 2px grey;
  -moz-box-shadow: 0 0 5px 2px grey;
  box-shadow: 0 0 5px 2px grey;
}
nav .drop button{
		float: right;
		margin: 0;
		border-radius: 0.25rem;
  	background-color: maroon;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.2rem;
  	color: white;
  	transition: transform .2s;
  	width: 10rem;
  	margin-top: 0.5rem;
  	margin-left: 2.5rem;
}
nav .drop button a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
nav .drop button:hover{
	transform: scale(1.1);
}
#sec-1{
	width: 100vw;
	height: 28rem;
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('images/jpg/1.jpg')no-repeat center;
	background-size: cover;
	color: white;
}
#sec-1 .content-1{
	padding-top: 12rem;
}
#sec-1 .content-1 h1{
	text-align: center;
	font-size: 3.75rem;
	font-weight: 600;
	color: white;
	display: block;
}
#sec-2{
	width: 100vw;
}
#sec-2 img{
	width: 15rem;
}
#sec-2 .content-2{
	width: 30vw;
	height: auto;
}
#sec-2 .content-2 .img-1{
	margin-top: 4.3rem;
	margin-left: 3.25rem;
	padding: 2rem;
}
#sec-2 .content-2 h1{
	text-align: center;
	margin-top: -1.25rem;
	padding: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1A5276;
	margin-bottom: 4.3rem;
}
#sec-2 .content-3{
	float: right;
	width: 68vw;
	padding: 2.5rem;
	margin-top: -27.5rem;
}
#sec-2 .content-3 h1{
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1rem;
}
#sec-2 .content-3 p{
	font-size: 1rem;
	font-weight: 500;
	color: grey;
	font-family: "Gill Sans", sans-serif;
	padding-left: 1.5rem;
}
#sec-3{
	width: 100vw;
	height: 20rem;
	background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('images/jpg/30.jpg')no-repeat center;
	background-size: cover;
	color: white;
}
#sec-3 .content-4{
	position: absolute;
	left: 35%;
	margin-top: 10.6rem;
	transform: translate(-50%,-50%);
}
#sec-3 .content-4 h1{
	text-align: left;
	font-size: 2rem;
	font-weight: 600;
	color: white;
	padding: 1rem;
	display: block;
}
#sec-3 .content-4 p{
	padding: 1rem;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	color: white;
	display: block;
}
#sec-3 button{
	float: right;
	border-radius: 0.25rem;
  	background-color: maroon;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.6rem;
  	color: white;
  	transition: transform .2s;
  	width: 14.25rem;
  	margin: 0 auto;
  	margin-top: 8.12rem;
  	margin-right: 6.25rem;
}
#sec-3 button a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-3 button:hover{
	transform: scale(1.1);
}
#projects{
	background-color: #CCD1D1;
}
#projects .projects {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#projects .projects-header h1 {
	margin-bottom: 50px;
}
#projects .all-projects {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#projects .project-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
	border-radius: 10px;
}
#projects .project-info {
	padding: 60px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('images/jpg/3.jpeg');
	color: white;
}
#projects .project-info h1 {
	font-size: 3rem;
	font-weight: 500;
}
#projects .project-info p {
	margin-top: 1rem;
	color: white;
}
#projects .project-info .btn-1{
	border-radius: 0.25rem;
  background-color: maroon;
 	border: none;
 	color: white;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.3rem;
 	width: 12rem;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: 2rem;
}
#projects .project-info .btn-1 span{
  cursor: pointer;
  display: inline-block;
  position: relative;
 	transition: 0.5s;
}
#projects .project-info .btn-1 span:after{
	content: '\00bb';
  position: absolute;
 	opacity: 0;
 	top: 0;
 	right: -1.25rem;
 	transition: 0.5s;
}
#projects .project-info .btn-1:hover span {
  padding-right: 1.5rem;
}
#projects .project-info .btn-1:hover span:after {
  opacity: 1;
  right: 0;
}
#projects .project-info .btn-1 a{
	text-decoration: none;
	color: white;
}
#projects .project-img {
	flex-basis: 50%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#projects .project-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#projects .project-img img {
	transition: 0.3s ease transform;
	width: auto;
	height: 400px;
}
#projects .project-item:hover .project-img img {
	transform: scale(1.1);
}
#sec-4{
	width: 100vw;
	background: #D5D8DC;
}
#sec-4 img{
	width: 8rem;
}
#sec-4 .text{
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#sec-4 .content-5{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#sec-4 .content-5 .items{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
}
#sec-4 .content-5 .info{
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-color: grey;
	color: white;
}
#sec-4 .content-5 .items h2{
	text-align: center;
	margin-top: 1.8rem;
	font-size: 1.3rem;
	font-weight: 900;
}
#sec-4 .content-5 .items p{
	text-align: justify;
	margin-top: 0.6rem;
	color: #072329;
	font-size: 1rem;
	font-weight: 100;
}
#sec-4 .content-5 .items .btn-1{
	border-radius: 0.25rem;
  background-color: maroon;
 	border: none;
 	color: white;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.3rem;
 	width: 12rem;
	transition: all 0.5s;
	cursor: pointer;
}
#sec-4 .content-5 .items .btn-1 span{
  cursor: pointer;
  display: inline-block;
  position: relative;
 	transition: 0.5s;
}
#sec-4 .content-5 .items .btn-1 span:after{
	content: '\00bb';
  position: absolute;
 	opacity: 0;
 	top: 0;
 	right: -1.25rem;
 	transition: 0.5s;
}
#sec-4 .content-5 .items .btn-1:hover span {
  padding-right: 1.5rem;
}
#sec-4 .content-5 .items .btn-1:hover span:after {
  opacity: 1;
  right: 0;
}
#sec-4 .content-5 .items .btn-1 a{
	text-decoration: none;
	color: white;
}
#sec-4 .content-5 .items .imgs{
	flex-basis: 50%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#sec-4 .content-5 .items .imgs:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#sec-4 .content-5 .items img{
	transition: 0.3s ease transform;
	width: auto;
	height: 400px;
}
#sec-4 .content-5 .items:hover .imgs img{
	transform: scale(1.1);
}
#Reliable{
	width: 100vw;
	background-color: maroon;
}
#Reliable .items-1{
	color: white;
	width: 80vw;
	height: 10rem;
	text-align: center;	
}
#Reliable .items-1 h1{
	float: left;
	font-weight: bold;
	font-size: 2.2rem; 
	padding-left: 5rem;
	padding-top: 2rem;
}
#Reliable .items-1 p{
	float: left;
	padding-left: 5rem;
}
#Reliable .btn-6{
	float: right;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
 	color: white;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
 	width: 12rem;
	transition: all 0.5s;
	cursor: pointer;
 	margin: 0.6rem;
 	margin-top: -5.5rem;
 	margin-right: 4.8rem;
}
#Reliable .btn-6 span{
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}
#Reliable .btn-6 span:after{
	content: '\00bb';
  	position: absolute;
 	opacity: 0;
 	top: 0;
 	right: -1.25rem;
 	transition: 0.5s;
}
#Reliable .btn-6:hover span {
  padding-right: 1.5rem;
}
#Reliable .btn-6:hover span:after {
  opacity: 1;
  right: 0;
}
#Reliable a{
	text-decoration: none;
	color: white;
}
#footer{
	width: 100vw;
	height: 22rem;
	background-color: #212F3C;
	color: white;
}
#footer img{
	width: 5rem;
}
#footer .items-2{
	width: 70vw;
	height: auto;
}
#footer .items-2 h1{
	font-family: serif;
	font-weight: 100;
	padding: 1.5rem 6.2rem 0.6rem 3.2rem;
}
#footer .items-2 p{
	font-weight: 50;
	padding: 1rem 6.2rem 0.6rem 3.2rem;
	text-align: justify;
}
#footer .icons{
	width: 1.25rem;
	display: flex;
	margin-left: 3rem;
}
#footer .icons .icons-1:hover {
    transform: scale(1.1);
}
#footer .items-3{
	line-height: 0.6rem;
	float: right;
	width: 15.3rem;
	margin-top: -12.5rem;
	margin-right: 4.3rem;
	display: block;
}
#footer .items-3 p a{
	padding-top: 2rem;
	text-decoration: none;
	color: white;
	font-weight: 100;
	padding: 1.8rem;
}
@media(max-width: 998px){
	html{
		font-size: 50%;
		width: 100vw;
		height: auto;
	}
}
@media(max-width: 864px){
	html{
		font-size: 42%;
		width: 100vw;
		height: auto;
	}
}
@media(max-width: 640px){
	html{
		font-size: 38%;
		width: 100vw;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	h1.section-title {
		font-size: 6rem;
	}
	#projects .project-item {
		flex-direction: row;
	}
	#projects .project-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#projects .project-item {
		height: 400px;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	#projects .all-projects .project-info {
		height: 100%;
	}
	#projects .all-projects .project-img {
		height: 100%;
	}
}