@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/2.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: 14rem;
}
#sec-2 .content-2{
	width: 30vw;
	height: auto;
}
#sec-2 .content-2 .img-1{
	margin-top: 4.3rem;
	margin-left: 5.5rem;
	padding: 2rem;
}
#sec-2 .content-2 h1{
	text-align: center;
	margin-top: -1.25rem;
	margin-left: 2rem;
	padding: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #212F3C;
	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 .btn-1{
	border-radius: 0.25rem;
  	background-color: maroon;
  	position: absolute;
  	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-left: 62.5rem;
}
#sec-3 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-3 .btn-1:hover{
	transform: scale(1.1);
}
#sec-4{
	width: 100vw;
	background: #D5D8DC;
}
#sec-4 img{
	width: 8rem;
}
#sec-4 .content-5{
	width: 100vw;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#sec-4 .content-5 .items{
	height: 28rem;
	background: white;
	flex: 1 1;
	margin: 3.5rem;
	padding: 1rem;
	margin-top: 5.6rem;
	margin-bottom: 4.2rem;
	border-radius: 1rem;
	transition: 1s;
}
#sec-4 .content-5 .items:hover{
	transform: scale(1.1);
	background-color: #F8F9FA;
	color: #072329;
	box-shadow: 0.2rem 0.2rem 0.2rem grey;
	z-index: 1rem;
}
#sec-4 .content-5 .items:first-child{
	margin-right: -2rem;
}
#sec-4 .content-5 .items:last-child{
	margin-left: -2rem;
}
#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: center;
	margin-top: 0.6rem;
	color: #072329;
	font-size: 1rem;
	font-weight: 100;
}
#sec-4 .content-5 .items img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}

#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;
	}
}