*{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}

.header{
	min-height: 75vh;
	width: 100%;
	background-image: linear-gradient(rgba(100,228,242,100), rgba(21,102,227,100)), url(images/banner.png);
	background-position: center;
	background-size: cover;
	position: relative;
}
nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
menu-bar{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
nav img{
	width: 150px;
}
.nav-links{
	flex: 1;
	text-align: right;
}
.menu-bar{
	flex: 1;
	text-align: right;
}
.nav-links ul{
	list-style: none;
	display: inline-block;
	color: #fff;
}
.menu-bar ul{
	list-style: none;
	display: inline-block;
	color: #000;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	width: 120px;
	margin: 15px;
	padding: 8px 12px;
}
.menu-bar ul li{
	list-style: none;
	display: inline-block;
	width: 120px;
	margin: 15px;
	padding: 8px 12px;
}
.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.menu-bar ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #091779;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.active, .nav-links ul li:hover{
	background: #091779;
	border-radius: 2px;
	width: 70px;
}
.text-box{
	width: 90%;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1{
	padding: 10px;
	font-size: 50px;
	text-decoration: none;
}
.text-box p{
	padding: 10px;
	top: 50%;
	margin: 10px 0 40px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
nav .fa{
	display: none;
	color: #fff;
}
.aboutus .fa{
	display: block;
	color: #fff;
	margin: 10px;
	margin-right: 10px;
	width: 20px;
    height: 20px;
	cursor: pointer;
	background-size: 10px;
	font-size: 3em;
}
.productsinfo .fa{
	display: block;
	color: #fff;
	margin: 10px;
	margin-right: 10px;
	width: 20px;
    height: 20px;
	cursor: pointer;
	background-size: 10px;
	font-size: 3em;
}
.container{
	max-width: 1300px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
/*-------footer---------*/
.footer{
	background: #000;
	color: #8a8a8a;
	font-size: 14px;
	padding: 60px 0 20px;
}
.productsfooter{
	background: #000;
	color: #8a8a8a;
	font-size: 14px;
	padding: 60px 0 20px;
}
.footer-col-1 h6{
	color #fff;
}
.footer h3{
	margin-bottom: 20px;
	color: #fff; 
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
	margin-width: 250px;
	margin-bottom: 15px;
	color: #fff; 
}
.footer-col-1{
	flex-basis: 30%;
	text-align: center;
}
.footer-col-2{
	flex-basis: 30%;
	text-align: center;
}
.footer-col-2 a{
	color: #fff;
}
.footer-col-3{
	flex-basis: 25%;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.footer-col-3 a{
	flex-basis: 25%;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.copyright{
	font-size: 10px;
}
/*.footer-col-4{
	flex-basis: 25%;
	text-align: center;
	text-decoration: none;
}*/
ul{
	list-style-type: none;
}
.app-logo{
	margin-top: 20px;
}
.app-logo img{
	width: 150px;
}
.app-image{
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	padding: 40px;
	border-style: solid;
    border-width: thin;
	border-radius: 1px;
	border-color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.app-image img{
	width: 200px;
}
.footer hr{
	 border: none;
	 background: #b5b5b5;
	 height: 1px;
	 margin: 20px 0; 
}
.copyright{
	text-align: center;
	color: #fff;
}
.productsinfo{
	min-height: 70vh;
	width: 100%;
	background-image: linear-gradient(rgba(100,228,242,100), rgba(21,102,227,100)), url(images/banner.png);
	background-position: center;
	background-size: cover;
	position: relative;
}
.productsinfo h2{
	margin-top: auto;
	font-size: 25px;
	text-align: center;
	text-decoration: bold;
	font-weight: 500px;
}
.productsinfo h4{
	font-size: 12px;
	text-align: center;
	text-decoration: italic;
	font-weight: 400px;
}
.productsinfo p{
	font-size: 15px;
	text-align: center;
}

.aboutus{
	min-height: 70vh;
	width: 100%;
	background-image: linear-gradient(rgba(100,228,242,100), rgba(21,102,227,100)), url(images/banner.png);
	background-position: center;
	background-size: cover;
	position: relative;
}
.aboutus h2{
	margin-top: auto;
	font-size: 25px;
	text-align: center;
	text-decoration: bold;
	font-weight: 500px;
}
.aboutus h4{
	font-size: 20px;
	margin-top: 30px;
	margin-left: 5%;
	text-align: left;
	text-decoration: italic;
	font-weight: 400px;
}
.aboutus h5{
	font-size: 20px;
	margin-top: 30px;
	margin-left: 5%;
	text-align: left;
	text-decoration: italic;
	font-weight: 400px;
}
.aboutus p{
	font-size: 15px;
	margin-top: 10px;
	margin-left: 5%;
	text-align: left;
}

@media only screen and (max-width: 800px){
	.text-box h1{
	font-size: 20px;
	}
	.nav-links ul{
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
	}
	.nav-links ul li{
		display: block;
		margin-right: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.nav-links ul li a{
		color: #fff;
	}
	.nav-links{
		position: absolute;
		background: #091779;
		height: 100vh;
		width: 200px;
		top: 0;
		right:-200px;
		text-align: left;
		z-index: 2;
		transition: max-height 0.5s;
	}
	nav .fa{
		display: block;
		color: #fff;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	.footer{
	font-size: 8px;
	}
}

