@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');


body {
	font-family: 'Montserrat', 'Prompt', sans-serif;
	background-color: #000;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.bg-img {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('../img/bg.jpg') center center no-repeat;
	background-size: cover;
	z-index: -99;
}
.bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -9;
	background: rgba(8,18,31,0.75);
	background: -moz-linear-gradient(top, rgba(8,18,31,0.75) 0%, rgba(1,2,3,1) 88%, rgba(0,0,0,1) 99%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,18,31,0.75)), color-stop(88%, rgba(1,2,3,1)), color-stop(99%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(8,18,31,0.75) 0%, rgba(1,2,3,1) 88%, rgba(0,0,0,1) 99%);
	background: -o-linear-gradient(top, rgba(8,18,31,0.75) 0%, rgba(1,2,3,1) 88%, rgba(0,0,0,1) 99%);
	background: -ms-linear-gradient(top, rgba(8,18,31,0.75) 0%, rgba(1,2,3,1) 88%, rgba(0,0,0,1) 99%);
	background: linear-gradient(to bottom, rgba(8,18,31,0.75) 0%, rgba(1,2,3,1) 88%, rgba(0,0,0,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08121f', endColorstr='#000000', GradientType=0 );
}

.logotop {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.innerlogo {
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    position: absolute!important;
    padding: 0 20%;
    text-align: center;
}
.innerlogo img {
	margin-bottom: 150px;
}
.aboutUs {
	font-size: 18px;
}
.titleLine {
	position: relative;
    border-top: 1px solid #494948;
    padding-bottom: 100px;
}
.titleLine h1 {
	text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%,-50%);
    background-color: #000;
    padding: 0 30px;
    margin-bottom: 80px;
}
.mt-100 {
	margin-top: 100px;
}
.partner h6 {
	margin-top: 10px;
	margin-bottom: 0;
}
.partner a {
	display: inline-block;
	margin-bottom: 20px;
	color: #727272;
	padding-bottom: 3px;
	border-bottom: 1px solid #727272;
	padding-top: 5px;
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	transition:color .2s ease-out, background 2s ease-in;
}
.partner a:hover {
	text-decoration: none;
	color: #ddd;
	border-bottom: 1px solid #ddd;
}
.formDark, .formDark:focus, .formDark:active {
	background-color: transparent;
	border: 2px solid #444444;
}
.btn-Contact {
	background-color: #dd6a00;
	border-color: #dd6a00;
}
.btn-Contact:hover, .btn-Contact:focus, .btn-Contact:active,
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #c95b00 !important;
	border-color: #c95b00 !important;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.langicon img {
	width: 32px;
}
a.langicon {
	display: inline-block;
    background-color: #0000004f;
    padding: 3px 10px;
    border-radius: 50px;
}
a:hover.langicon {
	text-decoration: none;
}
    
@media screen and (max-width: 512px) {

.innerlogo {
    padding: 0 5%;
}
.aboutUs {
	font-size: 14px;
}

}

.carousel-item img {
	width: 400px;
	border-radius: 8px;
}

