/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
html{
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow-x: hidden;
}
body{
    font-family: 'Open Sans',sans-serif;

    width:100%;
    position: relative;
    overflow-x: hidden;

}
.hide{
    display:none;
}
h1,h2,h3,h4{
    margin:0;
    padding: 0;
}
a{
    text-decoration: none;
}
hr{
    display: block;
    margin: 0;
    border: none;
    width: 100%;
    height: 14px;
    background-image: -webkit-gradient(linear, left top, right top, from(#09232f), color-stop(42%, #3d3f6c), color-stop(86%, #f05a22), color-stop(86%, #f4811f));
    background-image: -webkit-linear-gradient(left, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
    background-image: linear-gradient(to right, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
    vertical-align: top;
}
img{
    vertical-align: top;
}

.row{
    display: inline-block;
    position: relative;
    width: 100%;
}
.section{
    text-align: center;
}
.section-header{
    display: block;
    margin: 0 auto;
    width: 75%;
    position: relative;
    padding: 18px 0;
    background-color: #09232f;
}
.section-header h2{
    margin:0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:2.25rem ;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.3px;
    text-align: center;
    color: #ffffff;
}
.section p{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.8px;
    text-align: center;
    color: #09232f;
    padding: 0 20px;
}
.section-image-holder{
    width: 100%;
}
.section-image-holder img{
    width: 100%;
}
footer{
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#09232f), color-stop(42%, #3d3f6c), color-stop(86%, #f05a22), color-stop(86%, #f4811f));
    background-image: -webkit-linear-gradient(left, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
    background-image: linear-gradient(to right, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
}
footer p{
    font-family: 'Josefin Sans', sans-serif;
    font-size:  0.875rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.86;
    letter-spacing: 0.5px;
    text-align: center;
    color: #eaeaea;
    padding: 20px 40px;
    margin: 0;
}
footer p a{
    color: #eaeaea;
}

@media only screen and (min-width: 1024px) {
    html{
        font-size: 13px;
    }
    .section-header {
        margin-left: 60px;
        width: 340px;
    }

    .row .par-wrap{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .row .par-pos{
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer p{
        padding: 30px 40px;
        padding-left: 50px;
        text-align: center;
    }

}
@media only screen and (min-width: 1200px) {
    html{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    .content-holder{
        /*max-width: 1440px;
        width: 100%;
        margin: 0 auto;*/
    }
}
header {
    background-color: #09232f;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    position: relative;
    z-index: 2;

    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;
}

header a{
    display: inline-block;
}
header a img{
    vertical-align: top;
    max-height: 88px;
}

header .fixed-logo{
    display: none;
}

header.fixed{
    height: 48px;
    padding: 6px 0;
    margin-bottom: -30px;
    position: fixed;
    z-index: 10;
}


header.fixed h1{
    height: 47px;
    width: 47px;
    padding-left: 60px;
}
header.fixed h1 a{
    display: inline-block;
    height: 47px;
}
header.fixed h1 a img{
    height: 100%;
}

header.fixed .fixed-logo{
    display: inline-block;
}
header.fixed .normal-logo{
    display: none;
}
.main-header{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background: #09232f;

}
header.fixed + .main-header {
    padding-top: 60px;
}
.main-header-holder{
    width: 300%;
    display: block;
}
.main-header-holder.effect{

    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;
}
.main-header-slide{
    width: 33.33%;
    float: left;
}
.main-header-image{
    width: 100%;
    height: 66vh;
    position: relative;
    background-size: cover;
}
.main-header-image:after{
    content:"";
    position: absolute;
    width: 100%;
    background: transparent url(../images/ana_degrade.png) no-repeat bottom;
    background-size: contain;
    bottom: 0;
    display: block;
    top:0;
}

.main-header-image.first{

    background: #09232f url(../images/ana_imj_1.jpg) no-repeat bottom;
    background-size: cover;
}
.main-header-image.second{

    background: #09232f url(../images/ana_imj_2.jpg) no-repeat bottom;
    background-size: cover;
}
.main-header-image.third{

    background: #09232f url(../images/ana_imj_3.jpg) no-repeat bottom;
    background-size: cover;
}
.main-header-image.fourth{

    background: #09232f url(../images/ana_imj_4.jpg) no-repeat bottom;
    background-size: cover;
}
.main-header-image.fifth{

    background: #09232f url(../images/ana_imj_5.jpg) no-repeat bottom;
    background-size: cover;
}
.main-header-image.sixth{

    background: #09232f url(../images/ana_imj_6.png) no-repeat bottom;
    background-size: cover;
}
.main-header-image.seventh{

    background: #09232f url(../images/ana_imj_7.png) no-repeat bottom;
    background-size: cover;
}
.main-header-image.eigth{

    background: #09232f url(../images/ana_imj_8.png) no-repeat bottom;
    background-size: cover;
}
.main-header-image.nineth{

    background: #09232f url(../images/ana_imj_9.png) no-repeat bottom;
    background-size: cover;
}

.main-header-title{
    background: #09232f;
    width: 100%;
    margin-top: -10px;
}
.main-header-title h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .87rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1875rem;
    color: #f05a22;
    padding: 0 16px 40px 26px;
    margin-top: -10px;
    position: relative;
    display: inline-block;
}

.main-header-title h2:before{
    content:"";
    width: 6px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 4px;
    background: transparent url(../images/triangle-1.svg) no-repeat center center;
    background-size: contain;
}


@media only screen and (min-width: 1024px) {
    .main-header {
        background: #f2f2f2;
    }
    .main-header-title {
        text-align: right;
    }
    .main-header-title h2{
        padding: 0 26px 30px 16px;
    }
    .main-header-title h2:before{
        left: 6px;
    }
}

@media only screen and (min-width: 1440px) {
    .main-header-title h2{

        font-size: 1rem;
    }
}
.main-nav {
    position: absolute;
    width: 100%;
    top: 118px;
    text-align: center;
}
.main-nav ul{
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.main-nav ul.active{
    max-height: 500px;
}
.main-nav ul li{
    text-align: center;
    background: #fff;
    padding: 10px 0 13px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.main-nav ul li a{
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4a4a4a;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

header.fixed .main-nav ul li a {
    color: #ffffff;
}
header .main-nav ul li a.active,
header .main-nav ul li a:hover{
    color: #f05a22;
}

header.fixed .main-nav{
    top: 0;
}

header.fixed .main-nav ul,
header.fixed .main-nav ul li{
    background: transparent;
}


.toggle-menu {
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}
.toggle-menu .bar {
    position: absolute;
    height: 2px;
    display: block;
    left: 12px;
    margin: 0;
    background-color: #09232f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.toggle-menu .bar:nth-of-type(1) {
    top: 12px;
    width: 16px;
    -webkit-transition: all 0.2s ease 0.2s, -webkit-transform 0.2s ease-out 0.1s;
    transition: all 0.2s ease 0.2s, -webkit-transform 0.2s ease-out 0.1s;
    transition: all 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
    transition: all 0.2s ease 0.2s, transform 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}
.toggle-menu.active .bar:nth-of-type(1) {
    top: 18px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease 0.1s, -webkit-transform 0.2s ease-out 0.3s;
    transition: all 0.2s ease 0.1s, -webkit-transform 0.2s ease-out 0.3s;
    transition: all 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
    transition: all 0.2s ease 0.1s, transform 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out 0.3s;
}
.toggle-menu .bar:nth-of-type(2) {
    top: 18px;
    width: 21px;
    -webkit-transition: ease 0.2s 0.2s;
    transition: ease 0.2s 0.2s;
}
.toggle-menu.active .bar:nth-of-type(2) {
    width:0px;
}
.toggle-menu .bar:nth-of-type(3) {
    top: 24px;
    width: 13px;
    -webkit-transition: all 0.2s ease 0.2s, -webkit-transform 0.2s ease-out 0.1s;
    transition: all 0.2s ease 0.2s, -webkit-transform 0.2s ease-out 0.1s;
    transition: all 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
    transition:  all 0.2s ease 0.2s, transform 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}
.toggle-menu.active .bar:nth-of-type(3) {
    top: 18px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease 0.1s, -webkit-transform 0.2s ease-out 0.3s;
    transition: all 0.2s ease 0.1s, -webkit-transform 0.2s ease-out 0.3s;
    transition: all 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
    transition:  all 0.2s ease 0.1s, transform 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out 0.3s;
}


@media only screen and (min-width: 1024px) {
    .toggle-menu {
        display: none;
    }
    .main-nav ul{
        max-height: none;
        margin: 0 auto;
        width: 800px;
        background-color: #ffffff;
    }
    .main-nav ul li {
        display: inline-block;
        padding: 18px 40px 20px;
    }
}


.us .section-header{
    margin-top: -46px;
}
.us{
    text-align: center;
    margin-top: -50px;
}

.projects .subrow,
.row{
    display: block;
}
.projects .subrow:after,
.row:after {
     content: " ";
     display: block;
     height: 0;
     clear: both;
 }

.us .row.first .section-image-holder{
    max-width: 340px;
    margin: 43px auto 54px;
    position: relative;
}
.us .row.first .section-image-holder .image-first{
    position: absolute;
    top: 10px;
    width: 232px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.us .row.first .section-image-holder .image-second{
    max-width: 254px;
    display: inline-block;
}
.us .row.second .section-image-holder{
    max-width: 450px;
    margin: 0px auto 30px;
    position: relative;
    background: transparent url(../images/biz_2.jpg) no-repeat center center;
    background-size: contain;
}
.us .row.second .section-image-holder img{
    visibility: hidden;
}

.us .row.second .section-image-holder .image-second{
    position: absolute;
    top: 5px;
    max-width: 232px;
    left: 30%;
}

.us .row.third .section-image-holder{
    margin: 40px auto 57px;
    position: relative;
}

.us .row.third .section-image-holder .image-first{

    width: -webkit-calc(100% - 60px);

    width: calc(100% - 60px);
    z-index: 0;
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 30px;
}
.us .row.third .section-image-holder .image-second{
    position: absolute;
    top: -7px;
    width: 55%;
    right: 0;
}
.us hr{
    margin-top: 50px ;
}


@media only screen and (min-width: 1024px) {
    .us .row.first .section-image-holder {
        float: left;
        margin:43px 60px;
    }
    .us .row.first .par-wrap{
        left: 400px;
        right: 30px;
    }

    .us .row.second .section-image-holder {
        float: right;
        margin: 43px 0;
        max-width: 590px;
        background: transparent;
    }

    .us .row.second .section-image-holder img{
        visibility: visible;
    }
    .us .row.second .par-wrap{
        right: 540px;
        left: 30px;
    }
    .us .row.second .section-image-holder .image-second {
        position: absolute;
        top: -15px;
        max-width: 282px;
        left: auto;
        right: -90px;
    }

    .us .row.third .section-image-holder {
        float: left;
        margin:0;
        max-width: 540px;
    }
    .us .row.third .section-image-holder .image-first {
        margin-left: 0px;
        max-width: 455px;
        padding-bottom: 40px;
    }
    .us .row.third .section-image-holder .image-second{
        top: -9px;
        width: 85%;
    }
    .us .row.third .par-wrap{
        left: 455px;
        right: 30px;
    }
    .us hr:last-of-type {
        margin-top: -6px;
        position: relative;
        z-index: 2;
    }
}
.working {
    position: relative;
}
.work-list{

    margin-top: 45px;
    padding: 30px 20px 50px;
    background-color: #f2f2f2;
}
.work-list ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.work-list ul li{
    display: inline-block;
    padding-left: 10px ;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: 3px;
    text-align: center;
    color: #09232f;
    position: relative;
    padding-right: 20px;
}
.work-list ul li:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    left: 0;
    position: absolute;
    top: 12px;
    border-color: transparent transparent transparent #f05922;
}
.working .header-image-holder{
    position: relative;
    height: 490px;
    width: 100%;
    background: transparent url(../images/ara_imj.jpg) no-repeat center center;
    background-size: cover;
}
.working .motto{
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 400px;
    left: 20px;
    bottom: 58px;
}
.working .motto img{
    width: 100%;
}
.working .section-header{
    margin-top: -38px;
}

@media only screen and (min-width: 1024px) {

    .working .header-image-holder{
        height: 420px;
    }
    .working .motto{
        left: 30px;
        -webkit-transform: none;
        transform: none;
        max-width: 500px ;
        bottom: 30px;
    }
    .working .section-header {

        right: 60px;
        margin: 0;
        position: absolute;
        margin-top: -40px;
    }
    .working p:first-of-type{
        margin-top: 80px;
        padding: 0 30px;
    }
    .work-list ul li:before{
        top:12px;
    }
    .work-list{
        padding:30px 30px 60px;
    }
}
.projects .section-header{
    margin-bottom: -32px;
    z-index: 2;
    margin-top: -44px;
}
.section-slide img{
    width: 100%;
}
.info-holder{
    padding: 60px 0px 0;

}

.info-detail-holder p,
.info-holder p{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: 0.8px;
    text-align: center;
    color: #09232f;
    margin:0;
    padding: 0 40px;
}

.info-detail-holder p b,
.info-holder p b{
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
}
.info-holder p br{

    line-height: 2;
}
.info-holder a{
    width: 300px;
    margin: 20px auto 0;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #f2f2f2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: 1px;
    text-align: center;
    color: #f05a22;
    padding: 8px 0;
    margin-bottom: 60px;
}
.open-detail.active,
.info-holder a:hover{
    background-color: #f05a22;
    color: #ffffff;
}
.info-detail-holder{
    background-color: #f2f2f2;
    position: relative;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.info-detail-holder.expand{

    padding: 70px 0 50px;
    margin-top: 90px;
    max-height: 800px;
    overflow: visible;
}
.info-detail-holder a{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: 0.8px;
    text-align: center;
    color: #9152bb;
    margin:0;
    padding: 0;
    width: auto;
}
.info-detail-holder a:hover{

    color: #f05a22;
}
.info-detail-holder .exit{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top:0px;
    width: 60px;
    height: 60px;
    background: #ffffff url("../images/oval.svg") no-repeat center center;
    background-size: contain;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.info-detail-holder.expand .exit{

    top:-30px;
}
.info-detail-holder .exit:hover{
    background: #f05a22;
}
.info-detail-holder .exit span{
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 15px;
}
.info-detail-holder .exit span:after,
.info-detail-holder .exit span:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    margin-top: -4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f05a22;
}
.info-detail-holder .exit:hover span:after,
.info-detail-holder .exit:hover span:before{

    background: #ffffff;
}
.info-detail-holder .exit span:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.section-slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.section-slide{
    float: left;
}
.section-slider-holder{
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.section-slider .nav{
    position: absolute;
    width: 12px;
    height: 24px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    top:50%;
    margin-top: -12px;
}
.section-slider .nav.back{
    left: 20px;
display: none;
    background: transparent url("../images/arrow-left.svg") no-repeat center center;
    background-size: contain;
}
.section-slider .nav.back:hover{

    background: transparent url("../images/arrow-left-hover.svg") no-repeat center center;
    background-size: contain;
}
.section-slider .nav.next{
    right: 20px;

    background: transparent url("../images/arrow-right.svg") no-repeat center center;
    background-size: contain;
}
.section-slider .nav.next:hover{

    background: transparent url("../images/arrow-right-hover.svg") no-repeat center center;
    background-size: contain;
}


@media only screen and (min-width: 1024px) {
    .projects .section-header{
        position: absolute;
        margin-bottom: -76px;
        margin-top: -45px;
    }
    .projects .row{
        margin-top: -15px;
    }
    .projects .row.first{
        margin-top: 0;
    }
    .projects .row .info-holder{
        position: absolute;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top:50%;
    }

    .projects .row.left .section-slider{
        float: left;
        width: 52%;
    }
    .projects .row.right .section-slider{
        float: right;
        width: 52%;
    }
    .projects .row.left .info-holder{
        left: 52%;
        right: 0;
        width: 48%;
    }
    .projects .row.right .info-holder{
        left: 0;
        width: 48%;
        right: 52%;
    }
    .projects .row .info-holder .open-detail{
        margin-bottom: 0;
    }
    .projects .row.right .info-holder{
        left:0;
        right: 52%;
    }
    .projects .row.left .section-slider{
        width: 52%;
    }
    .projects .subrow {
        position: relative;
    }
    .info-detail-holder{
        -webkit-transition: none;
        transition: none;
    }
    .info-detail-holder.expand{
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .projects .row:last-child .info-detail-holder.expand{

        margin-bottom: 0 !important;
    }
}
.contact{
    background-color: #09232f;
}
.contact .section-header{
    margin-top: -44px;
}
.contact p a,
.contact p{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.18;
    letter-spacing: 0.8px;
    text-align: center;
    color: #eaeaea;
    margin: 0;
    padding:20px 40px 25px;
}
.contact p a{
    padding: 0;
}
.contact p span{
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    color: #9152bb;
}

.contact .row{
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: inline-block;
}
.contact textarea,
.contact .auth-input{
    background-color: #f2f2f2;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    border: none;
    margin: 0;
    padding: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #09232f;
    outline: none;
}

.auth-input-error:before{
    content: " ";
    background-image: -webkit-gradient(linear, left top, right top, from(#09232f), color-stop(42%, #3d3f6c), color-stop(86%, #f05a22), color-stop(86%, #f4811f));
    background-image: -webkit-linear-gradient(left, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
    background-image: linear-gradient(to right, #09232f, #3d3f6c 42%, #f05a22 86%, #f4811f);
    height: 6px;
    width: 100%;
    display: block;
    margin-bottom: .5rem;
}
.auth-input-error{
    width: 100%;
    padding: 0 !important;
    margin: 0 0 20px !important;
    font-size: 1rem !important;
    text-align: left !important;
    line-height: 1.2rem !important;
    color: #f05a22 !important;
}

.contact .row:nth-of-type(3) {
    margin: 0 0 35px !important;
}
.contact textarea{
    margin: 0;
    display: block;
}

.contact button{
    width: 300px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #f2f2f2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: 1px;
    text-align: center;
    color: #f05a22;
    padding: 8px 0;
    border:none;
}
.contact button:hover{
    background-color: #f05a22;
    color: #ffffff;
}

.row.social{
    padding: 20px 0;
}
.contact .social-holder{
    padding: 80px;
    display:none;
}

.contact .social-holder a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 2px #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-indent: 9999px;
    overflow: hidden;
    margin: 0 10px;
}
.contact .social-holder a.facebook{
    background: transparent url(../images/shape.svg) no-repeat center center;
    background-size: 25%;
}
.contact .social-holder a.facebook:hover{
    border: solid 2px #3b5998;
    background-color: #3b5998;
}
.contact .social-holder a.instagram{
    background: transparent url(../images/shape1.svg) no-repeat center center;
    background-size: 50%;
    position: relative;
}
.contact .social-holder a.instagram:hover{
    border:none;
}
.contact .social-holder a.instagram:hover:after,
.contact .social-holder a.instagram:hover:before{
    content:" ";
    position: absolute;
    top:0;
    left: 0;
    background: transparent url(../images/instagram.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
}
.contact .social-holder a.instagram:hover:after{

    background: transparent url(../images/shape1.svg) no-repeat center center;
    background-size: -webkit-calc(50% - 2px);
    background-size: calc(50% - 2px);
}

@media only screen and (min-width: 1024px) {

    .contact .section-header{
        float: right;
        margin: -45px 60px 0 0;
    }

    .contact p:not(.auth-input-error) {
        padding-top: 55px;
    }

    .contact .row .auth-input-container{
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px;
    }

    .contact .row:nth-of-type(3) .auth-input-container{
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .contact .row:last-of-type{
        text-align: right;
    }

    .contact button{
        margin: 0 15px;
        display: inline-block;
    }

    .contact .social-holder{
        padding: 0;
        position: absolute;
        right: 0;
        top: 25px;
    }

    .contact .social-holder a{
        display: block;
        float: right;
    }
    .contact .row.social{
        display: block;
        margin: 0 25px;
    }

    .contact .row.btn-holder{
        margin-bottom: 30px;
    }
    .section-slider-holder{
        display: block;
    }
    .contact .row:nth-of-type(3){
        margin: 0 0 10px !important;
    }
}
@media only screen and (min-width: 1440px) {
    .section-slide img{
        margin-bottom: -1px;
    }
    .contact .content-holder{
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
    }
    .contact .section-header {
        float: right;
        margin: -45px -40px 0 0;
    }
    footer p{
        max-width: 970px;
        margin: 0 auto;
    }
    /*.contact .row{
        max-width: 1060px;
    }
    .contact .row.social{
        display: inline-block;
        margin: 0;
    }*/
}

.auth-input-error.outside{
    text-align: center !important;

}
.auth-input-error.outside:before{
    display: none !important;
}
/*# sourceMappingURL=all.css.map */

/*# sourceMappingURL=all.css.map */
