@import url('https://fonts.googleapis.com/css?family=Roboto: 700');
*{
	margin: 0;
	padding: 0;
	font-family: montserrat,sans-serif;
}
body{
	overflow-x: hidden;
}
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/44.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: 4.3rem;
	font-weight: 500;
	color: white;
	display: block;
}
#sec-2{
	width: 100vw;
}
#sec-2 .content-2{
	width: 90vw;
	margin-top: 2.25rem;
	padding: 2.25rem;
	text-align: justify;
}
#sec-2 .content-2 h1{
	font-size: 2.18rem;
	padding-left: 2rem;
	font-weight: 900;
	color: #34495E;
}
#sec-2 .content-2 p{
	margin-top: 1.25rem;
	margin-left: 2rem;
	font-size: 1.06rem;
	padding: 0.6rem;
	color: grey;
}
#sec-3{
	width: 100vw;
}
#sec-3 .serv{
	color: white;
	width: 100vw;
	background-color: #283747;
	text-align: center;
}
#sec-3 .serv h1{
	align-content: center;
	font-size: 3.1rem;
	letter-spacing: 0.25rem;
	font-weight: 900;
	padding: 1.5rem;
}
#sec-4{
	width: 100vw;
}
#sec-4 .text{
	display: flex;
	flex-wrap: wrap;
}
#sec-4 img{
	width: 15rem;
}
#sec-4 .img-1{
	padding: 5.6rem;
	margin-top: 7.6rem;
}
#sec-4 .content-3{
	float: right;
	padding: 3.75rem;
	margin-left: -2rem;
	text-align: left;
	width: 58.3rem;
}
#sec-4 .content-3 h1{
	font-size: 1.2rem;
	font-weight: 900;
	color: #34495E;
}
#sec-4 .content-3 p{
	margin-top: 0.6rem;
	font-size: 1rem;
	padding-top: 0.2rem;
	color: grey;
}
.und{
	color: white;
	width: 100vw;
	height: 10rem;
	background-color: #5D6D7E;
}
.und .items-1{
	width: 80vw;
}
.und .items-1 h1{
	font-weight: 100;
	padding-top: 2.25rem;
	margin-left: 3rem;
	font-size: 2.5rem;
}
.und .items-1 p{
	margin-left: 3rem;
}
.und .btn-1{
	float: right;
	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: 0.6rem;
 	margin-top: -4.5rem;
 	margin-right: 4.8rem;
}
.und .btn-1 span{
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}
.und .btn-1 span:after{
	content: '\00bb';
  	position: absolute;
 	opacity: 0;
 	top: 0;
 	right: -1.25rem;
 	transition: 0.5s;
}
.und .btn-1:hover span {
  padding-right: 1.5rem;
}
.und .btn-1:hover span:after {
  opacity: 1;
  right: 0;
}
.und a{
	text-decoration: none;
	color: white;
}

#sec-9{
	width: 100vw;
}
#sec-9 .serv{
	color: white;
	width: 100vw;
	height: 7rem;
	background-color: maroon;
	text-align: center;
}
#sec-9 .serv h1{
	align-content: center;
	font-size: 3rem;
	font-weight: 900;
	padding: 1.5rem;
}
#sec-10{
	width: 100vw;
}
#sec-10 .text{
	display: flex;
	flex-wrap: wrap;
}
#sec-10 img{
	width: 19.5rem;
}
#sec-10 .img-1{
	padding: 2rem;
	margin-top: 5.6rem;
}
#sec-10 .content-3{
	float: right;
	padding: 2.75rem;
	text-align: left;
	width: 58rem;
}
#sec-10 .content-3 h1{
	font-size: 1.6rem;
	font-weight: 900;
	color: #34495E;
}
#sec-10 .content-3 p{
	margin-top: 0.6rem;
	font-size: 1rem;
	padding-top: 1rem;
	color: grey;
}
#leve{
	width: 100vw;
	background-color: #D5D8DC;
}
#leve h1{
	padding: 2.25rem;
	font-size: 1.75rem;
	font-weight: 900;
	color: #34495E;
	text-align: center;
}
#leve .imgs{
	margin-left: 5rem;
}
#leve .imgs img{
	width: 9rem;
	margin-top: -1rem;
	margin-left: 3rem;
	margin-bottom: 2.5rem;
}
#pro{
	width: 100vw;
}
#pro .serv{
	color: white;
	width: 100vw;
	height: 7rem;
	background-color: #212F3C;
	text-align: center;
}
#pro .serv h1{
	align-content: center;
	font-size: 2.8rem;
	font-weight: 900;
	padding: 1.5rem;
}
#sec-11{
	width: 100vw;
}
#sec-11 img{
	width: 18rem;
	float: right;
}
#sec-11 .content-3{
	padding: 1.75rem;
	margin-top: 1rem;
	margin-left: 1.5rem;
	text-align: left;
	width: 59.3rem;
}
#sec-11 .content-3 h1{
	font-size: 1.6rem;
	font-weight: 900;
	color: #34495E;
}
#sec-11 .content-3 p{
	margin-top: 0.6rem;
	font-size: 1rem;
	padding: 1rem;
	color: grey;
}
#sec-11 .content-3 ul li{
	color: grey;
}
#Reliable{
	width: 100vw;
	background-color: maroon;
}
#Reliable .items-1{
	color: white;
	width: 80vw;
	height: 8rem;	
}
#Reliable .items-1 h1{
	font-weight: 100;
	font-size: 1.8rem; 
	padding-left: 3rem;
	padding-top: 2rem;
}
#Reliable .items-1 p{
	padding-left: 3rem;
}
#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;
	}
}