

/*Graphie SemiBold Italic

font-family: graphie, sans-serif;

font-weight: 600;

font-style: italic;

font-family: circe, sans-serif;

font-weight: 400;

font-style: normal;


Circe Bold

font-family: circe, sans-serif;

font-weight: 700;

font-style: normal;


Circe Bold

font-family: circe, sans-serif;

font-weight: 700;

font-style: normal;
Graphie SemiBold

font-family: graphie, sans-serif;

font-weight: 600;

font-style: normal;


Graphie ExtraBold Italic

font-family: graphie, sans-serif;

font-weight: 800;

font-style: italic;


Graphie ExtraBold

font-family: graphie, sans-serif;

font-weight: 800;

font-style: normal;*/
#preloader.fadeOut {
    opacity: 0;
}

body {
    font-family: circe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 2;
    background: #FFFFFF;
    color: #464646;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    overflow-x: hidden;
}

div {
    background-size: cover;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.img {
    display: block;
    width: 100%;
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
    min-height: 100%;
    width: auto !important;
}

.fixedHeight {
    height: 300px;
}


@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.scroll-content {
    overflow-x: hidden;
}

.container {
    width: 1630px;
    margin: 0 auto;
    max-width: calc(100vw - 80px);
    position: relative;
    z-index: 1;
}

    .container.midc {
        width: 1555px;
    }

header .container {
    height: 100%;
}

.container.sml {
    width: 900px;
}


.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: calc(25% - 11.25px);
    margin-right: 15px;
}

.grid_4 {
    width: calc(33.33% - 75.33px);
    margin-right: 113px;
}


.grid_5 {
    width: 39.57%;
}

.grid_6 {
    width: 50%;
}

.half {
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
    position: relative;
}

.grid_7 {
    width: calc(60.43% - 8px);
}

.grid_8 {
    width: calc(66.67% - 75px);
}

.grid_9 {
    width: calc(75% + 11.25px);
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.last, .gl2 {
    margin-right: 0;
}

.space {
    display: block;
    height: 0.1px;
    width: 100%;
    float: left;
}

.gl1, .gl2, gl3 {
    margin-bottom: 80px;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */





.fullimage {
    width: 100%;
    margin: 0;
    display: block;
}

.bg-blend {
    background-color: #1A428A;
    mix-blend-mode: multiply;
    isolation: isolate;
}


header {
    position: fixed;
    height: 115px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: height 0.4s;
    background-color: rgba(6,22,82,0.9);
}



    header.shrink {
        height: 76px;
    }

.logo {
    left: 0;
    width: 292px;
    text-align: left;
    transition: width 0.4s;
    display: block;
    height: auto;
    z-index: 3;
}

header.shrink .logo {
    width: 175px;
}

header:hover {
    height: 115px;
}

.logo svg {
    width: 100%;
    height: auto;
}

.north {
    opacity: 1;
    transition: all 0.4s;
}

header.shrink .north {
    opacity: 0;
}

header:hover .logo {
    width: 292px;
}

header:hover .north {
    opacity: 1;
}

#nav-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        cursor: pointer;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            bottom: -8px;
            top: auto;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after,
        #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }


#nav {
    right: 0;
    text-align: right;
    opacity: 1;
    transition: opacity 0.4s;
    z-index: 1;
}

header.shrink #nav {
    opacity: 0;
}

header:hover #nav {
    opacity: 1 !important;
}

#ul {
    list-style: none;
}

.link {
    display: inline-block;
    margin-right: 76px;
}

#ul .link a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: transform 0.3s;
    display: block;
    position: relative;
}

    #ul .link a:after {
        content: '';
        position: absolute;
        width: 0;
        background: #fff;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 1px;
        display: block;
        bottom: -3px;
        transition: width 0.3s;
    }

#ul li.link:hover a, #page-about li.link.about a, #page-projects li.link.projects a, #page-capabilities li.link.capabilities a, #page-reputation li.link.reputation a, #page-contact li.link.contact a {
    transform: translateY(-5px);
}

    #ul li.link:hover a:after, #page-about li.link.about a:after, #page-projects li.link.projects a:after, #page-capabilities li.link.capabilities a:after, #page-reputation li.link.reputation a:after, #page-contact li.link.contact a:after {
        width: 100%;
    }



.link.contact {
    margin-right: 0;
}

.toFade {
    transition: opacity 0.7s;
    opacity: 0;
}

.faded {
    opacity: 1;
}

.fadeIn {
    opacity: 0;
    transition: all 0.5s;
}

    .fadeIn.animated {
        opacity: 1;
    }

.fadeInUp {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s;
}

    .fadeInUp.animated {
        opacity: 1;
        transform: translateY(0);
    }

.centeralign {
    text-align: center;
}

.fullheight {
    height: calc(100vh);
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    min-height: 768px;
}

.darkblue {
    background-size: cover;
}

    .b-layer:after, .darkblue:after {
        position: absolute;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(to right, rgba(25,25,25,0.5), rgba(25,25,25,0));
    }

.darkblue {
    position: relative;
}

    .darkblue:after {
        background: rgba(6,22,82,0.8);
        background-image: none;
    }

.bg-blue {
    background: #1a428a;
}

.blue {
    color: #1A428A;
}

.fullheight.h100 {
    height: 100vh;
}

.projectHover {
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .projectHover.hide {
        display: none;
    }

.bar {
    height: 76px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    width: 100%;
    text-align: left;
}

    .bar:after {
        display: block;
        width: 27px;
        height: 24px;
        background-size: cover;
        position: absolute;
        right: 25px;
        bottom: 10px;
        opacity: 0;
        transition: opacity 0.4s;
        content: '';
        background-image: url(/images/logo.svg);
    }

.no-touch .projectHover:hover .bar:after {
    opacity: 1;
}

.projectHover.hovered .bar:after {
    opacity: 1;
}

.blue-bar {
    height: 180px;
    display: block;
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: -103px;
    background-color: rgba(6,22,82,0.9);
    transition: all 0.4s;
    overflow: hidden;
}

.no-touch .projectHover:hover .blue-bar {
    transform: rotate(-7.5deg) translateY(-45px);
    bottom: -80px;
}

.projectHover.hovered .blue-bar {
    transform: rotate(-7.5deg) translateY(-45px);
    bottom: -80px;
}

.no-touch .projectHover:hover .bar {
    transform: translateY(-25px);
}

.projectHover.hovered .bar {
    transform: translateY(-25px);
}

.no-touch .projectHover:hover .p-type {
    height: 1.5em;
}

.projectHover.hovered .p-type {
    height: 1.5em;
}

.p-name {
    position: absolute;
    left: 25px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
}

.p-type {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.4s;
    font-size: 0.75em;
}

.skew {
    height: 493px;
    overflow: hidden;
    width: 25%;
    float: left;
    -webkit-transform: skewX(-7.5deg);
    transform: skewX(-7.5deg);
    position: relative;
}

.innerSkew {
    background-size: cover;
    position: absolute;
    left: -35px;
    right: -35px;
    top: 0;
    height: 100%;
    -webkit-transform: skewX(7.5deg);
    transform: skewX(7.5deg);
}

.blueLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 438px;
    height: 100%;
    transition: all 0.7s;
    color: #fff;
    z-index: 1;
}

    .blueLink.right {
        left: auto;
        right: 0;
    }

.blskew {
    position: absolute;
    display: block;
    left: -100px;
    right: 0;
    height: 100%;
    top: 0;
    background-color: rgba(6,22,82,0.9);
    transition: all 0.7s;
}

.blueLink.right .blskew {
    left: 0px;
    right: -100px;
}

/*.blueLink:hover {
    width: 500px;
}*/

.blueLink.hovered {
    width: 500px;
}



    /*.no-touch .blueLink:hover .blskew {
    transform: skewX(-7.5deg);
    right: -90px;
}*/

    .blueLink.hovered .blskew {
        transform: skewX(-7.5deg);
        right: -90px;
    }

.blueLink .middle {
    overflow: hidden;
}

/*.blueLink.right:hover .blskew {
    right: -100px;
    left: -112px;
}*/

.blueLink.right.hovered .blskew {
    right: -100px;
    left: -112px;
}

.h-height {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.5s,opacity 0.8s;
    width: 400px;
}

.blueLink.hovered .h-height {
    opacity: 1;
}


.shover .h-height {
    opacity: 1;
    height: auto;
    overflow: initial;
}

.middle-h.r50 .h-height {
}

.shover:hover .h-height {
    opacity: 1;
}

.shover {
    background-color: rgba(6,22,82,0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
}

.no-touch .innerSkew:hover .shover {
    opacity: 1;
}

.shover .middle {
    padding-left: 80px;
    width: 100%;
}

.btn {
    display: block;
    width: 220px;
    padding: 12px 0;
    border: 2px solid #1a428a;
    color: #1a428a;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
    font-weight: bold;
}

.no-touch .btn:hover {
    color: #fff;
    background: #1a428a;
}

.btn.white {
    border: 2px solid #fff;
    color: #fff;
}

.no-touch .btn.white:hover {
    color: #1a428a;
    background: #fff;
}

.hover-m {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 33px;
    right: 30px;
    z-index: 5;
    opacity: 0;
}

.animated .hover-m {
    opacity: 1;
}

.hovered.shover {
    opacity: 1;
}

.hover-m.right-hover {
    left: 30px;
    right: auto;
}

.hover-m:after {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: 22px;
    height: 13px;
    background-size: cover;
    background-image: url(/images/Scroll.png);
    background-repeat: no-repeat;
    transition: transform 0.5s;
}

.hover-m.right-hover:after {
    right: auto;
    left: 0;
}

.hovered .hover-m:after {
    transform: rotate(-180deg);
}

.logos {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 1230px;
    margin: 60px auto;
    max-width: 100%;
    flex-wrap: wrap;
}

    .logos .imgHolder {
        display: flex;
        align-items: center;
    }
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: graphie, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}

p {
}

    p.quate {
        font-size: 21px;
        font-weight: 600;
        width: 488px;
        text-align: left;
        color: #1A428A;
        line-height: 1.8;
        font-style: italic;
        max-width: 100%;
        font-family: graphie, sans-serif;
    }

        p.quate span {
            display: block;
            text-align: right;
            transform: translateX(62px);
            padding-top: 10px;
        }

.flexslider p.quate span {
    font-weight: bold;
    text-align: center;
    transform: translateX(0);
}

p.big {
    width: 620px;
    text-align: center;
}

    p.big.quate {
        width: 660px;
        text-align: center;
    }

h1 {
    font-size: 120px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 0.25em;
}

h2 {
    font-size: 60px;
    margin-bottom: 1em;
    color: #1a428a;
}

    h2.lessmarg {
        margin-bottom: 0.75em;
    }



h3 {
    font-size: 36px;
    margin-bottom: 1em;
}




h4 {
    font-size: 18px;
    margin-bottom: 1.5em;
}


h5 {
    font-size: 50px;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
}

.blueLink h5 {
    max-width: 340px;
}



h6 {
    font-size: 34px;
    margin-bottom: 0.5em;
}

.shover h6 {
    text-align: left;
}

.ptb150 {
    padding: 150px 0;
}

.bgb3 {
    background-position: 44% center !important;
}

.ptb75 {
    padding: 75px 0;
}

.t1 {
    display: block;
    transform: translateX(-0.5em);
    margin-bottom: 0.2em;
}

.t2 {
    display: block;
    transform: translateX(-0.75em);
    margin-bottom: 0.2em;
}

.t3 {
    display: block;
    transform: translateX(-1em);
}


.parallexHolder {
    position: relative;
    overflow: hidden;
}


.mainImage {
    opacity: 0;
    display: block;
    width: 100%;
}

.parallex {
    position: absolute;
    display: block;
    left: -30px;
    right: -30px;
    top: -60px;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

    .parallex.morePara {
        top: -120px;
    }



.scrollDown {
    width: 21px;
    position: absolute;
    bottom: 30px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .scrollDown svg {
        width: 100%;
        height: auto;
    }

.apply {
    width: 1095px;
    max-width: 100%;
    margin: 0 auto;
}

    .apply li {
        font-size: 36px;
        font-weight: 800;
        line-height: 2.77;
        position: relative;
        font-family: graphie, sans-serif;
        border-bottom: 1px solid #A3A3A3;
        list-style: none;
        text-align: left;
        color: #1a428a;
    }

        .apply li:last-child {
            border: none;
        }

        .apply li span {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }

#disclaimer {
    position: fixed;
    width: 780px;
    height: 700px;
    max-height: 100%;
    max-width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 7px #000000;
    border: 1px solid #707070;
    border-radius: 5px;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    z-index: 999999;
    text-align: left;
}

    #disclaimer p.ponint {
        margin: 0;
        padding-left: 20px;
        position: relative;
    }

        #disclaimer p.ponint:before {
            content: "";
            background: #464646;
            position: absolute;
            left: 0;
            top: 0.75em;
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }

.mb10 {
    margin-bottom: 10px;
}

#innerDis {
    width: 600px;
    height: 600px;
    overflow: hidden;
    max-height: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0 20px;
}

#innerDis {
    font-size: 16px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 50;
}

    .close:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 15px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #444C5A;
    }

    .close:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 15px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #444C5A;
    }

.pt1 {
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 24px;
}

.pt2 {
    font-weight: 600;
    margin: 1em 0;
    font-size: 18px;
}

.pt100 {
    padding-top: 100px;
}

#register {
    width: 812px;
    padding: 120px 0;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    color: #fff;
    position: relative;
    z-index: 2;
}

input, select, textarea {
    font-size: 16px;
    display: block;
    margin: 0 0 30px 0;
    padding: 8px 5px;
    width: 100%;
    color: #fff;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: rgba(245,245,245,0.65);
    text-align: left;
    letter-spacing: 0;
    font-family: graphie, sans-serif;
    font-weight: bold;
}


select {
    background-image: url(/images/buttons/arrow.png);
    background-position: right center;
    background-size: 21px 13px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.checkbox {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

    .checkbox + label {
        padding: 10px 0 10px 50px;
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
    }

        .checkbox + label:before {
            position: absolute;
            left: 0;
            width: 30px;
            height: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #fff;
            border-radius: 50%;
            content: '';
            display: block;
        }

        .checkbox + label:after {
            position: absolute;
            left: 7px;
            width: 15px;
            height: 15px;
            top: 50%;
            border-radius: 50%;
            transform: translateY(-50%) scale(0);
            background: #fff;
            content: '';
            display: block;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            transform-origin: center;
        }

    .checkbox:checked + label:after {
        transform: translateY(-50%) scale(1) translateX(0.5px);
    }

label {
    text-align: left;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.b_submit {
    margin: 60px auto 0 auto;
    display: block;
    width: 220px;
    padding: 16px 0;
    border: 2px solid #fff;
    background: none;
    color: #1a428a;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    font-family: circe, sans-serif;
    cursor: pointer;
}

.no-touch .b_submit:hover {
    background: #fff;
    color: #1a428a;
}


select option {
    padding: 7px 5px;
}

.privacy {
    opacity: 0.5;
    color: #18421E;
    font-family: Arial;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    text-align: center;
}

    .privacy a {
        color: inherit;
    }


.chk_holder {
    text-align: left;
    margin-bottom: 40px;
}



input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}




ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    transform: translateY(-18px);
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #fff;
        font-size: 12px;
    }

.block {
    display: block;
}



.title {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: graphie, sans-serif;
}

p.mid {
    font-size: 18px;
    line-height: 1.5;
}

p.sml {
    font-size: 15px;
    line-height: 1.7;
}

footer {
    background: #191919;
    padding: 66px 0 45px 0;
    color: #fff;
}

    footer a {
        line-height: 2.25;
        text-align: left;
        display: block;
        font-size: 16px;
        color: #c4c4c4;
    }

        footer a:hover {
            color: #fff;
        }

.bt-footer {
    padding-top: 65px;
    font-size: 14px;
    line-height: 1.3;
}

    .bt-footer a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
    }

.logofooter {
    width: 292px;
    display: block;
    transform: translateY(6px);
}

    .logofooter svg {
        width: 100%;
        height: auto;
    }

.social {
    display: block;
    position: relative;
    padding-left: 27px;
    line-height: 2.25;
}

    .social svg {
        height: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: block;
        width: auto;
        fill: #c4c4c4;
    }

a.social:hover svg {
    fill: #fff;
}

#ul-f {
    list-style: none;
}

    #ul-f li {
        display: block;
        text-align: left;
    }

        #ul-f li.link a {
            text-transform: none;
        }

.rightalign {
    text-align: right;
}

.leftalign {
    text-align: left;
}

.relative {
    position: relative;
    overflow: hidden;
}

.white {
    color: #fff;
}

.owf-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.flexEle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 50%;
    min-height: 60vh;
    justify-content: center;
    height: 100%;
    justify-content: center;
}

    .flexEle.pad-flex {
        height: initial;
    }

    .flexEle img {
        max-width: calc(100% - 90px);
    }

.sq {
    z-index: 2;
}

    .sq:after {
        display: block;
        content: '';
        position: absolute;
        background: inherit;
        width: 63px;
        height: 63px;
        top: 50%;
        left: 0;
        transform: translate(-50%,-50%) rotate(-45deg);
        z-index: -1;
    }

    .sq.sqr:after {
        left: auto;
        right: 0;
        transform: translate(50%,-50%) rotate(-45deg);
    }

    .sq:before {
        display: block;
        content: '';
        position: absolute;
        background: inherit;
        width: 100%;
        height: 50vh;
        bottom: -49vh;
        left: 0;
        z-index: -1;
    }

.br-tp {
    border-top: 1px solid #2699FB;
}

.br-bt {
    border-bottom: 1px solid #2699FB;
}

.mauto {
    display: block;
    margin: auto;
}

.fullheight .middle {
    max-width: calc(100vw - 80px);
}

.blsec {
    background: #1A428A;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: left;
}

.wsec {
    background: #fff;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
    color: #121212;
    text-align: left;
}

    .wsec h3 {
        color: #1A428A;
    }

    .wsec h4 {
        color: #898B8D;
    }

.bl1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.logoholder {
    display: block;
    width: 42px;
    margin: 0 auto 45px auto;
}

.feature {
    color: #1A428A;
    font-size: 36px;
    font-weight: 700;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.max320 {
    width: 320px;
    max-width: 100%;
}

.w1085 {
    width: 1085px;
    max-width: calc(100% - 40px);
}

.max905 {
    width: 905px;
    max-width: 100%;
}

.max700 {
    width: 720px;
    max-width: 100%;
}

.max800 {
    width: 800px;
    max-width: 100%;
}

.max976 {
    width: 976px;
    max-width: 100%;
}

.max420 {
    width: 420px;
    max-width: 100%;
}

.max485 {
    width: 485px;
    max-width: 100%;
}

.max580 {
    width: 580px;
    max-width: 100%;
}

.max550 {
    width: 552px;
    max-width: 100%;
}

.max535 {
    width: 535px;
    max-width: 100%;
}

.middle-h.l50 {
    width: 100%;
    left: 75px;
}

.middle-h.r50 {
    width: 100%;
    right: 75px;
}

.pr50 {
    padding-right: 50px;
}

.pl50 {
    padding-left: 50px;
}

.w320 {
    width: 320px;
    max-width: 100%;
}

.mb120 {
    margin-bottom: 120px;
}

.mb50 {
    margin-bottom: 63px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb30 {
    margin-bottom: 30px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 63px;
}

.mb20 {
    margin-bottom: 20px;
}

.ptb {
    padding-top: 159px;
    padding-bottom: 139px;
}

.ptb-l {
    padding-top: 126px;
    padding-bottom: 139px;
}

.m {
    display: none;
}

.prgImage {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 0;
}

.fakeImage {
    display: block;
    width: 100%;
    z-index: -2;
    opacity: 0;
}

@media screen and (max-height :800px) {
    h1 {
        font-size: 99px;
    }
}

@media screen and (max-width :1400px) {
    .skew {
        height: 30vw;
    }

    .shover .middle {
        padding-left: 65px;
    }

    .t1, .t2, .t3 {
        font-size: 16px;
    }

    .grid_4 {
        width: calc(33.33% - 33.33px);
        margin-right: 50px;
    }

    .gl1, .gl2, gl3 {
        margin-bottom: 50px;
    }

    .last, .gl2 {
        margin-right: 0;
    }

    .p-name {
        font-size: 18px;
    }

    body {
        font-size: 18px;
    }

    h5 {
        font-size: 40px;
    }

    h4 {
        font-size: 17px;
    }

    h3 {
        font-size: 32px;
        margin-bottom: 1em;
    }

    footer a {
        font-size: 15px;
    }

    p.mid {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width :1100px) {
    .logo {
        left: 0;
        width: 230px;
    }

    .link {
        margin-right: 50px;
    }
}

@media screen and (max-width : 1000px) {
    .middle .max550 {
        margin-left: auto;
        margin-right: auto;
        width: 380px;
    }

    .m {
        display: block;
    }

    .d {
        display: none !important;
    }

    #nav-toggle {
        display: block;
    }

    body {
        font-size: 14px;
    }

    header {
        height: 76px !important;
    }

        header.shrink #nav {
            opacity: 1;
        }

    #nav {
        left: 0;
        width: calc(100% + 60px);
        overflow: hidden;
        top: 76px;
        background-color: rgba(6,22,82,0.9);
        transition: height 0.5s;
        height: 0;
        transform: none;
        left: -30px;
        right: -30px;
    }

    #ul {
        position: absolute;
        height: calc(100vh - 76px);
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .active-menu #nav {
        height: calc(100vh - 76px);
    }

    #ul .link a {
        display: inline-block;
        font-size: 18px;
    }

    #ul .link {
        display: block;
        margin: 0 0 40px 0;
        text-align: center;
        transform: translateY(-35px);
    }

    .link:last-child {
        margin: 0;
    }

    .ptm-m {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .pt-m-50 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .pt-m-50 .mb50 {
            margin-bottom: 0;
        }

    #register h3 {
        font-size: 28px;
    }

        #register h3 .m {
            height: 10px;
        }

    .north {
        display: none;
    }

    .logo {
        width: auto;
        height: 25px;
    }

        .logo svg {
            width: auto;
            height: 100%;
        }

    .center-m {
        text-align: center;
    }

    h1 {
        font-size: 60px;
        padding: 0 0 15px 0;
    }

    .container {
        max-width: calc(100vw - 60px);
    }

    .prl-m {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn.white {
        border: 2px solid #fff;
        color: #fff;
    }

    .white {
        color: #fff;
    }

    .btn {
        margin: 0 auto;
        width: 160px;
        padding: 6px 0;
        font-size: 13px;
    }

    .b-layer:after, .darkblue:after {
        background-image: linear-gradient(to right, rgba(25,25,25,0.5), rgba(25,25,25,0.5));
    }

    h2, h3 {
        font-size: 30px;
    }

    h5 {
        font-size: 25px;
    }

    .blueLink:hover h5 {
        font-size: 25px;
    }

    .inner-h {
        min-height: 50px;
    }

    .middle-h.l50 {
        padding-left: 30px;
    }

        .middle-h.l50 .btn {
            margin: 0;
        }



    .blueLink {
        height: auto;
        top: auto;
        bottom: 0;
        padding: 30px 0;
        width: 100% !important;
    }

    .h-height {
        opacity: 1;
        width: 100%;
    }


    .blueLink .middle-h, .shover .middle {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0 30px;
    }


    .blskew {
        left: -50vw;
        right: -50vw;
        bottom: -50vw;
        top: -10px;
        transform-origin: center;
        height: auto;
    }

    .touch .blueLink.hovered .blskew {
        top: -90px;
        transform: skewY(7.5deg);
    }

    .touch .blueLink.right.hovered .blskew {
        top: -60px;
        transform: skewY(-7.5deg);
    }

    .no-touch .blueLink:hover .blskew {
        top: -90px;
        transform: skewY(7.5deg);
    }

    .no-touch .blueLink.right:hover .blskew {
        top: -60px;
        transform: skewY(-7.5deg);
    }

    .middle-h.r50 {
        width: 100%;
        right: 0;
    }


    .skew {
        height: 50vw;
        width: 45%;
        transform: none;
        margin: 2.5%;
    }

    .full-m {
        width: 100%;
        max-width: 100%;
    }

    .innerSkew {
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        transform: none;
        width: 100%;
        position: relative;
    }



    .logos img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .grid_4, .grid_3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .last {
        margin-bottom: 0;
    }

    .p-name {
        left: 15px;
        font-size: 16px;
    }

    .feature {
        line-height: 1.3;
        padding-top: 20px;
    }

    .hover-m {
        display: block;
    }

    .shover .hover-m {
        top: 26px;
    }


    .shover {
        background: none;
        top: auto;
        height: auto;
        bottom: 0;
        padding: 10px 0;
        opacity: 1;
    }

        .shover:before {
            left: -50vw;
            right: -50vw;
            bottom: -50vw;
            top: -10px;
            transform-origin: center;
            display: block;
            content: '';
            position: absolute;
            background-color: rgba(6,22,82,0.9);
            transition: all 0.4s;
        }

        .shover.hovered:before {
            top: -33%;
            transform: skewY(7.5deg);
        }

    .no-touch .shover:hover:before {
        top: -33%;
        transform: skewY(7.5deg);
    }


    .shover.right.hovered:before {
        top: -33%;
        transform: skewY(-7.5deg);
    }

    .no-touch .shover.right:hover:before {
        top: -33%;
        transform: skewY(-7.5deg);
    }


    .shover .h-height {
        height: 0;
        overflow: hidden;
    }

    .no-touch .shover:hover .h-height {
        height: 130px;
    }

    h6 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .t1, .t2, .t3 {
        transform: translateX(0);
    }

    .right-m {
        text-align: right;
    }

    .h75m {
        height: 75vh;
    }

    .bar {
        height: 60px;
    }

    .blue-bar {
        bottom: -118px;
    }

    #ul-f .link {
        margin-bottom: 0;
    }

    .title {
        font-size: 18px;
    }

    footer a {
        line-height: 2;
        font-size: 15px;
    }

    .logofooter {
        width: 247px;
        margin: 0 auto 40px auto;
        display: block !important;
    }

    .grid_8 {
        width: 100%;
        text-align: center;
    }

    .fullheight {
        min-height: 300px;
    }

    p.quate {
        font-size: 20px;
    }

        p.quate span {
            transform: translateX(0);
        }


    .grid_6 {
        width: 100%;
    }

    .half {
        width: 100%;
        margin-right: 0;
    }

        .half .m20 {
            margin-bottom: 0;
        }

    .flexEle {
        width: 100%;
    }

    .pad-flex {
        padding: 100px 40px;
    }

    .flexEle .mauto {
        width: auto;
        max-width: 200px;
    }

    .flexEle.blsec {
        padding: 40px 30px;
    }

    .sq:before {
        display: none;
    }

    .order_1 {
        order: -1;
    }

    .sq:after, .sq.sqr:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translate(0,50%) rotate(-45deg);
        z-index: -1;
    }

    .apply li {
        font-size: 22px;
        line-height: 1.7;
        padding-top: 0.5em;
    }



        .apply li span {
            display: block;
            position: relative;
            right: auto;
            top: auto;
            transform: none;
            font-size: 18px;
            margin-bottom: 1.5em;
        }

    .w50 {
        height: 50vw;
    }

    .h-auto {
        height: auto;
        padding: 40px 30px;
    }

        .h-auto .middle {
            position: relative;
            transform: none;
            s padding: 0;
            top: auto;
            left: auto;
            max-width: 100%;
        }

    p.mid {
        font-size: 14px;
        line-height: 1.5;
    }

    p.mb30 {
        margin-bottom: 15px;
    }

    .max905 {
        width: 380px;
    }

    .max700 {
        width: 400px;
    }

    .max976 {
        width: 500px;
    }

    .blueLink .middle-h {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0 80px;
    }

    .skewholder {
        padding: 0 30px;
    }

    .logos .imgHolder {
        flex: 1 0 28%;
    }

    .half {
        text-align: left;
    }

    .shover h6 {
        text-align: initial;
        transform: translateX(0);
    }

    .right.shover h6 {
        text-align: right;
        transform: translateX(0);
    }

    .ptb150 {
        padding: 80px 0;
    }

    #bgcap {
        background-image: url(/images/capabilities/3m.jpg) !important;
    }

    #bgpro {
        background-image: url(/images/projects/hm.jpg) !important;
    }

    .bgb1 {
        background-position: 20% 50% !important;
    }
}

@media screen and (max-width : 700px) {
    .fixedHeight {
        height: auto;
    }
    .blueLink h5 {
        max-width: 211px;
    }
    .feature {

    font-size: 32px;

}
    .w100m {
        min-height: 200px;
        height: 56vw !important;
        margin-top: 76px;
    }

        .w100m .parallex {
            transform: none !important;
            transform: none !important;
    left: 0;
    right: 0;
    top: 0;
        }

        .w100m h1 {
            font-size: 36px;
            padding-top: 0px;
        }

    .blueLink .middle-h {
        padding: 0 40px;
    }

    .logos {
        margin: 40px auto;
    }

    .skew {
        height: 120vw;
        width: 100%;
        transform: none;
        margin: 0%;
    }

    .skewholder {
        padding: 0;
    }

    .logos .imgHolder {
        flex: 1 0 100%;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 48px;
        padding: 0 0 15px 0;
    }
    .opa-mob .fadeIn
    {
        opacity:1 !important
    }
}

#preload {
    display: none !important;
}
