@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: kvest-intro
  Version: 1.0
  Last change: 06/04/2017 ]
 
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400,500,600,700,700i,800,900&subset=latin-ext');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	height: 100%;
	text-align: center;
	background: #202020;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
/* ---------Page preload--------------------------------------*/
.loader-holder {
	position:fixed;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	margin:-24px 0 0 -24px;
	z-index:500;
	-webkit-transform: translate3d(0,0,0);
}
.cssload-speeding-wheel {
	width: 47px;
	height: 47px;
	margin: 0 auto;
	border: 5px solid rgb(255,214,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:fixed;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	color: #fff;
	background-color:#666;
	background-image:url(../images/bg-body.jpg);
	background-size: cover;
	background-attachment: fixed ;
	background-position: center ;
	background-repeat:repeat;
	background-origin: content-box;
	text-align:center;
}
 
.body-bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg-body.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: center ;
	background-repeat:repeat;
	background-origin: content-box;
	z-index:-1;
}
 
.logo-holder {
	position:absolute
 
 
}
.btn{
	display:inline-table;
 
	margin-top:30px;
	font-size: 14px;
	color: #000;
	margin-right:10px ;
	text-align: center;
	width: auto;
	letter-spacing: normal;
	position: relative;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
	background:#FFD600;
    outline: none;
	padding: 15px 18px;
    display: inline-block;
	border-radius:4px;
}
.btn i{
	padding-right: 10px;
	font-size: 15px;
	background:#414146;
	padding: 14px 20px;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn.hide-icon span {
	padding: 0 33px;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.btn.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	height: 100%;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
}
.btn.hide-icon:hover i{
	left: 0;
}
.btn.hide-icon:hover span {
	padding-left: 59px;
	padding-right: 11px;
}
.nav-decor {
	position:fixed;
	z-index:2;
	width:50px;
	height:50px;
}
.nav-decor:before , .nav-decor:after {
	content:'';
	position:absolute;
	background:#ffc815;
}
.nav-decor-tl {
	left:50px;
	top:50px;
}
.nav-decor-tl:before , .nav-decor-tl:after {
	left:0;
	top:0;
}
.nav-decor-tl:before{
	height:2px;
	width:50px;
	left:2px;
}
.nav-decor-tl:after{
	height:50px;
	width:2px;
}
.nav-decor-br {
	right:50px;
	bottom:50px;
}
.nav-decor-br:before , .nav-decor-br:after {
	right:0;
	bottom:0;
}
.nav-decor-br:before{
	height:2px;
	width:50px;
	right:2px;
}
.nav-decor-br:after{
	height:50px;
	width:2px;
}
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#404040;
	z-index:1;
	opacity:0.5;
	-moz-box-shadow: inset 0 0 0 28px  rgba(255,255,255,0.21);
	-webkit-box-shadow: inset 0 0 0 28px rgba(255,255,255,0.21);
	box-shadow: inset 0 0 0 28px rgba(255,255,255,0.21);
}
 
.logo-holder {
	position:fixed;
	top:0;
	left:0;
	width:30%;
	height:100%;
	z-index:10;
}
.logo-inner {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.logo-inner h3 {
	font-weight:bold;
	font-size:26px;
	padding-top:30px;
 
}
.content {
	float:left;
	width:70%;
	margin-left:30%;
	position:relative;
	height:100%;
	z-index:3;
	
}
.container{
	max-width: 1224px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
	height:100%;
}
.box-inner{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
}
.box {
	float:left;
	width:33.333333%;
	position:relative;
	padding:20px;
}
.box h4 {
	float:left;
	width:100%;
	color:#fff;
	font-size:18px;
	padding-bottom:30px;
	font-weight:700;
 
 
}
.box img {
	width:100%;
	height:auto;
 
}
.box ul {
	float:left;
	width:100%;
	margin-top:20px;
}
.box ul li {
	display:inline-block;
	padding:6px;
}
.box ul li a {
	color:#fff;
	font-size:12px;
	font-weight:700;
 
		-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box ul li a:hover {
	color:#FFD600;
}
@media only screen and  (max-width: 1036px) {
.content {
	margin-left:0;
	 width:100%;
	 height:auto;
}
.logo-holder {
	position:relative;
	 width:100%;
	 height:auto;
	 padding:50px;
}
.box-inner  , .logo-inner{
	position:relative;
	top:0!important;
	margin-top:0 !important
}

}
@media only screen and  (max-width: 736px) {
.box {
	width:50%;
}
}
@media only screen and  (max-width: 540px) {
.box {
	width:100%;
}
}