@import url('https://fonts.googleapis.com/css?family=Roboto: 700');
*{
	margin: 0;
	padding: 0;
	font-family: montserrat,sans-serif;
}
body{
	overflow-x: hidden;
}
body{
	background-color: #D6DBDF;
}
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/50.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.8rem;
	font-weight: 600;
	color: white;
	display: block;
}
#sec-2{
	padding: 2rem;
	margin-bottom: 2.5rem;
	width: 100vw;
	height: auto;
	background-color: white;
}
#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-3{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-3 img{
	width: 11rem;
}
#sec-3 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-3 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 5rem;
}
#sec-3 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-3 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-3 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-3 .serv-1 .content-2 .btn-1{
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-3 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-3 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-8{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-8 img{
	width: 11rem;
}
#sec-8 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-8 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 5rem;
}
#sec-8 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-8 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-8 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-8 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15.5rem;
  	margin: 0 auto;
}
#sec-8 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-8 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-6{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-6 img{
	width: 11.5rem;
}
#sec-6 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-6 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 5rem;
}
#sec-6 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-6 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-6 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-6 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-6 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-6 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-7{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-7 img{
	width: 14.5rem;
}
#sec-7 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
}
#sec-7 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 3rem;
	margin-top: 2rem;
}
#sec-7 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-7 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-7 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-7 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-7 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-7 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-9{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-9 img{
	width: 12rem;
}
#sec-9 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-9 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 4rem;
	margin-top: 1rem;
}
#sec-9 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-9 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-9 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-9 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-9 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-9 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-4{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-4 img{
	width: 11rem;
}
#sec-4 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-4 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 5rem;
}
#sec-4 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-4 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-4 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-4 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-4 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-4 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#sec-5{
	width: 100vw;
	background-color: white;
	margin-bottom: 2.5rem;
}
#sec-5 img{
	width: 11rem;
}
#sec-5 .serv-1{
	display: flex;
	flex-wrap: wrap;
	padding: 4rem;
}
#sec-5 .serv-1 .content-2{
	width: 70vw;
	float: right;
	margin-left: 5rem;
}
#sec-5 .serv-1 .content-2 h1{
	font-size: 1.4rem;
	font-weight: 600;
}
#sec-5 .serv-1 .content-2 p{
	margin-top: 1.5rem;
	text-align: justify;
	color: grey;
}
#sec-5 .serv-1 .content-2 .content{
	width: 50rem;
}
#sec-5 .serv-1 .content-2 .btn-1{
	margin: 0;
	border-radius: 0.25rem;
  	background-color: #212F3C;
  	border: none;
  	text-align: center;
  	font-size: 1.25rem;
  	padding: 0.3rem;
  	color: white;
  	transition: transform .2s;
  	width: 15rem;
  	margin: 0 auto;
}
#sec-5 .serv-1 .content-2 .btn-1 a{
	text-decoration: none;
	position: relative;
	color: white;
	font-size: 1rem;
	padding: 0.3rem 0;
	text-transform: uppercase;
}
#sec-5 .serv-1 .content-2 .btn-1:hover{
	transform: scale(1.1);
}

#Reliable{
	width: 100vw;
	background-color: maroon;
}
#Reliable .items-1{
	color: white;
	background-color: maroon;
	width: 100vw;
	padding-bottom: 2rem;
}
#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.2rem; 
 	width: 13rem; 
	height: 2.5rem; 
 	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;
}
#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;
	}
}