*,
.fp-section,
:after,
:before {
    -webkit-box-sizing: border-box
}
.owl-controls,
body {
    -webkit-tap-highlight-color: transparent
}
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}
.fp-section {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.fp-slide {
    float: left
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}
.fp-slidesContainer {
    float: left;
    position: relative
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}
.fp-scrollable {
    overflow: scroll
}
.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.right {
    right: 17px
}
#fp-nav.left {
    left: 17px
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}
.fp-slidesNav.bottom {
    bottom: 17px
}
.fp-slidesNav.top {
    top: 17px
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}
.fp-slidesNav ul li {
    display: inline-block
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important
}
@media print {
    .fp-enabled body,
    html.fp-enabled {
        overflow: visible!important;
        height: auto!important
    }
    body,
    html {
        background: #fff;
        width: auto;
        height: auto;
        overflow: visible
    }
    body {
        font-size: 20pt;
        border: 0;
        margin: 0 5%;
        padding: 0;
        float: none!important
    }
    #fp-nav,
    .fp-controlArrow,
    .fp-slidesNav {
        display: none!important
    }
    h1 {
        font-size: 28pt!important
    }
    h2 {
        font-size: 24pt!important
    }
    h3,
    h4 {
        font-size: 22pt!important
    }
    h4 {
        font-variant: small-caps
    }
    h5 {
        font-size: 21pt!important
    }
    h6 {
        font-size: 20pt!important;
        font-style: italic
    }
    .fp-scrollable,
    .fp-section,
    .fp-tableCell,
    .slimScrollDiv {
        width: 100%!important;
        height: auto!important;
        display: block!important;
        position: relative;
        float: none!important
    }
    .fp-slide,
    .fullpage-wrapper {
        float: none!important;
        position: static!important
    }
    .fp-slidesContainer {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        -ms-transition: none!important;
        transition: none!important
    }
    .fp-slides,
    .fp-slidesContainer {
        height: auto!important;
        width: 100%!important;
        float: none!important;
        overflow: hidden!important
    }
    .fp-slides {
        height: 800px!important;
        width: 800px!important
    }
    .fp-slide {
        width: 100%!important
    }
    .fullpage-wrapper {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        -ms-transition: none!important;
        transition: none!important;
        width: auto!important;
        height: auto!important;
        left: 0!important;
        top: 0!important;
        margin-left: 0!important;
        margin-top: 0!important;
        padding: 0!important;
        zoom: 1!important;
        overflow: visible!important;
        display: block!important;
        text-align: left!important
    }
    .fp-section,
    .fp-slide {
        page-break-after: always!important
    }
}
.owl-carousel .owl-item,
.owl-prev {
    float: left
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}
.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    font-size: 50px;
    font-weight: 800;
    text-shadow: -4px 1px 4px rgba(0, 0, 0, 1)
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}
.owl-next {
    float: right
}
.owl-buttons {
    position: absolute;
    width: 100%;
    top: 40%
}
.mask h4,
.title {
    bottom: 20px
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}
.title,
.video-overlay {
    position: absolute;
    width: 100%;
    z-index: 6
}
.home_btn,
.title,
a {
    color: #fff
}
.cd-header,
.cd-images-list h2,
.cd-intro,
.cd-primary-nav li,
.cd-title>* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.view a.info,
a,
a:hover {
    text-decoration: none
}
.cd-primary-nav li,
.cd-secondary-nav a,
.dialog__content h1,
.view a.info,
.view h2,
figcaption div {
    text-transform: uppercase
}
body {
    font-family: Gotham_regular, sans-serif;
    overflow: hidden
}
@font-face {
    font-family: avantgrad;
    src: url(../fonts/avantgrad/avantgrad.eot);
    src: url(../fonts/avantgrad/avantgrad.woff2) format('woff2'), url(../fonts/avantgrad/avantgrad.woff) format('woff'), url(../fonts/avantgrad/avantgrad.ttf) format('truetype'), url(../fonts/avantgrad/avantgrad.svg) format('svg'), url(../fonts/avantgrad/avantgrad.otf) format('otf')
}
@font-face {
    font-family: caslonitalic100italic;
    src: url(../fonts/caslon100italic/caslonitalic100italic.eot);
    src: url(../fonts/caslon100italic/caslonitalic100italic.woff2) format('woff2'), url(../fonts/caslon100italic/caslonitalic100italic.woff) format('woff'), url(../fonts/caslon100italic/caslonitalic100italic.ttf) format('truetype'), url(../fonts/caslon100italic/caslonitalic100italic.svg) format('svg'), url(../fonts/caslon100italic/caslonitalic100italic.otf) format('otf')
}
@font-face {
    font-family: caslonregular;
    src: url(../fonts/caslonregular/caslonregular.eot);
    src: url(../fonts/caslonregular/caslonregular.woff2) format('woff2'), url(../fonts/caslonregular/caslonregular.woff) format('woff'), url(../fonts/caslonregular/caslonregular.ttf) format('truetype'), url(../fonts/caslonregular/caslonregular.svg) format('svg'), url(../fonts/caslonregular/caslonregular.otf) format('otf')
}
@font-face {
    font-family: Gotham_regular;
    src: url(../fonts/gotham/Gotham-Rounded-Light_21020.eot);
    src: url(../fonts/gotham/Gotham-Rounded-Light_21020.woff2) format('woff2'), url(../fonts/gotham/Gotham-Rounded-Light_21020.woff) format('woff'), url(../fonts/gotham/Gotham-Rounded-Light_21020.ttf) format('truetype'), url(../fonts/gotham/Gotham-Rounded-Light_21020.svg) format('svg'), url(../fonts/gotham/Gotham-Rounded-Light_21020.otf) format('otf')
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body,
html {
    font-size: 100%
}
table {
    border-spacing: 0
}
abbr,
acronym,
fieldset,
img {
    border: 0
}
.footer_div2,
.home_btn {
    border: 1px solid rgba(1, 129, 183, 1)
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: 400;
    font-style: normal
}
strong {
    font-weight: 700
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
.cd-intro h1,
.cd-primary-nav,
.home_btn,
.title {
    text-align: center
}
q:after,
q:before {
    content: ''
}
.cd-container:after,
figcaption div:after {
    content: ""
}
.video-overlay {
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 5
}
@media (min-width: 1200px) {
    .title h1 {
        font-size: 3em;
        font-weight: 700
    }
    .title p {
        font-size: 1.5em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.6)
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .title h1 {
        font-size: 2.5em;
        font-weight: 700
    }
    .title p {
        font-size: 1.4em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.6)
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .title h1 {
        font-size: 2.5em;
        font-weight: 600
    }
    .title p {
        font-size: 1.4em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.5)
    }
}
@media (max-width: 767px) {
    .title h1 {
        font-size: 2.2em;
        font-weight: 600
    }
    .title p {
        font-size: 1.2em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.5)
    }
}
@media (max-width: 480px) {
    .title h1 {
        font-size: 1.6em;
        font-weight: 600;
        margin-left: 10px;
        margin-right: 10px
    }
    .title p {
        font-size: 1em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.5)
    }
}
@media (max-width: 320px) {
    .title h1 {
        font-size: 1.6em;
        font-weight: 600;
        margin-left: 10px;
        margin-right: 10px
    }
    .title p {
        font-size: 1em;
        font-weight: 100;
        margin-top: 10px
    }
    .home_btn {
        transform: scale(.4)
    }
}
.home_btn {
    cursor: pointer;
    margin-top: 20px;
    background-color: rgba(1, 129, 183, 1);
    padding: 20px 60px;
    border-radius: 30px;
    font-size: 20px;
    letter-spacing: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0
}
.home_btn:hover {
    background-color: transparent;
    color: rgba(1, 129, 183, 1)
}
.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto
}
.cd-container:after {
    display: table;
    clear: both
}
.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    height: 80px;
    background: 0 0;
    box-shadow: none;
    margin: 0;
    padding: 0
}
@media only screen and (min-width: 1170px) {
    .cd-header.is-fixed,
    .cd-header.menu-is-open {
        background-color: rgba(2, 23, 37, .96)
    }
    .cd-header {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        transition: background-color .3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .cd-header.is-fixed {
        position: fixed;
        top: -80px;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }
    .cd-header.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.cd-logo,
.cd-secondary-nav {
    top: 50%;
    position: absolute;
    bottom: auto
}
.cd-logo {
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .875em
}
.cd-logo img {
    display: block;
    width: 30px
}
.cd-secondary-nav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10em;
    display: none
}
.cd-secondary-nav li {
    display: inline-block;
    margin-left: 2.2em
}
.cd-secondary-nav a {
    display: inline-block;
    color: #fff;
    font-weight: 700
}
@media only screen and (min-width: 768px) {
    .cd-logo {
        left: 2.6em
    }
    .cd-secondary-nav {
        display: block
    }
}
.cd-primary-nav-trigger .cd-menu-icon,
.cd-primary-nav-trigger .cd-menu-icon_blue {
    display: inline-block;
    -webkit-transition: background-color .3s;
    position: absolute;
    bottom: auto
}
.cd-primary-nav-trigger {
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    width: 50px
}
.cd-primary-nav-trigger .cd-menu-icon {
    left: 50%;
    top: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 5px;
    background-color: #fff;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}
.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s
}
.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -12px
}
.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 12px
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    background-color: #fff
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 2.2em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99999
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
}
.cd-primary-nav-trigger .cd-menu-icon_blue {
    left: 50%;
    top: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 5px;
    background-color: rgba(0, 86, 126, 1);
    -moz-transition: background-color .3s;
    transition: background-color .3s
}
.cd-primary-nav-trigger .cd-menu-icon_blue::before,
.cd-primary-nav-trigger .cd-menu-icon_blue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 86, 126, 1);
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s
}
.cd-primary-nav-trigger .cd-menu-icon_blue::before {
    top: -12px
}
.cd-primary-nav-trigger .cd-menu-icon_blue::after {
    top: 12px
}
.cd-primary-nav-trigger .cd-menu-icon_blue.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}
.cd-primary-nav-trigger .cd-menu-icon_blue.is-clicked::after,
.cd-primary-nav-trigger .cd-menu-icon_blue.is-clicked::before {
    background-color: #fff
}
.cd-primary-nav-trigger .cd-menu-icon_blue.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cd-primary-nav-trigger .cd-menu-icon_blue.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 2.2em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99999
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block
    }
    .cd-primary-nav-trigger .cd-menu-icon_blue {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
}
.cd-primary-nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(2, 23, 37, .96);
    z-index: 3;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    display: table
}
.cd-primary-nav li {
    font-size: 24px;
    font-weight: 300;
    margin: .2em 0
}
.cd-primary-nav a {
    display: inline-block;
    padding: .1em;
    border-radius: .25em;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    width: 100%
}
.cd-primary-nav a:hover {
    background-color: rgba(1, 129, 183, 1)
}
.no-touch .cd-primary-nav a:hover {
    color: #fff;
    text-decoration: none
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
@media only screen and (min-width: 991px) {
    .cd-primary-nav li {
        font-size: 30px;
        font-size: 2.5rem
    }
}
.cd-intro {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1
}
.cd-intro h1 {
    position: absolute;
    width: 90%;
    max-width: 1170px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 80px 0
    }
    .cd-intro h1 {
        font-size: 30px;
        font-size: 1.875rem
    }
}
.cd-main-content {
    position: relative;
    z-index: 1
}
.cd-main-content p {
    line-height: 1.6;
    margin: 2em 0
}
@media only screen and (min-width: 1170px) {
    .cd-intro {
        height: 700px
    }
    .cd-main-content p {
        font-size: 20px;
        font-size: 1.25rem
    }
}
figure,
figure img {
    width: 100%;
    height: 100%
}
figure {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0
}
figcaption.div1,
figcaption.div2,
figcaption.div3,
figcaption.div4,
figcaption.div5,
figcaption.div6 {
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: 700;
    display: table;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    right: 0;
    background: rgba(3, 55, 83, 0.95)
}
figcaption div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 20px;
    opacity: 0;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    font-size: 32px
}
.footer_div2,
.smart_info {
    display: inline-block;
    text-align: center
}
figcaption div:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    text-align: center;
    margin: auto;
    width: 0;
    height: 2px;
    background: #2c3e50
}
figure img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figcaption {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale3d(1, 1, 1)
}
figcaption img {
    opacity: 1
}
figure:hover figcaption img {
    opacity: 1
}
figure:hover figcaption.div1,
figure:hover figcaption.div2,
figure:hover figcaption.div3,
figure:hover figcaption.div4,
figure:hover figcaption.div5,
figure:hover figcaption.div6 {
    background: rgba(3, 55, 83, 0.4)
}
@media (min-width: 1200px) {
    .work_by-each {
        width: 33.6%;
        display: inline-block;
        height: 51%;
        margin-right: -.6%;
		margin-bottom:-19px;
    }
    .client {
        width: 60%;
        position: absolute;
        top: 20%;
        left: 23%;
        height: auto
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .work_by-each {
        width: 33.6%;
        display: inline-block;
        height: 51%;
        margin-right: -.6%;
		margin-bottom:-19px;
    }
    .client {
        width: 60%;
        position: absolute;
        top: 20%;
        left: 23%;
        height: auto
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .work_by-each {
        width: 50%;
        display: inline-block;
        height: 33.33%;
        margin-right: -1%
    }
    .client {
        width: 60%;
        position: absolute;
        top: 20%;
        left: 23%;
        height: auto
    }
}
@media (max-width: 767px) {
    .work_by-each {
        width: 33.7%;
        display: inline-block;
        height: 50.1%;
        margin-right: -1.2%
    }
    .client {
        width: 100%;
        position: absolute;
        top: 25%;
        left: 0;
        height: auto
    }
}
@media (max-width: 480px) {
    .work_by-each {
        width: 51.5%;
        display: inline-block;
        height: 33.33%;
        margin-right: -2.5%
    }
    .client {
        width: 100%;
        position: absolute;
        top: 25%;
        left: 0;
        height: auto
    }
}
@media (max-width: 320px) {
    .work_by-each {
        width: 51.5%;
        display: inline-block;
        height: 33.33%;
        margin-right: -2.5%
    }
    .client {
        width: 100%;
        position: absolute;
        top: 25%;
        left: 0;
        height: auto
    }
}
.cd-image-block,
.our_story {
    position: relative
}
.our_story {
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all .8s ease-out .8s;
    -moz-transition: all .8s ease-out .8s;
    -o-transition: all .8s ease-out .8s;
    transition: all .8s ease-out .8s;
    opacity: 0;
    z-index: 1;
    top: 50vh
}
#about1,
#page4 {
    background-size: cover;
    z-index: 2
}
.smart_info {
    width: 32%;
    margin-top: 40px
}
.smart_info img {
    width: 35%
}
.smart_info p {
    font-size: 2em;
    color: #66B3D7;
    font-weight: 100
}
#about1 {
    background-position: center 50%;
    background-image: url(../images/imagebackground.jpg)
}
.primer_object-1 img {
    width: 24vw
}
.primer_object-4 img {
    width: 26vw
}
.primer_object-5 img {
    width: 28vw;
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}
.primer_object-7 img {
    width: 28vw
}
.primer_object-9 img {
    width: 20vw
}
.primer_object-10 img {
    width: 26vw
}
.primer_object-12 img {
    width: 32vw
}
.primer_object-14 img {
    width: 26vw
}
.primer_object-15 img {
    width: 31vw;
    -ms-transform: rotate(87deg);
    -webkit-transform: rotate(87deg);
    transform: rotate(87deg)
}
#page4 {
    background-position: right 50%;
    background-color: #06446e
}
.footer_div2 {
    background: rgba(0, 129, 189, .51);
    border-radius: 50%;
    cursor: pointer
}
.footer_div2:hover {
    background-color: rgba(0, 129, 189, .72)
}
.footer_div2 img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.cd-image-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(52, 54, 66, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    display: none
}
.cd-image-block.content-block-is-visible::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}
.cd-images-list::before {
    display: none;
    content: 'desktop'
}
.cd-images-list h2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 5.5rem;
    text-align: left
}
.cd-images-list>li>a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 4em 3em;
    cursor: default;
    pointer-events: none
}
.marker_close,
.no-js .cd-images-list>li>a {
    cursor: pointer
}
.cd-images-list img {
    text-align: center;
    height: 88%;
    padding-top: 6%
}
.cd-content-block {
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}
.cd-content-block.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
.cd-content-block>ul>li {
    overflow-y: scroll;
    background-color: #fff;
    opacity: 1;
    visibility: visible
}
.cd-content-block>ul>li.is-selected {
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch
}
.cd-content-block h2 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em
}
.cd-content-block p {
    margin-bottom: 18px;
    line-height: 36px;
    color: #333;
    text-align: -webkit-auto;
    font-size: 19px;
    font-weight: 400
}
.cd-content-block .cd-close {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    display: none
}
.cd-content-block .cd-close::after,
.cd-content-block .cd-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 24px;
    background-color: #343642;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.cd-content-block .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}
.cd-content-block .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}
.cd-content-block .cd-close.is-scaled-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.no-touch .cd-content-block .cd-close.is-scaled-up:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.cd-content-block,
.cd-content-block>ul>li.is-selected,
.cd-image-block>ul>li.is-selected {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0)
}
.cd-content-block>ul>li.overflow-hidden {
    overflow: hidden
}
.cd-content-block h2 {
    font-size: 3rem;
    text-align: center
}
.cd-content-block h3 {
    font-size: 1.4rem;
    padding-bottom: 15px;
    padding-top: 15px
}
.cd-image-block {
    width: 0;
    display: none
}
.cd-content-block {
    position: static;
    transform: translateX(0);
    width: 100%;
    float: left;
    height: 100vh;
    overflow: hidden
}
.cd-image-block>ul {
    width: 0;
    display: none
}
.cd-content-block>ul {
    position: relative;
    height: 100%;
    text-align: center
}
.cd-content-block>ul>li,
.cd-image-block>ul>li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}
.cd-content-block>ul>li.is-selected,
.cd-image-block>ul>li.is-selected {
    position: absolute;
    transform: translateX(0)
}
.no-js .cd-content-block {
    display: none
}
.no-js .cd-image-block {
    width: 100%;
    overflow: visible
}
.no-js .cd-images-list::after {
    clear: both;
    content: "";
    display: table
}
.no-js .cd-images-list>li {
    position: static;
    width: 50%;
    float: left;
    height: 400px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
.no-js .cd-images-list>li.is-selected {
    position: static
}
.no-js .block-navigation {
    display: none
}
.first_close {
    display: block;
    position: relative;
    z-index: 1
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}
.case_study_logo img {
    height: 250px;
    width: 250px
}
.case_study-slogan h1 {
    font-size: 32px;
    font-family: avantgrad;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    line-height: 55px;
    display: inline-block
}
.case_study-slogan span {
    font-size: 32px;
    font-family: caslonitalic100italic;
    font-weight: 100
}
.case_study-brief h1 {
    text-align: initial;
    font-size: 32px;
    font-family: avantgrad;
    margin-top: 40px
}
.cd-title,
.marker_close {
    text-align: center;
    z-index: 2
}
.case_study-brief span {
    font-family: caslonitalic100italic;
    font-weight: 100;
    font-size: 32px
}
.case_study-brief p {
    font-family: caslonregular;
    font-size: 24px;
    text-align: initial;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 36px
}
.case_study-img img {
    width: 100%
}
.case_study-brief a {
    color: #000;
    margin-right: 10px;
    margin-left: 10px
}
#about4 {
    padding-bottom: 50px
}
.marker_close {
    position: absolute;
    top: 70px;
    color: #000;
    right: 45px;
    font-size: 24px
}
.projects-container {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}
.projects-container::before {
    content: 'mobile';
    display: none
}
.projects-container .cd-single-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    overflow: hidden;
    cursor: auto;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}
.projects-container .cd-single-project::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity .5s, height .4s;
    -moz-transition: opacity .5s, height .4s;
    transition: opacity .5s, height .4s
}
.projects-container .cd-single-project::before {
    content: 'images/img-1-small.jpg';
    display: none
}
.projects-container .cd-single-project:nth-of-type(2) {
    top: 50vh
}
.projects-container .cd-single-project:nth-of-type(3) {
    top: 0;
    left: 50vw
}
.projects-container .cd-single-project:nth-of-type(4) {
    top: 50vh;
    left: 50vw
}
.projects-container .cd-single-project.is-loaded {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border-top: 1px solid rgba(0, 107, 143, 1)
}
.projects-container .cd-single-project.is-full-width {
    top: 0;
    height: auto;
    z-index: 1;
    cursor: auto;
    -webkit-transition: z-index 0s 0s, top .4s 0s;
    -moz-transition: z-index 0s 0s, top .4s 0s;
    transition: z-index 0s 0s, top .4s 0s
}
.projects-container .cd-single-project.is-full-width::after {
    height: 100vh
}
@media only screen and (min-width: 1024px) {
    .projects-container::before {
        content: 'desktop'
    }
    .projects-container .cd-single-project {
        width: 25vw;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: width 0s;
        -moz-transition: width 0s;
        transition: width 0s
    }
    .projects-container .cd-single-project:nth-of-type(2) {
        top: 0;
        left: 25vw
    }
    .projects-container .cd-single-project:nth-of-type(3) {
        top: 0;
        left: 50vw
    }
    .projects-container .cd-single-project:nth-of-type(4) {
        top: 0;
        left: 75vw
    }
    .projects-container .cd-single-project::after {
        height: 100vh;
        width: 100%;
        opacity: 0
    }
    .projects-container .cd-single-project.is-loaded,
    .projects-container .cd-single-project.is-loaded::after {
        opacity: 1
    }
    .projects-container .cd-single-project.is-full-width {
        left: 0;
        width: 100vw;
        -webkit-transition: width .4s 0s, z-index 0s 0s, left .4s 0s;
        -moz-transition: width .4s 0s, z-index 0s 0s, left .4s 0s;
        transition: width .4s 0s, z-index 0s 0s, left .4s 0s
    }
}
@media only screen and (min-width: 1170px) {
    .projects-container .cd-single-project::after {
        background-attachment: fixed;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform .8s, opacity .5s;
        -moz-transition: -moz-transform .8s, opacity .5s;
        transition: transform .8s, opacity .5s
    }
    .projects-container .cd-single-project.is-loaded::after {
        opacity: 0
    }
    .no-touch .projects-container .cd-single-project:hover::after,
    .projects-container .cd-single-project.is-full-width.is-loaded::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.cd-title {
    position: absolute;
    left: 0;
    top: 25vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #FFF
}
.is-full-width .cd-title {
    top: 50vh;
    -webkit-transition: opacity 0s, top .4s;
    -moz-transition: opacity 0s, top .4s;
    transition: opacity 0s, top .4s
}
.cd-title>* {
    text-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}
.cd-title h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: #033753
}
.cd-title p {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.2;
    padding: .4em 2em;
    display: none;
    opacity: .6;
    font-weight: 400
}
@media only screen and (min-width: 1024px) {
    .cd-title {
        top: 50vh;
        width: 25vw;
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-20px);
        -moz-transform: translateY(-50%) translateX(-20px);
        -ms-transform: translateY(-50%) translateX(-20px);
        -o-transform: translateY(-50%) translateX(-20px);
        transform: translateY(-50%) translateX(-20px)
    }
    .is-loaded .cd-title {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform .6s, opacity .6s, left .4s;
        -moz-transition: -moz-transform .6s, opacity .6s, left .4s;
        transition: transform .6s, opacity .6s, left .4s
    }
    .is-loaded.is-full-width .cd-title {
        left: 37.5vw;
        -webkit-transition: -webkit-transform .6s, opacity 0s, left .4s;
        -moz-transition: -moz-transform .6s, opacity 0s, left .4s;
        transition: transform .6s, opacity 0s, left .4s
    }
    .cd-title p {
        display: block
    }
    .cd-project-info {
        position: relative;
        z-index: 1
    }
}
.projects-container .cd-close,
.view-tenth h1,
.view-tenth h2,
.view-tenth p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}
@media only screen and (min-width: 1170px) {
    .cd-title h2 {
        font-size: 2.2rem
    }
}
.cd-project-info {
    clear: both;
    visibility: hidden;
    opacity: 0;
    margin-top: 100vh;
    padding: 4em 0;
    cursor: auto;
    background-color: #fff;
    color: #3f538e;
    -webkit-transition: opacity .4s 0s, visibility 0s .4s;
    -moz-transition: opacity .4s 0s, visibility 0s .4s;
    transition: opacity .4s 0s, visibility 0s .4s
}
.is-full-width .cd-project-info {
    visibility: visible;
    opacity: 1
}
.cd-project-info p {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 2
}
.projects-container .cd-close,
.projects-container .cd-scroll {
    display: block;
    z-index: 1;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transition: -webkit-transform 1s 0s, visibility 0s 1s;
    -moz-transition: -moz-transform 1s 0s, visibility 0s 1s;
    transition: transform 1s 0s, visibility 0s 1s
}
.projects-container .cd-close {
    position: fixed;
    top: 30px;
    right: 5%;
    transform: scale(0)
}
.projects-container .cd-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0)
}
.services_header,
.view {
    position: relative;
    text-align: center
}
.project-is-open .cd-close,
.project-is-open .cd-scroll {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s
}
.project-is-open .cd-scroll {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation: cd-translate 1.2s .4s;
    -moz-animation: cd-translate 1.2s .4s;
    animation: cd-translate 1.2s .4s;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2
}
.no-touch .project-is-open .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.no-touch .project-is-open .cd-scroll:hover {
    -webkit-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2)
}
@-webkit-keyframes cd-translate {
    0%, 100% {
        -webkit-transform: translateX(-50%) scale(1)
    }
    50% {
        -webkit-transform: translateY(10px) translateX(-50%) scale(1)
    }
}
@-moz-keyframes cd-translate {
    0%, 100% {
        -moz-transform: translateX(-50%) scale(1)
    }
    50% {
        -moz-transform: translateY(10px) translateX(-50%) scale(1)
    }
}
@keyframes cd-translate {
    0%, 100% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
    50% {
        -webkit-transform: translateY(10px) translateX(-50%) scale(1);
        -moz-transform: translateY(10px) translateX(-50%) scale(1);
        -ms-transform: translateY(10px) translateX(-50%) scale(1);
        -o-transform: translateY(10px) translateX(-50%) scale(1);
        transform: translateY(10px) translateX(-50%) scale(1)
    }
}
.cd-single-project {
    -webkit-transition: all .8s ease-out .8s;
    -moz-transition: all .8s ease-out .8s;
    -o-transition: all .8s ease-out .8s;
    transition: all .8s ease-out .8s
}
.services_header {
    margin-top: 50px;
    z-index: 1
}
.services_header h2 {
    font-size: 3em;
    font-weight: 400;
    color: #06446e
}
@media (min-width: 1024px) {
    .cd-title img {
        width: 100px
    }
}
@media (min-width: 992px) and (max-width: 1023px) {
    .services_header {
        display: none
    }
    #creative,
    #strategy {
        border-right: 1px solid
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .services_header {
        display: none
    }
    .cd-title img {
        width: 80px
    }
    #creative,
    #strategy {
        border-right: 1px solid
    }
}
@media (max-width: 767px) {
    .services_header {
        display: none
    }
    .cd-title img {
        width: 80px
    }
    #creative,
    #strategy {
        border-right: 1px solid
    }
}
@media (max-width: 480px) {
    .services_header {
        display: none
    }
    .cd-title img {
        width: 100%;
        width: 80px
    }
    #creative,
    #strategy {
        border-right: 1px solid
    }
}
.services_list li {
    font-weight: 100;
    color: #033753;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.4em
}
.services_list {
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    height: 30vh
}
.view,
.view .content,
.view .mask {
    width: 310px;
    height: 310px;
    overflow: hidden
}
#home_back_try {
    background-size: cover;
    background-position: center 50%;
    background-image: url(../images/back.png);
    z-index: 2;
    overflow: hidden
}
.view {
    margin: 10px;
    border: 10px solid #fff;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    display: inline-block
}
.view .content,
.view .mask {
    position: absolute;
    top: 0;
    left: 0
}
.view h2,
.view img,
.view p {
    position: relative
}
.mask h4,
.my_div,
.primer_object-1,
.primer_object-10,
.primer_object-12,
.primer_object-14,
.primer_object-15,
.primer_object-4,
.primer_object-5,
.primer_object-7,
.primer_object-9 {
    position: absolute
}
.view img {
    display: block
}
.view h2 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    margin: 20px 0 0
}
.view p {
    font-style: italic;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 20px 30px 20px 10px
}
.view a.info {
    display: inline-block;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}
.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%
}
.view-tenth .mask,
.view-tenth h1 {
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s linear;
    filter: alpha(opacity=0);
    opacity: 0
}
.view-tenth .mask {
    background-color: rgba(0, 0, 0, .66);
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}
.view-tenth h1,
.view-tenth h2 {
    background: 0 0;
    -moz-transition: all .3s linear
}
.view-tenth h1 {
    margin: 20px 40px -20px;
    transform: scale(0);
    color: #fff;
    transition: all .3s linear;
    font-size: 22px;
    font-weight: 400
}
.view-tenth h2,
.view-tenth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    opacity: 0;
    color: #fff;
    filter: alpha(opacity=0);
    transform: scale(0)
}
.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin: 20px 40px 0;
    transition: all .3s linear;
    font-size: 16px;
    font-weight: 400
}
.f_right-1,
.f_right-1:hover {
    border-bottom: 1px solid #0c397b
}
.view-tenth p {
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 100;
    font-size: 14px
}
.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}
.show_info,
.show_info>a.info,
.show_info>h1,
.show_info>h2,
.show_info>p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}
.mask h4 {
    color: #fff;
    font-size: 30px;
    width: 100%
}
.mask h4>i {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px
}
.container,
.container-fluid,
.footer_div,
.team_in_view {
    margin-right: auto;
    margin-left: auto
}
.team_in_view {
    width: 90%;
    text-align: center
}
@media (min-width: 1200px) {
    .main_div_about {
        width: 40%;
        margin-right: auto;
        margin-left: auto
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main_div_about {
        width: 60%;
        margin-right: auto;
        margin-left: auto
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main_div_about {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}
@media (max-width: 767px) {
    .main_div_about {
        width: 95%;
        margin-right: auto;
        margin-left: auto
    }
    .main_div_about img {
        display: none
    }
}
@media (max-width: 480px) {
    .main_div_about {
        width: 95%;
        margin-right: auto;
        margin-left: auto
    }
    .main_div_about img {
        display: none
    }
}
@media (max-width: 320px) {
    .main_div_about {
        width: 99%;
        margin-right: auto;
        margin-left: auto
    }
    .main_div_about img {
        display: none
    }
}
.main_div_about span {
    font-size: 2em;
    font-weight: 800
}
.main_div_about p {
    line-height: 2em
}
.my_div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}
.fixed_table_text,
.footer_div {
    display: table-cell;
    vertical-align: middle
}
.main_div_about>div {
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}
#dont_load_if>div {
    -o-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}
.about_section_1 {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%)
}
.about_fade_1 {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1
}
.about_fade_1_fadeout {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0
}
.about_fade_1_fadeout_after {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0
}
.about_section_2 {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%)
}
.about_fade_2 {
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    transform: translateY(-65%);
    opacity: 1
}
.about_fade_2_fadeout {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0
}
.about_fade_2_fadeout_after {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0
}
.about_section_3 {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%)
}
.about_fade_3 {
    -webkit-transform: translateY(-165%);
    -moz-transform: translateY(-165%);
    transform: translateY(-165%);
    opacity: 1
}
.about_fade_3_fadeout {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0
}
.about_fade_3_fadeout_after {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0
}
.primer_object-4 {
    bottom: -100vh;
    left: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.primer_object-4_about_1 {
    bottom: 0
}
.primer_object-4_about_1_left_page {
    bottom: 150vh
}
.primer_object-1 {
    bottom: -100vh;
    right: 0
}
.primer_object-1_about_1 {
    bottom: 65vh
}
.primer_object-1_about_1_left_page {
    bottom: 150vh
}
.primer_object-5 {
    bottom: -100vh;
    right: 10vw
}
.primer_object-5_about_1 {
    bottom: -5vh
}
.primer_object-5_about_1_left_page {
    bottom: 150vh
}
.primer_object-7 {
    bottom: -100vh;
    left: -3vw;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.primer_object-7_about_1 {
    bottom: 55vh
}
.primer_object-7_about_1_left_page {
    bottom: 150vh
}
.primer_object-9 {
    bottom: -100vh;
    left: 3vw
}
.primer_object-9_about_1 {
    bottom: -3vh
}
.primer_object-9_about_1_left_page {
    bottom: 150vh
}
.primer_object-10 {
    bottom: -100vh;
    right: 3vw;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg)
}
.primer_object-10_about_1 {
    bottom: -6vh
}
.primer_object-10_about_1_left_page {
    bottom: 150vh
}
.primer_object-12 {
    bottom: -100vh;
    left: -3vw
}
.primer_object-12_about_1 {
    bottom: 60vh
}
.primer_object-12_about_1_left_page {
    bottom: 150vh
}
.primer_object-14 {
    bottom: -100vh;
    left: 3vw
}
.primer_object-14_about_1 {
    bottom: 5vh
}
.primer_object-14_about_1_left_page {
    bottom: 150vh
}
.primer_object-15 {
    bottom: -100vh;
    right: -6vw;
    -ms-transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg)
}
.primer_object-15_about_1 {
    bottom: 15vh
}
.primer_object-15_about_1_left_page {
    bottom: 150vh
}
.container {
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid,
.item img {
    width: 100%
}
#page5 {
    background-color: #0b3754
}
.f_right-1,
.f_right-2 {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
    text-align: center
}
.footer_div {
    width: 100%;
    text-align: center
}
.left_section {
    display: table;
    float: left;
    position: relative;
    z-index: 6
}
.right_section {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 6
}
@media (min-width: 1200px) {
    .left_section {
        width: 75%;
        height: 100%
    }
    .set_in_team {
        top: 35vh
    }
    .right_section {
        width: 25%;
        height: 100%
    }
    .footer_div2 {
        width: 100px;
        height: 100px;
        margin: 20px 60px
    }
    .footer_div2 img {
        width: 40px;
        padding: 30px
    }
    .f_right-1,
    .f_right-2 {
        height: 50vh
    }
    .hire_join {
        padding-top: 40%
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .left_section {
        width: 75%;
        height: 100%
    }
    .set_in_team {
        top: 30vh
    }
    .right_section {
        width: 25%;
        height: 100%
    }
    .footer_div2 {
        width: 100px;
        height: 100px;
        margin: 20px 60px
    }
    .footer_div2 img {
        width: 40px;
        padding: 30px
    }
    .f_right-1,
    .f_right-2 {
        height: 50vh
    }
    .hire_join {
        padding-top: 40%
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .left_section,
    .right_section {
        width: 100%;
        height: 50%
    }
    .set_in_team {
        top: 0
    }
    .footer_div2 {
        width: 80px;
        height: 80px;
        margin: 20px 0
    }
    .footer_div2 img {
        width: 25px;
        padding: 30px
    }
    .f_right-1,
    .f_right-2 {
        height: 25vh
    }
    .hire_join {
        padding-top: 10%
    }
}
@media (max-width: 767px) {
    .left_section,
    .right_section {
        width: 100%;
        height: 50%
    }
    .set_in_team {
        top: 0
    }
    .footer_div2 {
        width: 50px;
        height: 50px;
        margin: 20px 0
    }
    .footer_div2 img {
        width: 25px;
        padding: 12.5px
    }
    .f_right-1,
    .f_right-2 {
        height: 25vh
    }
    .hire_join {
        padding-top: 4%
    }
}
@media (max-width: 480px) {
    .left_section,
    .right_section {
        width: 100%;
        height: 50%
    }
    .set_in_team {
        top: 0
    }
    .footer_div2 {
        width: 50px;
        height: 50px;
        margin: 20px 0
    }
    .footer_div2 img {
        width: 15px;
        padding: 16.5px
    }
    .f_right-1,
    .f_right-2 {
        height: 25vh
    }
    .hire_join {
        padding-top: 10%
    }
}
.dialog__content h1,
.dialog__content h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: rgba(0, 86, 126, 1)
}
.f_right-1:hover,
.f_right-2:hover {
    background-color: rgba(0, 0, 0, .3);
    text-align: center
}
.hire_join {
    color: #fff
}
.hire_join h1 {
    font-size: 32px
}
.hidden {
    display: none
}
.arrow {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/down.png);
    background-size: contain;
    z-index: 1
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 40%, 50%, 60%, 80% {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes bounce {
    0%, 100%, 20%, 40%, 50%, 60%, 80% {
        -moz-transform: translateY(0)
    }
}
@keyframes bounce {
    0%, 100%, 20%, 40%, 50%, 60%, 80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.dialog {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none
}
.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, .9);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}
.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto
}
.dialog__content {
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    height: 100%;
    display: table
}
#myVideo,
.team_section_x {
    background-position: center center
}
.dialog__content>div {
    display: table-cell;
    vertical-align: middle
}
.dialog__content h1 {
    font-size: 1.5em;
    font-weight: 800
}
.dialog__content h2 {
    font-size: 1.2em;
    font-weight: 600
}
.dialog__content p {
    color: rgba(0, 86, 126, 1);
    font-size: 2em;
    font-weight: 100;
    position: absolute;
    bottom: 60px;
    right: 6%;
    cursor: pointer
}
.dialog--open .dialog__content {
    pointer-events: auto
}
.dialog.dialog--close .dialog__content,
.dialog.dialog--open .dialog__content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    animation-timing-function: cubic-bezier(.6, 0, .4, 1)
}
.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close
}
@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1)
    }
}
@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, 1)
    }
}
@keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}
#myVideo,
.video-responsive iframe {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}
.video-responsive iframe {
    left: 0
}
#myVideo {
    bottom: 0;
    right: 0;
    background-color: #9c9c9c;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
    background-image: url(../images/fallback.png);
}
.team_section_x {
    background-image: url(../images/teeam-min.jpg);
    background-size: cover;
    background-repeat: no-repeat
}
.animation_homepage {
    float: right;
    overflow: hidden
}
.animation_homepage li {
    font-size: 40px;
    text-align: end;
    font-weight: 800;
    background: rgba(247, 247, 247, .14);
    color: #000;
    list-style-type: none;
    padding: 10px 50px;
    margin: 0;
    transition: color .2s
}
.center {
    width: 100%;
    padding: 0;
    margin: 0 auto
}
ul.center li:nth-child(8) {
    color: rgba(1, 129, 183, 1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 64px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
}
.iwillchangeyou {
    width: 100%;
    height: 80px;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    bottom: 37%;
    -webkit-transition: height 2s;
    -moz-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s
}
.fadevideo {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    opacity: 0;
}



/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective {
    height: 100%;
    overflow: hidden;
}

.md-perspective   {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}



.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143,27,15,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #fff;
    background: #055d89;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */


/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}



.form-style-9{
      max-width: 600px;
    background: #f5f5f5;
    padding: 30px;
    margin: 30px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
}
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}


.md-content h3{
    cursor: pointer;
}