@-ms-viewport {
  width: device-width;
}
@import url('https://fonts.googleapis.com/css?family=Raleway:500,600');
*{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  outline: 0;
  border-style: none;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
body{
  position: relative;
  float: left;
}
.container{
  width: 1050px;
  margin: auto;
}
.header{
  position: fixed;
  width: 100%;
  padding-top: 80px;
  z-index: 10;
}
.header #logo{
  float: left;
  background-image: url(../imgs/logo.png);
  background-repeat: no-repeat;
  background-size: 245px 58px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  width: 245px;
  height: 58px;
}
.header #logo.logoicon{
  width: 58px;
}
.header #menu{
  float: right;
  margin-top: 24px;
}
.header #menu li{
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 60px;
}
.header #menu li:last-child{
  margin-right: 0px;
}
.header #menu li>a{
  color: #90AABD;
  opacity: 0.8;
}
.header #menu li>a:hover{
  opacity: 1;
}
.header #menu li>a.white{
  color: white;
  opacity: 1;
}
.header #menu li>a.black{
  color:#181818;
  opacity: 1;
}
#intro{
  background-color: #031D31;
  background: -moz-linear-gradient(90deg, #0A3554 0%, #031D31 72%, #031D31 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #031D31), color-stop(28%, #031D31), color-stop(100%, #0A3554)); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #0A3554 0%, #031D31 72%, #031D31 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #0A3554 0%, #031D31 72%, #031D31 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #0A3554 0%, #031D31 72%, #031D31 100%); /* ie10+ */
  background: linear-gradient(0deg, #0A3554 0%, #031D31 72%, #031D31 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031D31', endColorstr='#0A3554',GradientType=0 ); /* ie6-9 */
}
.section .background{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#intro .background{
  background-position: bottom center;
  background-size: auto 300px;
}
.section .content{
  float: left;
  width: 100%;
  z-index: 2;
  position: relative;
}
.section .content h1, .section .content h2{
  float: left;
  width: 100%;
  font-size: 62px;
  line-height: 78px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  max-width: 620px;
  margin-bottom: 90px;
}
.section.whitebg .content h1, .section.whitebg .content h2, .section.whitebg .content h4, .section.whitebg .content span, .section.whitebg .content #casestudy{
  color:#181818;
}
.section.whitebg .content #casestudy{
  border-color: #181818;
}
.section .content h2{
  margin-bottom: 16px;
}
.section .content h4{
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
#intro .content #takealook{
  cursor: pointer;
  clear: both;
  float: left;
  color: #FFC520;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
  background-color: transparent;
  background-image: url(../imgs/arrow-yellow.png);
  background-repeat: no-repeat;
  background-size: 21px 12px;
  background-position: center left;
}
#intro .content #takealook:hover{
  opacity: 0.8;
}
.section .content .text{
  float: left;
  width: 100%;
  position: relative;
}
.section .content .text.moveup{
  -webkit-animation: moveUp 0.8s 1 normal ease-in-out;
  animation: moveUp 0.8s 1  normal ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.section .content .text.movedown{
  -webkit-animation: moveDown 0.8s 1 normal ease-in-out;
  animation: moveDown 0.8s 1  normal ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes moveUp{
  0% {
    opacity: 0;
    bottom: -400px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes moveUp{
  0% {
    opacity: 0;
    bottom: -400px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@-webkit-keyframes moveDown{
  0% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: -400px;
  }
}
@keyframes moveDown{
  0% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: -400px;
  }
}

.section .content .delivered{
  float: left;
  clear: both;
  margin-bottom: 50px;
  font-size: 18px;
  opacity: 0.75;
}
.section .content #casestudy{
  float: left;
  clear: both;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid white;
  border-radius: 2px;
  padding: 16px 30px;
  background: transparent;
  cursor: pointer;
}
.section .content #casestudy:hover{
  opacity: 0.75;
}
.fullscreen-window{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #031D31;
  z-index: 99999;
  padding: 80px;
  display: none;
}
.fullscreen-window #close img{
  width: 34px;
  height: 34px;
  float: right;
  cursor: pointer;
}
.fullscreen-window .content{
  float: left;
  width: 100%;
}
.fullscreen-window .content h2{
  float: left;
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fullscreen-window .content p{
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 600px;
  clear: both;
}
.fullscreen-window .cta{
  float: left;
  width: 100%;
  font-size: 36px;
  margin-bottom: 20px;
}










#jamhara{
  background-color: #48B36D;
}
#jamhara .background{
  width: 55%;
  background-position: bottom right;
  background-size: 100%;
}
#zabatnee{
  background: -moz-linear-gradient(33deg, #61487F 30%, #B93279 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, #61487F), color-stop(100%, #B93279));
  background: -webkit-linear-gradient(33deg, #61487F 30%, #B93279 100%);
  background: -o-linear-gradient(33deg, #61487F 30%, #B93279 100%);
  background: -ms-linear-gradient(33deg, #61487F 30%, #B93279 100%);
  background: linear-gradient(57deg, #61487F 30%, #B93279 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61487F', endColorstr='#B93279',GradientType=1 );
}
#zabatnee .pattern{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../projects/zabatnee/media/business_owner_bg_pattern.png);
}
#zabatnee .cover{
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 60%;
  max-width: 600px;
}
#zabatnee .cover img{
  float: left;
  width: 100%;
}

#alkanaba{
  background-color: white;
}
#alkanaba .cover{
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 60%;
  max-width: 600px;
}
#alkanaba .cover img{
  float: left;
  width: 100%;
}
#alahly{
  background-color: #00af72;
  background-image: url(../projects/alahly/media/map-pattern.jpg);
  background-size: 700px;
}
#alahly .cover{
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
  max-width: 400px;
}
#alahly .cover img{
  float: left;
  width: 100%;
}



@media only screen and (max-width: 1100px){
  .container{
    float: left;
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 780px){
  .section .content h1, .section .content h2{font-size: 52px; line-height: 70px;}
  .section .content h1{margin-bottom: 60px;}
  .header #menu li{margin-right: 30px;}
  .header #logo{width: 58px !important;}
}



@media only screen and (min-width: 1500px){
  #intro .background{background-image: url(../imgs/bgs/pyramids-night-large.png);}
  #jamhara .background{background-image: url(../projects/jamhara/media/cover.png); width: 55%;}
}
@media only screen and (max-width: 1500px){
  #intro .background{background-image: url(../imgs/bgs/pyramids-night.png);}
  #jamhara .background{background-image: url(../projects/jamhara/media/cover.png);}
}
@media only screen and (max-width: 530px){
  #intro .background{background-image: url(../imgs/bgs/pyramids-night-small.png);}
  .section .content h1, .section .content h2{font-size: 44px; line-height: 55px;}
  .section .content h1{margin-bottom: 50px;}
  .header{padding-top: 40px;}
  #jamhara .background{background-image: url(../projects/jamhara/media/cover-small.png);}
  .section .content .delivered{margin-bottom: 30px;}
  .section .content #casestudy{font-size: 18px; padding: 14px 25px;}
  .fullscreen-window{padding: 50px 30px;}
  .fullscreen-window .content h2{font-size: 42px;}
  .fullscreen-window .cta{font-size: 29px;}
}










