* {
    margin: 0; 
    padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}


html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    box-sizing: border-box;
    background-color: #000;
}

img {
    border: 0;
    outline: 0;
    vertical-align: middle;
}

a {
    text-decoration: none; 
    border: 0;
    outline: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none; 
    outline: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:hover, :active, :focus {
    text-decoration: none; 
    outline: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea, input, checkbox, radio {
    border: 0;
    outline: 0;
}

::selection {
  background: #0bbbd0; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #0bbbd0; /* Gecko Browsers */
}


::-webkit-scrollbar{width:9px;height:9px;}
::-webkit-scrollbar-button:start:decrement,#doc ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
::-webkit-scrollbar-track-piece{background-color:#333;}
::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#555;}
::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#555;}

::-moz-scrollbar{width:9px;height:9px;}
::-moz-scrollbar-button:start:decrement,#doc ::-moz-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
::-moz-scrollbar-track-piece{background-color:#333;}
::-moz-scrollbar-thumb:vertical{height:50px;background-color:#555;}
::-moz-scrollbar-thumb:horizontal{width:50px;background-color:#555;}



/*********************************************************************************************************
  FONTS
*********************************************************************************************************/
@font-face {
    font-family: 'Regular';
    src: url('../fonts/Omnes-Regular.eot');
    src: url('../fonts/Omnes-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Omnes-Regular.woff2') format('woff2'),
         url('../fonts/Omnes-Regular.woff') format('woff'),
         url('../fonts/Omnes-Regular.ttf') format('truetype'),
         url('../fonts/Omnes-Regular.svg#Omnes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/Omnes-Medium.eot');
    src: url('../fonts/Omnes-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Omnes-Medium.woff2') format('woff2'),
         url('../fonts/Omnes-Medium.woff') format('woff'),
         url('../fonts/Omnes-Medium.ttf') format('truetype'),
         url('../fonts/Omnes-Medium.svg#Omnes-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Omnes-Bold.eot');
    src: url('../fonts/Omnes-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Omnes-Bold.woff2') format('woff2'),
         url('../fonts/Omnes-Bold.woff') format('woff'),
         url('../fonts/Omnes-Bold.ttf') format('truetype'),
         url('../fonts/Omnes-Bold.svg#Omnes-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Semi-Bold';
    src: url('../fonts/Omnes-SemiBold.eot');
    src: url('../fonts/Omnes-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Omnes-SemiBold.woff2') format('woff2'),
         url('../fonts/Omnes-SemiBold.woff') format('woff'),
         url('../fonts/Omnes-SemiBold.ttf') format('truetype'),
         url('../fonts/Omnes-SemiBold.svg#Omnes-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Light';
    src: url('../fonts/Omnes-Light.eot');
    src: url('../fonts/Omnes-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Omnes-Light.woff2') format('woff2'),
         url('../fonts/Omnes-Light.woff') format('woff'),
         url('../fonts/Omnes-Light.ttf') format('truetype'),
         url('../fonts/Omnes-Light.svg#Omnes-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*********************************************************************************************************
  PAGE LOADER
*********************************************************************************************************/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #000;
}


/*********************************************************************************************************
  GLOBAL
*********************************************************************************************************/
#screen-1 {
    width: 100%;
    height: 100vh;
    background-color:#222;
    position:relative;
}

#screen-2 {
    width: 100%;
    height: 100vh;
    background-color:#08a1b3;
    position:relative;
}

#screen-3 {
    width: 100%;
    height: 100vh;
    background-color:#eaeaea;
    position:relative;
}

#screen-4 {
    width: 100%;
    height: 100vh;
    background-color:#494949;
    position:relative;
}

.content {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%; 
    display: inline-block;
}



/*********************************************************************************************************
  MOUSE HOVER EFFECTS
*********************************************************************************************************/

/***** For Work Boxes *****/
.box {
  position:relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition:0.5s; 
}

.box:hover {
  border: 1px solid rgba(0,0,0,0);
  color: #000; cursor:crosshair;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s; 
}

.foo::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform-origin: 0 100%; 
}

.foo::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform-origin: 100% 0%; 
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}




/*********************************************************************************************************
  SCREEN 1
*********************************************************************************************************/

.green-waveHorizontals{
	width: 100%;
	height: 20px;
	position:absolute;
    bottom:5%;
	overflow:hidden;
	
	z-index:1; /* iOS safari */
}
.green-waveHorizontal{
	width: 200%;
	height: 100%;
	display: block;
	position:absolute;
	left:0; bottom:0;
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:350px 100%;
	transform-origin:0 100% 0;
	
	/* animation: move linear infinite; */
	animation-name:move;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

#green-waveHorizontal1{
	background-image:url(../images/green-wave1.svg);
	animation-delay: -2s;
	animation-duration: 12s;	
}
#green-waveHorizontal2{
	background-image:url(../images/green-wave2.svg);
	animation-delay: -2s;
	animation-duration: 5s;	
}
#green-waveHorizontal3{
	background-image:url(../images/green-wave3.svg);
	animation-delay: -1s;
	animation-duration: 3s;
}
@keyframes move{
	0% {		transform: translate(-175px,0px) scale(1,1);}
	50% {		transform: translate(-87px,0px) scale(1,0.5);}
	100% {	transform: translate(0px,0px) scale(1,1);}
}

.green-patch {
    width: 100%;
    height: 5%;
    position: absolute;
    bottom: 0;
    background-color: #08a1b3;
}

.logo {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 7%;
    text-align: left;
}

.welcome {
    font-family: 'Light', Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#00abbd;
}

.intro-text {
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color:#fff;
}



/*********************************************************************************************************
  SCREEN 2
*********************************************************************************************************/
.hello-there {
    font-family: 'Light', Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff;
    margin-top: 10%;
}

.we-are {
    font-family: 'Semi-Bold', Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
    color:#222;
    margin-bottom: 1%;
}

.text {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:#222;
    margin-bottom: 7%;
}


.whatwedo-wrapper {
    width: 100%;
    margin-top: 5%;
}

.whatwedo-icon {
    display: inline-block;
}

.whatwedo-box {
    padding: 30px; 
    margin-right: 40px;
    border: 1px solid #0bbbd0;
    display: inline-block;
    font-family: 'Semi-Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color:#222; 
    text-align: center;
    text-transform: uppercase;
}

.credentials-line {
    font-size: 30px;
    line-height: 1;
}

    .credentials-line  a {
        border-bottom: 1px solid #222;
        color: #222;
    }

    .credentials-line  a:hover {
        border-bottom: 1px solid #222;
        color: #fff;
    }



/*********************************************************************************************************
  SCREEN 3
*********************************************************************************************************/
.our-clients {
    font-family: 'Semi-Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#08a1b3;
    margin-top: 5%;
}

.logos {
    height: 90px;
    padding: 15px 30px 15px 30px; 
    margin-right: 30px;
    border: 1px solid #222;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
    
}

    .logos img {
        max-width: 150px; 
        max-height: 100%;
        margin: auto;
        display: block;  
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.client-text {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color:#222;
    margin-bottom: 5%;
}


.grey-waveHorizontals{
	width: 100%;
	height: 20px;
	position:absolute;
    bottom:5%;
	overflow:hidden;
	
	z-index:1; /* iOS safari */
}
.grey-waveHorizontal{
	width: 200%;
	height: 100%;
	display: block;
	position:absolute;
	left:0; bottom:0;
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:350px 100%;
	transform-origin:0 100% 0;
	
	/* animation: move linear infinite; */
	animation-name:move;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

#grey-waveHorizontal1{
	background-image:url(../images/grey-wave1.svg);
	animation-delay: -2s;
	animation-duration: 12s;	
}
#grey-waveHorizontal2{
	background-image:url(../images/grey-wave2.svg);
	animation-delay: -2s;
	animation-duration: 5s;	
}
#grey-waveHorizontal3{
	background-image:url(../images/grey-wave3.svg);
	animation-delay: -1s;
	animation-duration: 3s;
}
@keyframes move{
	0% {		transform: translate(-175px,0px) scale(1,1);}
	50% {		transform: translate(-87px,0px) scale(1,0.5);}
	100% {	transform: translate(0px,0px) scale(1,1);}
}

.grey-patch {
    width: 100%;
    height: 5%;
    position: absolute;
    bottom: 0;
    background-color: #494949;
}



/*********************************************************************************************************
  SCREEN 4
*********************************************************************************************************/
.feel-free {
    font-family: 'Semi-Bold', Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
    color:#00abbd;
    margin-bottom: 3%;
}

.email a {
    font-family: 'Semi-Bold', Helvetica, Arial, sans-serif;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -1px;
    color:#777;
    border-bottom: 2px solid #777;
    margin-bottom: 3%;
}

    .email a:hover {color:#fff; border-bottom: 2px solid #00abbd;}

.footer-wrapper {
    width: 84%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin-bottom: 2%;
}

.address {
    float: left;
    font-family: 'Medium', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.love {
    float: right;
    font-family: 'Medium', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heart {
  fill: #00abbd;
  position: relative;
  top: 3px;
  width: 15px;
  animation: pulse 1s ease infinite, 
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}



/*********************************************************************************************************************************************************
  MOBILE RESPONSIVE BREAKPOINTS
**********************************************************************************************************************************************************/

/*---------------------******************************************---------------------*/
@media only screen and (max-width: 1080px) {
    .logo {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 7%;
        text-align: left;
    }
    
    .welcome {
        font-family: 'Light', Helvetica, Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color:#00abbd;
    }

    .intro-text {
        font-family: 'Regular', Helvetica, Arial, sans-serif;
        font-size: 50px;
        line-height: 50px;
        color:#fff;
        padding-right: 0;
    }
}



/*---------------------******************************************---------------------*/
@media only screen and (max-width: 768px) {
    .logo {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 7%;
        text-align: left;
    }
    
    .welcome {
        font-family: 'Light', Helvetica, Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color:#00abbd;
    }

    .intro-text {
        font-family: 'Regular', Helvetica, Arial, sans-serif;
        font-size: 50px;
        line-height: 50px;
        color:#fff;
        padding-right: 0;
    }
} 



/*---------------------******************************************---------------------*/
@media only screen and (max-width: 600px) {
    .logo {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 7%;
        text-align: left;
    }
    
    .welcome {
        font-family: 'Light', Helvetica, Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color:#00abbd;
    }

    .intro-text {
        font-family: 'Regular', Helvetica, Arial, sans-serif;
        font-size: 40px;
        line-height: 40px;
        color:#fff;
        padding-right: 0;
    }
}










