{
	padding: 0;
	margin: 0;
}
.wrapper{
	background: url() no-repeat;
	background-size: cover;
	height: 20vh;
}
.navbar{
	height: 80px;
	width: 100%;
	background: rgba(0,0,0,0.0);
}
.logo{
    height: 50px;
    width: 130px;
    object-position: top right;
    margin: 20px;
}
.navbar ul{
	float: right;
	margin-right: 20px;
}

.navbar ul li{
	list-style: none;
	margin: 0 8px;
	display: inline-block;
	line-height: 50px;
}
.navbar ul li a{
	text-decoration: none;
	color: gray;
	font-size: 18px;
	padding: 6px 13px;
	font-family: 'Poppins', sans-serif;
}
.navbar ul li a.active,
.navbar ul li :hover{
	background: rgba(0,0,0,0.1);
	border border-radius: 2px;
}

.center{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.center{
	display: flex;
	flex-direction: column;
}

.center h1{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: rgb(32, 32, 32);
}

.para{
	display: flex;
	flex-direction: row;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: gray;
	text-align: center;
	display: block;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 30px;
  margin-right: 30px;
}
.container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons{
	display: flex;
	flex-direction: row;
	padding: 10px;
     
}

.btn{
	text-decoration: none;
	padding: 10px 25px;
	font-size: .80rem;
	position: relative;
	margin: 10px; 
	font-family: 'Poppins', sans-serif;
}

.btn{
	background: #01aef4;
	color: #fff;
	border-radius: 30px;
	transition: transform 0.3s ease;
}

.contat{
    background: url(../images/contact-banner.png);
    background-size: contain;
    width: 100%;
    background-position: center bottom;
    height: auto;
    padding: 130px 0px;
    background-repeat: no-repeat;
}

footer{
    background:#26292e;
    padding-top:36px;
    padding-bottom:80px;
}
footer .features{
    text-align:center;
    margin-top:10px;
    margin-bottom:30px;
}
footer .features li{
    display:inline-block;
    margin-left:35px;
}

footer .features li:first-child{
    margin-left:0px;
}

footer .features li a{
     font-family: 'poppinsregular';
    font-size:18px;
    color:#fff;
}
 	
footer .content{
    text-align:center;
    border-top:1px solid #3f3f3f;
    padding-top:40px;
}
footer .content label a{
    color: #474c50;
}
footer .content label a:hover{
    color: #fff;
}
footer .content label{
    text-transform:uppercase;
    font-size:18px;
    font-family: 'poppinsregular';
    color:#474c50;
}
footer .content label:last-child{
    margin-left:45px;
}

