*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}
h1{
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
}

p{
	font-size: 16px;
	color: #333;
}
.for-mobile{
	display: none;
}
#hero{
	width: 100%;
	display: flex;
	padding: 30px 0 20px;
	justify-content: center;
	align-items: center;
}
.hero-img img{
	width: 100%;
}
.dis-flex{
	display: flex;
	align-items: center;

}
.hero-content{
	color: #333;
}
.hero-content ul{
	margin-top: 15px;
}
.hero-content ul li{
	margin-bottom: 12px;
}
.hero-content ul li i{
	margin-right: 10px;
}
.hero-content ul li span{
	font-weight: 900;
}
.hero-content button{
	padding: 10px 15px;
	background: #333;
	border-radius: 5px;
	border: none;
}
.small-text button{
	padding: 10px 15px;
	background: #1e4177;
	color: #fff;
	margin:10px 0  10px;
	border-radius: 5px;
	border: none;
	transition: .6s;
}
.small-text button:hover{
	background-color: #000;
	
}
.hero-content h1{
	background: #1e4177;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	font-size: 30px;
	border-radius: 4px;
}
.note-content h2{
	font-family: 'Oswald', sans-serif;
	background: #1e4177;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 20px;
	
}
#note{
	padding: 100px 0;
	width: 100%;
}
.note-content span{
	font-weight: 700;
}
.note-content h1{
	margin-bottom: 20px;
}
.small-text p{
	font-size: 14px;
}
.small-text ul li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.small-text ul li i{
	margin-right: 10px;
	
}
#footer-download{
	width: 100%;
	padding: 20px 0 20px;
}
#footer-download p{
	color: rgb(10, 10, 10);
	
	margin:  0 20px;
	text-align: center;
	font-size: 14px;
	padding: 10px 15px;
}
#footer-download  a{
	color: #1e4177;
	transition: .6s;
}
#footer-download  a:hover{
	color: #0d4cac;
}
.footer-link{
	display: flex;
	
}