﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*html,body{height:100%}*/

@font-face {
    font-family: NeoSansStd-Bold;
    src: url(../bower_components/webfonts/2F8F47_0_0.eot);
    src: url(../bower_components/webfonts/2F8F47_0_0.woff) format('woff'), url(../bower_components/webfonts/2F8F47_0_0.woff2) format('woff2'), url(../bower_components/webfonts/2F8F47_0_0.ttf) format('truetype');
}

h2 {
    font-family: NeoSansStd-Bold;
}

body {
    font-family: "museo-sans",sans-serif;
    background-color: #ecebe9;
    line-height: 1.25em;
}

.blue {
    background-color: #00718c;
    color: #fff;
}

.neo-blue {
    background-color: #1687c3;
    color: #fff;
}

.green {
    background-color: #1687c3;
    color: #fff
}

.small-heading {
    font-family: NeoSansStd-Bold;
    font-weight: 500;
    font-size: 20px;
}

h5 {
    margin-top: 5px;
    font-family: NeoSansStd-Bold;
    font-weight: 500;
    font-size: 18px;
}

.txt-green {
    color: #1687c3
}

.txt-blue {
    color: #1687c3
}

.txt-yellow {
    color: #fdc508
}

.none {
    background-color: transparent;
}

.h2-line-headercenter, .h2-line-header {
    line-height: 1.5em;
    position: relative;
    display: block;
}

.green-line-headercenter, .green-line-header {
    font-size: 30px;
    line-height: 1.5em;
    position: relative;
    font-family: Arial;
    display: block;
}

    .green-line-header:after {
        position: absolute;
        bottom: 0px;
        width: 64px;
        margin-bottom: -0.5em;
        content: '';
        left: 0px;
    }

    .green-line-headercenter:after {
        position: absolute;
        bottom: 0px;
        border-bottom: 3px solid;
        border-bottom-color: #1687c3;
        width: 64px;
        margin-bottom: -0.5em;
        content: '';
        left: 0px;
        left: 50%;
        margin-left: -32px;
    }

.h2-line-headercenter:after {
    position: absolute;
    bottom: 0px;
    border-bottom: 3px solid;
    border-bottom-color: inherit;
    width: 64px;
    margin-bottom: -0.5em;
    content: '';
    left: 50%;
    margin-left: -32px;
}

.h2-line-header:after {
    position: absolute;
    bottom: 0px;
    border-bottom: 3px solid;
    border-bottom-color: inherit;
    width: 64px;
    margin-bottom: -0.5em;
    content: '';
    left: 0px;
}

@-moz-document url-prefix() {
    /*.h2-line-header:after, .green-line-header::after {
        display:none;
    }*/
}

p {
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 300;
}

.txt-title-font {
    font-family: Arial;
}

.txt-lite-blue {
    color: #00718c;
}

.txt-charcoal {
    color: #666666;
}

.txt-black {
    color: #000000;
}

h1 {
    font-size: 42px;
    font-weight: 400;
    color: #000000;
    font-family: NeoSansStd-Bold;
}

h3 {
    font-family: NeoSansStd-Bold;
    font-weight: 500;
    font-size: 24px;
}

a {
    outline: 0;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
}

/*.center-wrap{padding:3em 9em;}*/

.center-wrap {
    padding: 3em 6em;
}

.inner-wrap {
    padding: 1em 3em;
}

.inner-wrap-extra {
    padding: 0em 3em 1em 6em;
}

    .inner-wrap-extra h3 {
        margin-top: 0px;
    }

.content-wrap {
    padding: 1em 3em;
}

.col-33 {
    width: 33.33%;
    float: left;
}

.v-center-wrap {
    text-align: center;
}

    .v-center-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.v-center {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

@media only screen and (max-width:767px) {

    .v-center-wrap {
        height: auto;
        padding: 2em 1em;
    }

    .inner-wrap-extra {
        padding: 1em;
    }

    p {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
}

header, footer, section {
    width: 100%;
}

.header-content {
    background-color: #fff;
}

    .header-content .top-content {
        padding: 2em;
    }

    .header-content:before {
        background-color: #fff;
    }

.home-header {
    background-size: cover;
    position: relative;
    background-position: center center;
}

    .home-header:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:rgba(0,0,0,0.3);
    }

.top-content {
    position: relative;
    padding: 2em;
}

.center {
    text-align: center;
}

.center-block {
    margin: 0 auto;
    text-align: center;
}

.txt-white {
    color: white;
}


.logo {
    float: left;
    margin-left: 5em;
}

.menu {
    float: right;
    top: 0px;
    right: -373px;
    width: 373px;
}

.nav-toggle {
    display: none;
}

.menu-trigger {
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 2em;
    padding-left: 1em;
    cursor: pointer;
    padding-left: 8em;
    font-weight: bold;
    text-transform: uppercase;
    /*top: 0.5em;*/
    top: -0.65em;
}

    /*.menu-trigger:after{content: url(../images/iconBackBtn.png);margin-left: 15px;vertical-align: middle;}*/
    .menu-trigger span img {
        position: absolute;
        top: 50%;
        margin-left: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }

.main-menu {
    position: fixed;
    top: 0px;
    /*right: -373px;*/
    right: -999px;
    /*width: calc((100%-1170px)/2 - (18%-373px));*/
    width: 373px;
    height: 100%;
    z-index: 9999;
    background-color: #1687c3;
    color: #fff;
    text-transform: uppercase;
    overflow-y: scroll;
    font-family: "Arial";
}

.main-nav-content {
    padding-top: 16px;
    padding-top: 26px;
    background-clip: #00718c;
}

.main-menu-heading {
    font-size: 20px;
    padding-left: 48px;
    position: relative;
    font-weight: bold;
}

.menu-close {
    right: 1.7em;
    position: absolute;
    cursor: pointer
}

hr.dotted-hr {
    border-top: 2px dotted #6daebd;
}

.main-nav-content ul {
    padding-top: 16px;
    padding-left: 48px;
    list-style-type: none;
}

    .main-nav-content ul li a {
        display: block;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        line-height: 2em;
    }

        .main-nav-content ul li a:hover {
            color: #3c3c3d;
        }

.seperator {
    position: relative;
    width: 100%;
    border-top: 2px dotted #6daebd;
    margin-top: 2em;
}

.seperator {
    display: none;
}

.main-nav-content ul li a.current {
    color: #1687c3;
}

.menu-tab-content {
    display: none;
}

    .menu-tab-content.current {
        display: inherit;
        margin-top: 3em;
    }

.div-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20%;
    content: '';
    margin-top: -7%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background-color: #006b84;
    border-bottom: 2px dotted #6daebd;
    border-left: 2px dotted #6daebd;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .inner-wrap-extra {
        padding: 1em 3em 1em 0em;
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {
    .logo {
        margin-left: 0em;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        float: none;
        margin-left: 0em;
        text-align: left;
    }

    .menu-trigger {
        display: none;
    }

    .menu {
        top: 0;
        right: 0;
        position: absolute;
        float: none;
        width: 0px;
    }

    .main-menu {
        width: 320px;
    }

    .nav-toggle {
        line-height: 1;
        display: block;
        background-color: #1687c3;
        padding: 1.2rem 1rem;
        border: 0;
        cursor: pointer;
        position: fixed;
        right: 0px;
        z-index: 9999;
    }

        .nav-toggle .icon-menu {
            position: relative;
            display: inline-block;
            fill: none;
            width: 28px;
            height: 20px;
            vertical-align: middle;
        }

    .icon-menu .line {
        position: absolute;
        width: 100%;
        display: block;
        left: 0;
        height: 4px;
        background-color: #fff;
    }

    .icon-menu .line-1 {
        top: 0px;
    }

    .icon-menu .line-2 {
        top: 50%;
        margin-top: -2px;
    }

    .icon-menu .line-3 {
        bottom: 0px;
    }
}

.main-slogan {
    margin-top: 20%;
}

    .main-slogan > h1 {
        margin-bottom: 4em;
        font-family: Arial;
    }


@media only screen and (min-width:1200px) {
    .col-md-push-1.main-slogan {
        left: 5.33%;
    }
}

.main-slogan .main-link:after {
    content: url(../images/iconBackBtn.png);
    position: absolute;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    transform: translateY(-50%);
}

.main-slogan .main-link {
    margin-bottom: 10em;
}

.home-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -8%;
}

    .home-banner .work {
        background-image: url(../images/_BIX8800.jpg);
        background-size: cover;
        background-position: center center;
        padding-bottom: 17%;
        overflow: hidden;
    }

        .home-banner .work .overlay {
            background-color: rgba(100,100,100,0.5);
            width: 100%;
            height: 100%;
            content: '';
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: opacity 0.3s ease-out;
            opacity: 0;
        }

        .home-banner .work:hover .overlay {
            opacity: 0.7;
        }

        .home-banner .work h2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            font-size: 26px;
            font-weight: 700;
            color: #fff;
            margin-top: 0px;
            font-family: Arial;
        }

    /*.home-banner .work:hover h2{ top: 50%; */

    .home-banner .home-banner-content {
        background-color: #1687c3;
        color: #fff;
    }

.home-banner-content > .inner-wrap {
    padding: 2em;
}

@media only screen and (min-width:768px) and (max-width: 1000px) {
    .home-banner .col-md-4 {
        float: left;
        width: 33.33%
    }

    .home-banner .work {
        padding-bottom: 22%;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner {
        position: relative;
        margin-top: 0.5em;
    }

        .home-banner .work {
            padding-bottom: 66%;
            margin: 0.5em;
        }
}

.main-content {
    margin-top: 270px;
}

.heading {
    padding: 0 0em 0 0;
}

.line-header {
    width: 60px;
    height: 3px;
    background-color: #0093de;
    margin: 0em 0 1.7em 0;
}

.btn-wrap {
    margin: 3em 0 0 0;
}

    .btn-wrap > a {
        margin-right: 2em;
    }

@media only screen and (max-width: 767px) {
    .main-content {
        margin-top: 1%;
    }
    /*.btn-wrap>a{margin-right: 0em; display: block; }
    .btn-wrap{text-align: center;}*/
    .heading {
        padding: 0em;
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {
    .main-content {
        margin-top: 270px;
    }
}

.green-btn-link:not(a) a, a.green-btn-link {
    padding: 0.6em 2.5em 0.6em 1em;
    background-color: #1687c3;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

    .green-btn-link:not(a) a:hover, a.green-btn-link:hover {
        text-decoration: none;
        color: #fff;
    }

    .green-btn-link:not(a) a:after, a.green-btn-link:after {
        content: url(../images/leftbtnBlue.png);
        margin-left: 6px;
        vertical-align: middle;
        position: absolute;
        margin-top: -2px;
    }

a.green-btn-link {
    margin-top: 0px;
    bottom: 0.8rem;
    right: -3rem;
    background-color: #1687c3;
}

.trans-btn-link:not(a) a, a.trans-btn-link {
    padding: 0.6em 2.5em 0.6em 1em;
    background-color: #1687c3;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

    .trans-btn-link:not(a) a:hover, a.trans-btn-link:hover {
        text-decoration: none;
        color: #006b84
    }

    .trans-btn-link:not(a) a:after, a.trans-btn-link:after {
        content: url(../images/leftbtnBlue.png);
        margin-left: 12px;
        vertical-align: middle;
        position: absolute;
        margin-top: -1px;
    }

    a.trans-btn-link:after {
        margin-top: 0px;
    }

.white-btn-link:not(a) a, a.white-btn-link {
    padding: 0.6em 2.5em 0.6em 1em;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    border: 1.5px solid #fff;
    display: inline-block;
    text-decoration: none;
}

    .white-btn-link:not(a) a:hover, a.white-btn-link:hover {
        text-decoration: none;
        color: #fff
    }

    .white-btn-link:not(a) a:after, a.white-btn-link:after {
        content: url(../images/iconBackBtn.png);
        margin-left: 12px;
        margin-top: 3px;
        vertical-align: middle;
        position: absolute;
    }

    a.white-btn-link:after {
        margin-top: 0px;
    }

.img-right img {
    width: 100%;
}

.div-seperator {
    margin-top: 5em
}

.div-title {
    margin-left: 6em;
    color: #0093de;
}

section.stats {
    background-color: #1687c3;
    margin-top: 1.5em;
    position: relative;
}

.stats .stats-content {
    background-color: #3c3c3d;
    color: #fff;
    padding: 1em 0em;
}

.stats-content .inner {
    overflow: hidden;
}

.arrow-top {
    position: absolute;
    content: '';
    border-bottom: 10px solid #0093de;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -8%;
    left: 8%;
}

.stats-content [class*="col-md"] {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    border-right: 2px dotted #6daebd;
    padding-top: 0.8em;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.col-md:nth-of-type(1) {
    width: 18%;
}

.col-md:nth-of-type(2) {
    width: 30%;
}

.col-md:nth-of-type(3) {
    width: 20%;
}

.col-md:nth-of-type(4) {
    width: 30%;
    border-right: 0px;
}

.col-md:nth-of-type(5) {
    width: 25%;
    border-right: 0px;
}

.col-md:nth-of-type(6) {
    width: 4%;
    vertical-align: middle;
    border-right: 0px;
}


.stat-title > p {
    font-size: 12px;
    line-height: 1em;
    color: #333;
}

.inner-wrap-stats > p {
    font-size: 12px;
}


@media only screen and (min-width:768px) and (max-width:992px) {
    .div-title {
        margin-left: 2em;
    }

    .arrow-top {
        top: -7%;
    }
}

@media only screen and (max-width: 767px) {
    .div-title {
        margin-left: 1em;
    }
    /*.arrow-top{top:-3%; left:16%;}*/
    .arrow-top {
        display: none;
    }

    .stats-content .col-md {
        width: 100%;
        display: block;
    }

    .inner-wrap-stats:before {
        border: 0px;
    }

    span.green-btn-link, span.trans-btn-link, span.white-btn-link {
        display: block;
        margin-bottom: 1em;
    }

    .stats-content [class*="col-md"] {
        margin-bottom: 1em;
        padding-bottom: 1em;
        border: 0px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

section.section-clients {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

.wrap-clients {
    padding: 1em 6em;
    margin: 0 auto;
}

.col-clients {
    display: inline-block;
    padding: 1em;
    max-width: 130px;
}

    .col-clients .client {
        max-width: 100%;
    }

        .col-clients .client > img {
            width: 100%;
        }


.no-border:before {
    border-right: 2px dotted transparent;
}


section.company-info {
    background-color: #0093de;
}

.wrap-info {
    padding: 3em 1em;
    overflow: hidden;
}

    .wrap-info .inner {
        overflow: hidden;
    }

.col-info {
    display: inline-block;
    width: 32.3333%;
    vertical-align: top;
    position: relative;
    color: #fff;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    border-right: 2px dotted #6daebd;
}

.info {
    padding: 0;
}

.wrap-info .inner .info .inner-wrap {
    padding: 0em 5em;
}

.info-wrap > a img {
    margin-top: 1.5em;
}

.info .inner-wrap h3 {
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
    font-family: "museo-sans",sans-serif;
}

.info-wrap {
    margin-top: 1em
}

    .info-wrap > p {
        margin: 0px;
    }

.left-border {
    border-left: 2px dotted #6daebd;
    margin-left: 20%;
}

.newsletter-form input {
    width: 100%;
    color: #006b84;
    padding: 0 0.5em
}

.newsletter-form {
    padding-bottom: 0.2em;
}

    .newsletter-form input[type=submit] {
        padding: 0.2em;
        width: 70%;
        margin-top: 0.4em;
        background: none;
        border: 0;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-family: inherit;
    }

    .newsletter-form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #006b84;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .newsletter-form input:-moz-placeholder, textarea:-moz-placeholder {
        color: #006b84;
        letter-spacing: 0.1em;
        /*font-weight: 600;*/
        text-transform: uppercase;
        /*font-family: inherit;*/
    }

    .newsletter-form input::-moz-placeholder, textarea::-moz-placeholder {
        color: #006b84;
        letter-spacing: 0.1em;
        /*font-weight: 600;*/
        text-transform: uppercase;
        /*font-family: inherit;*/
    }

    .newsletter-form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #006b84;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;
    }

@media only screen and (max-width:767px) {
    .newsletter-form input {
        width: 50%;
    }

        .newsletter-form input[type=submit] {
            width: 35%;
        }
}

@media only screen and (max-width:992px) {
    .wrap-info .inner .info .inner-wrap {
        padding: 0em 1em;
    }
}

@media only screen and (max-width:767px) {
    .wrap-info .inner .col-info {
        border-right: 0px;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .left-border {
        border-left: 0px;
        margin-left: 0rem;
    }
}

footer {
    background-color: #000000;
}

.wrap-footer-content .logo, .wrap-footer-menu, .warp-footer-details {
    display: inline-block;
    vertical-align: top;
}

.wrap-footer-content {
    padding: 6em 1em;
    margin-bottom: 6em;
}

.footer-logo {
    text-align: left;
    margin-left: 4em;
}

    .footer-logo p {
        padding-top: 2em;
        font-size: 11px;
    }


.footer-menu {
    float: right;
    text-align: center;
}

    .footer-menu ul {
        list-style-type: none;
        display: inline-block;
        text-align: left;
        padding-right: 1em;
    }

        .footer-menu ul li {
            padding-right: 6em;
            width: 100%;
            border-top: 2px dotted #fff;
            color: #fff;
        }

            .footer-menu ul li:last-of-type {
                border-bottom: 2px dotted #fff;
            }

            .footer-menu ul li a {
                display: block;
                color: #fff;
                font-size: 13px;
                font-weight: 400;
                padding: 0.4em 0em;
                position: relative;
            }

                .footer-menu ul li a:hover {
                    text-decoration: none;
                }

.wrap-footer-menu ul li {
    display: block;
}

.wrap-footer-details {
    position: relative;
}

.footer-details-txt {
    position: absolute;
    top: -3em;
    font-weight: bold;
}

    .footer-details-txt > h4 {
        font-weight: bold;
        font-family: "proxima-nova";
        text-transform: uppercase;
    }

.contact-details ul li a {
    margin-left: 2.5em;
}

.contact-details ul li:first-of-type a:before {
    content: url(../images/iconContactPhone.png);
    position: absolute;
    vertical-align: middle;
    margin-left: -2em;
}

.contact-details ul li:nth-of-type(3) a:before {
    content: url(../images/iconContactFax.png);
    position: absolute;
    vertical-align: middle;
    margin-left: -2em;
}

.contact-details ul li:nth-of-type(2) a:before {
    content: url(../images/iconContactEmail.png);
    position: absolute;
    vertical-align: middle;
    margin-left: -2em;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .wrap-footer-content .col-md-7 {
        width: 63%;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {

    .wrap-footer-content {
        padding: 4em 1em;
        text-align: center
    }

    .footer-logo {
        text-align: center;
        margin-left: 0em;
    }

    .footer-menu {
        float: none;
        margin-top: 4em;
    }
}

@media only screen and (max-width: 767px) {
    .wrap-clients {
        padding: 0em 1em;
    }

    .col-clients {
        max-width: 20%;
    }

    .col-info {
        display: block;
        width: 100%;
    }

        .col-info:before {
            border-right: 0px
        }

    .left-border:before {
        border-left: 0px;
    }

    .wrap-footer-menu {
        display: block;
        text-align: left;
    }

        .wrap-footer-menu ul li {
            display: inline-block
        }

    .footer-logo {
        text-align: left;
        margin-left: 0em;
    }

    .footer-menu ul {
        display: inline-block;
        text-align: left;
        padding-right: 0em;
    }

        .footer-menu ul li {
            width: auto;
            border-top: 0px;
            padding-right: 5em;
        }

            .footer-menu ul li:last-of-type {
                border-bottom: 0px;
            }

    .footer-details-txt {
        position: relative;
        margin-top: 2em;
        top: 0em;
    }

    .footer-menu {
        text-align: left;
    }
}

@media only screen and (max-width:480px) {
    .footer-menu ul li {
        padding-right: 2em;
    }
}

/******************************/
/********** About Us **********/
/******************************/

.wrap-main-content {
    background-color: #ecebe9;
    margin-top: 1em;
    position: relative;
}

section.top-headline {
    background-color: #f3f3f1;
}

.wrap-top-headline {
    padding: 0em 2em;
}

.hr-line {
    border-top: 2px solid #e3e2df;
    margin-top: 2px;
    margin-bottom: 5px;
}

.page-title {
    margin-left: 4em;
    margin-bottom: 2em;
}


.btn-touch .btn-link a.trans-btn-link {
    padding: 0.6em 2.5em 0.6em 1em;
    color: #fff;
    margin-left: -3px;
}

    .btn-touch .btn-link a.trans-btn-link:after {
        content: url(../images/iconGreenleft.png);
    }

.wrap-top-headline .btn-link {
    margin-top: 2.5em;
}

section.banner-image {
    background-image: url(../images/banner-image.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

    section.banner-image:before {
        background-color: #1687c375;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }

.banner-image .banner-text-overlay {
    background-color: #1687c3d1;
    width: 100%;
    height: 100%;
    margin-left: 3em;
}

    .banner-image .banner-text-overlay .inner-wrap {
        color: #fff;
        padding-bottom: 4em;
        padding-top: 2em;
    }

.our-space .slick-slider {
    /*background-image: url(../images/img-content.jpg);*/
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    height: 250px;
}

.home-slider {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 2em;
}

.team-slider .team-member-block.col-33 {
    border: 0px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.social-links > a img {
    display: inline-block !important
}

.social-links {
    margin-top: 1.5em
}

    .social-links > a {
        margin-left: 0.3em;
    }

.slick-slider {
    margin-top: 10px;
    margin-bottom: 10px;
}


@media only screen and (min-width:768px) and (max-width:992px) {
    .banner-image .banner-text-overlay {
        margin-left: 0em;
    }
}

@media only screen and (max-width: 767px) {

    .page-title {
        margin-left: 0;
        margin-bottom: 0;
    }

    .wrap-top-headline {
        margin-bottom: 2em;
        padding: 0 1em;
    }

    .banner-image .banner-text-overlay {
        margin-left: 0;
    }

    .btn-touch {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width:479px) {
    .wrap-top-headline {
        display: block;
    }
}

/****************************/
/*********** Careers ********/
/****************************/

.sg-cl {
    width: 100% !important;
}

section.careers {
    background-color: #1687c3;
    overflow: hidden;
}

    section.careers img {
        width: 100%;
    }

.col-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-50 {
    width: 50%;
    float: left;
}

.banner {
    position: relative;
}

.career-wrap-content {
    color: #fff;
    position: relative;
}

    .career-wrap-content .line-header {
        background-color: #fff;
    }

    .career-wrap-content .inner-wrap {
        padding: 5em 5em 5em 6em
    }

    .career-wrap-content .arrow-left {
        position: absolute;
        content: '';
        border-bottom: 50px solid transparent;
        border-left: 50px solid #1687c3;
        border-top: 50px solid transparent;
        top: 16%;
        right: -5%;
        z-index: 4;
    }

.banner_img {
    width: 124%;
    position: absolute;
    top: 0;
    left: 105%;
    height: 100%;
    z-index: 1;
    left: 96%;
}

    .banner_img img {
        height: 100%;
        width: 100%;
    }

.arrow-left {
    position: absolute;
    content: '';
    border-bottom: 30px solid transparent;
    border-left: 30px solid;
    border-left-color: #1687c3;
    border-top: 30px solid transparent;
    top: 15%;
    left: 95%;
    z-index: 4;
}

.arrow-left-blue {
    position: absolute;
    content: '';
    border-bottom: 50px solid transparent;
    border-left: 50px solid;
    border-left-color: #006b84;
    border-top: 50px solid transparent;
    top: 7%;
    left: 48%;
}

@media only screen and (min-width:1300px) {
    section.careers {
        background-color: transparent;
    }

        section.careers .container .row .col-md-6 {
            background-color: #1687c3;
        }

    .banner_img {
        width: 110%;
    }
}

@media only screen and (max-width:1200px) {
    .banner_img {
        width: 140%;
    }
}

@media only screen and (max-width:992px) {
    .careers .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

        .careers .container .row .col-md-6 {
            width: 100%;
        }

    .banner_img {
        width: 100%;
        position: relative;
        left: 0;
    }

    .banner .arrow-left {
        display: none;
    }
}

section.vacant-positions {
    margin-top: 2em;
}

section.vacant-positions {
    width: 100%;
    /*padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;*/
    margin: 0 auto;
    background-color: #ccc;
}

    section.vacant-positions:nth-child(2n+1) {
        background-color: #d6d6d4;
    }

    section.vacant-positions .col-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1200px;
        margin: 0 auto;
    }

@media only screen and (max-width:768px) {
    section.vacant-positions {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*.career-block{padding:4.5em;}*/
.career-block {
    padding: 2.5em;
    padding-left: 1em;
}

section.vacant-positions .career-block:nth-of-type(even) {
    padding: 2em;
}

/*section.vacant-positions .career-block{background-color:#cccccc; }*/

section.vacant-positions .career-block:nth-child(4n-1),
section.vacant-positions .career-block:nth-child(4n-2) {
    background-color: #d6d6d4;
}

section.quiz {
    background-color: #85c446;
}

    section.quiz .col-md-12 {
        padding: 2em;
    }

    section.quiz .line-header {
        background-color: #fff;
        margin: 0 auto;
    }


@media only screen and (min-width:768px) and (max-width:1000px) {
    .career-block, section.vacant-positions .career-block:nth-of-type(even) {
        padding: 2em 2em;
    }

    section.careers .col-100 .row .col-50 {
        float: none;
        width: 100%;
    }

    .career-wrap-content { /* padding: 2em 0em; */
        width: 750px;
        margin: 0 auto;
    }

        .career-wrap-content .inner-wrap {
            padding: 5em 5em 5em 3em;
        }

    section.vacant-positions .career-block .inner-wrap {
        padding: 0em;
    }
}

@media only screen and (max-width:767px) {
    .career-block, section.vacant-positions .career-block:nth-of-type(even) {
        padding: 1em 1.5em
    }

    .career-wrap-content .inner-wrap {
        padding: 4em 4em 4em 2em;
    }
}

/****************************/
/*********Our People ********/
/****************************/

.list-team {
    padding: 0 7em;
}

.team-nav {
    list-style-type: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0em;
}

    .team-nav li {
        display: inline-block;
        margin-right: 1em
    }

        .team-nav li:last-of-type {
            margin-right: 0;
        }

        .team-nav li a {
            text-decoration: none;
            color: #cccccc;
            padding: 0 0.5em;
            font-size: 22px;
            border-right: 4px solid #ccc;
            font-weight: 700;
        }

            .team-nav li a:hover {
                color: #1687c3;
            }

        .team-nav li:first-of-type a {
            padding-left: 0em;
        }

        .team-nav li:last-of-type a {
            border-right: none;
        }

@media only screen and (min-width:992px) and (max-width:1200px) {
    .team-nav li:last-of-type a {
        border-right: none;
        padding: 0em;
    }
}

.team-nav li a.current {
    color: #0093de;
}

.team-member-wrap {
    padding: 0 7em;
    padding-bottom: 4em;
}

.team-member-block.col-33 {
    width: 33.33%;
    float: left;
    border: 2px solid #fff;
    border-bottom: 6px solid #0093de;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team-member-block.col-33 {
    min-height: 377px;
    max-height: 377px;
}

    .team-member-block.col-33 > .inner-wrap {
        padding: 1em 2em;
    }

    .team-member-block.col-33:nth-child(3n-1) {
        border-right: 0px;
        border-left: 0px;
    }

    .team-member-block.col-33 .inner-wrap .inner-wrap {
        padding: 1em 0em;
    }

.team-member-block .image-wrap {
    width: 60%;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    border-radius: 40px 0px;
    padding-bottom: 66%;
    overflow-y: hidden;
    margin-bottom: 1.5em;
    background-size: cover;
}

    /*.team-member-wrap .team-member-block{opacity:0;}
.team-member-wrap .team-member-block.is-showing{opacity:1;transition: opacity 0.5s}*/

    .team-member-block .image-wrap img {
        width: 100%;
    }

p.name-text {
    text-transform: Uppercase;
    font-weight: 700;
}

.team-member-desc {
    display: none;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/team-member1.jpg);
    background-size: cover;
    color: #fff;
    cursor: pointer;
}

.wrap-contact-info > p {
    margin: 0px;
}

.wrap-contact-info p a {
    margin-right: 0.3em;
    color: #666666;
}

.team-member-desc .overlay {
    background-color: rgba(0,107,132,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.team-member-desc .inner-wrap {
    padding: 3em 4em 0em;
}

.desc > p {
    font-size: 18px;
    font-weight: 300;
}

.members-tab-content {
    display: none;
}

.member-info-trigger span .fa-plus {
    font-size: 22px;
    color: #fff;
}

.members-tab-content.current {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 3em;
    display: block;
}

@media only screen and (min-width:768px) and (max-width: 1000px) {

    .list-team {
        padding: 0 3em;
    }

    .team-nav {
        text-align: left;
    }

        .team-nav li {
            margin-right: 0em;
            display: block;
            margin-bottom: 1em;
        }

            .team-nav li a {
                border-right: 0px;
                padding: 0px;
            }

    .team-member-block.col-33 {
        width: 50%;
    }

        .team-member-block.col-33:nth-child(3n-1) {
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
        }

        .team-member-block.col-33:nth-child(even) {
            border-left: 0px;
            border-right: 2px solid #fff;
        }

    .members-tab-content.current {
        padding-bottom: 3em;
    }

    .team-member-wrap {
        padding: 0 3em;
    }
}

@media only screen and (max-width: 767px) {

    .list-team {
        padding: 0;
    }

    .team-nav {
        text-align: center
    }

        .team-nav li {
            margin-right: 0em;
            display: block;
            margin-bottom: 1em;
        }

            .team-nav li a {
                border-right: 0px;
            }

    .team-member-wrap {
        padding: 0 1em;
    }

    .members-tab-content.current {
        display: inherit;
    }

    .team-member-block.col-33 {
        width: 50%;
    }

        .team-member-block.col-33:nth-child(3n-1) {
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
        }

        .team-member-block.col-33:nth-child(even) {
            border-left: 0px;
            border-right: 2px solid #fff;
        }

    .members-tab-content.current {
        padding-bottom: 3em;
    }

    .team-member-block.col-33 > .inner-wrap {
        padding: 0.5em;
    }

    .wrap-contact-info p a {
        word-wrap: break-word;
    }

    .team-member-row {
        padding-bottom: 3em;
    }
}

@media only screen and (max-width:1000px) {
    .team-member-desc .inner-wrap {
        padding: 2em 2em;
    }
}

@media only screen and (max-width:480px) {
    .team-member-block.col-33 {
        width: 100%;
    }

        .team-member-block.col-33:nth-child(3n-1) {
            border-left: 2px solid #fff;
            border-right: 2px solid #fff
        }

        .team-member-block.col-33:nth-child(even) {
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
        }
}

.full-width > .container {
    width: 100%;
    padding: 0px;
    position: relative;
}

    .full-width > .container .row > div[class^="col-md"] .arrow {
        position: absolute;
        left: 50%;
        content: 'Hello';
        top: 0px;
    }

    .full-width > .container .row > div[class^="col-md"] > img {
        width: 100%;
    }

.full-width .container .row .column img {
    width: 100%;
}

.arrow-down {
    position: absolute;
    content: '';
    border-top: 20px solid #ecebe9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -20px;
    left: 5.5em;
}

.modal-container {
    max-width: 70%;
    margin-top: 7em;
}

.member-info-dialog {
    width: 100%;
    margin: 0 auto;
}

    .member-info-dialog .modal-content .top-content {
        padding: 15px 30px;
    }

.wrap-modal-content {
    padding: 1em 20px 2em 20px;
}

.wrap-member-popup .wrap-img img {
    width: 100%;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    margin-bottom: 1em;
}

.wrap-member-info .inner-wrap {
    text-align: left;
    padding: 0em;
}

    .wrap-member-info .inner-wrap h3 {
        margin-top: 0px;
    }

.modal.fade .modal-dialog {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s linear;
}

.modal.in .modal-dialog {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width:768px) {

    .modal.container .modal-dialog.member-info-dialog {
        width: 100% !important;
    }

    .modal-container {
        margin-top: 2em;
    }
}

@media only screen and (max-width:480px) {

    .modal-container {
        max-width: 100%;
    }
}
/*****************/
/*******Slider****/
/*****************/
.slick-prev:before {
    content: url("../images/iconLeft.png");
    background: transparent url("/images/iconLeft.png") no-repeat scroll left top;
    background-size: cover;
    content: "";
    display: block;
    height: 88px;
    width: 44px;
    /*margin-left:-1em;*/
}

.slick-next:before {
    background: transparent url("/images/iconRight.png") no-repeat scroll left top;
    background-size: cover;
    content: "";
    display: block;
    height: 88px;
    width: 44px;
    /*margin-right:-1em;*/
}

.slick-prev, .slick-next {
    height: 88px;
    width: 44px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-prev {
    /*margin-left: -1em;*/
}

.slick-next {
    /*margin-right: -1em;*/
}

/****************************/
/********News Timeline*******/
/****************************/

.news-detail {
    padding-bottom: 4em;
    padding-top: 4em;
}



.left-area {
    margin-left: 6em;
    background-color: #eee;
}

    .left-area .inner-wrap {
        padding: 1em 1em;
    }

.news-desc .inner-wrap {
    padding-left: 7em;
    padding-top: 0;
}

    .news-desc .inner-wrap h2 {
        margin-top: 0px;
    }

.news-content {
    padding-top: 3em;
}

.nav-controls > div {
    display: inline-block
}

.nav-controls {
    padding: 0 7em;
}

@media only screen and (max-width:768px) {
    .nav-controls {
        padding: 0 2em;
    }
}

.nav-controls a {
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

    .nav-controls a:hover {
        color: #1687c3;
        text-decoration: none;
    }

    .nav-controls a i.fa {
        color: #006b84;
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 21px;
    }

.nav-controls i.fa {
    margin-right: 0.5em;
    color: #006b84;
    font-size: 21px
}

.nav-controls .next-ctrl {
    float: right;
}



@media only screen and (max-width:767px) {
    .news-desc .inner-wrap {
        padding-left: 1em;
    }
}

.more-articles {
    margin-top: 1em;
    margin-bottom: 3em;
    display: table;
    border-spacing: 5px;
}

    .more-articles .col-33 {
        position: relative;
        background-image: url(../images/img-content.jpg);
        background-size: cover;
        background-position: center center;
        display: table-cell;
        float: none;
        width: 30.33%;
    }

.overlay-news-content {
    position: relative;
    color: #fff;
    padding: 2em;
}

    .overlay-news-content .date {
        padding: 1em;
    }

    .overlay-news-content .inner-wrap {
        padding: 0em 2em 2em;
    }


.news-content p a {
    color: #1687c3;
    text-decoration: underline
}

.news-nav-section {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    margin-top: 1em;
}

.news-nav {
    list-style-type: none;
    margin-left: 1em;
    padding: 1em;
}

    .news-nav li {
        display: inline-block;
        padding: 0 1em;
        border-right: 3px solid #999;
    }

        .news-nav li a {
            font-size: 20px;
            color: #1687c3
        }

.news-blocks {
    margin-top: 3em;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .overlay-news-content {
        padding: 0em;
    }

        .overlay-news-content .inner-wrap {
            padding: 0em 1em 2em;
        }
}

@media only screen and (max-width:767px) {
    .more-articles .col-33 {
        display: block;
        width: 100%;
    }

    .overlay-news-content {
        padding: 2em;
    }
}


.news-blocks .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

    .news-blocks .container .row .col-50 {
        width: 50%;
        display: table-cell;
        background-image: url(/media/1026/img-content.jpg);
        float: none;
        background-position: center center;
        background-size: cover;
    }

.news-top-block {
    position: relative;
}

    .news-top-block img {
        width: 100%;
    }

    .news-top-block .wrap-news-content {
        /*padding: 1em 2em 3em 3em;
    width: 54%;*/
        padding: 1em 2em 3em 0em;
        width: 60%;
        margin: 0 auto;
    }

.wrap-news-content .date p {
    font-size: 16px;
    font-weight: 300;
}

.wrap-news-content .date {
    padding-bottom: 1em;
}

.o-color {
    background-color: rgba(0,101,132,0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.col-51.news-top-block {
    width: 50%;
    float: none;
    background-size: cover;
    display: table-cell;
    background-position: center center;
}

    .col-51.news-top-block:nth-child(even) .wrap-news-content {
        margin-left: 3em;
    }

    .col-51.news-top-block:nth-child(even) .o-color {
        background-color: #1687c3;
        opacity: 0.9;
    }

    .col-51.news-top-block:nth-child(even) .wrap-news-content .line-header {
        background-color: #006b84
    }

.wrap-news-content {
    color: #fff;
    position: relative;
    z-index: 3
}

    .wrap-news-content p a {
        color: #fff;
        text-decoration: none;
    }

    .wrap-news-content p {
        font-size: 20px;
        font-weight: 300;
    }

#timeline {
    padding: 7em 0;
    position: relative;
    margin-bottom: 5em;
    overflow: hidden;
}

    #timeline:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #666;
        left: 50%;
        top: 0px;
        margin-left: -1px;
        display: block;
        bottom: 80px;
    }

.timeline-head {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #ecebe9;
    padding: 0.5em 0;
    margin-top: 0em;
}

    .timeline-head a.trans-btn-link {
        color: #fff;
    }

        .timeline-head a.trans-btn-link:after {
            content: '';
        }

.arrow-news {
    position: absolute;
    bottom: 86px;
    width: 41px;
    height: 41px;
    left: 50%;
    margin-left: -21px;
    background-color: transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
}

.see-more {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    color: #1687c3;
    cursor: pointer;
}

.timeline-head .arrow {
    position: absolute;
    content: '';
    width: 10px;
    left: 53%;
    height: 10px;
    background-color: #ecebe9;
    border-right: 1.5px solid #1687c3;
    border-bottom: 1.5px solid #1687c3;
    margin-left: -10px;
    bottom: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.timeline-block {
    position: relative;
    margin: 5em 0;
    left: 10%;
}

.timeline-block {
    display: none;
}

    .timeline-block .line-header {
        left: 40%;
        position: absolute;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        top: -12%;
        background-color: #666;
        height: 1px;
        width: 35px;
    }

.circle {
    background: transparent;
    border-radius: 50%;
    width: 7px;
    position: absolute;
    left: 50%;
    height: 7px;
    margin-top: -3px;
    left: -7px;
    border: 1px solid #000;
}

.timeline-block:nth-child(2n-1) .circle {
    left: 35px;
}

.timeline-block:nth-child(2n-1) .line-header {
    left: -2%;
}

.timeline-date {
    position: absolute;
    top: -14%;
    left: 24%;
}

.timeline-block .timeline-content {
    width: 35%;
}

    .timeline-block .timeline-content img {
        width: 100%;
    }

.timeline-block:nth-child(2n-1) {
    left: 55%;
    margin-top: -23%;
}

    .timeline-block:nth-child(2n-1) .timeline-date {
        left: 0%;
        top: -14%;
    }

.timeline-content {
    background-color: #fff;
}

    .timeline-content .inner-wrap {
        padding: 1em 1em;
    }

        .timeline-content .inner-wrap .title {
            color: #006b84;
            font-size: 18px;
            font-weight: 700;
            padding-top: 0.5em
        }

    .timeline-content.is-hidden {
        visibility: hidden;
    }

    .timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.8s;
        -moz-animation: cd-bounce-2 0.8s;
        animation: cd-bounce-2 0.8s;
    }

.timeline-date.is-hidden {
    visibility: hidden
}

.timeline-date.bounce-in {
    visibility: visible;
    transition: visibility 0.5s
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 0.5;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.timeline-block:nth-child(2n-1) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


@media only screen and (min-width:993px) and (max-width:1199px) {
    .timeline-block:nth-child(2n-1) .line-header {
        left: -14px;
    }

    .timeline-block .timeline-date {
        left: 22%;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .page-title {
        margin-left: 0em;
    }

    .timeline-block .timeline-content {
        width: 40%;
    }

    .timeline-block {
        left: 5%;
    }

        .timeline-block .line-header {
            left: 45%;
        }

        .timeline-block .timeline-date {
            left: 21%;
        }

        .timeline-block:nth-child(2n-1) .line-header {
            left: -3px;
        }

        .timeline-block:nth-child(2n-1) .timeline-date {
            left: 2%;
        }

    .news-desc .inner-wrap {
        padding-left: 3em;
        padding-top: 2em;
    }
}

@media only screen and (min-width:769px) and (max-width:1000px) {

    .news-top-block .wrap-news-content {
        padding: 3em 0em;
    }

        .news-top-block .wrap-news-content .content-wrap {
            padding: 1em;
        }

    .news-top-block .wrap-news-content {
        margin: 0 4em;
    }

    .left-area {
        margin-left: 2em;
    }

        .left-area .inner-wrap {
            padding: 1em;
        }
}

@media only screen and (max-width:768px) {


    .news-blocks .col-100 .row {
        display: block;
    }

    .col-51.news-top-block {
        width: 100%;
        display: block;
    }

        .col-51.news-top-block:nth-child(even) .wrap-news-content {
            margin-left: 0em;
        }

    .news-top-block .wrap-news-content .content-wrap {
        padding: 0 1em
    }

    .news-top-block .wrap-news-content {
        padding: 2em;
        width: 100%;
    }

    #timeline:before {
        left: 8%;
    }

    .timeline-head {
        display: none;
    }

    .timeline-block {
        left: 15%;
    }

        .timeline-block .timeline-content {
            width: 80%;
        }

        .timeline-block:nth-child(2n-1) {
            left: 15%;
            margin-top: 0%
        }

            .timeline-block .line-header, .timeline-block:nth-child(2n-1) .line-header {
                position: relative;
                transform: translateX(0);
                width: 39px;
                left: -7%;
            }

            .circle, .timeline-block:nth-child(2n-1) .circle {
                left: 39px;
            }

            .timeline-date, .timeline-block:nth-child(2n-1) .timeline-date {
                top: -3%;
                left: 5%;
            }

    .left-area {
        margin-left: 0em;
    }

    .arrow-news {
        left: 8%;
    }

    .see-more {
        left: 8%;
    }

    .overlay-news-content .inner-wrap {
        padding: 0 1em;
    }
}

@media only screen and (max-width:480px) {

    .arrow-news {
        bottom: 83px;
        width: 21px;
        height: 21px;
        margin-left: -11px;
    }

    .see-more {
        font-size: 12px;
        left: 10%;
    }

    .timeline-date, .timeline-block:nth-child(2n-1) .timeline-date {
        left: 9%;
    }
}
/********************/
/********Projects****/
/********************/

section.project-types {
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.wrap-project-nav {
    padding: 1em 6em;
}

.project-types-nav {
    display: inline-block;
}

ul.project-nav {
    list-style-type: none;
    margin-bottom: 0px;
}

    ul.project-nav li {
        display: inline-block;
        border-right: 4px solid #ddd;
    }

        ul.project-nav li a {
            font-size: 22px;
            font-weight: 700;
            color: #ddd;
            padding: 0.5em 1em;
            text-decoration: none;
        }

            ul.project-nav li a:hover {
                text-decoration: none;
                color: #1687c3
            }

            ul.project-nav li a.current {
                color: #1687c3
            }

.categories {
    float: right;
    display: inline-block;
    margin-right: 5em
}

    .categories a {
        font-size: 18px;
        font-weight: 700;
        color: #006b84;
        padding: 0.5em 1em;
        text-transform: uppercase
    }

        .categories a:hover {
            color: #006b84;
            text-decoration: none;
        }

    .categories i.fa-plus {
        margin-left: 10px;
        color: #1687c3;
        font-size: 22px
    }

section.projects {
    margin-top: 5em;
}

.inner-wrap-container {
    margin: 0 8%;
}

.projects-tab-content {
    display: none;
}

    .projects-tab-content.current {
        display: inherit;
    }

    .projects-tab-content .col-md-6:nth-child(2n-1) {
        clear: left;
    }

.project-wrap {
    margin-bottom: 2em
}

    .project-wrap .wrap {
        padding-top: 1em;
    }

        .project-wrap .wrap > p, .project-wrap .wrap > h3 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

.img-wrap img {
    width: 100%;
}

.img-wrap {
    position: relative;
}

    .img-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1687c3a1;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .img-wrap:hover .overlay {
        opacity: 1;
    }

    .img-wrap .overlay i.fa-plus {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 60px;
        color: #fff;
        margin-top: -30px;
        margin-left: -30px;
    }

.project-wrap img {
    height: 300px;
}

@media only screen and (max-width:992px) {
    .project-wrap img {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {

    .wrap-project-nav {
        padding: 1em 1em;
    }

    .project-types-nav {
        display: block;
    }

    ul.project-nav {
        text-align: center;
    }

        ul.project-nav li {
            display: block;
            border-right: 0px;
            margin-bottom: 1em;
            margin-top: 1em;
        }

    .inner-wrap-container {
        margin: 0;
    }
}

.wrap-member-info.projects-popup .wrap-img {
    float: left;
    padding: 1em 2em;
}

@media only screen and (min-width:992px) {
    .wrap-member-info.projects-popup .wrap-img {
        float: left;
        padding: 1em 2em;
        width: 50%
    }

    .wrap-member-info.projects-popup .inner-wrap .line-header {
        position: absolute;
        left: 50%;
    }

    .wrap-member-info.projects-popup .inner-wrap {
        padding: 1em 2em;
    }

        .wrap-member-info.projects-popup .inner-wrap .project-desc {
            margin-top: 2em;
        }
}

@media only screen and (max-width: 768px) {
    .wrap-member-info.projects-popup .wrap-img {
        padding: 1em 1em 1em 0em;
    }
}

/***********************/
/********Services*******/
/***********************/

.services {
    display: table;
}

    .services .col-50 {
        width: 33.3%;
        display: table-cell;
        border-top-left-radius: 100px;
        background-position: center center;
        position: relative;
        background-size: cover;
        float: none;
    }

        .services .col-50:last-child {
            border-bottom-right-radius: 100px;
            border-top-left-radius: 0px;
        }

.services-block-wrap .wrap-services-content {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 2em 3em 5em 4em;
    z-index: 3;
}

.services .col-50:nth-child(1) .o-color {
    border-top-left-radius: 100px;
    opacity: 0.9
}

.services .col-50 .o-color {
    opacity: 0.9;
}


@media only screen and (min-width:992px) {
    .services-block-content .wrap-services-content .inner-wrap {
        padding-left: 0em;
    }

    .services-block-content:first-of-type .wrap-services-content .inner-wrap {
        padding-left: 3em;
    }
}

.services .col-50:last-child .o-color {
    border-bottom-right-radius: 100px;
    opacity: 0.9
}

.inner-wrap h4 {
    line-height: 1.5em;
    font-size: 20px;
}

.services-tab {
    border-top: 1px solid #ddd;
    margin-left: 6em
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .services-tab {
        margin-left: 3em;
    }
}

.services-tab ul {
    list-style-type: none;
    padding: 1em 0;
}

    .services-tab ul li {
        display: inline-block;
        border-right: 4px solid #ddd;
    }

        .services-tab ul li a {
            font-size: 22px;
            font-weight: 700;
            color: #ddd;
            padding: 0.2em 1em 0.2em 0em;
            text-decoration: none;
        }

        .services-tab ul li:last-child {
            border-right: 0px
        }

        .services-tab ul li a.current {
            color: #1687c3;
            text-decoration: none;
        }

        .services-tab ul li a:hover {
            text-decoration: none;
            color: #1687c3
        }

        .services-tab ul li:nth-of-type(2) a, .services-tab ul li:nth-of-type(3) a {
            padding-left: 1em;
        }

.section-seperator {
    width: 100%;
    height: 6px;
    background-color: #1687c3;
}

.col-70 {
    width: 64%;
    float: left;
}

.col-30 {
    width: 36%;
    float: left;
}

.section-serives {
    /*background-color: #1687c3;*/
    /*background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.5, #1687c3), color-stop(0.5, #006b84) );*/
    /*background-image: -webkit-linear-gradient(left, transparent 68%, #ddd 35%);
     background-image: -webkit-linear-gradient(right, #transparent 68%, #006b84 35%); 
     background-image: linear-gradient(to left, #transparent 68%, #006b84 35%);*/
    background-image: linear-gradient(to left, #ddd 25%, transparent 0%);
}

.services-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
}

.services-tab-content {
    display: none;
}

    .services-tab-content.current {
        display: table;
    }

.services-desc {
    display: table-cell;
    display: table-cell;
    width: 66.66%;
    float: none;
}

.services-list-wrap {
    display: table-cell;
    position: relative;
    background-color: #DDD;
    float: none;
}

.services-desc .content-wrap {
    margin-left: 3em;
    padding: 2em;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .services-desc .content-wrap {
        margin-left: 0em;
        padding: 2em;
    }
}

.services-desc .content-wrap ul li {
    list-style-type: none;
    padding-bottom: 0.5em;
    font-size: 16px;
    font-weight: 300;
}

    .services-desc .content-wrap ul li:before {
        font-family: 'FontAwesome';
        content: "+";
        color: #00718c;
        font-size: 16px;
        margin-right: 0.6em;
    }

.services-list-wrap .arrow-bottom {
    position: absolute;
    content: '';
    border-top: 20px solid #1687c3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -1px;
    left: 0px;
}

.services-list {
    margin-top: 2em;
    padding: 1em;
    padding-left: 1.5em;
}

    .services-list p {
        line-height: 2em;
        font-weight: 700
    }

    .services-list ul {
        list-style-image: url(/images/pluss.png);
    }

        .services-list ul li {
            padding-bottom: 0.5em;
            font-size: 16px
        }

            /*.services-list ul li:before{
       font-family: 'FontAwesome';
    content: "+";
    color: #666;
    font-size: 16px;
    margin-right: 0.6em;
}*/

            /*.services-desc ul{
    list-style-image: url(/images/plussBlue.png);
}*/

            .services-list ul li .item {
                padding-left: 0.5em;
                font-size: 16px;
            }

            .services-list ul li .fa-plus {
                font-size: 14px;
                color: #aaa;
            }

@media only screen and (max-width:992px) {
    .section-serives {
        background-color: transparent;
        background-image: none;
    }

    .services-list-wrap .arrow-bottom {
        display: none;
    }

    .services-tab-content.current {
        display: block;
        padding-bottom: 1em;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .services-block-wrap .wrap-services-content {
        padding: 2em;
    }

    .services-list-wrap {
        width: 100%;
        display: block;
    }

    .services-desc {
        width: 100%;
        display: block;
    }

    .services-list-wrap .arrow-bottom {
        display: none;
    }

    .services-list {
        padding-left: 4em;
    }
}

@media only screen and (max-width:922px) {
    .services .col-50 {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {



    .services-block-wrap .wrap-services-content {
        padding: 2em;
    }

    .services-tab {
        margin-left: 0em;
        text-align: center;
    }

        .services-tab ul li {
            display: block;
            border-right: 0px;
            margin-bottom: 1em;
        }

            .services-tab ul li:nth-of-type(2) a {
                padding-left: 0;
            }

    .services-desc .content-wrap {
        margin-left: 0em;
        padding: 2em 0em
    }

    .services-tab-content.current {
        display: block;
    }

    .services-list-wrap {
        display: block;
    }

    .services-desc {
        width: 100%;
    }

    .services-block-wrap .wrap-services-content {
        padding: 2em;
    }

    .services-list-wrap {
        width: 100%;
        display: block;
    }

    .services-desc {
        width: 100%;
        display: block;
    }

    .services-list-wrap .arrow-bottom {
        display: none;
    }

    .services-list {
        padding-left: 1em;
    }
}

/********************/
/*******Contact******/
/********************/
.white {
    background-color: #fff;
}

.split-bg {
    background-color: #1687c3;
    background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.5, #1687c3), color-stop(0.5, #006b84) );
    background-image: -webkit-linear-gradient(left, #1687c3 50%, #006b84 50%);
    background-image: -webkit-linear-gradient(right, #1687c3 50%, #006b84 50%);
    background-image: linear-gradient(to left, #1687c3 50%, #006b84 50%);
}

.contact-section {
    color: #fff;
}

    .contact-section .address {
        background-color: #1687c3;
        position: relative;
    }

.address .arrow-left {
    position: absolute;
    content: '';
    border-bottom: 50px solid transparent;
    border-left: 50px solid #1687c3;
    border-top: 50px solid transparent;
    top: 25%;
    right: -5%;
}

.address .column-wrap {
    padding: 3em 2em 3em 9em;
}

    .address .column-wrap .inner-wrap {
        padding: 1em 13em 1em 3em;
    }



.contact-us {
    background-color: #006b84;
}

.contact-us-edit .content-wrap {
    padding: 6.5em 3em;
    color: #fff
}

.form-header {
    padding-left: 1.5em;
}

.form-container .col-md-9 {
    margin: 0 auto;
    float: none;
}

.contact-form input, .contact-form textarea, .contact-form, .contact-form select {
    width: 100%;
    padding: 0.5em;
}

    .contact-form .select-wrap {
        width: 100%;
    }

    .contact-form input[type=checkbox] {
        width: auto;
        -webkit-appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -ms-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        appearance: checkbox !important;
    }

    .contact-form select {
        padding: 0.4em;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #ccc;
    }


    .contact-form div[class^="col"] {
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }

input, textarea, select {
    color: #1687c3;
    font-family: inherit;
    font-size: inherit;
}

select {
    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 98% 50%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #1687c3;
}

input:-moz-placeholder {
    color: #1687c3;
    /*font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;*/
}

textarea:-moz-placeholder {
    color: #1687c3;
}

input::-moz-placeholder {
    color: #1687c3;
    /*font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;*/
}

textarea::-moz-placeholder {
    color: #1687c3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #1687c3;
    /*font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;*/
}

.btn-submit {
    background-color: #1687c3;
    border: 0;
    padding: 0.5em 2em;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

    .btn-submit:hover {
        text-decoration: none;
        color: #fff !important;
    }

.checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    line-height: 18px;
    color: #006b84;
    font-weight: 300;
}

input[type=checkbox] {
    display: none;
}

.checkbox:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    text-align: center;
}

input[type=checkbox]:checked + .checkbox:before {
    content: "\2713";
    font-size: 15px;
}

@media only screen and (max-width:992px) {
    .split-bg {
        background-image: none;
    }

        .split-bg .container .row .column .center-wrap {
            text-align: center;
            padding: 2em 0em;
        }

        .split-bg .container .arrow-left-blue {
            display: none;
        }

    .contact-us-edit {
        color: #fff;
    }

        .contact-us-edit .content-wrap {
            padding: 2em 0em;
        }

            .contact-us-edit .content-wrap .btn-wrap > a {
                margin-right: 0
            }
}

@media only screen and (max-width:768px) {

    .split-bg .container .row .column .center-wrap {
        text-align: left;
        padding: 2em 2em;
    }

    .contact-us-edit .content-wrap {
        text-align: left;
        padding: 2em;
    }

        .contact-us-edit .content-wrap .line-header {
            display: none;
        }
}

.contact-form .ng-invalid.ng-touched {
    box-shadow: 0 0 2px 0 red;
    border-color: transparent;
}


.contact-form input {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.contact-form .ng-valid.ng-touched:not([type="checkbox"]) {
    box-shadow: 0 0 2px 0 green;
    border-color: transparent;
}

.no-boxshadow .contact-form input.ng-invalid.ng-touched {
    border: 1px solid rgba(255,0,0,0.4);
}


#googleMap {
    width: 100%;
    height: 400px
}

.g-map {
    margin-top: 3em;
}

.job-popup {
    display: none;
    width: 500px;
    position: absolute;
    top: 108px;
    right: 0;
    background-color: #ddd;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 99;
}

    .job-popup .wrap-job-popup .header .btn-close {
        float: right;
        margin-right: 10px;
        margin-top: 15px;
    }

    .job-popup .header .btn-close .fa-times {
        font-size: 20px;
        cursor: pointer;
    }

.pop-up-wrap {
    padding: 1em;
}

.form-job input {
    width: 80%;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.pop-up-wrap .inner-wrap {
    padding: 1em 2em 3em
}

.form-job {
    margin-top: 2.5em;
}

    .form-job .btn {
        margin-top: 2em;
    }

    .form-job input::-webkit-input-placeholder {
        color: #00718c;
    }

    .form-job input:-moz-placeholder {
        color: #00718c;
    }

    .form-job input:-moz-placeholder {
        color: #00718c;
    }

    .form-job input:-ms-input-placeholder {
        color: #00718c;
    }

@media only screen and (max-width:500px) {
    .job-popup {
        width: 320px;
    }

    .pop-up-wrap .inner-wrap {
        padding: 0em;
    }

    .form-job {
        margin-top: 0em;
    }
}


.question-form .checkbox {
    display: block;
}

.questions {
    height: 500px;
    padding-top: 2em;
    text-align: left;
}

.questions-container {
    text-align: center;
}

.wrap-questions {
    padding-bottom: 3em;
}

.quiz-nav {
    padding-bottom: 3em;
}

.question-submit {
    visibility: hidden;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        color: #00718c;
        font-size: 14px;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        input[type="radio"] + label span {
            background-color: #fff;
        }

    input[type="radio"]:checked + label span {
        background-color: #1687c3;
    }

    input[type="radio"] + label span,
    input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }

.radio-label {
    display: block;
}

.subscribe-btn-link {
    background: none;
    border: 0;
    border: 1px solid #fff;
    padding: 0 0.5em;
    -webkit-appearance: none;
}

.error-text {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.container .row .col-md-12.column .inner-wrap {
    background-size: cover;
}
