
html {
  scroll-behavior: smooth;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background: #f7f7f7!important;
	background-attachment: fixed;
	}

/* a{ */
	/* font: 14px/70px Arial, Helvetica, sans-serif; */
	/* background: #fff; */
	/* color: #666; */
	/* text-decoration: none; */
	/* padding: 5px 20px; */
	/* -webkit-transition: all 0.2s; */
	/* -moz-transition: all 0.2s; */
	/* -ms-transition: all 0.2s; */
	/* -o-transition: all 0.2s; */
	/* transition: all 0.2s; */
	/* text-transform: uppercase; */
/* } */

.header{
	top: 0;
    background: #fffaf4;
    color: #ffffff;
    text-align: center;
    /*height: 30px;*/
    padding: 20px 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header span{
	padding: 10px;
}

.header a{
	color: #000000;
	text-decoration: none;
}

.bg{
	/*background:url(../img/bg.png)!important;*/
	padding-top:150px;
}

@keyframes growing {
  0%
  {
	filter: hue-rotate(0deg);
  }
  100%
  {
	filter: hue-rotate(360deg);
  }
}

@keyframes slide {
	0% {transform:translateX(0%);}
	100% {transform:translateX(150%);}
}

@keyframes slider {
  0% {
    left: 40%;
    top: 0;
  }
  50% {
    left: 45%;
    top: 0px;
  }
  100% {
    left: 50%;
    top: 0;
  }
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes flip {
	 0% { 
		 transform: perspective(2500px) rotateX(-180deg); 
	 } 
	 100% { 
		 transform: perspective(2500px) rotateX(0deg); 
	 } 
}


#logo{
	text-shadow: 0 0 50px #0f0,
				 0 0 100px #0f0,
				 0 0 150px #0f0,
				 0 0 200px #0f0,
				 0 0 250px #0f0;
	background:transparent;		
	/* animation: slide 5s linear infinite; */
	position:relative;
}

#logo:hover:before{
	/* animation: slide 1s infinite; */
}

#logo:after {
	content:'';
	top:0;
	transform:translateX(100%);
	width:100%;
	height:220px;
	position: absolute;
	z-index:1;
	/* animation: slide 1s infinite; */
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

#logo:before {
	content:'';
	position: absolute;
	width:100px;
	height:100%;
	background: rgba(255,255,255, 0.3);
	transform: skewX(-30deg);
	animation-name: slider;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: .3s;
	animation-iteration-count: 3;
	animation-direction: alternate;
	background: linear-gradient(
		to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.5) 92%,
		rgba(255, 255, 255, 0.0) 100%
	  );
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  padding: 0!important;
  vertical-align: middle;
}

.se-container h1, .se-container h3, .se-container h4, .se-container h5{
	color:#000000;
	padding-bottom: 20px;
	text-align:center;
}

.se-container p{
	color:#000000;
}

.content1{
	padding-top:50px;
}

.content1 p{
	width: 50%;
	display: inline-block;
}

.content2{
	text-align: justify;
    margin: 0 30px;
    flex: 1;
    padding: 50px 125px;
	margin:auto;
}

.content2-transition{
	/* opacity: 1; */
    transform: none;
	animation: slideInFromLeft 1s 1;
}

.content3{
	/*display:inline-flex;*/
	flex:2;
	height: 650px;
}

.left-arrow{
	color: #ffffff;
    font-size: 50px;
    align-self: center;
    margin-right: 50px;
}

.right-arrow{
	color: #ffffff;
    font-size: 50px;
    align-self: center;
    margin-left: 50px;
}

#whoweare{
	display:inline-flex;
	margin:20% 50px;
	padding-top:50px;
}

.whoweare{
	border: 1px solid #ffffff;
    background: #080017;
    border-radius: 50px;
    height: 40px;
    width: 125px;
    color: #ffffff;
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#work{
	margin:20% 50px;
	padding-top:100px;
	text-align:center;
}

.work{
	display:inline-flex;
}

.work-mobile{	
	display:none;
}
	
.work-container{
	display:inline-flex;
}

.work-container p{
	padding-top:20px;
	text-align: left;
	font-size: 15pt;
	color: #ffffff;
}

.work-img{
	border: 15px #282544 solid;
	border-radius: 15px;
	width:100%
}

.work-transition{
	/* opacity: 1; */
	/* transform: perspective(2500px) rotateX(0); */
	/* transition-property: transform; */
	/* transition-duration: .4s; */
	/* transition-timing-function: ease; */
	/* backface-visibility: hidden; */
	
	animation: flip 1s 1;
    
}

#work button{
	width: 150px;
    height: 50px;
    border-radius: 10px;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 30px;
}

.whatwedo-wrapper{
	display:inline-flex;
}

.whatwedo-left, .whatwedo-right{
	/* text-align:right!important; */
	text-align:center!important;
}

.whatwedo-icon{
	/* animation: shake 1s 2; */
	/* opacity: 0; */
}

.whatwedo-icon-transition{
	/* opacity: 1; */
    transform: none;
	animation: shake 1s 2;
}

.whatwedo-text-left{
	width:300px;
	/* animation: slideInFromLeft 1s 1; */
}

.whatwedo-text-right{
	width:300px;
	/* animation: slideInFromRight 1s 1; */
}

.whatwedo-text-left-transition{
	/* opacity: 1; */
    transform: none;
	animation: slideInFromLeft 1s 1;
}

.whatwedo-text-right-transition{
	/* opacity: 1; */
    transform: none;
	animation: slideInFromRight 1s 1;
}

.viewproject{
	border: 1px solid #ffffff;
    background: #080017;
    border-radius: 50px;
    height: 40px;
    width: 125px;
    color: #ffffff;
	float:right;
	font-size:10pt;
}

#get-in-touch p{
	width: 30%;
	text-align: center;
	margin: 0 auto;
}

.contact_button{
	border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 50px;
    height: 40px;
    width: 50%;
    color: #000000;
    font-size: 15pt;
    font-weight: bold;
    margin-top: 40px;
	width: 30%;
}

.contact_input{
	width: 30%!important;
    background: transparent;
    border-radius: 50px!important;
	margin-top: 40px!important;
}

#get-in-touch{
	margin:20% 50px 10%;
	/* padding-top:100px; */
}

#get-in-touch div{
	padding-bottom:20px;
}

#get-in-touch h3{
	text-align:left;
	margin-bottom:0;
	padding-bottom:10px;
}

#get-in-touch span{
	color:#000000;
}

.parallelogram {
	width: 200px;
    height: 300px;
    transform: skew(0deg, 15deg);
    background: #080017;
	margin: 0 50px;
}

.paraText{
	transform: skew(0deg, -15deg);
}

.paraText p{
	font-size: 8pt;
}

.paraText h4{
	padding-top: 75px;
}

.paraText img{
	width: 100%;
    position: absolute;
    left: 0;
    top: -55%;
}

.bulb {
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
	}
	
.para {
	padding-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
	}

.se-container{
	display: block;
	width: 100%;
	overflow: hidden;
}
.se-slope{
	margin: 0 -50px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.se-slope:nth-child(odd){
	background: #01AA71;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	margin-top: -200px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.4);
}
.se-slope:nth-child(even){
	background: #282828;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;
}
.se-content{
	margin: 0 auto;
}
.se-content h3{
	font-size: 60px;
	position: relative;
	display: inline-block;
	padding: 10px 30px 8px 30px;
	height: 80px;
	background: #01AA71;
	line-height: 80px;
	margin-bottom: 20px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.se-content h3:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid black;
	position: absolute;
	left: -59px;
	top: 0px;
}
.se-content h3:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #01AA71;
	position: absolute;
	right: -59px;
	top: 0px;
}
.se-slope:nth-child(odd) .se-content h3:before,
.se-slope:nth-child(odd) .se-content h3:after{
	border-right-color: #000;
	border-left-color: #000;
}
.se-content p{
	width: 100%;
	max-width: 700px;
	font-size: 16px;
	line-height: 24px;
	padding-top: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}

.se-content2 p{
	width: 100%;
	max-width: 1200px;
	font-size: 16px;
	line-height: 24px;
	padding-top: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}

.se-slope:nth-child(odd) .se-content{
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	color: #000;
	padding: 20px 80px 150px 80px;
}
.se-slope:nth-child(even) .se-content{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	color: #FFFFFF;
	padding: 20px 70px 150px 70px;
}

.se-slope:nth-child(odd) .se-content2{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	color: #000;
	padding: 20px 80px 150px 80px;
}
.se-slope:nth-child(even) .se-content2{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	color: #FFFFFF;
	padding: 20px 70px 150px 70px;
}

.se-slope:nth-child(odd) .se-content h3{
	background: #000;
	color: #01AA71;
}
.se-slope:nth-child(even) .se-content h3{
	background: #01AA71;
	color: #000;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/cd-background-1.jpg");
  text-align:center;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/cd-background-2.jpg");
}
.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.center
{
	margin-top: 10%;
	/* margin-top: 18%; */
	margin-bottom: 10%;
	
}

.button
{
	font-size:21px;
	color:#01AA71;
	padding:20px 40px 20px 40px;
	border:solid 3px #01AA71;
	background-color:Transparent;
	cursor: pointer;
}

.button2
{
	font-size:21px;
	color:#FFF;
	padding:20px 55px 20px 55px;
	border:solid 3px #FFF;
	background-color:Transparent;
	cursor: pointer;
}
 
.button3
{
	font-size: 21px;
	color: #292929;
	padding: 20px 60px 20px 60px;
	border: solid 3px #292929;
	background-color: Transparent;
	cursor: pointer;
}

.button4
{
	font-size: 16px;
	color: #292929;
	padding: 10px 40px 10px 40px;
	border: solid 3px #292929;
	background-color: Transparent;
	cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 1010px){
	.se-content h3{
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.se-content h3{
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.se-content h3{
		font-size: 20px;
		line-height: 20px;
		padding-top: 30px;
		height: 60px;
	}
	.se-content p{
		width: 95%;
	}
	.se-slope:nth-child(odd) .se-content,
	.se-slope:nth-child(even) .se-content{
		padding-left:60px;
		padding-right:60px;
		
	}
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.contact {
	width: 100%;
	max-width: 650px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	}

.content {
	width: 100%;
	max-width: 850px;
	font-size:20px;
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-weight: bold;
	}

ul {
	padding: 0;
	text-align: left;
	line-height: 50px;
	list-style-image: url(../img/p.png);
	margin-right: 20px;
	margin-left: 50px;
	}
	
li {
	padding-left: 15px;
	}
	
h8 {
	font-size: 28px;
	font-weight: bold;
	line-height: 80px;
	}
	
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 0 auto;
    /* display: inline-block;	*/
	display:block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #01AA71;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.form {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 30px;
	text-align: left;
}





div.box {
  font-size: 0;
  /* max-width: 600px; */
}

div.box span {
  width: 50%;
  display: inline-block;
  font-size: 15pt;
  vertical-align: top;
  text-align: left;
  padding-top:10px;
}

/*div.box span:before {
  content: "";
  width: 275px;
  height: 550px; 
  margin-top: 30px; 
  background-image: url(../img/image2.png);
  background-size:550px 550px; 
}

div.box span:first-child:before {
  float: right;
  shape-outside: circle(55% at right calc(50% + 15px));
  background-position:left;
  border-radius: 150px 0 0 150px;
}

div.box span:last-child:before {
  float: left;
  shape-outside: circle(55% at left calc(50% + 15px));
  background-position:right;
  border-radius: 0 150px 150px 0;
}*/



.square {
    width: 200px;
    height: 200px;
    background: teal;
    border-radius: 8px;
    opacity: 0;
    transform: scale(1.2);
}

@media (prefers-reduced-motion: no-preference) {
  .square {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.square-transition {
    opacity: 1;
    transform: none;
}

@media only screen and (max-width: 1000px) {
	.header{
		display:none;
	}
	
	.bg{
		padding-top:80px;
	}
	
	.content1 p{
		width: 80%;
		display: inline-block;
	}
	
	#whoweare{
		display:block;
		margin: 20% 20px;
	}
	
	.content2{
		padding-right:0;
		padding-left: 0;
	}
	
	.content3{
		display:block;
		height:100%;
	}
	
	div.box span {
	    width: 100%;
		margin: 0 10px;
		text-align:center!important;
	}
	
	.whatwedo-icon{
		width: 35%;
	}
	
	.whatwedo-text-left{
		text-align:right;
	}
	
	.whatwedo-text-right{
		text-align:left;
	}
	
	div.box span:first-child:before {
	   display:none;
	}

	div.box span:last-child:before {
	   display:none;
	}
	
	#work{
		margin:20% 20px;
	}
	
	.left-arrow{
		margin-right:5px;
		font-size:20px;
	}
	
	.right-arrow{
		margin-left:5px;
		font-size:20px;
	}
	
	.work-desktop{
		display:none;
	}
	
	.work-mobile{
		display:block;
	}
	
	.work-container{
		display:block;
	}
	
	.work-container p{
		text-align: center;
	}
	
	.viewproject{
		float:none;
	}
	
	#get-in-touch p{
		width: 100%;
	}
	
	.contact_input, .contact_button{
		width:100%!important;
	}
}

.zoom {
  padding: 50px;
  background-color: Transparent;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

img.slide-up {
  animation: 2s slide-up;
  margin-top: 0%;
}

@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 300%;
  }
  to {
    margin-top: 0%;
    height: 100%;
  }
}