.inner-page .rs-menu ul.nav-menu > li, .home3 .rs-menu ul.nav-menu > li, .home1 .rs-menu ul.nav-menu > li {    margin-right: 20px;}.home2 .rs-menu > ul > li {    padding-right: 20px;}.video-back{
	position:absolute;
	right:0;
	top:0;
	z-index:-1;	z-index:0;
	
}

@media (min-aspect-ratio:16/9){
	.video-back{
		width:100%;
		height:100%;
	}
}


@media (max-aspect-ratio:16/9){
	.video-back{
		width:auto;
		height:100%;
	}
}

.footer-logo{
	width: 170px;
    height: auto;
}

.heros{
	width:100%;
	height:100vh;
	background-image:liner-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position:relative;
	padding:0 5%;
	display:flex;
	align-items:center;
	justify-content:center;
}


.desc-title{
	    margin: 0 0 5px!important;
}

.requirements-list{
	padding-bottom: 30px;
} 



@media (min-width: 200px) and (max-width: 475px) {
	
	.heros{
	width:100%;
	height:28vh;
	background-image:liner-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position:relative;
	padding:0 5%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 0px;
}


.rs-header-top{
	padding: 48px 0 20px!important;
}


.inner-page .logo-area {
    top: 80px!important;
}


}


.mg-b-0{
	margin-bottom: 0px;
}

.career-options{
	font-size: 20px;
    font-weight: normal;
	line-height: 38px;
}

.career-options i{
	color: #f72718;
}