body{
	font-family: 'proximanovalight';
}
.background-video{
	background: linear-gradient(90deg,#023f6fa3,#023f6fb0,#023f6f6b,#023f6f00);
}
.logo-text{
	margin-top: 15px;
    margin-left: 5px;
    color: #fff;
    font-size: 35px;
	float: left;
	font-weight: 600;
}
.page-intro-title{
	margin:0px;
}
@media (max-width: 769px) {
	.page-header-logo img{
		width: 60px;
		height: 60px;
	}
	.logo-text{
		font-size: 25px;
	}
	.background-video{
		background: linear-gradient(90deg,#023f6fcf,#023f6fcf,#023f6fba,#023f6f4d);
	}
}
@media (max-width: 320px) {
	.logo-text{
		font-size: 22px;
	}
}
.section-about .section-title {
    font-size: 34px;
}
.about-desc{
	text-align: center;
}
.slick-slide img {
    border: 1px solid #dad8d8;
    border-radius: 6px;
}
.page-footer-logo .text{
	color: #000;
    font-weight: 600;
    margin-top: 18px;
    margin-left: 5px;
    float: left;
    font-size: 23px;
}
.page-footer-logo img{
	float: left;
}
#contact-form .button {
	outline: none;
}
.error-message{
	color: red;
    margin-top: 10px;
}
.success-message{
	color: #72d283;
    font-weight: 600;
    margin-top: 10px;
}
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.statistics-1{
	margin-top:50px;
}
.comingSoonModal .content{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    padding: 20px;
    max-width: 550px;
    margin: 0 auto;
	margin-top: 30px;
	z-index: 9999;
    border-radius: 3px;
}
.comingSoonModal h2{
	margin-bottom: 10px;
	font-weight: 600;
}
.comingSoonModal .close{
    float: right;
    color: #949494;
    font-size: 20px;
    font-weight: 600;
}
.comingSoonModal .backdrop{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 1040;
}
.section-jobs{
	margin-top: 50px;
}
.contact-intro{
	max-height: 550px;
    min-height: 580px;
}
.products-intro{
	background-position: 75%;
}
.resumator-job-title{
	font-weight: 600;
}
.page-footer-links>li{
	font-weight: 600;
}
#color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg,#023f6fa3,#023f6fb0,#023f6f6b,#023f6f00);
}
.contact-intro .container {
    z-index: 99;
}
.section-jobs .center-ver{
	z-index: 9999;
}
#resumator-job-application .required{
	color: red;
    font-weight: 600;
}
#resumator-jobboard-screen strong{
	color: #000;
}
#resumator-jobboard-screen ul{
    list-style-type: disc;
    margin: 0 0 8px 50px;
    text-align: left;
}