/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

.helpdeskbuttonholder {
z-index: 1000000000!important;
}

.helpdeskwindow {
	z-index: 1000000000!important;
}	
}

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}



body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}


/**
 * Remove default margin.
 */

body
{
    margin: 0;

}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #54b1eb;
}
a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 11, 2017 8:01 AM */

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/camphorpro/CamphorPro-Heavy.eot');
    src: url('../fonts/camphorpro/CamphorPro-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-Heavy.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-Heavy.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-Heavy.svg#CamphorPro-Heavy') format('svg');
}

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: 100;
    font-style: normal;

    src: url('../fonts/camphorpro/CamphorPro-Thin.eot');
    src: url('../fonts/camphorpro/CamphorPro-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-Thin.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-Thin.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-Thin.svg#CamphorPro-Thin') format('svg');
}

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/camphorpro/CamphorPro-Regular.eot');
    src: url('../fonts/camphorpro/CamphorPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-Regular.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-Regular.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-Regular.svg#CamphorPro-Regular') format('svg');
}

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/camphorpro/CamphorPro-Bold.eot');
    src: url('../fonts/camphorpro/CamphorPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-Bold.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-Bold.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-Bold.svg#CamphorPro-Bold') format('svg');
}

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/camphorpro/CamphorPro-Light.eot');
    src: url('../fonts/camphorpro/CamphorPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-Light.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-Light.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-Light.svg#CamphorPro-Light') format('svg');
}

@font-face
{
    font-family: 'Camphor Pro';
    font-weight: 100;
    font-style: italic;

    src: url('../fonts/camphorpro/CamphorPro-ThinItalic.eot');
    src: url('../fonts/camphorpro/CamphorPro-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/camphorpro/CamphorPro-ThinItalic.woff') format('woff'), url('../fonts/camphorpro/CamphorPro-ThinItalic.ttf') format('truetype'), url('../fonts/camphorpro/CamphorPro-ThinItalic.svg#CamphorPro-ThinItalic') format('svg');
}

.main-nav,
.social-networks,
.slick-dots,
.form-list,
.framework ul,
.logo-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
.container:after,
.col-wrap:after,
.info-slider .slide:after,
.intro-text:after,
.service-wrapper:after,
.service-slider-wrapper:after,
.slide-wrapper:after,
.form-row:after,
.popup-content:after,
.logo-list:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 16px/1.88 'Camphor Pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #7a8387;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
}

.gm-style img
{
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: bold;

    margin: 0 0 .5em;

    color: inherit;
}

h1,
.h1
{
    font-size: 39px;
}

h2,
.h2
{
    font-size: 27px;
}

h3,
.h3
{
    font-size: 24px;
}

h4,
.h4
{
    font-size: 21px;
}

h5,
.h5
{
    font-size: 17px;
}

h6,
.h6
{
    font-size: 15px;
}

p
{
    margin: 0 0 1em;
}

a
{
    color: #7aeaea;
}

a:hover,
a:focus
{
    text-decoration: none;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    font-size: 15px;

    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 5px 6px;

    -webkit-transition: border .3s;
            transition: border .3s;

    color: #b2b2bc;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #1d8cb7;
    -webkit-border-radius: 0;
    outline: none !important;

    -webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #b2b2bc;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder
{
    opacity: 1;
    color: #b2b2bc;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #b2b2bc;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #b2b2bc;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder
{
    color: #b2b2bc;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus
{
    border-color: #222;
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']
{
    cursor: pointer;

    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon/icomoon.eot?sk86un');
    src: url('../fonts/icomoon/icomoon.eot?sk86un#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?sk86un') format('truetype'), url('../fonts/icomoon/icomoon.woff?sk86un') format('woff'), url('../fonts/icomoon/icomoon.svg?sk86un#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-double-down-arrow:before
{
    content: '\e909';
}

.icon-google-plus:before
{
    content: '\e900';
}

.icon-left-arrow:before
{
    content: '\e901';
}

.icon-linkedin:before
{
    content: '\e902';
}

.icon-note:before
{
    content: '\e903';
}

.icon-right-arrow:before
{
    content: '\e904';
}

.icon-twitter:before
{
    content: '\e905';
}

.icon-brush:before
{
    content: '\e906';
}

.icon-envelope:before
{
    content: '\e907';
}

.icon-facebook:before
{
    content: '\e908';
}

html,
body
{
    position: relative;
    overflow-x: hidden;
}

body
{
    font-weight: 300;
}

#wrapper
{
    overflow: hidden;

    width: 100%;
}

img
{
    vertical-align: top;
}

a
{
    -webkit-transition: color .3s;
            transition: color .3s;
    text-decoration: none;
}

.bg-img
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img img
{
    visibility: hidden;
}

.button
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    min-width: 214px;
    padding: 14px 15px 12px;

    -webkit-transition: background .3s;
            transition: background .3s;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px;
    background: #24a7e3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .41);
}

.button [class^='icon-'],
.button [class*=' icon-']
{
    font-size: 22px;
    line-height: 1;

    display: inline-block;

    margin: -2px 7px 0 0;

    vertical-align: middle;
}

.button:hover
{
    background: #1d89ba;
}

.button.big
{
    font-size: 17px;

    min-width: 220px;
    padding: 18px 20px;
}

.button.white
{
    color: #1b88ba;
    background: #fff;
}

.button.white:hover
{
    background: #e6e6e6;
}

.button.purple
{
    min-width: 1px;
    padding: 8px 10px;

    background: #24a7e3;
}

.button.purple:hover
{
    background: #663a89;
}

.container
{
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container.full
{
    max-width: 2500px;
}

.center-wrap
{
    display: table;

    width: 100%;
    height: 100%;

    table-layout: fixed;
}

.center-wrap .center
{
    display: table-cell;

    vertical-align: middle;
}

.header
{
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;

    min-width: 320px;
    padding: 16px 0;

    -webkit-transition: background .3s, padding .3s;
            transition: background .3s, padding .3s;
}

.nav-active .header
{
    background: rgba(0, 0, 0, .85);
}

.fixed-position .header
{
    background: rgba(0, 0, 0, .85);
}

.logo
{
    position: relative;
    z-index: 14;

    float: left;
}

.header-holder
{
    float: right;
}

.request-text
{
    font-size: 19px;
    line-height: 1.2;

    display: none;
    float: left;

    margin: 0 12px 0 0;

    color: #fff;
}

.request-text a:hover
{
    color: #fff;
}

.nav-opener-holder
{
    position: relative;
    z-index: 14;

    float: right;

    padding-left: 15px;
}

.nav-opener-holder:before
{
    position: absolute;
	    max-height: 44px;
    top: -9px;
    bottom: -12px;
    left: 0;

    display: none;

    width: 1px;

    content: '';

    background: rgba(255, 255, 255, .21);
}

.nav-opener
{
    position: relative;

    display: block;

    width: 40px;
    height: 21px;
    margin-top: 3px;
}

.nav-opener:hover span
{
    left: 8px;
}

.nav-active .nav-opener span
{
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    top: 50%;
    right: 5%;
    bottom: auto;
    left: 5%;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-active .nav-opener:before
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    height: 3px;
    margin-top: -1.5px;

    -webkit-transition: all .3s;
            transition: all .3s;

    border-radius: 2px;
    background: #fff;
}

.nav-opener:before,
.nav-opener:after
{
    top: 0;

    margin: 0;

    content: '';
}

.nav-opener:before
{
    top: auto;
    bottom: 0;
}

.nav-wrap
{
    line-height: 1.3;

    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    left: 0;

    visibility: hidden;
    overflow-y: auto;

    height: calc(100vh - 62px);
    margin-top: 62px;
    padding: 0 0 50px;

    -webkit-transition: opacity .4s, visibility .4s;
            transition: opacity .4s, visibility .4s;

    opacity: 0;
/*    background: rgba(30, 121, 175, .96);*/
}

.nav-active .nav-wrap
{
    visibility: visible;

    opacity: 1;
}

.nav-wrap .container
{
    height: 100%;
}

.col-wrap
{
    position: relative;

    margin: 0 -15px;
}

.col-wrap:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    display: none;

    width: 1px;

    content: '';

    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .1) 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .1) 100%);
}

.col-wrap .column
{
    padding: 0 15px;
}

.main-nav
{
    font-size: 25px;
    font-weight: 100;
}

.main-nav li
{
    margin-bottom: 10px;
}

.main-nav a
{
    color: #fff;
}

.main-nav a:hover
{
    color: #71dcdc;
}

.main-nav .active > a
{
    color: #71dcdc;
}

.contact-form
{
    padding: 20px 0;
}

.contact-form h2
{
    font-size: 32px;
    font-weight: 300;

    margin-bottom: 18px;

    text-align: center;

    color: #fff;
}

.contact-form h2 mark
{
    padding: 0;

    color: #7aeaea;
    background: transparent;
}

.contact-form .input-wrap
{
    margin-bottom: 20px;
}

.contact-form .submit-wrap
{
    padding: 5px 0 29px;

    text-align: center;
}

.contact-form .text
{
    font-size: 29px;

    display: block;

    margin-bottom: 2px;

    text-transform: uppercase;

    color: #fff;
}

.contact-form .text a
{
    color: #58c4c4;
}

.contact-form .button
{
    margin-bottom: 11px;
}

input.form-input
{
    font-size: 15px;

    width: 100%;
    height: 43px;
    padding: 6px 10px;

    color: #646464;
    border: none;
    border-radius: 3px;
    outline: none !important;
}

input.form-input::-webkit-input-placeholder
{
    color: #646464;
}

input.form-input::-moz-placeholder
{
    opacity: 1;
    color: #646464;
}

input.form-input:-moz-placeholder
{
    color: #646464;
}

input.form-input:-ms-input-placeholder
{
    color: #646464;
}

input.form-input.placeholder
{
    color: #646464;
}

.social-networks
{
    text-align: center;
}

.social-networks.dark a
{
    color: #fff;
    background: #25303e;
}

.social-networks.dark a:hover
{
    background: #165375;
}

.social-networks li
{
    display: inline-block;

    margin: 0 3px;

    vertical-align: top;
}

.social-networks a
{
    font-size: 15px;

    display: block;

    width: 30px;
    height: 30px;

    -webkit-transition: background .3s, color .3s;
            transition: background .3s, color .3s;
    text-align: center;

    color: #165375;
    border-radius: 100%;
    background: #fff;
}

.social-networks a:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.social-networks a:hover
{
    color: #fff;
    background: #58c4c4;
}

.social-networks [class^='icon-'],
.social-networks [class*=' icon-']
{
    display: inline-block;

    vertical-align: middle;
}

.banner
{
    position: relative;

    color: #fff;
}

.banner.inner
{
    overflow: hidden;
}

.banner:before
{
    position: absolute;
    z-index: 2;
    top: 100%;
    right: -600px;
    left: -600px;

    height: 330px;
    margin-top: -50px;

    content: '';
    -webkit-transform: rotate(-3.5deg);
        -ms-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);

    background: #fff;
}

.banner .center-wrap
{
    position: relative;

    padding: 100px 0;
}

.banner-slider.slick-slider
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

    height: 100%;
}

.banner-slider.slick-slider .slick-list,
.banner-slider.slick-slider .slick-track,
.banner-slider.slick-slider .slide
{
    height: 100%;
}

.banner-slider.slick-slider .slide
{
    position: relative;
}

.banner-text
{
    font-size: 17px;
    line-height: 1.41;

    position: relative;
    z-index: 4;

    max-width: 385px;
    margin: 0 auto;

    text-align: center;
}

.banner-text h1
{
    font-size: 34px;
    font-weight: 100;
    line-height: 1.2;

    margin: 0 0 7px;

    letter-spacing: -1px;

    color: #fff;
}

.banner-text p
{
    margin-bottom: 52px;
}

.banner-text .btn-holder
{
    display: inline-block;

    margin-left: -5px;

    text-align: center;
    vertical-align: top;
}

.banner-text .button
{
    margin: 0 5px 10px;
}

.banner-image
{
    position: absolute;
    z-index: 3;
    right: -76px;
    bottom: -42px;

    max-width: 340px;
}

.inner-banner-text
{
    text-align: center;
}

.inner-banner-text h1
{
    font-size: 60px;
    font-weight: 100;
    line-height: 1.1;

    margin-bottom: 5px;
}

.inner-banner-text h2
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;

    margin-bottom: 67px;
}

.inner-banner-text mark
{
    display: inline-block;

    padding: 0;

    color: #58c4c4;
    background: transparent;
}

.down-arrow
{
    font-size: 48px;
    line-height: 1;

    display: block;

    width: 51px;
    height: 51px;
    margin: 0 auto;

    -webkit-transition: color .3s;
            transition: color .3s;
    text-decoration: none;

    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
}

.down-arrow:hover
{
    color: #57c3c3;
}

.slick-slider .slide
{
    outline: none !important;
}

.slick-arrow
{
    position: absolute;
    top: -30px;
    right: 72px;

    padding: 0;

    -webkit-transition: color .3s;
            transition: color .3s;

    color: #a3a3a3;
    border: none;
    outline: none !important;
    background: transparent;
}

.slick-arrow:hover
{
    color: #000;
}

.slick-arrow.slick-next
{
    right: 54px;
}

.slick-dots
{
    padding-right: 7px;

    text-align: center;
}

.slick-dots li
{
    display: inline-block;

    padding: 0 6px;

    vertical-align: top;

    outline: none !important;
}

.slick-dots button
{
    overflow: hidden;

    width: 17px;
    height: 17px;
    padding: 0;

    -webkit-transition: background .3s;
            transition: background .3s;
    white-space: nowrap;
    text-indent: 101%;

    border: 2px solid #98a8c0;
    border-radius: 100%;
    outline: none !important;
    background: transparent;
}

.slick-dots button:hover
{
    background: #98a8c0;
}

.slick-dots .slick-active button
{
    border-color: rgba(182, 152, 192, .4);
}

noscript div
{
    text-align: center;
}

.accessibility
{
    position: absolute;
    top: auto;
    left: -10000px;

    overflow: hidden;

    width: 1px;
    height: 1px;
}

.accessibility:focus
{
    position: static;

    width: auto;
    height: auto;
}

.recent-work-block
{
    position: relative;

    padding: 40px 0 0;
}

.recent-work-block .bg-img
{
    z-index: 2;

    background-position: 50% 0;
}

.recent-work-block .container
{
    position: relative;
    z-index: 4;
}

.recent-work-block h2
{
    font-size: 32px;
    font-weight: 900;
    line-height: .8;

    margin: 0 0 5px;

    letter-spacing: -.02em;

    color: rgba(82, 82, 82, .47);
}

.work-slider
{
    margin: 0 -60px;
}

.work-slider .img
{
    text-align: center;
}

.work-slider.slick-slider img
{
    display: inline-block;

    vertical-align: top;
}

.quote-block
{
    position: relative;
    z-index: 5;

    margin: 17px 0 0;
    padding: 45px 0 30px;

    text-align: center;
}

.quote-block:before
{
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    left: -200px;

    content: '';
    -webkit-transform: rotate(-3.1deg);
        -ms-transform: rotate(-3.1deg);
            transform: rotate(-3.1deg);

    background: #eaf1f4;
}

.quote-block .text-wrap
{
    padding-bottom: 20px;
}

.quote-block .btn-holder
{
    display: inline-block;

    margin-left: -5px;

    text-align: center;
}

.quote-block .btn-holder .button
{
    margin: 0 5px 10px;
}

.quote-block h3
{
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;

    margin: 0;

    color: #24a7e3;
}

.quote-block .info
{
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;

    display: block;

    color: #454a53;
}

.quote-block .button
{
    box-shadow: 0 5px 8px rgba(0, 0, 1, .14);
}

.info-block
{
    position: relative;
    z-index: 4;

    padding: 60px 0;

    color: ##9dbcd2;
}

.info-block .bg-img
{
    right: -200px;
    left: -200px;

    -webkit-transform: rotate(-3.4deg);
        -ms-transform: rotate(-3.4deg);
            transform: rotate(-3.4deg);
}

.info-block .text-wrap
{
    font-size: 18px;
    line-height: 1.44;

    position: relative;
    z-index: 3;

    max-width: 440px;
    margin: 0 auto 30px;

    text-align: center;
}

.info-block h3
{
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2;

    margin: 0 0 7px;

    letter-spacing: -.02em;

    color: #fff;
}

.info-block p
{
    margin-bottom: 30px;
}

.info-block .button
{
    margin-right: 4px;
}

.info-block .image-wrap
{
    max-width: 540px;
    margin: 0 auto;
}

.info-slider
{
    overflow: hidden;
}

.info-slider .slide
{
    position: relative;
}

.info-slider .slick-list
{
    overflow: visible;
}

.description-block
{
    padding: 20px 0 30px;
}

.description-block.green .article h3
{
    color: #5bc5c5;
}

.column-wrapper
{
    font-size: 0;

    margin: 0 -18px;

    letter-spacing: -4px;
}

.column-wrapper .column
{
    font-size: 16px;

    display: inline-block;

    width: 100%;
    padding: 0 18px;

    vertical-align: top;
    letter-spacing: 0;
}

.article
{
    max-width: 240px;
    margin: 0 auto;

    text-align: center;
}

.article .img
{
    height: 107px;
    margin-bottom: 8px;

    text-align: center;
    white-space: nowrap;
}

.article .img:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.article img
{
    display: inline-block;

    vertical-align: bottom;
}

.article h3
{
    font-size: 18px;
    font-weight: 700;

    text-align: center;
    text-transform: uppercase;

    color: #24a7e3;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

.about-block
{
    font-size: 16px;
    line-height: 1.625;

    position: relative;

    padding: 26px 0 30px;

    color: #64707a;
}

.about-block .bg-img
{
    z-index: 2;

    opacity: .6;
    background-position: center;
}

.about-block .container
{
    position: relative;
    z-index: 3;
}

.about-block h2
{
    font-size: 41px;
    font-weight: 300;
    line-height: 1.1;

    margin-bottom: 10px;

    letter-spacing: -.03em;

    color: #24a7e3;
}

.about-block p
{
    margin-bottom: 24px;
}

.about-block .image-wrap
{
    padding-top: 30px;
}

.about-block .team-image
{
    margin: 0 -15px;

    text-align: center;
}

.office-block
{
    position: relative;
    z-index: 4;
}

.office-block h2
{
    font-size: 50px;
    font-weight: 900;
    line-height: .7;

    margin: 0;

    letter-spacing: -.03em;

    color: rgba(225, 222, 222, .75);
}

.office-slider
{
    position: relative;
}

.office-slider .slide
{
    position: relative;
}

.office-slider .slide:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    background: rgba(255, 255, 255, .7);
}

.office-slider .slide.slick-active:before
{
    opacity: 0;
}

.office-slider .bg-img
{
    position: static;

    width: 300px;
    height: 270px;
}

.award-slider .image
{
    padding: 0 10px;

    text-align: center;
}

.award-slider img
{
    display: inline-block;
}

.award-slider .slick-dots
{
    float: none;

    width: auto;
    padding: 25px 0 0;
}

.award-slider .slick-dots button
{
    width: 16px;
    height: 16px;

    border-width: 3px;
    border-color: #fff;
}

.award-slider .slick-dots .slick-active button
{
    border-color: rgba(255, 255, 255, .4);
}

.service-block
{
    position: relative;

    padding: 20px 0 0;
}

.service-block .bg-img
{
    bottom: auto;

    height: 780px;

    opacity: .8;
    background-size: 100% 100%;
}

.intro-text
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.36;

    text-align: center;

    color: #64707a;
}

.intro-text mark
{
    padding: 0;

    color: #58c4c4;
    background: transparent;
}

.service-wrapper
{
    position: relative;

    padding: 30px 0;
}

.form-block
{
    max-width: 381px;
    margin: 0 auto 40px;
    padding: 0 4px 12px;

    border-radius: 6px;
    background: #f3f1f1;
}

.slide-wrapper
{
    margin-bottom: 30px;
}

.slide-wrapper .image
{
    overflow: hidden;

    width: 176px;
    margin: 0 auto 20px;

    border-radius: 100%;
}

.slide-wrapper .image img
{
    width: 100%;
    max-width: none;
}

.slide-wrapper .text-wrap
{
    font-size: 15px;
    line-height: 1.7333;

    overflow: hidden;

    padding: 0 0 30px;

    text-align: center;

    color: #63676a;
}

.slide-wrapper .img
{
    margin: 0 0 6px;

    text-align: center;
}

.slide-wrapper h3
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;

    margin: 0 0 3px;

    text-align: center;

    color: #1d8cb7;
}

.slide-holder
{
    max-width: 565px;
    margin: 0 auto;
}

.slide-holder img
{
    display: inline-block;
}

.slide-holder .slick-arrow
{
    position: absolute;
    z-index: 3;
    top: auto;
    right: 50%;
    bottom: 0;

    margin-right: 15px;
}

.slide-holder .slick-arrow.slick-next
{
    margin-right: -15px;
}

.service-slide-wrapper
{
    position: relative;

    padding-bottom: 26px;
}

.quote-btn-holder
{
    padding: 20px 0 30px;

    text-align: center;
}

.quote-btn-holder .button
{
    margin: 0 15px 20px;

    box-shadow: 0 5px 8px rgba(0, 0, 1, .14);
}

.quote-form
{
    position: relative;

    margin: -12px 0 0;
    padding: 35px 12px 26px 12px;

    border-radius: 6px;
    background: #fff;
}

.quote-form .title
{
    font-size: 22px;
    line-height: 1.2;

    display: block;

    margin: 0 0 35px;

    color: #1d8cb7;
}

.quote-form .btn-wrap
{
    position: absolute;
    right: 0;
    bottom: -27px;
    left: 0;

    text-align: center;
}

.form-row
{
    margin: 0 -16px;
}

.form-column
{
    float: left;

    width: 100%;
    padding: 0 16px;
}

.input-wrap
{
    margin-bottom: 15px;
}

.form-title
{
    font-size: 15px;

    display: block;

    padding: 0 0 4px 6px;

    color: #b2b2bc;
}

.form-list
{
    padding-left: 6px;
}

.form-list li
{
    display: inline-block;

    vertical-align: top;
}

.form-label
{
    position: relative;

    cursor: pointer;

    color: #b2b2bc;
}

.form-label [type='radio']
{
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
}

.form-label [type='radio']:checked + .form-text
{
    color: #fff;
    background: #1d8cb7;
}

.form-label .form-text
{
    padding: 4px 5px 3px;

    -webkit-transition: color .3s, background .3s;
            transition: color .3s, background .3s;

    border: 1px solid #1d8cb7;
    border-radius: 14px;
}

.portfolio-wrapper
{
    padding: 71px 0;
}

.portfolio-wrapper .container
{
    max-width: 1292px;
}

.portfolio-holder
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.portfolio-holder .item
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    min-height: 250px;
    padding: 25px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.portfolio-holder a
{
    display: block;
}

.portfolio-holder a:hover:before,
.portfolio-holder a:hover:after
{
    visibility: visible;

    opacity: 1;
}

.portfolio-holder a:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    content: '';
    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;

    opacity: 0;
    background: rgba(37 , 136, 165, .7);
}

.portfolio-holder a:after
{
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;

    visibility: hidden;

    content: '';
    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;

    opacity: 0;
    border: 2px solid #a6c9bf;
}

.portfolio-holder .bg-img
{
    z-index: 1;
}

.portfolio-holder .center-logo
{
    position: relative;
    z-index: 3;
}

.portfolio-slider
{
    padding-bottom: 60px;
}

.portfolio-slider .slick-dots
{
    float: none;

    width: auto;
    padding: 39px 0 10px;
}

.portfolio-slider .slick-dots li
{
    padding: 0 5px;
}

.portfolio-slider .slick-dots button
{
    width: 8px;
    height: 8px;

    opacity: 1;
    border: none;
    background: #e9e9e9;
}

.portfolio-slider .slick-dots button:hover
{
    background: #008ed1;
}

.portfolio-slider .slick-dots .slick-active > button
{
    background: #008ed1;
}

.portfolio-slider-pagination
{
    text-align: center;
}

body
{
	overflow:hidden;

}
.portfolio-slider-pagination .slick-track
{
    width: 100% !important;

    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.portfolio-slider-pagination .slide
{
    display: inline-block;
    float: none;

    margin: 0 5px;

    vertical-align: top;
}
body.fixed-position content { height:100%; margin-bottom:20px;}
.portfolio-slider-pagination .slick-current .dot
{
    background: #0092d1;
}

.portfolio-slider-pagination .dot
{
    display: block;
    overflow: hidden;

    width: 8px;
    height: 8px;

    cursor: pointer;
    -webkit-transition: background .3s;
            transition: background .3s;
    white-space: nowrap;
    text-indent: 101%;

    border-radius: 100%;
    background: #e9e9e9;
}

.portfolio-slider-pagination .dot:hover
{
    background: #0092d1;
}
.chat-box{ padding: 50px; color:grey;}
.chat-box h2{color:#b2b2bc;}
.popup-holder1,.popup-holder2,.popup-holder3,.popup-holder4,.popup-holder5,.popup-holder6,.popup-holder7,
.popup-holder8,.popup-holder9
{
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;

    visibility: hidden;
    overflow-y: auto;

    height: 100%;
    padding: 0 15px;

    -webkit-transition: opacity .3s, vsisibility .3s;
            transition: opacity .3s, vsisibility .3s;

    opacity: 0;
    background: rgba(26, 22, 117, .9);
}

.popup-holder1,.popup-holder2,.popup-holder3,.popup-holder4,.popup-holder5,.popup-holder6,.popup-holder7
.popup-holder8,.popup-holder9 .center-wrap
{
    padding: 15px 0;
}

.popup-active1 .popup-holder1
{
    visibility: visible;

    opacity: 1;
}
.popup-active2 .popup-holder2
{
    visibility: visible;

    opacity: 1;
}

.popup-active3 .popup-holder3
{
    visibility: visible;

    opacity: 1;
}
.popup-active4 .popup-holder4
{
    visibility: visible;

    opacity: 1;
}
.popup-active5 .popup-holder5
{
    visibility: visible;

    opacity: 1;
}
.popup-active6 .popup-holder6
{
    visibility: visible;

    opacity: 1;
}
.popup-active7 .popup-holder7
{
    visibility: visible;

    opacity: 1;
}
.popup-active8 .popup-holder8
{
    visibility: visible;

    opacity: 1;
}
.popup-active9 .popup-holder9
{
    visibility: visible;

    opacity: 1;
}
.popup-active1
{
    overflow: hidden;
}

.popup-wrapper
{
    max-width: 1252px;
    margin: 0 auto;
}

.close-wrap
{
    text-align: right;
}

.close-wrap .close
{
    font-size: 20px;

    position: relative;

    display: inline-block;

    margin: 0 22px 4px 20px;

    vertical-align: middle;

    color: #fff;
}

.close-wrap .close:hover
{
    color: #58c4c4;
}

.close-wrap .close:before
{
    position: absolute;
    top: 0;
    left: -20px;

    width: 1px;
    height: 42px;

    content: '';

    background: rgba(255, 255, 255, .4);
}

.popup-content
{
    padding: 20px 15px;

    background: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 1, .75);
}

.popup-content .text-holder
{
    font-size: 16px;
    line-height: 1.5;

    overflow: hidden;
}

.popup-content p
{
    margin-bottom: 50px;
}

.popup-content h2
{
    font-size: 36px;
    font-weight: normal;

    margin-bottom: 0;

    color: #000;
}

.portfolio-image
{
    width: 260px;
    height: 240px;
    margin: 0 auto;
    padding: 12px 11px;

    background: url(../images/imac-frame.png) no-repeat;
    background-size: 100% auto;
}

.image-slider .slick-arrow
{
    font-size: 14px;
    line-height: 1;

    position: absolute;
    z-index: 9;
    top: auto;
    right: -10px;
    bottom: -72px;
    left: auto;
}

.image-slider .slick-arrow.slick-prev
{
    right: 7px;
}

.framework
{
    padding: 30px 0 26px;

    border-width: 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
}

.framework .title
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    margin: 7px 24px 0 4px;

    color: #000;
}

.framework ul
{
    overflow: hidden;
}

.framework ul li
{
    display: inline-block;

    margin-right: 9px;

    vertical-align: middle;
}

.share-wrapper
{
    padding: 43px 0 0 5px;
}

.share-wrapper .title
{
    font-size: 18px;
    font-weight: 700;

    display: block;

    margin-bottom: 8px;

    color: #000;
}

.share-wrapper .title:after
{
    position: absolute;

    width: 40px;
    height: 33px;
    margin: -4px 0 0 -3px;

    content: '';

    background: url(../images/arrow.png) no-repeat;
}

.share-wrapper .social-networks
{
    text-align: left;
}

.share-wrapper .social-networks li
{
    margin: 0 5px 0 0;
}

.logo-block
{
    position: relative;

    padding: 46px 0;
}

.logo-block:hover .logo-list li
{
    -webkit-filter: blur(8px);
            filter: blur(8px);
}

.logo-block:hover .hover-block
{
    visibility: visible;

    opacity: 1;
}

.logo-block:before
{
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    left: -200px;

    content: '';
    -webkit-transform: rotate(-3.4deg);
        -ms-transform: rotate(-3.4deg);
            transform: rotate(-3.4deg);

    background: #e8edf0;
}

.logo-block .container
{
    position: relative;
    z-index: 2;
}

.logo-list
{
    text-align: center;
}

.logo-list li
{
    display: inline-block;

    padding: 0 13px;

    -webkit-transition: all .3s;
            transition: all .3s;
    vertical-align: middle;
}

.logo-list img
{
    max-width: 90%;
}

.hover-block
{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;

    visibility: hidden;

    height: 100%;

    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
    text-align: center;

    opacity: 0;
}

.hover-block:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.hover-block .center
{
    display: inline-block;

    vertical-align: middle;
}

.hover-block .button
{
    box-shadow: 0 12px 21px rgba(0, 0, 1, .29), inset 0 1px 0 rgba(255, 255, 255, .41);
}

.bottom-info
{
    padding: 60px 0 20px;
}

.bottom-info .container
{
    position: relative;
}

.bottom-info .text-holder
{
    position: relative;
    z-index: 3;
}

.bottom-info .image-holder
{
    display: none;
}

.bottom-info h3
{
    font-size: 24px;
    font-weight: 100;
    font-style: italic;
    line-height: 1;

    margin: 0 0 -2px;

    letter-spacing: -.03em;

    color: #454a53;
}

.bottom-info .mark
{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;

    display: block;

    margin: 0 0 14px;

    letter-spacing: -.03em;
    text-transform: uppercase;

    color: #5da4d7;
}

.footer
{
    padding: 30px 0;
}

@media (min-width: 540px)
{
    .column-wrapper .column
    {
        width: 50%;
    }

    .portfolio-holder .item
    {
        width: 50%;
        min-height: 320px;
    }
}

@media (min-width: 768px)
{
    .button
    {
        font-size: 15px;
    }

    .button [class^='icon-'],
    .button [class*=' icon-']
    {
        font-size: 29px;
    }

    .nav-active .header
    {
        background: transparent;
    }

    .request-text
    {
        display: block;
    }

    .nav-opener-holder:before
    {
        display: block;
    }

    .nav-opener
    {
        margin-top: 0;
    }

    .nav-wrap
    {
        height: 100vh;
        margin-top: 0;
        padding: 70px 0;
    }

    .col-wrap
    {
        padding: 0 20px;
    }

    .col-wrap:before
    {
        display: block;
    }

    .col-wrap .column
    {
        float: left;

        width: 50%;
    }

    .main-nav
    {
        font-size: 36px;

        padding: 53px 0 0;
    }

    .main-nav li
    {
        margin-bottom: 22px;
    }

    .contact-form
    {
        float: right;

        width: 289px;
    }

    .banner.inner .center-wrap
    {
        height: 683px;
    }

    .banner .center-wrap
    {
        height: 800px;
    }
	
	.banner .center-wrap2
    {
        height: 480px;
    }

    .banner-text
    {
        max-width: 534px;
        margin: 0;
        padding: 0 0 80px;

        text-align: left;
    }

    .banner-text h1
    {
        font-size: 39px;
    }

    .banner-text .btn-holder
    {
        padding-left: 6px;
    }

    .banner-text .button
    {
        margin: 0 33px 0 0;
    }

    .banner-image
    {
        right: -76px;
        bottom: -84px;

        display: block;

        max-width: 600px;
    }

    .inner-banner-text h1
    {
        font-size: 69px;

        margin-bottom: -5px;
    }

    .inner-banner-text h2
    {
        font-size: 28px;
    }

    .slick-arrow
    {
        top: -51px;
        right: 233px;
    }

    .slick-arrow.slick-next
    {
        right: 200px;
    }

    .slick-dots
    {
        float: right;

        width: 220px;
    }

    .recent-work-block
    {
        padding: 110px 0 0;
    }

    .recent-work-block h2
    {
        font-size: 78px;
    }

    .work-slider
    {
        margin: 0 -200px;
    }

    .quote-block
    {
        padding: 70px 0;
    }

    .quote-block h3
    {
        font-size: 39px;

        margin: 0 0 -4px;
    }

    .quote-block .info
    {
        font-size: 28px;
    }

    .info-block
    {
        padding: 127px 0 200px;
    }

    .info-block.add
    {
        padding: 102px 0 94px;
    }

    .info-block .text-wrap
    {
        float: right;

        width: 440px;
        padding-right: 7px;

        text-align: right;
    }

    .info-block p
    {
        margin-bottom: 52px;
    }

    .info-block .image-wrap
    {
        position: absolute;
        top: 29px;
        left: 0;

        max-width: 470px;
    }

    .info-slider
    {
        min-height: 409px;
    }

    .description-block
    {
        padding: 66px 0 79px;
    }

    .description-block.green
    {
        padding: 29px 0 86px;
    }

    .about-block
    {
        padding: 76px 0 40px;
    }

    .about-block .text-wrapper
    {
        float: left;

        width: 47%;
        padding: 0 20px 0 0;
    }

    .about-block .image-wrap
    {
        float: right;

        width: 50%;
    }

    .office-block h2
    {
        font-size: 99px;
    }

    .office-slider .bg-img
    {
        width: 620px;
        height: 379px;
    }

    .award-slider .slick-dots
    {
        padding: 14px 0 0;
    }

    .service-block
    {
        padding: 62px 0 0;
    }

    .intro-text
    {
        font-size: 25px;
    }

    .service-wrapper
    {
        padding: 87px 0 50px;
    }

    .service-slider-wrapper
    {
        margin: 0 -15px;
    }

    .slide-wrapper
    {
        float: left;

        width: 33.33%;
        padding: 0 8px;
    }

    .quote-btn-holder
    {
        clear: both;
    }

    .quote-form
    {
        padding: 35px 30px 26px 24px;
    }

    .quote-form .title
    {
        font-size: 24px;
    }

    .form-column
    {
        width: 50%;
    }

    .form-label .form-text
    {
        padding: 4px 16px 3px;
    }

    .portfolio-holder .item
    {
        width: 33.33%;
    }

    .popup-content
    {
        padding: 89px 43px 53px 62px;
    }

    .popup-content .text-holder
    {
        padding: 10px 0 0 40px;
    }

    .portfolio-image
    {
        float: left;
    }

    .image-slider .slick-arrow
    {
        right: -9px;
    }

    .image-slider .slick-arrow.slick-prev
    {
        right: 11px;
    }

    .logo-block
    {
        padding: 86px 0;
    }

    .logo-list li
    {
        padding: 0 4px;
    }

    .bottom-info
    {
        padding: 112px 0 160px;
    }

    .bottom-info .text-holder
    {
        float: left;

        width: 61%;
    }

    .bottom-info .image-holder
    {
        position: absolute;
        top: -30px;
        right: -209px;

        display: block;

        max-width: 550px;
    }

    .bottom-info h3
    {
        font-size: 28px;
    }

    .bottom-info .mark
    {
        font-size: 68px;
    }
}

@media (min-width: 1024px)
{
    .header
    {
        padding: 20px 0;
    }

    .header .container
    {
        padding-right: 23px;
        padding-left: 23px;
    }

    .col-wrap
    {
        padding: 0 183px;
    }

    .col-wrap:before
    {
        left: 50%;

        margin-left: -66px;
    }

    .col-wrap .column
    {
        width: 59%;
    }

    .col-wrap .column:first-child
    {
        width: 41%;
    }

    .banner-text
    {
        max-width: 564px;
        padding: 141px 0 0 32px;
    }

    .banner-image
    {
        bottom: -204px;

        max-width: none;
    }

    .slick-arrow
    {
        right: 353px;
    }

    .slick-arrow.slick-next
    {
        right: 324px;
    }

    .recent-work-block
    {
        padding: 248px 0 0;
    }

    .recent-work-block h2
    {
        font-size: 90px;

        margin-bottom: 0;
    }

    .heading
    {
        padding: 0 180px 0 130px;
    }

    .quote-block
    {
        padding: 87px 0 71px;

        text-align: left;
    }

    .quote-block .text-wrap
    {
        float: left;

        width: calc(100% - 510px);
        padding: 0 20px 0 69px;

        letter-spacing: -.03em;
    }

    .quote-block .btn-holder
    {
        float: right;

        width: 510px;
        margin: -2px -7px 0 0;
    }

    .quote-block .btn-holder .button
    {
        margin: 0 0 0 32px;
    }

    .info-block
    {
        padding: 117px 0 290px;
    }

    .info-block .text-wrap
    {
        padding: 60px 7px 0 0;
    }

    .info-block .image-wrap
    {
        top: 0;
        left: 0;

        max-width: 680px;
    }

    .info-slider
    {
        min-height: 719px;
    }

    .column-wrapper
    {
        margin: 0 -25px 0 0;
    }

    .column-wrapper .column
    {
        width: 25%;
    }

    .article
    {
        margin: 0;

        text-align: left;
    }

    .about-block
    {
        padding-bottom: 0;
    }

    .about-block .text-wrapper
    {
        padding-left: 32px;
    }

    .about-block .team-image
    {
        margin: 51px -51px 0 -11px;
    }

    .office-block .office-head
    {
        height: 68px;
        margin-top: -68px;
    }

    .office-block h2
    {
        margin-left: -20px;

        white-space: nowrap;
    }

    .form-block
    {
        position: absolute;
        z-index: 4;
        top: 80px;
        left: 18px;
    }

    .service-slider-wrapper
    {
        margin: 0;
    }

    .slide-wrapper
    {
        float: none;

        width: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .slide-wrapper.two .slide-holder
    {
        width: 451px;
        margin: -8px 28px 0 0;
    }

    .slide-wrapper.two .slide-holder .img
    {
        margin-bottom: 23px;
    }

    .slide-wrapper.two .slide-holder .slick-arrow
    {
        bottom: -3px;
    }

    .slide-wrapper.two .image
    {
        width: 176px;
        margin-top: 67px;
        margin-bottom: 0;
    }

    .slide-wrapper.two .text-wrap
    {
        padding-top: 7px;
        padding-bottom: 23px;
    }

    .slide-wrapper.three .slide-holder
    {
        float: left;

        width: 480px;
        margin: 0 0 0 110px;
    }

    .slide-wrapper.three .slide-holder .slick-arrow
    {
        right: auto;
        bottom: 2px;
        left: 131px;
    }

    .slide-wrapper.three .slide-holder .slick-arrow.slick-next
    {
        left: 158px;
    }

    .slide-wrapper.three .image
    {
        float: right;

        width: 176px;
        margin: 36px 0 0;
    }

    .slide-wrapper.three .text-wrap
    {
        padding: 0 44px 24px 14px;

        text-align: right;
    }

    .slide-wrapper .image
    {
        float: left;

        width: 297px;
    }

    .slide-wrapper .text-wrap
    {
        padding: 28px 0 60px 27px;

        text-align: left;
    }

    .slide-holder
    {
        float: right;

        width: 565px;
    }

    .slide-holder .slick-arrow
    {
        right: 129px;
        bottom: 51px;

        margin: 0;
    }

    .slide-holder .slick-arrow.slick-next
    {
        right: 101px;

        margin: 0;
    }

    .service-slide-wrapper:before
    {
        position: absolute;
        z-index: -1;
        top: 78px;
        right: 31%;

        width: 253px;
        height: 579px;

        content: '';

        background: url(../images/bar.png) no-repeat;
    }

    .quote-btn-holder
    {
        padding: 50px 0;
    }

    .quote-btn-holder .button
    {
        margin: 0 16px;
    }

    .portfolio-holder .item
    {
        min-height: 420px;
    }

    .portfolio-image
    {
        width: 470px;
        height: 420px;
    }

    .image-slider .slick-arrow
    {
        font-size: 22px;

        right: -11px;
        bottom: -142px;
        left: auto;
    }

    .logo-list li
    {
        padding: 0 15px;
    }

    .logo-list img
    {
        max-width: none;
    }

    .bottom-info .image-holder
    {
        top: -120px;

        max-width: 640px;
    }
}
 /* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}


/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.cd-btn {
  display: inline-block;
  padding: 1.6em 2.4em;
  font-size: 1.4rem;
  letter-spacing: .15em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a5c4bc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.no-touch .cd-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* -------------------------------- 

Typography

-------------------------------- */

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}

/* -------------------------------- 

Main Content

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* vertically align its content */
  display: table;
  background-color: #e4dcca;
}
.cd-main-content .center {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* -------------------------------- 

Modal window 

-------------------------------- */
.cd-modal {
	background: #1274a1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-modal .modal-content {
	position:relative;
	z-index:90000;
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  color: #e4dcca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal h1 {
  text-align: center;
}
.cd-modal h1::after {
  /* ink/brush separation */
  content: '';
  display: block;
  width: 130px;
  height: 18px;
  background: url(../images/ink-separation.svg) no-repeat center center;
  margin: .2em auto 0;
}
.cd-modal p {
  line-height: 1.6;
  margin: 2em auto;
  max-width: 800px;
}
a.modal-close {
  
  z-index: 1000000;
    position: relative;
  
    bottom: 14px;
    height: 26px !important;
    width: 26px !important;
    background-size: contain;
    min-height: 26px;
    min-width: 26px;
    margin-top: 14px!important;
	margin-right: 10px;
 }
.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cd-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s, visibility 0s;
  -moz-transition: opacity 0.7s, visibility 0s;
  transition: opacity 0.7s, visibility 0s;
}
.cd-modal.visible .modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}
.cd-modal.visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
}

@media only screen and (min-width: 1100px) {
  .cd-modal .modal-content {
    padding: 6em 5%;
	
  }
  .cd-modal .modal-close {
    height: 60px;
    width: 60px;
  }
  .cd-modal p {
    font-size: 2rem;
  }
}

/* -------------------------------- 

Transition Layer 

-------------------------------- */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(../images/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}

@media (min-width: 1200px)
{
    .banner-text
    {
        max-width: 654px;
    }

    .banner-text .btn-holder
    {
        margin-left: 0;
    }

    .heading
    {
        padding-left: 150px;
    }

    .info-block
    {
        padding-bottom: 36px;
    }

    .info-block .image-wrap
    {
        left: 49px;

        max-width: none;
    }

    .about-block .team-image
    {
        margin: -19px -131px 0 -21px;
    }

    .popup-content .text-holder
    {
        padding: 61px 0 0 59px;
    }

    .portfolio-image
    {
        float: left;
        overflow: hidden;

        width: 721px;
        height: 636px;
        padding: 27px 30px 178px;
    }

    .image-slider .slick-arrow
    {
        right: -33px;
    }

    .image-slider .slick-arrow.slick-prev
    {
        right: 3px;
    }

    .logo-block
    {
        padding: 102px 0;
    }

    .logo-list li
    {
        padding: 0 25px;
    }

    .bottom-info .text-holder
    {
        padding-left: 80px;
    }

    .bottom-info .image-holder
    {
        top: -233px;
        right: -422px;

        max-width: none;
    }
}

@media (min-width: 1400px)
{
    .framework .title
    {
        float: left;
    }
}

@media (min-width: 1700px)
{
    .banner:before
    {
        margin-top: -100px;

        -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
                transform: rotate(-3deg);
    }
}

@media (min-width: 2200px)
{
    .banner:before
    {
        margin-top: -150px;

        -webkit-transform: rotate(-2.7deg);
            -ms-transform: rotate(-2.7deg);
                transform: rotate(-2.7deg);
    }
}

