@font-face {
    font-family: 'AvenirMedium';
    src: url('/fonts/AvenirMedium.eot');
    src: url('/fonts/AvenirMedium.eot') format('embedded-opentype'),
         url('/fonts/AvenirMedium.woff2') format('woff2'),
         url('/fonts/AvenirMedium.woff') format('woff'),
         url('/fonts/AvenirMedium.ttf') format('truetype'),
         url('/fonts/AvenirMedium.svg#AvenirMedium') format('svg');
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('/fonts/AvenirBlack.eot');
    src: url('/fonts/AvenirBlack.eot') format('embedded-opentype'),
         url('/fonts/AvenirBlack.woff2') format('woff2'),
         url('/fonts/AvenirBlack.woff') format('woff'),
         url('/fonts/AvenirBlack.ttf') format('truetype'),
         url('/fonts/AvenirBlack.svg#AvenirBlack') format('svg');
}

@font-face {
    font-family: 'CorbelBold';
    src: url('/fonts/CorbelBold.eot');
    src: url('/fonts/CorbelBold.eot') format('embedded-opentype'),
         url('/fonts/CorbelBold.woff2') format('woff2'),
         url('/fonts/CorbelBold.woff') format('woff'),
         url('/fonts/CorbelBold.ttf') format('truetype'),
         url('/fonts/CorbelBold.svg#CorbelBold') format('svg');
}

@font-face {
    font-family: 'AvenirBook';
    src: url('/fonts/AvenirBook.eot');
    src: url('/fonts/AvenirBook.eot') format('embedded-opentype'),
         url('/fonts/AvenirBook.woff2') format('woff2'),
         url('/fonts/AvenirBook.woff') format('woff'),
         url('/fonts/AvenirBook.ttf') format('truetype'),
         url('/fonts/AvenirBook.svg#AvenirBook') format('svg');
}

.book {
	font-family: 'AvenirBook';
}

.container {
	padding: 2.5% 5%;
	width: 90%;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow: auto;
	position: relative;
}
.clear, * html .clearfix, *:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}
.grid_1 {
                width: 8.33%
}
.grid_2 {
                width: 16.67%;
}
.grid_3 {
                width: 25%;
}
.grid_4 {
                width: 33.33%;
}
.grid_5 {
                width: 41.67%;
}
.grid_6 {
                width: 50%;
}
.grid_7 {
                width: 58.33%;
}
.grid_8 {
                width: 66.67%;
}
.grid_9 {
                width: 75%;
}
.grid_10 {
                width: 83.33%;
}
.grid_11 {
                width: 91.67%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                float: left;
                display: block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	display: block;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'AvenirBook';
	font-size: 19px;
	letter-spacing: 1px;
	background: #1d1d1d;
	color: #e2e2e2;
	margin: 0;
	padding: 0;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
	text-align: center;
	margin: 0;
	letter-spacing: 0;
	line-height: 1.4;
}

h1 {
	font-size: 500px;
	font-size: 450px;
    line-height: 360px;
    font-family: 'CorbelBold';
	/*font-size: 40vh;*/
	font-size: 17.5em;
}

h2 {
	font-size: 5.263em;
	letter-spacing: 2px;
	font-family: 'AvenirBlack';
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 2.105em;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'AvenirMedium';

}

h4 {
	font-size: 1.579em;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'AvenirBlack';
}

h5 {
	font-size: 1.1em;
    letter-spacing: 3px;
	text-align: center;
	font-family: 'AvenirBlack';
}


/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
	background: transparent;
	position: fixed;
	top:0;
	padding: 30px 55px;
	z-index: 9;

}

header.bg-black .logo svg .cls-1 {
	fill:#09c;
}

header.bg-black .logo svg .cls-2 {
	fill:#c7c8ca;
}


.logo {
	margin: 0 auto;
	display: block;
	width: 152px;
	margin-left: 0;
}

.logo svg path {
	transition: all 0.3s ease;

}

nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 355px;
    width: 400px;
    height: 100vh;
    right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-right:75px;
	padding-top: 150px;
	visibility: hidden;
	transition-delay: 0.6s;
}
ul#nav > span {
	content: '';
	position: absolute;
	width: 8px;
	height: 335px;
	height: 400px;
	background: #1799ce;
	top: 22px;
	right: -30px;
	height: 23px;
	border-radius: 10px;
	transition: all 0.6s ease;
}

header.active_nav nav{
	visibility: visible;
	transition-delay: 0s;

}
nav > span {
	width: calc(100% + 30px);
	position: absolute;
	right: 0;
	background: #093a4e;
	height: 100%;
	top:0;
	transition: all 0.6s ease;
	/* -webkit-box-shadow: -10px -1px 7px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px -1px 7px -1px rgba(0,0,0,0.5);
	box-shadow: -10px -1px 7px -1px rgba(0,0,0,0.5); */
	/* animation: move 2s infinite; */
	/* animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); */

	
}


nav > span.mid {
	width: calc(100% + 60px);
	background: #136c90;
	animation-delay: 0.2s;
}


nav > span.first {
	width: calc(100% + 90px);
	background: #1799ce;
	

	
}


nav > span, nav > span.mid, nav > span.first {
	width: 0;
	transition-delay: 0.6s;

}


header.active_nav nav > span.first {
	width: calc(100% + 90px);
	transition-delay: 0s;
}

header.active_nav nav > span.mid {
	width: calc(100% + 60px);
	transition-delay: 0.2s;
}

header.active_nav nav > span.last {
	width: calc(100% + 30px);
	transition-delay: 0.3s;
}


#nav {
	z-index:1;
	position: relative;
}
nav:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	background: #1d1d1d;
	top: 0;
	right: 0;
	transition: all 0.6s ease;
	transition-delay: 0.6s;
	width: 0;
}
#nav li {
	list-style: none;
	display: block;
	position: relative;
	text-align: right;
	padding: 20px 0;
	display: none;
}

header.active_nav #nav li {
}
#nav li :hover{
	color:#1799ce;
}

#nav li a {
	color: #fff;
	text-transform: uppercase;
    font-family: 'AvenirBlack';
	font-size: 25px;
	font-size: 23px;
}

#nav li.show {
	visibility: visible;
}


#nav > li.active > a, #nav > li.active .sub-nav > li.active a {
	color:#1799ce;
}


#nav li .sub-nav li {
}
#nav li .sub-nav li a {
	font-size: 18px;
}



header.active_nav nav:after{
	width: 100%;
	transition-delay: 0.35s;
}


header.active_nav #nav  {
	transform: scaleX(1);
	transition-delay: 0.5s;
}


/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

#nav-toggle:after {
	content:'MENU';
	position: absolute;
	top:0;
	bottom: 0;
	left:-80px;
	margin: auto;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'AvenirBlack';
	color: #fff;
	transition: all 0.3s ease;
}

header.bg-black #nav-toggle:after {
	color:#1d1d1d;
}

header.active_nav #nav-toggle:after {
	color:#fff;
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #28a1d1;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	background: #000;
}
.formbox {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	max-width: 320px;
}
input, select {
	font-size: 16px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #525252;
	text-align: left;
	letter-spacing: 2px;
}
select {
	padding: 5px 7px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding: 7px 5px;
	background: #fff;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}
/*footer*/ 
footer {
	float: right;
	margin-left: 5%;
	line-height: 74px;
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



/* ********************************** */

.mr60 {
	margin-right: 60px;
}
.pb100{
	padding-bottom: 100px;
}
.auto-margin {
	margin-left: auto;
	margin-right: auto;
}

.w710 {
	width: 710px;
}

.w770 {
	width: 775px;
}

.w980 {
	width: 980px;
}

.w1025 {
	width: 1025px;
}

.w980, .w710, .w770, .w1025 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: calc(100% - 80px);

}

.w710, .w770 {
	max-width: 100%;
}

.block {
	display: block;
}

.white {
	color: #ffffff;
}

.black {
	color: #000000;
}

.line {
    display: block;
    width: 900px;
    height: 5px;
    background: #000000;
	margin: 65px auto;
	max-width: 100%;
}

#about .line {
	width: 100%;
}

.bg-white {
    background: #ffffff;
}

.fs15 {
	font-size: 15px;
}

.fs13 {
	font-size: 13px;
}

.avenir-black {
	font-family: 'AvenirBlack';
}

.left-align {
	text-align: left;
}

.center-align {
	text-align: center;
}

.underline {
	border-bottom: 2px solid;
}

.mtb50{
	margin: 50px 0;
}

.ls0 {
	letter-spacing: 0;
}
/* parallax stylesheet */
.parallax-container {
    height: 790px;
	display:flex;
	justify-content: center;
	align-items: center;
    width:100%;
}

img.parallax-slider {
    /* content:url(/images/1.jpg)!important; */
    object-fit: cover;
}

section {
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#home {
    z-index: -1;
}
#landing-section:after
{
   content:'';
   position:absolute;
   z-index:-1;
   background:rgba(0,0,0,0.1);
   display:block;
   top:0;left:0;
   height:100%;
   width:100%;

}
 section#about {
	 position: static;
 }

 section#about .parallax-container  {
	 position: relative;
	 z-index: 1;
 }

#landing-section {
	width: 100%;
	height: 100vh;
    display: flex;
    justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
}

#landing-section > div {
	max-width:950px;
	text-align: center;
}

#business-planning .sub-sec, #implementation .sub-sec, #about-wrapper {
	background-color: #fff;
	color:#000000;
	overflow: auto;

}

#service-section {
	max-width:900px;
	text-align: center;
	margin: auto;
    align-items: center;
	padding: 100px 0;
}

#marketing-strategy, #mentoring, #contact   {
	/* background-color: #1d1d1d; */
	color: #dcdcdc;
	overflow: auto;
}

#contact   {
	background-color: #1d1d1d;
	/* color: #dcdcdc;
	overflow: auto; */
}

.btn {
	font-size: 1em;
	font-family: 'AvenirBlack';
	color: #fff;
	letter-spacing: 2px;
	display: inline-block;
	padding: 15px 35px;
	width: 300px;
	border:2px solid #fff;
	transition: all 0.3s ease;
}

.btn:hover {
	color:#1799ce;
	border-color:#1799ce;
}

.btn.black{
	color: #000;
	border:2px solid #000;
}
.btn.black:hover {
	color:#1799ce;
	border-color:#1799ce;
}


.john-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.john-flex > img {
	width: 50%;
}

.john-flex > div {
	width: calc(50% - 40px);
}

.link {
	font-family: 'AvenirBlack';
	color: #000;
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.link svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 5px;
}

.link svg path {
	fill: #1799ce;
}

#contact {
	color:#dcdcdc;
	min-height: calc(100vh + 1px);
	display: flex;
    justify-content: center;
    align-items: center;
}


.john {
	position: absolute;
	position: fixed;
	top: 50px;	
	/* top:20%; */
    right: 0;
	
    opacity:0.2;
	display: none;
	z-index: 0;
}


.holland {
    display: none;
    position: absolute;
    position: fixed;
    bottom: 50px;
    right: -10vw;
    /*color: #202020;*/
       opacity: 0.2;
    z-index: 0;
}

.john.bottom {
    /*color: #f9f9f9;*/
     opacity: 0.1;
    left: 250px;
    left: 0;
    right: auto;
    transform: none;
}

.holland.bottom {
    /*color: #f9f9f9;*/
    opacity: 0.1;
    left: -250px;
    left: 0;
    right: auto;
    transform: none;
}


.relate {
	position: relative;
}

.z1 {
	z-index: 1;
}

.parallax-mirror {
    z-index: 1!important;
}

section#about {
	z-index: 0;
}

.copyright {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
}

/* ********************************** */
@media screen and (max-width : 1100px) {
    .parallax-container {
		height: 490px;
	}

	body {
		font-size: 17px;
	}


}

@media screen and (max-width : 900px) {
	#home {
		padding: 0 40px;
	}
	.move {
		display: none!important;}

	.logo {
		width: 122px;
	}
	#nav-toggle {
		right: 40px;
	}

	header {
		padding: 30px 40px;
	}

	.parallax-container {
		height: 500px;
	}

	.btn {
		padding: 10px 35px;
		width: 180px;
	}

	h2 {
		font-size:4.263em;
	}

	body {
		font-size: 16px;
	}

	.john-flex {
		flex-direction: column;
	}

	.john-flex > * {
		width: 100%!important;
	}

	.john-flex > img {
		margin-bottom: 40px;
	}

	.john-flex:last-of-type {
		flex-direction: column-reverse;
	}

}

@media screen and (max-width : 760px) {

	#nav-toggle:after {
		left: -70px;
		top:2px;
	}
	
	#nav-toggle:after {
		content:'';}
	
	#nav li a {
		font-size: 21px;
	}
	header.active_nav nav > span.last {
		width: calc(100% + 10px);
	}
	header.active_nav nav > span.mid {
		width: calc(100% + 20px);
	}
	header.active_nav nav > span.first {
		width: calc(100% + 30px);
	}
	nav {
		width: calc(100% - 30px);
		padding-right: 55px;
		padding-top: 80px;
	}

	#home img.auto-margin {
		width: 100px;
	}

	#business-planning img.auto-margin {
		width: 200px;
	}

	#marketing-strategy img.auto-margin {
		width: 150px;
	}

	#mentoring img.auto-margin {
		height: 110px;
	}

	#about img.auto-margin {
		width: 150px;
	}
	
	.w980, .w1025 {
		max-width: calc(100% - 30px);
	}

	.parallax-container {
		height: 350px;
	}

	#home {
		padding: 0 15px;
	}

	header {
		padding: 30px 15px;
	}

	#nav-toggle {
		right: 15px;
	}

	.mr60 {
		margin-right: 15px;
	}

	.btn {
		padding: 5px 15px;
		width: 150px;
		letter-spacing: 1px;
		/* border-width: 1px; */
	}
	body {
		font-size: 14px;
	}

	h5 {
		font-size: 16px;
		letter-spacing: 2px;
	}

	h4 {
		font-size: 18px;
	}

	h3 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	h2 {
		font-size: 34px;
		font-size: 26px;
	}


}

@media screen and (max-width : 760px) and (orientation: landscape) {
	#nav li {
		padding:8px 0; 
	}
	#nav li a {
		font-size: 18px;
	}
}