	@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Light.eot');
	src: local('☺'),
      url('../fonts/roboto/Roboto-Light.woff') format('woff'),
      url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
      url('../fonts/roboto/Roboto-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-bold';
	src: url('../fonts/roboto/RobotoBold.eot');
	src: local('☺'),
      url('../fonts/roboto/RobotoBold.woff') format('woff'),
      url('../fonts/roboto/RobotoBold.ttf') format('truetype'),
      url('../fonts/roboto/RobotoBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-thin';
	src: url('../fonts/roboto/RobotoThin.eot');
	src: local('☺'),
      url('../fonts/roboto/RobotoThin.woff') format('woff'),
      url('../fonts/roboto/RobotoThin.ttf') format('truetype'),
      url('../fonts/roboto/RobotoThin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../fonts/material-design-icons/MaterialIcons-Regular.woff2') format('woff2'),
       url('../fonts/material-design-icons/MaterialIcons-Regular.woff') format('woff'),
       url('../fonts/material-design-icons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: "Poppins", arial;
}
a{
	text-decoration:none !important;
  cursor: pointer;
}

a:focus{
	outline: none;
	border: none;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

button:focus {
	outline: none;
	border: none;
}


/* margin and padding classes
/* -------------------------------------------------------------------------- */
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}

.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt100 {
  padding-top: 100px;
}
.pt130 {
  padding-top: 130px;
}
.pt150 {
  padding-top: 150px;
}
.pt170 {
  padding-top: 170px;
}
.pt190 {
  padding-top: 190px;
}

.bold{
	font-family: "Roboto-bold";
}

/* Custom CSS
 * --------------------------------------- */

 .pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
	background: #cacacb;
	position: fixed;
	z-index: 4030;
	top: 0;
	right: 100%;
	width: 100%;
	height: 7px;
}



 #myloader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 4000;
		 background-color: #201e2f;
     text-align: center;
		 opacity: 1;
 }


 #myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.welcome-msg{
	color: #9f9f9f;
	font: 100 20px roboto;
	letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 15px;
}


body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}

nav{
  height: 130px;
}

.section.home{
  color: white;
  background: url("../img/texture.png") no-repeat #201e2f;
  opacity: 1;
  background-size: cover;
  z-index: 1;
}


.logo img{
  width: 128px;
  display: inline-block;
  margin: 0 auto;
}

.navbar-default{
  background-color: transparent;
  border: 0px;
}

.headline-home{
  margin-top: 30px;
}


.headline-home h1{
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    transition-property: opacity, visibility;
    transition-timing-function: ease;
}
.headline-home .heading{
  color: #ffffff;
    letter-spacing: 0.1em;
    transition-property: opacity, visibility;
    transition-timing-function: ease;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    font-family: "Roboto";
}

.layer:nth-child(1) {
  opacity: 1 !important;
}

.pr-container{
	opacity: 1;
  max-width: 780px !important;
}

.fp-viewing-firstPage .intro .container {
  top: 20px;
}
.scroll-down{
  width: 25px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}

.menu-links a {
  margin: 0px;
  display: block;
}

.menu-links a.work-icon {
  position: absolute;
  left: 50px;
  top: 50px;
  text-align: center;
}

.menu-links a.about-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

.menu-links a i{
  font-size: 40px;
  color: white;
}

.work-icon span, .about-icon span{
  font: 200 15px Roboto;
  color: white;
  display: block;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,transform .5s ease,visibility .5s ease;
  transition: opacity .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

.menu-logo img.light-logo{
  display: none;
}

.menu-logo img.dark-logo{
  display: none;
}

.menu-logo img{
	width: 50px;
	position: absolute;
	left: 48%;
	top: 50px;
}

.about-button {
  bottom: 0;
  left: 48%;
  position: absolute;
}

.about-button-icon {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #ffffff;
}
.about-button-icon i{
    font-size: 60px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: all .5s ease,transform .5s ease,visibility .5s ease;
    transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

.work-button {
  bottom: 0;
  left: 48%;
  position: absolute;
}

.work-button-icon {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #201e2f;
}
.work-button-icon i{
    font-size: 60px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: all .5s ease,transform .5s ease,visibility .5s ease;
    transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #ffffff;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
	background: #ffffff;
}

body.fp-viewing-secondPage .main nav .menu-links .work-icon i, body.fp-viewing-secondPage .main nav .menu-links .work-icon span{
  color: #201e2f !important;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

body.fp-viewing-secondPage .main nav .menu-links .about-icon i, body.fp-viewing-secondPage .main nav .menu-links .about-icon span{
  color: #201e2f !important;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

body.fp-viewing-secondPage .main nav .menu-links .menu-logo img.dark-logo{
  display: block;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

body.fp-viewing-3rdPage-0 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-1 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-2 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-3 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-4 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-5 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-6 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-7 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-8 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-9 .main nav .menu-links .menu-logo img.light-logo,
body.fp-viewing-3rdPage-10 .main nav .menu-links .menu-logo img.light-logo{
  display: block ;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

body.fp-viewing-3rdPage-0 .main nav{
  background-color: transparent;
  height: 130px;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

body.fp-viewing-secondPage .main nav{
  background-color: white;
  height: 130px;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}


.section#about{
  background-color: #fff;
  color: #201e2f;
}

.about-cont{
	padding-left: 30px;
	padding-right: 30px;
  padding-top:135px;
}

#about .about-me{
  padding-right: 60px;
}

#about .about-me h2{
  font-size: 80px;
  font-weight: bolder;
  margin-bottom: 10px;
  color: #201e2f;
}

#about .about-me p{
  font: 300 13px/1.7 Roboto;
  margin-bottom: 20px;
  color: #201e2f;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

#about .about-me .mail-address{
	color: #201e2f;
	font-size:15px;
}

#about .skills{
  padding-left:60px;
  padding-top: 20px;
}

#about .skills h2{
  font:25px/1.7 Roboto;
  text-align: center;
}

#about .skills-icons{
  margin-top: 20px;
}

#about .table>tbody>tr>td{
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding:30px;
  text-align: center;
  font-size: 13px;
}

#about .table img{
  max-width: 55px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

#about .table>tbody>tr>td:last-child{
  border-right: 0;
}

#about .table>tbody>tr:first-child>td{
  border-top: 0;
}


.social-buttons-menu li a {
    color: #201e2f;
    font-size: 20px;
		opacity: 0.8;
    padding-right: 25px;
}
.social-buttons-menu li a:hover {
		opacity: 1;
		border-bottom: 3px solid #201e2f;
}

.section#port{
	background-color: #201e2f;
  color: #ffffff;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next{
	display: none;
}

.slide#slide1 {
	background-image:url("../img/projects/insider1/cover.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide2 {
	background-image:url("../img/projects/invesp/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide3 {
	background-image:url("../img/projects/figpii/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide4 {
	background-image:url("../img/projects/kaec/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide5 {
	background-image:url("../img/projects/gmr/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide6 {
	background-image:url("../img/projects/autovroom/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide7 {
	background-image:url("../img/projects/confused/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide8 {
    background-image:url("../img/projects/khebez/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide9 {
    background-image:url("../img/projects/yk/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide10 {
    background-image:url("../img/projects/logos/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide#slide11 {
    background-image:url("../img/projects/intellect/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#port .fp-tableCell{
  vertical-align: bottom;
  padding-bottom: 80px;
}


.slide a.headline{
  background-color: #ffffffe6;
  font: 900 25px Roboto-bold;
  border-radius: 50px;
  padding: 15px;
  min-width: 400px;
  display: inline-block;
  color: #040404;
  opacity: 1;
  -webkit-transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,visibility .5s ease,-webkit-transform .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease;
  transition: all .5s ease,transform .5s ease,visibility .5s ease,-webkit-transform .5s ease;
}

.slide a.headline:hover{
  background-color: #ffffff;
}

.slide a.headline i{
  font-size: 32px;
  vertical-align: middle;
}



.close-x i{
    font-size: 50px;
    cursor: pointer;
    transition: all .5s ease;
    transform: rotate(0deg);
    padding: 10px;
}

a.close-x{
		position: fixed;
		right: 20px;
		width: 100px;
		z-index: 1000;
        background: transparent;
        border: 0px;
        margin-top: 10px;
}

.close-x i:hover{
		transition: all .5s ease;
    transform: rotate(90deg);
}

.project-menu-logo{
		position: fixed;
		left: 50px;
		top: 30px;
		width: 50px;
		z-index: 1000;
		transition: all .6s ease;
}

.project-menu-logo:hover{
	transition: all .6s ease;
	transform: rotate(180deg);
}

.close-x{
  color: white;
  opacity: 0.7;
}

.close-x:hover{
  color: white;
  opacity: 1;
}

.project-head h3{
	font: 900 60px Roboto-bold;
	color: white;
  letter-spacing: .25em;
}

.project-head small{
	font: 100 15px/1.5 Roboto-thin;
	letter-spacing: .25em;
	color: white;
}

.project-head p{
	font: 100 20px/1.5 Roboto-thin;
	letter-spacing: .05em;
	color: white;
}

.project-head .scroll-arrow{
	width: 30px;
	display: inline-block;
}

.project-view{
	padding: 6% 0px;
}

.project-view img{
	width:80%;
	margin: 0 auto;
	text-align: center;
}

.project-view .screens img{
	-moz-box-shadow: 0 50px 60px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 50px 60px rgba(0,0,0,.2);
	box-shadow: 0 50px 60px rgba(0,0,0,.2);
}

.logo-project img{
	opacity: 0.4;
	width: 50px;
	text-align: center;
	padding-bottom: 100px;
	display: inline-block;
}

.single-project{
    padding-right: 60px;
    padding-left: 60px;
}

.logo-showcase img{
	-moz-box-shadow: 0 50px 60px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 50px 60px rgba(0,0,0,.2);
	box-shadow: 0 50px 60px rgba(0,0,0,.2);
}

.project-view .screens video#autovroom-video{
	-moz-box-shadow: 0 50px 60px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 50px 60px rgba(0,0,0,.2);
	box-shadow: 0 50px 60px rgba(0,0,0,.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#gmr{
	background: rgba(40,156,210,1);
	background: -moz-linear-gradient(top, rgba(40,156,210,1) 0%, rgba(0,126,176,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,156,210,1)), color-stop(100%, rgba(0,126,176,1)));
	background: -webkit-linear-gradient(top, rgba(40,156,210,1) 0%, rgba(0,126,176,1) 100%);
	background: -o-linear-gradient(top, rgba(40,156,210,1) 0%, rgba(0,126,176,1) 100%);
	background: -ms-linear-gradient(top, rgba(40,156,210,1) 0%, rgba(0,126,176,1) 100%);
	background: linear-gradient(to bottom, rgba(40,156,210,1) 0%, rgba(0,126,176,1) 100%);
}

div#autovroom{
	background: rgba(131,29,75,1);
	background: -moz-linear-gradient(45deg, rgba(131,29,75,1) 0%, rgba(191,45,79,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(131,29,75,1)), color-stop(100%, rgba(191,45,79,1)));
	background: -webkit-linear-gradient(45deg, rgba(131,29,75,1) 0%, rgba(191,45,79,1) 100%);
	background: -o-linear-gradient(45deg, rgba(131,29,75,1) 0%, rgba(191,45,79,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(131,29,75,1) 0%, rgba(191,45,79,1) 100%);
	background: linear-gradient(45deg, rgba(131,29,75,1) 0%, rgba(191,45,79,1) 100%);
}

div#kaec{
  background: rgba(90,204,162,1);
    background: -moz-linear-gradient(45deg, rgba(90,204,162,1) 0%, rgba(76,189,110,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(90,204,162,1)), color-stop(100%, rgba(76,189,110,1)));
    background: -webkit-linear-gradient(45deg, rgba(90,204,162,1) 0%, rgba(76,189,110,1) 100%);
    background: -o-linear-gradient(45deg, rgba(90,204,162,1) 0%, rgba(76,189,110,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(90,204,162,1) 0%, rgba(76,189,110,1) 100%);
    background: linear-gradient(45deg, rgba(90,204,162,1) 0%, rgba(76,189,110,1) 100%);
}

div#invesp{
  background: rgba(35, 55, 101);
    background: -moz-linear-gradient(45deg, rgb(3, 136, 202) 0%, rgb(35, 55, 101) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(3, 136, 202)), color-stop(100%, rgba(35, 55, 101)));
    background: -webkit-linear-gradient(45deg, rgb(3, 136, 202) 0%, rgb(35, 55, 101) 100%);
    background: -o-linear-gradient(45deg, rgb(3, 136, 202) 0%, rgb(35, 55, 101) 100%);
    background: -ms-linear-gradient(45deg, rgb(3, 136, 202) 0%, rgb(35, 55, 101) 100%);
    background: linear-gradient(45deg, rgb(3, 136, 202) 0%, rgb(35, 55, 101) 100%);
}

div#figpii{
    background: rgba(92, 37, 199);
    background: -moz-linear-gradient(45deg, rgb(92, 37, 199) 0%, rgb(71, 40, 111) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(92, 37, 199)), color-stop(100%, rgba(71, 40, 111)));
    background: -webkit-linear-gradient(45deg, rgb(92, 37, 199) 0%, rgb(71, 40, 111) 100%);
    background: -o-linear-gradient(45deg, rgb(92, 37, 199) 0%, rgb(71, 40, 111) 100%);
    background: -ms-linear-gradient(45deg, rgb(92, 37, 199) 0%, rgb(71, 40, 111) 100%);
    background: linear-gradient(45deg, rgb(92, 37, 199) 0%, rgb(71, 40, 111) 100%);
}

div#confused{
	background: rgba(45,45,53,1);
    background: -moz-linear-gradient(45deg, rgba(45,45,53,1) 0%, rgba(56,56,66,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(45,45,53,1)), color-stop(100%, rgba(56,56,66,1)));
    background: -webkit-linear-gradient(45deg, rgba(45,45,53,1) 0%, rgba(56,56,66,1) 100%);
    background: -o-linear-gradient(45deg, rgba(45,45,53,1) 0%, rgba(56,56,66,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(45,45,53,1) 0%, rgba(56,56,66,1) 100%);
    background: linear-gradient(45deg, rgba(45,45,53,1) 0%, rgba(56,56,66,1) 100%);
}

div#intellect{
	background: rgba(37,154,172,1);
    background: -moz-linear-gradient(45deg, rgba(37,154,172,1) 0%, rgba(13,202,231,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(37,154,172,1)), color-stop(100%, rgba(13,202,231,1)));
    background: -webkit-linear-gradient(45deg, rgba(37,154,172,1) 0%, rgba(13,202,231,1) 100%);
    background: -o-linear-gradient(45deg, rgba(37,154,172,1) 0%, rgba(13,202,231,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(37,154,172,1) 0%, rgba(13,202,231,1) 100%);
    background: linear-gradient(45deg, rgba(37,154,172,1) 0%, rgba(13,202,231,1) 100%);
}

div#yk{
	background: rgba(227,227,227,1);
    background: -moz-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227,227,227,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
}

div#khebez{
	background: rgba(65,76,84,1);
    background: -moz-linear-gradient(45deg, rgba(65,76,84,1) 0%, rgba(80,95,104,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(65,76,84,1)), color-stop(100%, rgba(80,95,104,1)));
    background: -webkit-linear-gradient(45deg, rgba(65,76,84,1) 0%, rgba(80,95,104,1) 100%);
    background: -o-linear-gradient(45deg, rgba(65,76,84,1) 0%, rgba(80,95,104,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(65,76,84,1) 0%, rgba(80,95,104,1) 100%);
    background: linear-gradient(45deg, rgba(65,76,84,1) 0%, rgba(80,95,104,1) 100%);
}

div#yk .project-head h3,div#yk .project-head small,div#yk .project-head p,div#yk .close-x{
    color: #030505;
}

div#logos{
	background: rgba(227,227,227,1);
    background: -moz-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227,227,227,1)), color-stop(100%, rgba(247,247,247,1)));
    background: -webkit-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f7f7f7', GradientType=1 );
}

div#globallink{
    background: rgba(21,143,196,1);
    background: -moz-linear-gradient(left, rgba(21,143,196,1) 0%, rgba(14,92,138,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,143,196,1)), color-stop(100%, rgba(14,92,138,1)));
    background: -webkit-linear-gradient(left, rgba(21,143,196,1) 0%, rgba(14,92,138,1) 100%);
    background: -o-linear-gradient(left, rgba(21,143,196,1) 0%, rgba(14,92,138,1) 100%);
    background: -ms-linear-gradient(left, rgba(21,143,196,1) 0%, rgba(14,92,138,1) 100%);
    background: linear-gradient(to right, rgba(21,143,196,1) 0%, rgba(14,92,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158fc4', endColorstr='#0e5c8a', GradientType=1 );
}

div#logos .project-head h3,div#logos .project-head small,div#logos .project-head p,div#logos .close-x{
    color: #030505;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    height: 15px;
    width: 15px;
    margin: -8px 0 0 -7px;
}
