#menu li a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif!important
}

.col-xs-15,
.logo {
    float: left
}

#nav-icon1,
.menu {
    position: relative
}

#nav-icon1 span:nth-child(1),
#nav-icon1 span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

#menu li a:hover,
#menu p a:hover,
span.highlight {
    color: #e94713;
}

#loading,
#menu p,
#menu ul li {
    text-align: center
}

.rw-words span,
body {
    overflow: hidden
}

#contact a,
#menu li a,
a.readmore {
    text-decoration: none
}

#contact a,
#home h3 {
    line-height: 40px
}

body,
html {
    margin: 0;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #4a4a4a
}

p {
    font-family: 'Fira Sans', sans-serif!important;
    font-size: 18px;
    line-height: 36px;
    color: #4a4a4a
}

#home h3,
#home p,
#menu li a {
    color: #fff
}

.clearfix {
    clear: both
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px
}

.col-xs-15 {
    width: 20%
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

#loading {
    position: absolute;
    vertical-align: middle;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-top:15%;
    background: #fff;
    margin: 0 auto;
    height: 100vh;
}

.preloader {
    display: none;
    width: 360px;
    height: 100vh;
}

#clients,
#offer i,
#process i,
.rw-words {
    display: inline-block
}

#home,
#menu {
    height: 100%
}

.cls-3 {
    fill: none;
    stroke: #000;
    stroke-width: .4px;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: dash 3s linear forwards, tt 1s ease-in 1s forwards;
    -webkit-animation-name: dash, tt;
    -webkit-animation-duration: 3s, 1s;
    -webkit-animation-direction: linear, ease-in;
    -webkit-animation-fill-mode: forwards, forwards;
    -webkit-animation-delay: 0s, 1s
}

.cls-3,
.cls-4 {
    fill-rule: evenodd
}

.cls-4 {
    fill: none;
    stroke: #e94713;
    stroke-width: .4px;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: dash 3s linear forwards, three 1s ease-in 1s forwards;
    -webkit-animation-name: dash, three;
    -webkit-animation-duration: 3s, 1s;
    -webkit-animation-direction: linear, ease-in;
    -webkit-animation-fill-mode: forwards, forwards;
    -webkit-animation-delay: 0s, 1s
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes three {
    0% {
        fill: #e94713;
        fill-opacity: 0
    }
    30% {
        fill: #e94713;
        fill-opacity: .3;
        animation-timing-function: ease-in-out
    }
    60% {
        fill: #e94713;
        fill-opacity: .6;
        animation-timing-function: ease-in-out
    }
    100% {
        fill: #e94713;
        fill-opacity: 1;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes three {
    0% {
        fill: #e94713;
        fill-opacity: 0
    }
    30% {
        fill: #e94713;
        fill-opacity: .3;
        -webkit-animation-timing-function: ease-in-out
    }
    60% {
        fill: #e94713;
        fill-opacity: .6;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        fill: #e94713;
        fill-opacity: 1;
        -webkit-animation-timing-function: ease-in-out
    }
}

@keyframes tt {
    0% {
        fill: #000;
        fill-opacity: 0
    }
    30% {
        fill: #000;
        fill-opacity: .3;
        animation-timing-function: ease-in-out
    }
    60% {
        fill: #000;
        fill-opacity: .6;
        animation-timing-function: ease-in-out
    }
    100% {
        fill: #000;
        fill-opacity: 1;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes tt {
    0% {
        fill: #000;
        fill-opacity: 0
    }
    30% {
        fill: #000;
        fill-opacity: .3;
        -webkit-animation-timing-function: ease-in-out
    }
    60% {
        fill: #000;
        fill-opacity: .6;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        fill: #000;
        fill-opacity: 1;
        -webkit-animation-timing-function: ease-in-out
    }
}

#home {
    width: 100%;
    background: url(../images/laptop-wallpaper.jpg) top center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;

}

/*
.nav-down,
.nav-up {
    background: rgba(0, 0, 0, .8)
}
*/

#about h1,
#home h1,
#workHead h1 {
    color: #fff;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 50px;
    font-weight: 400;
    text-shadow: 3px 3px 4px #000;
color: #fff;
}

#home h3,
#menu p a {
    font-weight: 300;
color: #fff;

text-shadow: 1px 1px 1px #000;
 
}

#workHead h1 {
    color: #fff;
    margin-bottom: 80px
}

header {
    padding: 10px 15px;
    width: 100%;
    position: fixed;
    top: 0;
    transition: top .3s ease-in-out;
    z-index: 50
}

.nav-up {
    top: -100%;
}

.menu,
.workInfo {
    float: right
}

.menu {
    z-index: 20
}

#nav-icon1 {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top:10px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e94713;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#menu ul,
.menuTxt {
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0;
    transform-origin: left center
}

#nav-icon1 span:nth-child(2) {
    top: 14px;
    transform-origin: left center
}

#nav-icon1 span:nth-child(3) {
    top: 28px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon1.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

#nav-icon1.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

#nav-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 5px
}

#menu {
    position: fixed;
    width: 0;
    background: #000;
    top: 0;
    right: 0;
    padding-top: 10%;
    z-index: 10;
    transition-duration: .95s;
    transition-property: width;
    transition-delay: 0s;
    transition-timing-function: 'ease-in-out';
    transition-timing-function: cubic-bezier(.81, .01, .15, .995);
    -webkit-transition-duration: .95s;
    -webkit-transition-property: width;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: 'ease-in-out';
    -webkit-transition-timing-function: cubic-bezier(.81, .01, .15, .995)
}

.openMenu {
    width: 100%!important;
    z-index: 10!important;
    transition-duration: .95s;
    transition-property: width;
    transition-delay: 0s;
    transition-timing-function: 'ease-in-out';
    transition-timing-function: cubic-bezier(.81, .01, .15, .995);
    -webkit-transition-duration: .95s;
    -webkit-transition-property: width;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: 'ease-in-out';
    -webkit-transition-timing-function: cubic-bezier(.81, .01, .15, .995)
}

.menuTxt {
    opacity: 1!important;
    transition: opacity .6s ease-in-out
}

#menu ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 80px;
    opacity: 0;
    transition: opacity .6s ease-in-out
}

#menu ul li {
    margin: 15px 0
}

#menu li a {
    font-size: 46px
}

#menu p,
#menu p a {
    font-family: 'Roboto Slab', serif!important;
    font-size: 26px;
    color: #fff
}

#menu p {
    line-height: 50px;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

#menu i {
    color: #fff;
    font-size: 24px;
    padding: 10px
}

.intro {
    padding-top: 200px
}

#leaf1,
#leaf2,
#leaf3,
#leaf4,
#leaf5,
#leaf6 {
    position: absolute;
    right: 17%;
    width: 26px;
    height: 33px;
    transform-origin: 0 -300px 0;
    animation-name: fall, sway, fade;
    animation-duration: 7s, 8s, 7.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 0 -300px 0;
    -webkit-animation-name: fall, sway, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-iteration-count: infinite;
    display: inline
}

#what,
.rw-words,
.rw-wrapper {
    position: relative
}

#leaf2,
#leaf3 {
    animation-duration: 7s, 8s, 7.5s;
    animation-fill-mode: both
}

#leaf2 {
    right: 19%;
    transform-origin: 0 -100px 0;
    animation-name: fall1, sway1, fade;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-transform-origin: 0 -100px 0;
    -webkit-animation-name: fall1, sway1, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out, ease-in-out
}

#leaf3 {
    right: 14%;
    transform-origin: 0 -250px 0;
    animation-name: fall2, sway2, fade;
    animation-timing-function: linear, ease-in-out, ease-in-out;
    -webkit-transform-origin: 0 -250px 0;
    -webkit-animation-name: fall2, sway2, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: linear, ease-in-out, ease-in-out
}

#leaf4,
#leaf5 {
    animation-duration: 7s, 8s, 7.5s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out, ease-in-out
}

#leaf4 {
    right: 13%;
    transform-origin: 0 -50px 0;
    animation-delay: 2s;
    animation-name: fall2, sway1, fade;
    -webkit-transform-origin: 0 -50px 0;
    -webkit-animation-delay: 2s;
    -webkit-animation-name: fall2, sway1, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: linear, ease-in-out, ease-in-out
}

#leaf5 {
    right: 16%;
    transform-origin: 0 -100px 0;
    animation-delay: 3s;
    animation-name: fall1, sway2, fade;
    -webkit-transform-origin: 0 -100px 0;
    -webkit-animation-delay: 3s;
    -webkit-animation-name: fall1, sway2, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: linear, ease-in-out, ease-in-out
}

#leaf6 {
    right: 15%;
    transform-origin: 0 -70px 0;
    animation-delay: 3.5s;
    animation-name: fall1, sway, fade;
    animation-duration: 7s, 8s, 7.5s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out, ease-in-out;
    -webkit-transform-origin: 0 -70px 0;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-name: fall1, sway, fade;
    -webkit-animation-duration: 7s, 8s, 7.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: linear, ease-in-out, ease-in-out
}

@keyframes sway {
    0% {
        transform: rotateZ(15deg) rotateX(55deg)
    }
    30% {
        transform: rotateZ(-20deg) rotateX(60deg);
        animation-timing-function: ease-in-out
    }
    60% {
        transform: rotateZ(25deg) rotateX(55deg);
        animation-timing-function: ease-in-out
    }
    100% {
        transform: rotateZ(0) rotateX(58deg);
        animation-timing-function: cubic-bezier(.99, 0, .89, .435)
    }
}

@-webkit-keyframes sway {
    0% {
        -webkit-transform: rotateZ(15deg) rotateX(55deg)
    }
    30% {
        -webkit-transform: rotateZ(-20deg) rotateX(60deg);
        -webkit-animation-timing-function: ease-in-out
    }
    60% {
        -webkit-transform: rotateZ(25deg) rotateX(55deg);
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: rotateZ(0) rotateX(58deg);
        -webkit-animation-timing-function: cubic-bezier(.99, 0, .89, .435)
    }
}

@keyframes fall {
    100% {
        margin-top: 850px
    }
}

@-webkit-keyframes fall {
    100% {
        margin-top: 850px
    }
}

@keyframes sway1 {
    0% {
        transform: rotateZ(30deg) rotateX(50deg)
    }
    30% {
        transform: rotateZ(-20deg) rotateX(60deg);
        animation-timing-function: ease-in-out
    }
    60% {
        transform: rotateZ(20deg) rotateX(55deg);
        animation-timing-function: ease-in-out
    }
    100% {
        transform: rotateZ(10deg) rotateX(75deg);
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes sway1 {
    0% {
        -webkit-transform: rotateZ(30deg) rotateX(50deg)
    }
    30% {
        -webkit-transform: rotateZ(-20deg) rotateX(60deg);
        -webkit-animation-timing-function: ease-in-out
    }
    60% {
        -webkit-transform: rotateZ(20deg) rotateX(55deg);
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: rotateZ(10deg) rotateX(75deg);
        -webkit-animation-timing-function: ease-out
    }
}

@keyframes fade {
    0%,
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fade {
    0%,
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fall1 {
    100% {
        margin-top: 860px
    }
}

@-webkit-keyframes fall1 {
    100% {
        margin-top: 860px
    }
}

@keyframes sway2 {
    0% {
        transform: rotateZ(-25deg) rotateX(50deg)
    }
    30% {
        transform: rotateZ(35deg) rotateX(60deg);
        animation-timing-function: ease-in-out
    }
    60% {
        transform: rotateZ(0) rotateX(65deg);
        animation-timing-function: ease-in-out
    }
    100% {
        transform: rotateZ(30deg) rotateX(70deg);
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes sway2 {
    0% {
        -webkit-transform: rotateZ(-25deg) rotateX(50deg)
    }
    30% {
        -webkit-transform: rotateZ(35deg) rotateX(60deg);
        -webkit-animation-timing-function: ease-in-out
    }
    60% {
        -webkit-transform: rotateZ(0) rotateX(65deg);
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: rotateZ(30deg) rotateX(70deg);
        -webkit-animation-timing-function: ease-in-out
    }
}

@keyframes fall2 {
    100% {
        margin-top: 850px
    }
}

@-webkit-keyframes fall2 {
    100% {
        margin-top: 850px
    }
}

.bounce-up .subject,
.bounce-up .subject1,
.bounce-up .subject2 {
    opacity: 0;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate3d(0, 100, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-delay: .2s
}

.bounce-up .subject1 {
    -moz-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    transition-delay: .4s
}

.bounce-up .subject2 {
    -moz-transition: all .9s ease-out;
    -webkit-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;
    transition-delay: .6s
}

.bounce-up.in-view .subject,
.bounce-up.in-view .subject1,
.bounce-up.in-view .subject2 {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}

#what {
    padding: 150px 0;
    z-index: 5
}

h2.contactHead,
h2.whatHead,
h2.workHead {
    font-size: 55px;
    padding: 50px 0;
    margin-bottom: 50px;
    color: #4a4a4a;
    text-align: center
}

h2.whatHead {
    padding: 0;
    margin-bottom: 20px
}

h2 span {
    color: #e94713;
}

#what p {
    padding: 25px 0
}

a.readmore {
    padding: 20px 40px;
    border: 2px solid #e94713;
    background: #e94713;
    color: #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    transition: all ease .6s
}

#fly,
#fly1,
#fly2 {
    background: url(../images/bird.gif) no-repeat
}

.client-info,
.work img {
    transition: all .5s ease
}

a.readmore:hover {
    box-shadow: inset 250px 0 0 0 #fff;
    color: #e94713;
}

#shuffleTxt,
.rw-words span {
    font-family: 'Roboto Slab', serif!important;
    font-size: 40px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center
}

.rw-wrapper {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 0
}

.rw-words {
    width: 100%;
    height: 100px
}

#fly,
#tiger {
    height: 30px;
    position: absolute
}

.rw-words span {
    position: absolute;
    opacity: 0;
    width: 100%
}

#about,
#contact,
#work {
    position: relative
}

.rw-words-1 span {
    animation: rotateWordsFirst 12s linear infinite 0s;
    -webkit-animation: rotateWordsFirst 12s linear infinite 0s
}

.rw-words span:nth-child(2) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    color: #e94713;
}

.rw-words span:nth-child(3) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    color: #4a4a4a
}

.rw-words span:nth-child(4) {
    animation-delay: 9s;
    -webkit-animation-delay: 9s;
    color: #e94713;
}

@keyframes rotateWordsFirst {
    0% {
        opacity: 1;
        animation-timing-function: ease-in;
        height: 0
    }
    19%,
    8% {
        opacity: 1;
        height: 80px
    }
    25% {
        opacity: 0;
        height: 80px
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes rotateWordsFirst {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        height: 0
    }
    19%,
    8% {
        opacity: 1;
        height: 80px
    }
    25% {
        opacity: 0;
        height: 80px
    }
    100% {
        opacity: 0
    }
}

#fly {
    width: 40px;
    left: 0;
    bottom: 190px;
    background-size: cover;
    animation: flyingbird 16s linear forwards;
    -webkit-animation: flyingbird 16s linear forwards;
    -moz-animation: flyingbird 16s linear forwards;
    -o-animation: flyingbird 16s linear forwards
}

#fly1 {
    width: 35px;
    height: 25px;
    position: absolute;
    left: -40px;
    bottom: 225px;
    background-size: cover;
    animation: flyingbird 17.5s linear forwards;
    -webkit-animation: flyingbird 17.5s linear forwards;
    -moz-animation: flyingbird 17.5s linear forwards;
    -o-animation: flyingbird 17.5s linear forwards;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s
}

#fly2 {
    width: 37px;
    height: 27px;
    position: absolute;
    left: -65px;
    bottom: 265px;
    background-size: cover;
    animation: flyingbird 16.5s linear forwards;
    -webkit-animation: flyingbird 16.5s linear forwards;
    -moz-animation: flyingbird 16.5s linear forwards;
    -o-animation: flyingbird 16.5s linear forwards
}

#fly,
#fly1,
#fly2 {
    display: inline;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes flyingbird {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: .9
    }
    85% {
        opacity: .8
    }
    100% {
        transform: translate(1000px, -70px) scale(.3);
        opacity: .1
    }
}

@-webkit-keyframes flyingbird {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        opacity: .9
    }
    85% {
        opacity: .8
    }
    100% {
        -webkit-transform: translate(1000px, -70px) scale(.3);
        opacity: .1
    }
}

@-moz-keyframes flyingbird {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: .9
    }
    85% {
        opacity: .8
    }
    100% {
        transform: translate(1000px, -70px) scale(.3);
        opacity: .1
    }
}

#tiger {
    width: 60px;
    left: -80px;
    bottom: 0;
    background: url(../images/tiger.gif) no-repeat;
    background-size: cover;
    animation: tigerwalk 36s linear forwards;
    -webkit-animation: tigerwalk 36s linear forwards;
    -moz-animation: tigerwalk 36s linear forwards;
    -o-animation: tigerwalk 36s linear forwards;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s
}

@keyframes tigerwalk {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        transform: translate(1000px, 0) scale(1);
        opacity: 0
    }
}

@-webkit-keyframes tigerwalk {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(1000px, 0) scale(1);
        opacity: 0
    }
}

@-moz-keyframes tigerwalk {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        transform: translate(1000px, 0) scale(1);
        opacity: 0
    }
}

#work {
    width: 100%;
    padding: 50px 0;
    background: url(../images/whitetree.png) bottom left no-repeat #f0f0f0;
    z-index: 6
}

.workTxt {
    padding: 20px 0 20px 10%
}

#contact {
    width: 100%;
    padding: 150px 0 200px;
    background: url(../images/footer.png) bottom center no-repeat;
    text-align: center;
    color: #4a4a4a
}

.contact {
    background: #e94713;
}

h2.contactHead {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 35px;
    color: #4a4a4a
}

#contact h3 {
    padding: 0 0 40px
}

#contact p:first-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

#contact p {
    padding: 10px 0;
    text-align: center
}

#contact i {
    font-size: 18px;
    margin: 0 10px
}

#contact a {
    color: #4a4a4a;
    font-size: 18px;
    padding-top: 5px
}

#about {
    width: 100%;
    height: 100%;
    padding: 200px 0 250px;
    background: url(../images/skyline-buildings.jpg) center center no-repeat fixed;
    background-size: cover !important;
    text-align: center;
    color: #fff
}
.websites{
     background: url(../images/web-para.jpg) center center no-repeat fixed !important;
}
.mylist li{
    font-family: 'Fira Sans', sans-serif !important;
font-size: 18px;
line-height: 36px;
color: #4a4a4a;

}

#offer,
#process,
#who,
#workHead {
    position: relative;
    padding: 200px 0;
    text-align: left;
    z-index: 5
}

#offer i,
#process i {
    text-align: center;
    width: 100%
}

h2.processHead,
h2.whoHead {
    font-size: 55px;
    text-align: center;
    color: #4a4a4a;
    padding-bottom: 40px
}

.whoTxt p:first-of-type {
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    padding-bottom: 30px
}

.whoTxt p {
    padding-bottom: 20px;
    text-align: left
}

#workHead,
h3.processTitle {
    text-align: center
}

#process {
    background: #f0f0f0;
    color: #000
}

.rain {
    position: fixed
}

.drop {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(200, 200, 200, 0)), to(rgba(130, 130, 130, .4)));
    background: -moz-linear-gradient(top, rgba(200, 200, 200, 0) 0, rgba(130, 130, 130, .4) 100%);
    width: 1px;
    height: 79px;
    position: absolute;
    bottom: 100px;
    -webkit-animation: fall .9s linear infinite;
    -moz-animation: fall .63s linear infinite;
    transform: rotate(0)
}

@-webkit-keyframes fall {
    to {
        margin-top: 900px
    }
}

@-moz-keyframes fall {
    to {
        margin-top: 900px
    }
}

#workHead {
    position: relative;
    padding: 50px 0 150px;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1
}

#clients {
    padding: 60px 0;
    position: relative;
    background: #fff
}

.work {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 20px
}

.workRow {
    margin-bottom: 60px
}

.client1,
.client2,
.client3,
.client4,
.client5,
.client6 {
    position: relative;
    background-size: cover!important;
    overflow-y: hidden
}

.work img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%
}

span.techTag {
    background: #4a4a4a;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 5px;
    margin-right: 10px
}

.client-info {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: left;
    padding-left: 20px
}

.client-info h1,
.client-info p {
    padding: 0 0 20px
}

.reelNominee {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
    width: 58px;
    height: 100px
}
.marginBottom{
    margin-bottom:100px; 
}
.form-control{
    border:none;
    border-bottom: 1px solid #000;
    border-radius: 0; 
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    appearance:none !important;
}
.btn {
    border: 2px solid #e94713;
    background: #e94713;
    color: #fff;
    padding: 15px 50px;
    font-size: 19px;
    border-radius: 0;
}
.btn:hover {
    border-color:#e94713;
    background: #fff;
    color:#e94713;
    
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.mapdiv{
    display: block;
    margin: 20px 0;
    width: 100%;
    
}
.mapdiv iframe{
        width: 100%;
    min-height: 300px;
}

.desktop-menu {
    position: fixed;
    text-align: center;
    top: 10px;
    float: left;
width: 100%;
    z-index: 99;
}
.desktop-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
        margin: auto;
}
.desktop-menu ul li{
    margin: auto;
    display: inline;
    margin: 0 10px;
    
}
.desktop-menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Slab', serif !important;
}
.desktop-menu ul li a:hover{
    color: #e94713;
}
@media(max-width:767px){
    .desktop-menu {
    display: none;
}
    .logo img {
    max-width: 111px;
}
    #loading img{
        width: 100%;
    }

}
@media(min-width:768px){
    .menu {
    display: none;
}
    .logo{
        display: none;
    }
}