@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,500&subset=latin,cyrillic);



html, body { height: 100%; }


body {
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}



.btn-red {
	border-radius: 0;
    width: 160px;
    background-color: rgb(214, 64, 87);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.btn-red:hover { background-color: #5678a2; color: #fff; }
.btn-red:focus { color: #fff; }

.form-control {
	border-radius: 0;
	border: 2px solid #e2e2e2;
}
.form-control,
.form-control:focus,
.form-control:active,
button,
textarea,
input { outline: 0 !important; box-shadow: none; }



.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #0a2240;
    background-image: url('../img/blue-bg.png');
    background-size: cover;
}



/* bg-intro */


#bg-intro {
	position: relative;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-color: #041224;
}

#bg-intro .tkm {
	width: 90%;
	padding-top: 120px;
	margin: 0 auto;
}

#bg-intro .tkm img {
	max-width: 200px;
}

#bg-intro .tkm h3 {
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}

#bg-intro h1 {
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 55px;
	color: #fff;
}


#bg-intro iframe {
    box-sizing: border-box;
	position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}


.funfacts { 
    color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}
.funfacts .counter {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}
.funfacts .counter-left {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.funfacts .counter-left .counter {
    display: inline;
}
.funfacts .counter-left i {
    float: left;
    font-size: 20px;
    margin-top: 13px;
    margin-right: 5px;
}
.funfacts .text {
    font-size: 19px;
    line-height: 22px;
}
.p-t {
    padding-top: 30px;
}




/* content */



section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
    min-width: 100%;
    min-height: 100%;
}

section.half { padding-top: 0; padding-bottom: 0; }
.gray { background-color: #f5f5f5; }


.title { padding-bottom: 30px; }
.title.right { text-align: right; }

.title:before, .title.right:after  {
	content: ' ';
	display: inline-block;
	height: 48px;
	width: 7px;
	background-color: #041224;
}
.title.right:before { display: none; }

.title h1 { color: #041224; display: inline-block; vertical-align: top; margin-top: 4px; margin-left: 15px; }
.title.right h1 { margin-right: 15px; }



#about p { margin-bottom: 20px; }



#clients .title { padding-bottom: 55px; }
#clients .row { padding-bottom: 50px; }
#clients .row > div { text-align: center; }
#clients img { max-width: 90%; max-height: 115px; }


#how {
	background: linear-gradient( to right, #f5f5f5 0%, #f5f5f5 50%, #0C213C 50%, #29486F 100% );
}
#how .right-half {
	color: #fff;
}
#how h2 { margin-bottom: 25px; }
#how ul { padding-left: 20px; }
#how li { padding-bottom: 2px; }
#how li:before {    
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	font-weight: 500;
	margin: 0 12px 0 -15px;
}




#utp {
	background-image: url('../img/business-people.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 90%;
	text-align: center;
	position: relative;
}
#utp h1 { position: absolute; top: 40%; width: 85%; left: 0; right: 0; margin: 0 auto; font-size: 53px; color: #fff; }




#footer {
	/*
    -webkit-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.1);
    box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.1);
	background-color: #EDEDED;
    */
	min-height: 200px;
	padding: 0 0 130px;
	font-size: 14px;
	color: #333;
}
#footer p { margin-bottom: 0; }
#footer a { color: #888; text-decoration: underline; }
#footer a:hover { text-decoration: none; }
#footer li i { margin-right: 10px; font-size: 21px; }
#footer .contacts { font-weight: 500; font-size: 16px; margin-bottom: 0; }
#footer .crr { margin-top: 40px; }
#footer .contacts li { margin-right: 15px; line-height: 30px; }
#footer .contacts a { text-decoration: none; }
#footer .contacts a:hover { text-decoration: underline; }
#footer form {
    width: 80%;
    margin: 0 auto;
    padding: 35px 40px 30px;
    border: 5px solid #5678a2;
}
#footer h3 { margin-top: 0; margin-bottom: 25px; }
#footer #error { display: inline-block; padding-left: 10px; }
#footer button { margin-top: 15px; }

@media (max-width: 768px) {
    #footer form { width: 100%; padding: 15px 20px; }
}

/*
#footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .8;
    background-color: #3787af;
    background: -webkit-linear-gradient(122deg,#3787af,#583959) #3787af;
    background: linear-gradient(122deg,#3787af,#583959) #3787af;
}
*/








/* loading cover */

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #041224;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}		
	
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}			
	
}		
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}
}	
	
	
								

@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}		
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}


@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}		
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}



@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}		
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}