@font-face{
	src: url(../assets/futura.ttf);
	font-family: Futura;
}


.flex{
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.column{
	flex-direction: column;
}
.row{
	flex-direction: row;
}
.center{
	align-items: center;
}
.center-text{
	text-align: center;
}
.flex-rem{
	flex: 1 1 auto;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.fixed{
	position: fixed;
}
.margin-0{
	margin: 0;
}
.margin-auto{
	margin: auto;
}
.overflow-h{
	overflow: hidden;
}
html{
	width: 100%;
	height: 100%;
	max-height: 100%;
}

body{
	width: inherit;
	height: inherit;
	max-height: inherit;
	margin:0;
	padding:0;
	overflow: hidden;
	font-family: "Open Sans",arial, sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
section{
	display: flex;
}
#wrapper{
	height: inherit;
	overflow: hidden;
	overflow-y:auto;
}
#wrapper section{
	height: 100%;
	min-height: 100%;
	min-height: 100vh;
	height: 100vh;


}
.menu-list{
	min-width: 250px;
	background-color: #f7f7f7;
	right: 0px;
	top:55px;
	border-radius: 5px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 250ms ease-out;
	pointer-events: none;
	z-index: 10;
}
.menu-list a{
	padding: 15px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
}
.menu-list a:hover{
	background-color: rgba(0,0,0,0.1);
	color: #F16824;
}
.menu-list:before{
	content: '';
	position: absolute;
	border: solid 8px transparent;
	border-bottom-color: #f7f7f7;
	top:-15px;
	right:10px;
}
.section-1{
	background-color: rgba(0,0,0,0.9);
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../assets/carousel.jpg);
}
.carousel-container{
	min-height: 100vh;
	transition: all 500ms ease-out;
}
.carousel-item{
	min-width: 100%;
	background-size: cover;
	background-color: rgba(0,0,0,0.49);
}
.item-1{
	background-image: url(../assets/carousel-1.jpg);
}
.item-2{
	background-image: url(../assets/carousel-2.jpg);
}
.item-3{
	background-image: url(../assets/carousel-3.jpg);
}
.carousel-desc{

	transition: all 500ms linear;
	max-width: 550px;
	min-height: 325px;
    bottom: 40px;
    right: 30px;
    margin:0 30px;
    opacity: 0;

}
.show-desc .carousel-desc,.show-desc .menu-list{
	opacity: 1.0 !important;
	transform:translateY(8%);
	pointer-events: auto;
}
.small{
	font-size: 75%;
	display: block;
}
.smaller{
	font-size: 50%;
	display: block;
}
.carousel-desc h3{
	color: #F16824;
	font-size: 2em;
	margin: 25px 0;
	font-weight: 500;
	line-height: 36px;

}
.carousel-desc h4{
	margin:5px 0;
	font-weight: 500;
	font-size: 20px;
}

.carousel-desc p{
    margin: 0;
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 0.9em;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0.04em;
    max-width: 500px;
}

.menu-container{

}
.menu-icon{
	width: 30px;
	height: 30px;
	background-image: url(../assets/menu.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.section-2{
	
}

.nav{
    min-height: 70px;
    height: 70px;
    background: transparent;
    padding: 0 40px;
    top:0;
    left:0;
    right:0;
    z-index: 2;
}
.nav .nav-item a{
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	margin:0 10px;
}
.nav .nav-item a:hover{
	color: rgb(255,145,0);
}
.section-2 .overlay{
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 1;
}
.side{
	background-color: #000;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	overflow: hidden;
}
.side-1{
	background-image: url(../assets/side-1-bg.png);
}
.side-2{

	background-image: url(../assets/side-2-bg.png);
}
.side-overlay{
	transition: all 250ms ease-in;
	color:#f5f5f5;
	background: #777;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	padding:0 90px;
}
.side-overlay a{
	color: #F16824;
	text-decoration: none;
}
.side-overlay:hover{
	background: rgb(32,32,32);
}
.side-1-content, .side-2-content{
}
.hide-panel{
	transform: translateY(-100%);
}

.section-3{
	background-color: rgba(0,0,0,0.95);
	background-image: url(../assets/section-3.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #fff;
	padding: 30px;
}

.section-pm{
	background-color: rgba(0,0,0,0.95);
	background-image: url(../assets/section-3.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #fff;
	padding: 30px;
}
.pm-content{
	width: 106px;
	height: 100px;
	background-image: url(../assets/sprite/section-4-sprite.png);
	background-repeat: no-repeat;
	margin:0 auto;
}

.pm-l-1{
    background-position: -115px -210px;
}
.pm-l-2{
    background-position: -115px -370px;
}
.pm-l-3{
	background-position: -115px -536px;
}
.pm-r-1{
	background-position: -1141px -213px;
}
.pm-r-2{
	background-position: -1141px -387px;
}
.pm-r-3{
	background-position: -1141px -535px;
}
.pm-c-1{
    background-position: -645px -351px;
}
.dt-content{
	width: 106px;
	height: 100px;
	background-image: url(../assets/sprite/section-3-sprite.png);
	background-repeat: no-repeat;
	margin:0 auto;
}
.l-1{
    background-position: -1px -40px;
}
.l-2{
    background-position: -1px -202px;
}
.l-3{
	background-position: -1px -350px;
}
.r-1{
	background-position: -1016px -34px;
}
.r-2{
	background-position: -1016px -207px;
}
.r-3{
	background-position: -1016px -357px;
}
.c-1{
    background-position: -530px -182px;
}
.section-3-side-content{
	max-width: 175px;
}
.separator{
	min-width: 70%;
}

.section-4{
	background-color: rgba(0,0,0,0.95);
	background-image: url(../assets/section-3.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 30px 85px;
}

.client-list{
	margin-top:25vh;
	text-align:center;
}
.customer{
	background-image: url(../assets/customers.png);
	width: 215px;
	height: 85px;
	background-repeat: no-repeat;
	display: inline-block;
	min-width: 215px;
	margin-bottom: 30px;
	opacity: 0.7;
}
.customer:hover{
	opacity: 1.0;
}
.kp{
}
.zen{
	background-position: -219px 0px;
}
.ora{
	    background-position: -402px 0px;
}
.har{
	    background-position: -595px 0px;
}
.sie{
	    background-position: -778px 0px;
}
.cit{
	background-position: 0 -122px;
}
.acc{
	    background-position: -216px -112px;
}
.vm{
	    background-position: -403px -112px;
}
.ver{
	    background-position: -593px -112px;
}
.couch{
	    background-position: -777px -112px;
}
.lun{
	    background-position: -218px -234px;
}
.ert{
	    background-position: -409px -234px;
}
.pac{
	    background-position: -584px -234px;
}
.info-card{
    padding: 20px;
    top: 0;
    left: 100%;
    min-width: 350px;
    background: #f7f7f7;
    color: #000;
    border: solid thin #F16824;
    text-align: left;
    opacity: 0;
    color: rgba(0,0,0,0.85);
    transition: all 250ms linear;
}
.info-card p{
	font-size: 0.9em;
	margin:5px;
}
.section-3-5 p{
	line-height: 2em;
	font-weight: 300;
}
.info-card a{
	color: #F16824;
	text-decoration: none;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.info-card h4{
	margin:0;
	margin-bottom: 10px;
}
.info-card:before{
	content: '';
	position: absolute;
	border:solid 8px transparent;
	border-right-color: #f7f7f7;
	left:-16px;

}
/*.content-container{
	overflow: hidden;
}
*/
.content-container p{
	font-size: 0.9em;
}
.content-container:hover{
	overflow: visible;
}
.content-container:hover > .info-card{
	opacity: 1.0;
}

.right-card{
	right: 110%;
	left:inherit;
}
.top-card{
    right: 0;
    left: 0;
    top: -130%;
}
.top-card:before{
	border: solid 8px transparent;
    border-top-color: #f7f7f7;
   	left:50%;
   	right: 50%;
    bottom: -15px;
}
.right-card:before{
    border: solid 8px transparent;
    border-left-color: #f7f7f7;
    left:inherit;
    right: -15px;
    top: 20px;
}
.section-5{
	background: #000;
	padding: 30px;
}
.form-container{
	width: 80%;
	margin:auto;

}

.form-container .input{
	    height: 40px;
    min-width: 45%;
    padding: 5px;
    margin-bottom: 10px;
}
.form-container .textarea{
	width: 90.5%;
	resize: vertical;
	min-height: 200px;
	padding: 20px;
}
.form-container .submit{
	width: 15%;
    padding: 10px;
    background: transparent;
    color: #fff;
    margin: 30px 0;
    border: solid thin #f5f5f5;
}

.social-container{
	margin-bottom: 10px;
}
.social-container img{
	opacity: 0.5;
	transition: all 250ms linear;
}
.social-container img:hover{
	opacity: 1.0;
}

p{
	line-height: 2em !important;
}

.section-3 p{
	line-height: 1.5em !important;
}

.section-2 p{
	line-height: 1.6em !important;
}
.section-2 h2{
	margin:20px 0;
}
.section-2 h4{
	margin: 0;
}
.section-1 p{
	line-height: 1.5em !important;
}
.social-section{
	margin-top:60px;
}
.dts{
	margin:0 auto;
	text-align: center;
	max-width: 500px;

}


.cloud-section .side-2-overlay{
	background-image: url(../assets/side-1-bg.png);
	background-size: contain;
    background-position: 98% 0;
    background-repeat: no-repeat;
    background-size: 119%;
}
.big-data-section .side-1-overlay{
	background-image: url(../assets/side-2-bg.png);
	background-size: contain;
	background-position: 59% 0;
    background-repeat: no-repeat;
    background-size: 107%;
}
.cloud-section .side-overlay{
	background-color: rgb(32,32,32);

}

.big-data-section .side-overlay{
	background-color: rgb(32,32,32);
}
@media (max-width: 599px){
	.section-2,.section-3-5{
		flex-direction: column;
		min-height: 100vh;
		height: inherit;
	}
	.section-3-5 p{
		line-height: 1.3em;
	}
	.side{
		width: 100%;
		min-height: 50vh;
	}
	.separator{
		min-width: 10%;
	}
	.content-container:hover > .info-card{
		opacity: 0;
	}
	.customer{
    	height: 60px;
    	margin-bottom: 10px;
    	opacity: 1.0;
	}
	.section-4{
		padding:5px;
	}
	.client-list{
		margin: 0;
		text-align: left;
	}
	.section-5{
		padding:5px;
	}
	.form-container{
		width: 100%;
	}
	.contact-container{
		flex-direction: column;
	}
	.address-container{
		flex-direction: row;
	}
	.social-section{
		flex-direction: row;
		margin:0;
	}
	.social-container{
		margin:0 10px;
	}
	.textarea{
		min-height: 50px !important;
	}

	p{
		line-height: 1.5em;
	}
	.dts{
		display: none;
	}
	.big-data-section{
		flex-direction: column-reverse;
	}

}