@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/1.jpeg')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.8rem;
	font-weight: 600;
	color: white;
	display: block;
}
#sec-2{
	width: 100vw;
	margin-left: 1.5rem;
}
#sec-2 .content{
	padding: 1.8rem;
	padding-top: 2.5rem;
	font-size: 1.05rem;
	padding-bottom: 2.5rem;
	text-align: justify;
	width: 95vw;	
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec-4{
	width: 100vw;
}
#sec-4 .content-3{
	width: 100vw;
	padding: 2.5rem;
}
#sec-4 .content-3 .img-1{
	float: left;
	padding: 3.12rem;
	padding-right: 3.12rem;
}
#sec-4 .content-3 .img-1 img{
	width: 10rem;
}
#sec-4 .content-3 .img-2{
	float: left;
	padding: 2.8rem;
}
#sec-4 .content-3 .img-2 img{
	width: 20rem;
	margin-left: -3.4rem;
}
#sec-4 .content-3 .para-1{
	width: 82vw;
	margin-top: 1.25rem;
	margin-left: 5.5rem;
}
#sec-4 .content-3 .para-1 p{
	font-family: "Gill Sans", sans-serif;
	font-size: 1.12rem;
	text-align: justify;
	color: #7F8D9B;
}
#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;
}
#Reliable{
	width: 100vw;
	background-color: maroon;
}
#Reliable .items-1{
	color: white;
	width: 70vw;
	padding-bottom: 1.5rem;	
}
#Reliable .items-1 h1{
	font-weight: 600;
	font-size: 2rem;
	padding-top: 2rem; 
	padding-left: 2.5rem;
}
#Reliable .items-1 p{
	padding-left: 2.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: 14rem; 
	height: 3rem; 
 	transition:all 0.5s; 
	cursor: pointer; 
 	margin: 0.6rem;
 	margin-top: -6rem;
 	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;
}
#sec-3{
	width: 100vw;
	background: #D5D8DC;
}
#sec-3 h1{
	font-size: 1.8rem;
	font-weight: 800;
	color: #212F3C;
	text-align: center;
	padding-top: 1.8rem;
}
#sec-3 img{
	width: 15rem;
	height: 8rem;
}
#sec-3 .content-2{
	width: 100vw;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#sec-3 .content-2 .items{
	height: 29rem;
	background: white;
	flex: 1 1;
	margin: 3.75rem;
	padding: 0.3rem;
	margin-top: 3.6rem;
	margin-bottom: 4.2rem;
}
#sec-3 .content-2 .items:first-child{
	margin-right: -1.5rem;
}
#sec-3 .content-2 .items:last-child{
	margin-left: -1.5rem;
}
#sec-3 .content-2 .items img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}
#sec-3 .content-2 .items h2{
	text-align: center;
	margin-top: 2rem;
	font-family: "Gill Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}
#sec-3 .content-2 .items p{
	text-align: center;
	padding: 1.25rem;
	margin-top: 0.6rem;
	font-family: "Gill Sans", sans-serif;
	color: grey;
	font-size: 1.1rem;
	font-weight: 100;
}
#sec-3 .content-2 .items .btn-1{
	border-radius: 0.25rem;
 	background-color: maroon;
 	border: none;
 	color: white;
 	text-align: center;
 	font-size: 1.25rem;
 	padding: 0.5rem;
 	color: white;
 	transition: transform .2s;
	width: 13rem;
	margin: 0 auto;
  margin-top: 0.3rem;
	display: flex;
 	justify-content: center;
 	align-items: center
}
#sec-3 .content-2 .items .btn-1:hover{
  	transform: scale(1.1);
}
#sec-3 .content-2 .items 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;
	}
}