@import url('stylesheet.css');
/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........GLOBLE......*/

body {
	font-family: 'Gotham Book', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	color:#b7b7b7;
}
h2{font-size:48px; line-height:60px; font-weight:700; color:#464646; text-transform:uppercase;}
h3{font-size:30px; line-height:40px; font-weight:700; color:#464646;}
h4{font-size:18px;font-weight:700; color:#464646;}

header {
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 9997;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translateZ(0px);
}
header.sticky {
	position: fixed;
	width: 100%;
	background: #00CB66;
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
	padding: 10px 0;
}
.logo {
	width: 25%;
	float: left;
	padding-top: 5px;
}
.logo h1 a{
	font-size:24px;
	font-weight:700;
	color:#fff;	
}

nav {
	width: 65%;
	float: left;
	text-align: right;
	margin-right: 90px;
}
.social {
	width: 30%;
    float: right;
    padding-top: 5px;
    position: absolute;
    right: 0;
}
.social a i{ font-size:18px; color:#fff; margin:0 10px;}
nav ul li {
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
}
nav ul li a {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
}
nav ul li a:hover {
	color: #fff!important;
	transition: all 0.5s;
}

nav ul li.active a{ color: #000!important; }

.banner{
	background:url(../images/banner.jpg) no-repeat center center;	
	/* min-height:800px; */
	background-size:cover;
	position:relative;
}
.banner h4{
	color:#fff;
	font-size:24px;
	line-height:60px;
	padding-top:290px;
	font-weight:300;	
}
.banner h1{
	color:#fff;
	font-size:60px;
	line-height:60px;
	font-weight:700;
	text-transform:uppercase;
	margin:10px 0 30px;	
}
.banner a{
	padding:17px 30px;
	color:#fff;
	font-size:16px;
	line-height:100%;
	font-weight:700;
	text-align:center;
	display:inline-block;	
	border-radius:3px;
	margin-right:20px;
}
a.redone , a.whiteone:hover{background:#e92121; border:2px solid #e92121; transition:all 0.4s;}
a.whiteone , a.redone:hover{border:2px solid #fff; background:none; transition:all 0.4s;}

.history{
	padding:100px 0;
	border-bottom:1px solid #f1f1f1;	
}
.history h2{
	padding-top:100px;	
}
.history p{ 
	line-height:30px;
	font-weight:300;
}

.work{
	padding:100px 0 90px;	
}
.work h3{ text-align:center;}
.work img{margin:15px auto; display:block;}
.work h5{text-align:center; font-size:18px; line-height:30px; font-weight:300; margin-bottom:45px;}
.work i{
	color: #e92121;
	font-size:70px;
	margin-top:70px;
	margin-bottom:30px;	
}
.work p{font-size:15px; margin-top:20px;}
.mainslide{
	padding:110px 0;
	background:#faf9f9;	
}
.mainslide h3{
	margin-top:45px;	
}
.sizeed{margin:20px 0;}
.mainslide p{padding-bottom:35px; font-size:18px; line-height:30px;}
.mainslide a.learn{
	padding:17px 35px;
	color:#fff;
	font-size:16px;
	line-height:100%;
	font-weight:700;
	text-align:center;
	display:inline-block;	
	border-radius:3px;
	margin-right:20px;
	background:#e92121; border:2px solid #e92121;
}
.mainslide a.learn:hover{background:#333;; border:2px solid #333; transition:all 0.4s;}

.whywe{
	padding:25px 0 90px;	
}
.whywe h2{padding-top:140px;}
.whywe h4{
	padding-top:70px;
	padding-bottom:15px;	
}
.whywe p{font-weight:300;}

.width4{
	width:25%;
	float:left;	
}
.width4 img{width:100%; display:block;}
.width8{width:50%; float:left; padding:70px 0 0 45px;}
.width8 h2{margin-bottom:20px;}
.iteams p{
	line-height:30px; 
	font-weight:300;
	padding:45px 0 90px;	
}

#customer{background:#faf9f9;}
.width20{width:20%; float:left;}
.width80{width:80%; float:left;}
.customer{
	padding:100px 0 0px;	
}
.customer h3{ text-align:center;}
.customer img{margin:15px auto; display:block;}
.customer h5{text-align:center; font-size:18px; line-height:30px; font-weight:300; margin-bottom:70px;}
.customer i{
	background: #e92121;
	font-size:20px;
	padding:10px;
	border-radius:50%;
	color:#fff;
}
.customer span{font-size:14px; line-height:30px; }
.customer p{font-size:15px;padding-bottom:100px;}

#photo{padding-top:100px;}
#photo .width8{ padding:70px 0 0 0px;}

.container{ padding: 0px 20px; }
footer{
	background:#4a4a4a; 
	/* padding:10px 0; */
	/* text-align: center; */
	padding: 80px 0px;
}

footer .fa{ margin-right: 5px; }
footer .container{
	width: 100%;
	max-width: 1200px;
}

footer .container .row{ 
	margin-left: -20px;
	margin-right: -20px;
}
footer .container .row [class*="col-"]{ 
	padding: 0px 20px;
}

footer .container h1{
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	text-align: right;
	margin-bottom: 60px;
}

footer .container p{
	font-family: 'Gotham';
	font-weight: 300;
	color: #fff;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
}

footer .container p a{
	color: #fff;
	transition: all ease-in-out .25s;
	text-decoration: none;
}

footer .container p a:hover{
	/* color: #fff; */
	text-decoration: underline;
}

/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9998;
 background: #FBFBFB url(../images/bumper.gif) center center no-repeat;
}



.cssload-square {
	width: 8px;
	height: 29px;
	background: rgb(0,0,0);
	border-radius: 10px;
	display: block;
	animation: cssload-turn 2.88s ease infinite;
		-o-animation: cssload-turn 2.88s ease infinite;
		-ms-animation: cssload-turn 2.88s ease infinite;
		-webkit-animation: cssload-turn 2.88s ease infinite;
		-moz-animation: cssload-turn 2.88s ease infinite;
}
.cssload-top {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
}
.cssload-bottom {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
}
.cssload-left {
	position: absolute;
	left: 50%;
	top: 50%;
}
.cssload-right {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
}


@keyframes cssload-turn {
	0% {
		transform: translateX(0) translateY(0) rotate(0);
	}
	50% {
		transform: translateX(400%) translateY(100%) rotate(90deg);
	}
	100% {
		transform: translateX(0) translateY(0) rotate(0);
	}
}

@-o-keyframes cssload-turn {
	0% {
		-o-transform: translateX(0) translateY(0) rotate(0);
	}
	50% {
		-o-transform: translateX(400%) translateY(100%) rotate(90deg);
	}
	100% {
		-o-transform: translateX(0) translateY(0) rotate(0);
	}
}

@-ms-keyframes cssload-turn {
	0% {
		-ms-transform: translateX(0) translateY(0) rotate(0);
	}
	50% {
		-ms-transform: translateX(400%) translateY(100%) rotate(90deg);
	}
	100% {
		-ms-transform: translateX(0) translateY(0) rotate(0);
	}
}

@-webkit-keyframes cssload-turn {
	0% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateX(400%) translateY(100%) rotate(90deg);
	}
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
	}
}

@-moz-keyframes cssload-turn {
	0% {
		-moz-transform: translateX(0) translateY(0) rotate(0);
	}
	50% {
		-moz-transform: translateX(400%) translateY(100%) rotate(90deg);
	}
	100% {
		-moz-transform: translateX(0) translateY(0) rotate(0);
	}
}


/* home */

.section{
	/* min-height: 100vh; */
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.section .container{
	height: 100%;
}

.section .container .row{ 
	height: 100%; 
	margin-left: -20px;
	margin-right: -20px;
}
.section .container .row [class*="col-"]{ 
	height: 100%; 
	display: table;
	padding: 0px 20px;
}

.section .container .row [class*="col-"] .content{
	display: table-cell;
	vertical-align: middle;
} 

.banner .container{
	height: 100vh;
	display: table;
	width: 100%;
}

.banner .logo{
	width: 40%;
    padding-bottom: 20%;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: 100% auto;
	display: table-cell;
	vertical-align: middle;
	float: none;
	transform: translateZ(0px);
}

.what{
	background:url(../images/what-bg.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.who{
	background:url(../images/who-bg.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.why{
	background:url(../images/why-bg.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.where{
	background:url(../images/where-bg.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.how{
	background:url(../images/how-bg-alt.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.contact{
	background:url(../images/how.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}

.get-ready{
	background:url(../images/get-ready.jpg) no-repeat center center;	
	background-size:cover;
	position:relative;
}


.get-ready:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.46);
	content: '';
	top: 0;
	left: 0;
	transform: translateZ(0);
}

.what:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.66);
	content: '';
	top: 0;
	left: 0;
	transform: translateZ(0);
}

.who:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.46);
	content: '';
	top: 0;
	left: 0;
	transform: translateZ(0);
}

.why:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.46);
	content: '';
	top: 0;
	left: 0;
}

.where:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.7);
	content: '';
	top: 0;
	left: 0;
}

.how:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 45, 42, 0.46);
	content: '';
	top: 0;
	left: 0;
}

.section .container .row [class*="col-"] .content h2{
	font-family: 'Gotham';
	font-weight: 900;
	font-size: 42px;
	font-size: 2.604166666666667vw;
	line-height: 2.894166666666667vw;
	color: #fff;
	text-align: right;
}

.section .container .row [class*="col-"] .content p{
	color: #fff;
    font-size: 15px;
    line-height: 25px;
	margin-bottom: 20px;
}

.section .container .row [class*="col-"] .content p strong{
	font-family: 'Gotham';
	font-weight: bold;
	display: block;
	font-size: 16px;
}

.section .container .row [class*="col-"] .content p b{
	font-family: 'Gotham';
	font-weight: bold;
}

.section .container .row [class*="col-"] .content p a{
	color: #fff;
	text-decoration: underline;
}

.section .container .row [class*="col-"] .content p strong.get{
	font-size: 24px;
	line-height: 34px;
}

.section .container .row [class*="col-"] .content ul{
	color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: -8px;
    list-style-type: disc;
    margin-left: 20px;
}

.section .container .row [class*="col-"] .content ul li{ margin-bottom: 5px; }

.agenda{
	overflow: hidden;
	padding: 120px 0px;
}

.agenda h2{
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 42px;
    font-size: 1.604166666666667vw;
    line-height: 1.894166666666667vw;
    color: #00CB66;
}

.agenda .row{
	border-bottom: 2px solid #00CB66;
	padding: 20px 0px;
}

.agenda ul li{
	font-size: 18px;
	line-height: 24px;
	color: #00CB66;
	border-bottom: 1px solid #00CB66;
	padding: 10px 0px;
}

.agenda ul li:last-child, .agenda .row:last-child{ border: none; }

a.button{
	background: #fff;
	color: #00CB66;
	font-size: 20px;
	line-height: 40px;
	padding: 0px 20px;
	display: inline-block;
    margin-top: 20px;
    transition: all ease-in .25s;
}

a.button:hover{
	color: #fff;
	background: #00CB66;	
}

.logo-header{
  width: 40px;
  height: 40px;
  background: url('../images/logo-white.png') center center no-repeat;
  background-size: auto 100%!important;
  display: inline-block;
  font-size: 0px;
  transition: all ease-in-out .25s;
}

header.sticky .logo-header{
  background: url('../images/logo-header.png') center center no-repeat;
  /* background-size: cover; */
}

/* responsive */

span.hashtag{
	font-size: 1.5104166666666667vw; 
	text-transform: initial;
}

.section.get-ready .container .row [class*="col-"] .content p{
	font-size: 24px; line-height: 34px; text-align: center;
}

.get-ready img{
	width: 100%;
}

.partnership{
	padding: 80px 0px 100px;
}

.partnership h2{
	font-family: 'Gotham';
	font-weight: 900;
	font-size: 42px;
	font-size: 2.604166666666667vw;
	line-height: 2.894166666666667vw;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

ul.logo{ width: 100%; display: block; text-align: center; }

ul.logo li{
	/* width: 33.33333333333333%; */
	width: 25%;
	padding: 20px;
	display: inline-block;
}

ul.logo li img{ width: 100%; }

@media only screen and (max-width: 768px) {
	.section{
		/* min-height: 100vh; */
		height: auto;
		padding: 60px 0px 100px;
	}

	.container{ padding: 0px 40px; }
	.banner .logo{ width: 80%; }

	.section .container .row [class*="col-"] .content{
		display: block;
	}
	
	.section .container .row [class*="col-"]{
		display: block;
		height: auto;
	}

	.partnership h2,
	.agenda h2,
	.section .container .row [class*="col-"] .content h2{
		font-size: 35px;
		line-height: 50px;
		text-align: left;
		margin-bottom: 30px;
		display: block;
		width: 100%;
	}

	.partnership h2{ text-align: center; }
	ul.logo li{
		width: 45%;
		padding: 10px;
		/* width: 25%; */
	}

	.section .container .row [class*="col-"] .content h2 br{ display: none; }

	span.hashtag{
		font-size: 25px;
		line-height: 35px;
		display: block; 
		text-transform: initial;
	}

	.section.get-ready .container .row [class*="col-"] .content h2{ text-align: center; }

	footer {
		padding: 40px 0px 60px!important;
	}
	footer .container .row [class*="col-"]{ width: 100%; margin-bottom: 20px; }

	footer .container p{
		text-align: center;
	}

	footer .container .row [class*="col-"] .logo-cata{
		display: block;
		margin: 0px auto;
	}

	.banner.section{ padding: 0px; }

	.agenda{ padding: 60px 0px 100px; }

	a.button{ margin: 0px; }
}

@media only screen and (max-width: 480px) {
	.container{ padding: 0px 20px; }

	.agenda h2, .section .container .row [class*="col-"] .content h2{
		font-size: 25px;
		line-height: 35px;
	}

	span.hashtag{ font-size: 16px; line-height: 26px; }

	.section.get-ready .container .row [class*="col-"] .content p{ font-size: 20px; line-height: 30px;}

	footer .container .row [class*="col-"] .logo-cata{ width: 250px; margin: 0px; }

	footer .container h1 {
	    font-size: 17px;
	    margin-bottom: 51px;
	    text-align: left;
	}

	footer .container p{ text-align: left; }
}

