@font-face {
 font-family: 'Effraregular';
 src: url('../fonts/Effraregular.eot');
 src: url('../fonts/Effraregular.eot') format('embedded-opentype'), url('../fonts/Effraregular.woff2') format('woff2'), url('../fonts/Effraregular.woff') format('woff'), url('../fonts/Effraregular.ttf') format('truetype'), url('../fonts/Effraregular.svg#Effraregular') format('svg');
}
@font-face {
 font-family: 'Effrabold';
 src: url('../fonts/Effrabold.eot');
 src: url('../fonts/Effrabold.eot') format('embedded-opentype'), url('../fonts/Effrabold.woff2') format('woff2'), url('../fonts/Effrabold.woff') format('woff'), url('../fonts/Effrabold.ttf') format('truetype'), url('../fonts/Effrabold.svg#Effrabold') format('svg');
}
html {
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background:#000;
	font-family: 'Effraregular';
	font-size:20px;
	color:#fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, select, textarea {
	font-size: inherit;
	line-height: inherit;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.total-wrapper {
	width:100%;
	float:left;
}
.top-navigation {
	width:100%;
	margin:52px auto 60px;
	max-width:1260px;
	position:relative;
}
.nav-holder {
	float:left;
	width:100%;
	background:#000;
}
.nav-holder.fixedheader {
	position: fixed;
	top: 0;
	transition: all 1s ease-in-out 0s;
	z-index: 9999;
}
.nav-holder.fixedheader .top-navigation {
	margin:20px auto 30px;
}
.small-logo {
	position:absolute;
	left:25px;
	top:-9px;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(0);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(0);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(0);
	transition: all 200ms ease-in;
	transform: scale(0);
}
.nav-holder.fixedheader .small-logo {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}
.btn-top {
	display:block;
	margin:0 auto;
	width:168px;
	height:36px;
}
.req-about {
	display:block;
	float:left;
	width:168px;
	height:36px;
	position:relative;
	z-index:99;
}
.requestbtn-small {
	float:left;
	width:100%;
	display:block;
	width:168px;
	height:36px;
	background:url(../images/requestbtn-bg.png) no-repeat center;
	font-family: 'Effrabold';
	font-size:13px;
	color:#c09f5c;
	font-style:italic;
	text-align:center;
	line-height:32px;
	border: 1px solid transparent;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, 0);
	outline: 1px solid;
	outline-color: rgba(220, 144, 35, 0.2);
	outline-offset: 0px;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
.requestbtn-small:hover {
	border: 1px solid #ffb954;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, .2), 0 0 20px rgba(255, 185, 84, .2);
	outline-color: rgba(255, 185, 84, 0);
	outline-offset: 12px;
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
.navmenu-right {
	margin:0;
	padding:0;
	position:absolute;
	right:25px;
	top:4px;
}
.navmenu-right li {
	list-style:none;
	float:left;
	padding:0 0 0 54px;
}
.navmenu-right li a {
	font-family: 'Effraregular';
	font-size:15px;
	color:#c09f5c;
	line-height:15px;
}
.logo-img {
	display:block;
	text-align:center;
	max-width:438px;
	margin:0 auto;
	clear:both;
	padding:30px 0 0;
}
.logo-img img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0 25px;
}
.tagline-theme {
	display:block;
	width:100%;
	text-align:center;
	margin:25px 0 84px;
	float:left;
}
.tagline-theme p {
	font-family: 'Effrabold';
	font-size:25px;
	color:#c09f5c;
	letter-spacing:0.15em;
	font-style:italic;
	padding:0 25px;
	margin:0;
}
.about-content {
	max-width:742px;
	margin:0 auto;
	display:block;
}
.bg-line-about {
	background:url(../images/about-bg.png) no-repeat center;
	padding:36px;
	float:left;
	width:100%;
	height:730px;
}
.section-first-about {
	float:left;
	width:100%;
	margin:10px 0 190px;
}
.section-second-about {
	float:left;
	width:100%;
}
.column-one, .column-two, .column-three, .column-four {
	max-width:300px;
	text-align:center;
	float:left;
}
.column-one {
	padding:0 0 0 2%;
}
.column-two {
	margin:0 0 0 16%;
}
.column-four {
	margin:0 0 0 12%;
	max-width:276px;
}
.column-one h1, .column-two h1, .column-three h1, .column-four h1 {
	color:#c69651;
	font-size:36px;
	font-family: 'Effrabold';
	line-height:36px;
	margin:0 0 15px;
}
.divider-line {
	width:73px;
	height:2px;
	margin:0 auto 15px;
	background: url(../images/divider-line.png) no-repeat center;
	display:block;
}
.column-one p, .column-two p, .column-three p, .column-four p {
	font-size:18px;
	color:#c69651;
	line-height:27px;
	margin:0;
	font-family: 'Effraregular';
}
.column-highlight {
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-family: 'Effraregular';
}
.bottom-about {
	max-width:1000px;
	margin:0 auto;
	clear:both;
}
.left-icon-content {
	width:40%;
	padding:0 0 0 25px;
}
.left-icon-content img {
	float:left;
}
.left-icon-content p {
	color:#c69651;
	font-size:22px;
	line-height:33px;
	text-align:justify;
	display:block;
	width:100%;
	float:left;
	font-family: 'Effraregular';
	margin:15px 0 20px;
}
.quote-right {
	position:relative;
	float:left;
	width:100%;
}
.inner-bg-right {
	position:absolute;
	right:0;
	width:600px;
	background:url(../images/quote-icon.png) no-repeat top left;
	top:-240px;
	padding:80px 0;
}
.inner-bg-right p {
	background: #c69651 url("../images/path-quote.png") no-repeat scroll 25px 25px;
	color: #000;
	float: left;
	font-family: "Effrabold";
	font-size: 24px;
	font-style: italic;
	line-height: 37px;
	padding: 52px 146px 40px 70px;
	width: 100%;
}
.inner-bg-right span {
	display:block;
	font-family: 'Effraregular';
	font-size:16px;
	line-height:18px;
	font-style:italic;
	margin:18px 0 0;
}
.mission-content {
	float:left;
	width:100%;
	background:url(../images/mission-bg.png) no-repeat center;
	background-size:cover;
	margin:70px 0 120px;
}
.mission-content p {
	max-width:1000px;
	margin:0 auto;
	text-align: justify;
	padding:250px 25px 150px;
	font-family: 'Effraregular';
	font-size:30px;
	line-height:54px;
	color:#c69651;
}
.white-color {
	color:#fff;
}
.bottom-request-btn {
	display:block;
	float:left;
	width:100%;
	margin:110px 0 90px;
}
.requestbtn-large {
	display:block;
	margin:0 auto;
	width:280px;
	height:60px;
	background:url(../images/req-btn-large.png) no-repeat center;
	font-family: 'Effrabold';
	font-size:24px;
	color:#c09f5c;
	font-style:italic;
	text-align:center;
	line-height:66px;
	border: 1px solid transparent;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, 0);
	outline: 1px solid;
	outline-color: rgba(220, 144, 35, 0.2);
	outline-offset: 0px;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
.requestbtn-large:hover {
	border: 1px solid #ffb954;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, .2), 0 0 20px rgba(255, 185, 84, .2);
	outline-color: rgba(255, 185, 84, 0);
	outline-offset: 15px;
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
.footer-text {
	background:#c69651;
	padding:20px 0;
	text-align:center;
	width:100%;
	float:left;
}
.footer-text p {
	font-family: 'Effraregular';
	font-size:13px;
	color:#000;
	line-height:14px;
	font-style:italic;
	margin:0;
}
.mentors-content {
	float:left;
	width:100%;
	display:block;
}
.mentors-left, .mentors-right, .mentors-details-right, .mentors-details-left {
	float:left;
	width:50%;
}
.mentors-left {
	background: #DC932A;
	background: -moz-linear-gradient(left, #000000 0%, #19130a 8%, #2b2112 14%, #513d21 24%, #7d5f33 40%, #dc932a 88%);
	background: -webkit-linear-gradient(left, #000000 0%, #19130a 8%, #2b2112 14%, #513d21 24%, #7d5f33 40%, #dc932a 88%);
	background: linear-gradient(to right, #000000 0%, #19130a 8%, #2b2112 14%, #513d21 24%, #7d5f33 40%, #dc932a 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dc932a', GradientType=1 );
}
.mentors-left img {
	float:right;
}
.mentors-right {
	background: #DC932A;
	background: -moz-linear-gradient(left, #dc932a 12%, #7d5f33 60%, #513d21 76%, #2b2112 86%, #19130a 92%, #000000 100%);
	background: -webkit-linear-gradient(left, #dc932a 12%, #7d5f33 60%, #513d21 76%, #2b2112 86%, #19130a 92%, #000000 100%);
	background: linear-gradient(to right, #dc932a 12%, #7d5f33 60%, #513d21 76%, #2b2112 86%, #19130a 92%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc932a', endColorstr='#000000', GradientType=1 );
	width:49%;
	margin:0 0 0 1%;
	position:absolute;
	right:0;
}
.mentors-right img {
	float:left;
}
.mentors-details-right {
	padding:0 0 0 60px;
	color:#c69651;
}
.mentors-details-left {
	padding:20px 60px 0 0px;
	color:#c09f5c;
	text-align:right;
}
.mentors-details-right h2, .mentors-details-left h2 {
	color:#fff;
	line-height:27px;
	font-size:26px;
	font-family: 'Effraregular';
	margin:15px 0;
	text-transform:uppercase;
}
.founder-text {
	font-family: "Effrabold";
	font-size:15px;
	font-style:italic;
	line-height:16px;
	margin:0 0 18px;
	display:block;
}
.mentors-details-right p, .mentors-details-left p {
	font-size:16px;
	line-height:17px;
	font-family: 'Effraregular';
	margin:0 0 18px;
}
.margin-top-mentors {
	margin:20px 0 0;
	position:relative;
}
.modalform {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.95);
}
.form-content {
	position: relative;
	background: #c6964f;
	background: -moz-linear-gradient(left, #c6964f 0%, #efe9aa 49%, #c6964f 100%);
	background: -webkit-linear-gradient(left, #c6964f 0%, #efe9aa 49%, #c6964f 100%);
	background: linear-gradient(to right, #c6964f 0%, #efe9aa 49%, #c6964f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6964f', endColorstr='#c6964f', GradientType=1 );
	margin:5% auto 0;
	padding:1px;
	width: 48%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.form-inner-content {
	padding: 30px 30px;
	background:#050607;
}
.close {
	color: #c6964f;
	font-size: 44px;
	position: absolute;
	right: 15px;
	top: 0;
}
.close:hover, .close:focus {
	color: #a97b36;
	text-decoration: none;
	cursor: pointer;
}
.openmodal {
	overflow:hidden;
	padding-right:17px;
}
.innerform {
	width:100%;
}
.form-content h3 {
	margin:0 0 18px;
	color:#eeb353;
	font-size:24px;
	line-height:24px;
	font-family: 'Effraregular';
}
.form-content h3 img {
	border:0;
	outline:none;
}
.gradient-layout {
	padding:2px;
	background: #66412c;
	background: -moz-linear-gradient(left, #66412c 0%, #e2c66c 26%, #efe185 49%, #e2c66c 70%, #66412c 100%);
	background: linear-gradient(to right, #66412c 0%, #e2c66c 26%, #efe185 49%, #e2c66c 70%, #66412c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66412c', endColorstr='#66412c', GradientType=1 );
}
.inputholder {
	width:100%;
	padding:0 0 12px;
	position:relative;
}
.inputholder label {
	color:#c6964f;
	display:block;
	width:100%;
	padding:0 0 8px;
	font-size:15px;
	line-height:16px;
	font-family: 'Effraregular';
}
.inputholder input {
	background:#fff;
	border:0;
	outline:none;
	height:40px;
	width:100%;
	display:block;
	padding:3px 12px 6px;
	font-size:15px;
	color:#000;
	font-family: 'Effraregular';
	box-shadow:none;
	border-radius:0;
	-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.inputholder textarea {
	background:#fff;
	border:0;
	outline:none;
	height:40px;
	width:100%;
	display:block;
	padding:6px 12px 6px;
	font-size:15px;
	color:#000;
	height:70px;
	font-family: 'Effraregular';
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.error-field {
	position:absolute;
	right:0;
	color:#cd040b;
	font-size:16px;
	font-family: 'Effraregular';
	bottom:-10px;
}
.submit-btn {
	width:100%;
	text-align:right;
	padding:15px 0 0;
}
.submit-btn input {
	background: url(../images/form-btn.png) no-repeat center;
	color:#4a2e00;
	width:93px;
	height:39px;
	text-align:center;
	font-size:15px;
	line-height:16px;
	font-family: "Effrabold";
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
	border: 1px solid transparent;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, 0);
	outline: 1px solid;
	outline-color: rgba(220, 144, 35, 0.2);
	outline-offset: 0px;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
.submit-btn input:hover {
	border: 1px solid #ffb954;
	box-shadow: inset 0 0 20px rgba(255, 185, 84, .15), 0 0 20px rgba(255, 185, 84, .15);
	outline-color: rgba(255, 185, 84, 0);
	outline-offset: 12px;
	transition-property: all;
 transition-duration: .4s;
	transition-timing-function: ease;
}
#toTop {
	padding: 5px 3px;
	background: none;
	color: #fff;
	position: fixed;
	bottom: 54px;
	right: 20px;
	display: none;
	cursor:pointer;
}
.max-width-ani {
	max-width:1000px;
	margin:0 auto;
}
#toTop img {
	border:0;
	outline:none;
}
.animated-holder {
	position:relative;
	clear:both;
}
.drawline-first {
	position:absolute;
	right:0;
	top:-190px;
	height:0px;
	overflow:hidden;
	display:none;
}
.drawline-second {
	position:absolute;
	left:-12px;
	top:-87px;
	height:0px;
	overflow:hidden;
	display:none;
}
.drawline-third {
	position:absolute;
	left:-12px;
	top:-186px;
	overflow:hidden;
	height:0;
	max-height:239px;
	display:none;
}
.drawline-fourth {
	position:absolute;
	right:0;
	top:-50px;
	overflow:hidden;
	height:0;
}
.drawline-five {
	position:absolute;
	right:0;
	top:-232px;
	overflow:hidden;
	height:0;
}
.drawline-first.moveline1 {
	-moz-animation:move1 0.55s linear forwards;
	-webkit-animation:move1 0.55s linear forwards;
	-ms-animation:move1 0.55s linear forwards;
	overflow:hidden;
	display:block;
}
.drawline-second.moveline2 {
	-moz-animation:move1 0.55s linear forwards;
	-webkit-animation:move1 0.55s linear forwards;
	-ms-animation:move1 0.55s linear forwards;
	overflow:hidden;
	display:block;
}
.drawline-third.moveline3 {
	-moz-animation:move1 0.55s linear forwards;
	-webkit-animation:move1 0.55s linear forwards;
	-ms-animation:move1 0.55s linear forwards;
	overflow:hidden;
	display:block;
}
.drawline-fourth.moveline4 {
	-moz-animation:move1 0.55s linear forwards;
	-webkit-animation:move1 0.55s linear forwards;
	-ms-animation:move1 0.55s linear forwards;
	overflow:hidden;
	display:block;
}
.drawline-five.moveline5 {
	-moz-animation:move1 0.55s linear forwards;
	-webkit-animation:move1 0.55s linear forwards;
	-ms-animation:move1 0.55s linear forwards;
	overflow:hidden;
	display:block;
}
@-moz-keyframes move1 {
 0% {
height:0px;
}
25% {
height:60px;
}
50% {
height:120px;
}
100% {
height:256px;
}
}
@-webkit-keyframes move1 {
 0% {
height:0px;
}
25% {
height:60px;
}
50% {
height:120px;
}
100% {
height:256px;
}
}
@-ms-keyframes move1 {
 0% {
height:0px;
}
25% {
height:60px;
}
50% {
height:120px;
}
100% {
height:256px;
}
}

/* Add Animation */
@-webkit-keyframes animatetop {
 from {
top: -100px;
opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}
@keyframes animatetop {
 from {
top: -100px;
opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}
