@charset "utf-8";

/* CSS Document */
/* muli-200 - latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/muli-v20-latin-200.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/muli-v20-latin-200.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/muli-v20-latin-200.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/muli-v20-latin-200.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/muli-v20-latin-200.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/muli-v20-latin-200.svg#Muli') format('svg');
    /* Legacy iOS */
}

/* muli-300 - latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/muli-v20-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/muli-v20-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/muli-v20-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/muli-v20-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/muli-v20-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/muli-v20-latin-300.svg#Muli') format('svg');
    /* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/muli-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/muli-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/muli-v20-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/muli-v20-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/muli-v20-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/muli-v20-latin-regular.svg#Muli') format('svg');
    /* Legacy iOS */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
}

html.scOff {
    max-height: 100vh;
    overflow: hidden;
}

body {
    background: #fafafa url(../images/body-bg.svg) no-repeat 0 100%;
    color: #222;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a,
header,
header nav.mainNav,
header nav.mainNav li a::after,
.seeAllLink,
.seeAllLink::after,
.otherCompanies,
.portfolioWrap img,
.closeDetail,
input[type=submit],
.closePopup,
.topWrap {
    transition: all 0.5s;
}

a {
    text-decoration: none;
    color: #509CF1;
}

a:hover {
    color: inherit;
}

:focus {
    outline: 0;
}

ul {
    list-style-type: none;
}

p {
    font-size: inherit;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #509CF1;
    font-weight: 200;
    line-height: 120%;
}

h1 {
    font-size: 32px;
    margin-bottom: 24px;
}

h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 0;
    display: flex;
    max-width: 250px;
    margin-bottom: 35px;
}

h3 em {
    font-style: normal;
}

h3 em em {
    display: block;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: 0;
    color: #141414;
}

h3 span {
    margin: 13px 0 0 15px;
    width: 64px;
    height: 2px;
    background: #509CF1;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.wrapper::after,
header nav.mainNav ul::after {
    content: '';
    clear: both;
    display: block;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a,
input,
img,
select,
textarea {
    outline: 0 none;
}

* {
    -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.inlineBlk {
    display: inline-block;
}

.topGap1 {
    margin-top: 30px;
}

.mainWrap {
    flex-grow: 1;
}

.wrapper {
    width: 100%;
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

section {
    margin-top: 60px;
}

section:first-child,
.portfolioWrap section:first-child {
    margin-top: 0;
}

footer {
    background: #1A1A1A;
    color: #ccc;
    padding: 20px;
    text-align: center;
    border-top: 8px solid #509CF1;
}

footer span {
    display: inline-block;
}

header {
    padding: 25px 0;
    width: 100%;
    position: fixed;
    z-index: 100;
}

header.pageScrolled {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 3px #555;
}

header a.logo {
    background: url(../images/logo.svg) no-repeat 0 center / 100%;
    float: left;
    width: 160px;
    height: 40px;
}

header nav.mainNav {
    float: right;
}

header nav.mainNav ul {
    padding-bottom: 0;
}

header nav.mainNav li {
    float: left;
    padding-left: 60px;
}

header nav.mainNav li:first-child {
    padding-left: 0;
}

header nav.mainNav li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

header nav.mainNav li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #509CF1;
    position: absolute;
    left: 50%;
    bottom: -9px;
    opacity: 0;
}

header nav.mainNav li a:hover::after,
header nav.mainNav li a.active::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.btnStyle1,
header nav.mainNav li a.btnStyle1 {
    background: #509CF1;
    color: #141414;
    padding: 10px 16px;
    border-radius: 20px;
    display: inline-block;
}

.btnStyle1:hover,
header nav.mainNav li a.btnStyle1:hover {
    background: #fafafa;
    color: #141414;
}

header nav.mainNav li a.btnStyle1::after {
    display: none;
}

.topWrap {
    background: #141414 url(../images/banner-bg.svg) no-repeat -150px 40%;
    text-align: center;
    padding: 180px 0 150px;
}

.topWrap h2 {
    color: #fff;
}

.topWrap h2 span {
    display: inline-block;
}

.missionWrap,
.workingWrap,
.portfolioWrap,
.partnersWrap,
.contactWrap {
    padding: 90px 0;
}

.contentBlk {
    padding-left: 300px;
}

.missionWrap {
    background: #1A1A1A;
    color: #fff;
    border-bottom: 4px solid #509CF1;
}

.contactWrap {
    background-color: rgba(255, 255, 255, 0.5);
}

.portfolioWrap {
    background: #fff;
}

.portfolioWrap section {
    margin-top: 50px;
}

.portfolioLogo {
    margin-bottom: 15px;
}

.portfolioWrap img {
    filter: grayscale();
    max-width: 170px;
    cursor: pointer;
}

.portfolioWrap img:hover {
    filter: none;
}

.portfolioDetail img {
    filter: none;
    cursor: default;
}

.workingWrap section {
    max-width: 750px;
    padding-left: 150px;
    position: relative;
}

.workingWrap section i {
    position: absolute;
    width: 112px;
    left: 0;
    top: 0;
}

.partnersWrap section {
    max-width: 690px;
}

.partnersWrap h2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}

.partnersWrap h2 img {
    width: 179px;
    border-bottom: 10px solid #509CF1;
    margin-right: 20px;
    margin-bottom: 9px;
}

.seeAllLink {
    cursor: pointer;
    color: #509CF1;
    margin-top: 50px;
    display: flex;
    padding-right: 24px;
    justify-content: flex-end;
    position: relative;
}

.seeAllLink:hover {
    color: #141414;
}

.seeAllLink::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: 0;
    top: 5px;
    background: url(../images/arrow-down.svg) no-repeat center center / 12px;
}

.seeAllLink:hover::after {
    background-image: url(../images/arrow-down-hover.svg);
}

.seeAllLink.active::after {
    transform: rotate(-180deg);
}

.otherCompanies {
    margin-top: 50px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

.otherCompanies.active {
    max-height: 999em;
    opacity: 1;
}

ul.portfolioList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
}

.portfolioList li {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 0 40px;
}

.portfolioList li .portfolioDetail {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 40px;
    background: #fff;
    display: none;
    z-index: 102;
    width: 560px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.portfolioList li.active .portfolioDetail {
    display: block;
}

.closeDetail {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-close.svg) no-repeat center center / 100%;
    cursor: pointer;
    font-size: 0;
    filter: grayscale();
}

.closeDetail:hover {
    filter: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 0;
    z-index: 101;
    display: none;
}

.overlay.active {
    display: block;
}

.detailLogo {
    margin-bottom: 20px;
}

.sectionHeading {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactPopup {
    display: none;
    position: fixed;
    background: #000;
    border: 1px solid #555;
    border-radius: 4px;
    width: 800px;
    padding: 40px 80px;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    transform: translate(-50%, -50%);
    z-index: 102;
    font-size: .875rem;
    color: #fff;
}

.contactPopup.active {
    display: block;
}

.closePopup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/close.svg) no-repeat center center / 28px;
    font-size: 0;
    opacity: 0.5;
}

.closePopup:hover {
    opacity: 1;
}

.contactPopup h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
}

.fldBLk {
    margin-bottom: 16px;
}

.fldBLk label {
    display: block;
    margin-bottom: 4px;
}

.fldBLk input,
.fldBLk textarea {
    height: 40px;
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    border: 1px solid #979797;
    border-radius: 2px;
    display: block;
}

.fldBLk textarea {
    height: 110px;
    resize: none;
}

.formMessage {
    color: #fff;
}

.successMsg,
.errorMsg {
    background: #080;
    padding: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    text-align: center;
}

.errorMsg {
    background: #900;
}

.contactPopup input[type=submit] {
    display: block;
    margin: 30px auto 0;
    width: 168px;
}

input[type=submit] {
    display: inline-block;
    font-weight: 500;
    padding: 8px 30px 6px;
    background: #509CF1;
    border: 1px solid #509CF1;
    color: #fafafa;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    background: #fafafa;
    border: 1px solid #fafafa;
    color: #141414;
}

.btnWrap {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

@media (max-width:1279px) {
    header {
        padding: 22px 0;
        margin-bottom: -110px;
    }

    .menuIcon {
        background: url(../images/menu-icon.svg) no-repeat 0 0 / 100%;
        float: right;
        width: 32px;
        height: 28px;
        margin-top: 4px;
        cursor: pointer;
    }

    header nav.mainNav {
        box-shadow: 0 0 5px rgba(26, 26, 26, 0.24);
        background: #509CF1;
        padding: 20px 24px;
        position: fixed;
        left: 100%;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
    }

    header nav.mainNav.active {
        left: 0;
    }

    header nav.mainNav ul {
        clear: both;
        margin-top: 40px;
        max-height: calc(100vh - 80px);
        overflow: auto;
    }

    header nav.mainNav li {
        float: none;
        padding: 0 0 30px;
        display: block;
    }

    header nav.mainNav li:last-child {
        padding-bottom: 0;
    }

    header nav.mainNav li a {
        font-size: 40px;
        line-height: 48px;
        text-transform: none;
        font-weight: 200;
        display: inline-block;
    }

    header nav.mainNav li a:hover,
    header nav.mainNav li a.active {
        color: #1A1A1A;
    }

    header nav.mainNav li a::after {
        display: none;
    }

    header nav.mainNav li a.btnStyle1 {
        background: rgba(255, 255, 255, 0.5);
    }

    .closeNav {
        position: relative;
        background: url(../images/close-menu.svg) no-repeat 0 0 / 100%;
        float: right;
        width: 34px;
        height: 29px;
        cursor: pointer;
    }

    .missionWrap,
    .workingWrap,
    .portfolioWrap,
    .partnersWrap,
    .contactWrap {
        padding: 70px 0;
    }

    .contentBlk {
        padding-left: 0;
    }

    h3 {
        position: relative;
        left: auto;
        top: auto;
        max-width: 100%;
    }

    h3 br {
        display: none;
    }

    .workingWrap section,
    .partnersWrap section {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    body {
        background: #fafafa url(../images/body-bg.svg) no-repeat 0 bottom / 90%;
    }

    .contactPopup {
        padding: 40px 50px;
    }
}

@media (max-width:767px) {
    body {
        background: #fafafa url(../images/body-bg.svg) no-repeat 140% bottom / 130%;
    }

    header nav.mainNav li {
        padding: 0 0 16px;
    }

    header nav.mainNav li a {
        font-size: 2rem;
    }

    footer {
        padding: 15px;
    }

    .topWrap {
        background: #141414 url(../images/banner-bg.svg) no-repeat 140% 100% / 130%;
    }

    h3 {
        margin-bottom: 25px;
    }

    .portfolioWrap h3 {
        margin-bottom: 40px;
    }

    h3 br {
        display: inline-block;
    }

    .workingWrap section {
        padding-left: 0;
    }

    .workingWrap section i {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }

    section {
        margin-top: 50px;
    }

    .partnersWrap h2,
    .partnersWrap h2 img,
    .partnersWrap h2 span {
        display: block;
    }

    .partnersWrap h2 {
        margin-bottom: 10px;
    }

    .partnersWrap h2 img {
        margin-bottom: 30px;
    }

    .partnersWrap h2 span br {
        display: none;
    }

    .portfolioList li {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 0 30px;
    }

    ul.portfolioList {
        margin-bottom: -30px;
    }

    .portfolioWrap img {
        max-width: 130px;
    }

    .contactPopup {
        padding: 40px 20px;
        max-width: 100%;
        border-radius: 0;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 100%;
        transform: translate(0, 0);
    }

    .fldBLk input,
    .fldBLk textarea {
        padding: 10px 8px;
    }

    input[type=submit] {
        width: 276px;
    }
}