@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap");

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  background-color: black;
}

header{
	position: relative;
	z-index:1;
}

.site-nav-ul{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-ul li{
    display: inline;
}

a.nav-link{
    text-decoration: none;
    color: #FFF;
    font-size: 17px;
    margin: 14px 16px;
    padding-bottom: 0px;
    display: inline-block;
    position: relative;
}

a.nav-link:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

a.nav-link:hover:before{
    visibility: visible;
    width: 100%;
}

.row{
	display: flex;
	align-items: center;
}
.col{
	float: left;
	padding: 10px 0;
	margin-top: 5%;
}

.col1{
	width: 30%
}

.col2{
	width: 70%
}

.home-bg{
}

.home-bg img{
	height: 400px;
	margin-left: 50%;
}

.about-air-heading{
	display: flex;
	justify-content: center;
}

/*About Airifi*/
.air-row{
	display: flex;
	justify-content: center;
}

.air-col{
	float: left;
	padding: 10px; 0;
}

.air-col1{
	width: 50%;
}

.air-col2{
	width: 50%;
}

.air-bg{
	text-align: center;
}

.air-bg img{
	height: 400px;
}

ul.air-list{
	list-style: none;
}

ul.air-list li{
	font-size: 17px;
	margin-right: 20px;
}

.part-row{
	display: flex;
	justify-content: center;
	margin: 0 200px;
}

.part-col{
	float: left;
	padding: 10px 0;
	text-align: center;
}

.part-col1{
	width: 33.333%;
}

.part-col2{
	width: 33.333%;
}

.part-col3{
	width: 33.333%;
}

.part-col img{
	height: 250px;
	width: 300px;
}

.part-col img.part-filter{
	height: 510px;
}

.img1, .img2, .img3, .img4, .img5{
	position: relative;
}

.img1 .img1-text,.img2 .img2-text,.img3 .img3-text,.img4 .img4-text, .img5 .img5-text{
	position: absolute;
	bottom: 0;
	right: 0;
	background: black;
	color: white;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s, opacity 0.5s linear; 
	transition: visibility 0s, opacity 0.5s linear;
}

.img1:hover .img1-text,.img2:hover .img2-text, .img3:hover .img3-text,.img4:hover .img4-text,.img5:hover .img5-text{
	width: 150px;
	padding: 8px 15px;
	visibility: visible;
	opacity: 0.7;
}
.video{
	display: flex;
	justify-content: center;
}

iframe{
	width: 900px;
	height: 500px;
}

@media screen and (max-width: 800px){
	.home-bg img{
		margin-left: 20%;
	}
}
