/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(bootstrap.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* transition's 0.2s */

a,
button,
.icon,
.fill,
.shape {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* Variables */


/* Theme colors */


/* Default settings */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
}

::-moz-selection {
    background: #1434E1;
    color: #ffffff;
}

::webkit-selection {
    background: #1434E1;
    color: #ffffff;
}

::-moz-selection {
    background: #1434E1;
    color: #ffffff;
}

::selection {
    background: #1434E1;
    color: #ffffff;
}

body {
    font-family: "Muli", Arial, sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    background: #fff;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
}

body,
nav,
header,
section,
footer {
    width: 100%;
    position: relative;
}

a {
    color: #1434E1;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0D2CCB;
    text-decoration: none;
}

strong,
b {
    font-weight: 700;
}

i {
    font-style: italic;
}

img {
    text-indent: -9999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 0 auto;
    text-align: left;
    font-family: "Muli";
    font-weight: 500;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -1px;
    }
    h1 br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.7px;
    }
}

h2 {
    font-size: 42px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: -1.1px;
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.9px;
    }
    h2 br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.6px;
    }
}

h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -1px;
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }
    h3 br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -0.5px;
    }
}

h4 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -1px;
}

@media (max-width: 991.98px) {
    h4 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.6px;
    }
    h4 br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
textarea {
    width: 100%;
    height: 65px;
    padding: 18px 0;
    font-size: 18px;
    font-family: "Muli";
    color: #1C1C1C;
    border-bottom: 1px solid #C3C3C3;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #C3C3C3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C3C3C3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #C3C3C3;
}

input:focus,
textarea:focus {
    border-color: #1C1C1C;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width: 767.98px) {
    input,
    textarea {
        padding: 10px 0;
        font-size: 16px;
    }
}

textarea {
    resize: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.t-m-m {
    display: none;
}


/* Buttons styles */

button,
.btn {
    display: inline-block;
    padding: 14px 25px;
    height: 54px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Muli";
    font-size: 16px;
    font-weight: 700;
    background: #1434E1;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

button:hover,
.btn:hover {
    background: #0D2CCB;
    color: #ffffff;
}

button.focus,
button:focus,
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* remove bootstrap's default box-shadow */
}

button.gold,
.btn.gold {
    background: #FED55A;
    color: #000000;
}

button.gold:hover,
.btn.gold:hover {
    background: #FFC823;
    color: #000000;
}


/* UI Staff */


/* icons */

.icon-play-white {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #ffffff url(../images/play.svg) no-repeat calc(50% + 3px) 50%;
}

.icon-play-white:hover {
    background-color: #eeeeee;
}


/* Elements */

.section_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.section_counter {
    color: #C3C3C3;
    font-size: 20px;
    line-height: 0.5;
    letter-spacing: -1.5px;
}

.section_counter span {
    vertical-align: top;
    display: inline-block;
}

.section_counter .now {
    font-size: 36px;
    font-weight: 800;
}

.section_counter .total {
    margin-left: 3px;
    margin-right: 5px;
}

@media (max-width: 339.98px) {
    .section_counter .now {
        font-size: 30px;
    }
}


/* Animatable blocks */

.animatable {
    opacity: 0.01;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.2s, opacity 0.5s, -webkit-transform 1s;
    transition: all 0.2s, opacity 0.5s, -webkit-transform 1s;
    -o-transition: all 0.2s, opacity 0.5s, transform 1s;
    transition: all 0.2s, opacity 0.5s, transform 1s;
    transition: all 0.2s, opacity 0.5s, transform 1s, -webkit-transform 1s;
}

.animatable.animated {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.slider .animatable {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.slider .animatable.animated {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.nav-btn>a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-btn {
    color: #fff;
    height: 35px;
    width: 80px;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-left: 30px;
    box-sizing: border-box;
}

.login-btn {
    border: 2px solid #1434e1;
    background: #1434e1;
}


/* Theme pages styles */


/* Main navigation */

.hamburger {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #1C1C1C url(../images/hamburger.svg) no-repeat 50% 50%;
    background-size: 16px auto;
    z-index: 999;
}

@media (max-width: 1199.98px) {
    .hamburger {
        display: block;
    }
}

.main_nav {
    position: absolute;
    top: 25px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1C1C1C;
    z-index: 1000;
}

.main_nav.fixed {
    top: 0px;
    position: fixed;
}

.main_nav .close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(../images/close.svg) no-repeat 50% 50%;
    background-size: 16px auto;
    opacity: 1;
    z-index: 10;
}

.main_nav .logo img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main_nav .logo:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main_nav .links div {
    margin: 0 13px;
}

.main_nav .links a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

.main_nav .links a:hover,
.main_nav .links a.active {
    border-color: #ffffff;
}

.main_nav .links a:first-of-type {
    margin-left: 0;
}

.main_nav .links a:last-of-type {
    margin-right: 0;
}

.main_nav .socials a {
    margin-left: 17px;
}

.main_nav .socials a:first-of-type {
    margin-left: 0;
}

.main_nav .socials a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1199.98px) {
    .main_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 0px;
        height: 100vh;
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .main_nav:before,
    .main_nav:after {
        display: block;
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 2;
    }
    .main_nav:before {
        top: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1C1C1C));
        background-image: -webkit-linear-gradient(bottom, transparent, #1C1C1C);
        background-image: -o-linear-gradient(bottom, transparent, #1C1C1C);
        background-image: linear-gradient(to top, transparent, #1C1C1C);
    }
    .main_nav:after {
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1C1C1C));
        background-image: -webkit-linear-gradient(top, transparent, #1C1C1C);
        background-image: -o-linear-gradient(top, transparent, #1C1C1C);
        background-image: linear-gradient(to bottom, transparent, #1C1C1C);
    }
    .main_nav.opened {
        width: 300px;
    }
    .main_nav .close {
        display: block;
    }
    .main_nav .container {
        padding: 60px 30px 100px 30px;
        max-height: 100vh;
        overflow: auto;
    }
    .main_nav .logo {
        margin-bottom: 30px;
        display: inline-block;
    }
    .main_nav .logo img {
        max-width: 100%;
    }
    .main_nav .links div {
        margin: 0;
        margin-bottom: 15px;
    }
    .main_nav .socials {
        margin-top: 30px;
    }
}

.logo_mobile {
    margin-bottom: 30px;
    display: none;
}

.logo_mobile img {
    max-width: 300px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.logo_mobile:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1199.98px) {
    .logo_mobile {
        display: inline-block;
    }
}


/* Section Our Clients */

.section_our_clients {
    padding-top: 90px;
    padding-bottom: 135px;
    background: #F8F8F8;
}

.section_our_clients .right {
    padding-top: 15px;
}

.section_our_clients .right .subtitle {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
}

.section_our_clients .right .text {
    color: #888888;
    line-height: 26px;
}

.section_our_clients .logos {
    margin-top: 80px;
}

.section_our_clients .logos a {
    opacity: 0.15;
}

.section_our_clients .logos a:hover {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .section_our_clients {
        padding-bottom: 80px;
    }
    .section_our_clients .logos {
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .section_our_clients {
        padding: 50px 0;
    }
}


/* Section Footer Contacts */

.section_footer_contacts {
    padding-top: 85px;
    padding-bottom: 80px;
    background: #ffffff;
}

.section_footer_contacts .left {
    border-right: 1px solid #C3C3C3;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
}

.section_footer_contacts .left .text {
    margin-bottom: 30px;
    max-width: 470px;
}

.section_footer_contacts .right {
    padding-top: 8px;
}

.section_footer_contacts .right .title {
    font-size: 12px;
    line-height: 1.2;
    color: #888888;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section_footer_contacts .right .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 991.98px) {
    .section_footer_contacts {
        padding-bottom: 40px;
    }
    .section_footer_contacts .right {
        padding-top: 0;
    }
    .section_footer_contacts .right .block {
        margin-bottom: 30px;
    }
    .section_footer_contacts .right .block:last-of-type {
        margin-bottom: 0;
    }
    .section_footer_contacts .right .text {
        margin-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .section_footer_contacts .left {
        margin-bottom: 40px;
        border: none;
    }
    .section_footer_contacts .left .text {
        max-width: 100%;
    }
    .section_footer_contacts .right .block {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .section_footer_contacts {
        padding: 30px 0;
        text-align: center;
    }
    .section_footer_contacts .right {
        padding-top: 0;
    }
    .section_footer_contacts .right .block {
        margin-bottom: 30px;
    }
    .section_footer_contacts .right .block:last-of-type {
        margin-bottom: 0;
    }
    .section_footer_contacts .right .block br {
        display: none;
    }
}


/* Footer */

footer {
    padding-top: 25px;
    padding-bottom: 20px;
    background: #000000;
}

footer .logo:hover {
    opacity: 0.6;
}

footer .links a {
    display: inline-block;
    margin: 0 18px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: rgb(187, 185, 185);
    border-bottom: 2px solid transparent;
}

footer .links a:hover,
footer .links a.active {
    border-color: #1C1C1C;
}

footer .links a:first-of-type {
    margin-left: 0;
}

footer .links a:last-of-type {
    margin-right: 0;
}

footer .copyright {
    color: #C3C3C3;
    font-size: 10px;
}

@media (max-width: 991.98px) {
    footer {
        padding-top: 30px;
    }
    footer .links {
        margin: 20px 0;
    }
    footer .links a:first-of-type {
        margin-left: 18px;
    }
    footer .links a:last-of-type {
        margin-right: 18px;
    }
}


/* Section Featured Projects */

.section_projects {
    background: #ffffff;
}

.section_projects .slider {
    margin-bottom: 70px;
}

.section_projects .slider .block {
    position: relative;
    height: 530px;
    overflow: hidden;
}

.section_projects .slider .block.extratall {
    height: 860px;
}

.section_projects .slider .block.tall {
    height: 650px;
}

.section_projects .slider .block.short {
    height: 410px;
}

.section_projects .slider .block.short .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section_projects .slider .block.short .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}

.section_projects .slider .block.short .link {
    font-size: 24px;
    line-height: 34px;
}

.section_projects .slider .block.short .link:after {
    width: 30px;
}

.section_projects .slider .block.short .tags,
.section_projects .slider .block.short .client {
    margin-top: 4px;
}

.section_projects .slider .block.short .num {
    bottom: 40px;
}

.section_projects .slider .block:hover .inner {
    opacity: 0.95;
}

.section_projects .slider .block:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.section_projects .slider .block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.section_projects .slider .block .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 63px;
    background: rgba(25, 57, 216, 0.85);
    overflow: auto;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.section_projects .slider .block .inner1 {
    opacity: 0.95;
}

.section_projects .slider .block .title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.section_projects .slider .block .text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.8;
}

.section_projects .slider .block .link {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    letter-spacing: -1px;
}

.section_projects .slider .block .link:after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    width: 38px;
    height: 16px;
    background: url(../images/arrow_right_white.svg) no-repeat 100% 50%;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.section_projects .slider .block .link:hover {
    opacity: 0.8;
}

.section_projects .slider .block .link:hover:after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.section_projects .slider .block .client,
.section_projects .slider .block .tags {
    margin-top: 10px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    opacity: 0.8;
}

.section_projects .slider .block .num {
    position: absolute;
    right: 63px;
    bottom: 63px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .section_projects .slider .block {
        height: 444px;
    }
    .section_projects .slider .block.extratall {
        height: 720px;
    }
    .section_projects .slider .block.tall {
        height: 545px;
    }
    .section_projects .slider .block.short {
        height: 343px;
    }
}

@media (max-width: 991.98px) {
    .section_projects .slider .block {
        height: 330px;
    }
    .section_projects .slider .block.extratall {
        height: 535px;
    }
    .section_projects .slider .block.tall {
        height: 405px;
    }
    .section_projects .slider .block.short {
        height: 255px;
    }
    .section_projects .slider .block.short .inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section_projects .slider .block.short .title {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 32px;
    }
    .section_projects .slider .block.short .link {
        font-size: 20px;
        line-height: 30px;
    }
    .section_projects .slider .block.short .link:after {
        width: 26px;
    }
    .section_projects .slider .block.short .tags,
    .section_projects .slider .block.short .client,
    .section_projects .slider .block.short .num {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .section_projects .slider .block.short .num {
        bottom: 20px;
    }
    .section_projects .slider .block .inner {
        padding: 25px;
    }
    .section_projects .slider .block .title {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }
    .section_projects .slider .block .text {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .section_projects .slider .block .link {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -0.5px;
    }
    .section_projects .slider .block .link:after {
        margin-left: 10px;
        width: 28px;
    }
    .section_projects .slider .block .client,
    .section_projects .slider .block .tags {
        margin-top: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .section_projects .slider .block .num {
        right: 25px;
        bottom: 25px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 767.98px) {
    .section_projects .slider .block {
        height: auto;
    }
    .section_projects .slider .block.extratall,
    .section_projects .slider .block.tall,
    .section_projects .slider .block.short {
        height: auto;
    }
    .section_projects .slider .block.short .inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section_projects .slider .block .inner {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .section_projects .slider .block .title {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 32px;
    }
    .section_projects .slider .block .link {
        margin: 20px 0;
        font-size: 20px;
        line-height: 30px;
    }
    .section_projects .slider .block .link:after {
        width: 26px;
    }
    .section_projects .slider .block .tags,
    .section_projects .slider .block .client,
    .section_projects .slider .block .num {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .section_projects .slider .block .num {
        display: none;
    }
}

.section_projects .more .text {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

.section_projects .more .btn {
    min-width: 160px;
}

@media (max-width: 767.98px) {
    .section_projects .more .btn {
        margin-top: 30px;
    }
}


/* Main page (index.html) */

.index {
    /* First screen */
    /* Section About us */
    /* Section Features */
    /* Section CTA */
    /* Section Featured Projects */
    /* Section Testimonials */
}

.index header {
    background: #1C1C1C;
    color: #ffffff;
}

.index header .container {
    position: relative;
    padding-top: 175px;
    padding-bottom: 215px;
    min-height: 850px;
}

.index header .left {
    padding-top: 30px;
}

.index header .text {
    margin-top: 20px;
    max-width: 470px;
    font-size: 16px;
    line-height: 26px;
    color: #C3C3C3;
    letter-spacing: 0.4px;
}

.index header .btn {
    margin-top: 35px;
    min-width: 160px;
}

.index header .video {
    position: relative;
}

.index header .video:hover img {
    opacity: 0.8;
}

.index header .video img {
    max-width: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.index header .video .icon {
    position: absolute;
    bottom: 125px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index header .contact_us {
    width: 370px;
    padding: 75px 30px 80px 15px;
    position: absolute;
    bottom: 0;
    right: 770px;
    background: #ffffff;
    color: #1C1C1C;
}

.index header .contact_us:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc((100vw - 1140px) / 2);
    background: #ffffff;
}

.index header .contact_us .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.index header .contact_us .text {
    margin-top: 10px;
    color: #888888;
}

@media (max-width: 1199.98px) {
    .index header .container {
        padding-top: 80px;
        min-height: 0;
    }
    .index header .left {
        padding-top: 0;
    }
    .index header h1 br {
        display: none;
    }
    .index header .contact_us {
        padding-top: 40px;
        padding-bottom: 40px;
        right: 590px;
    }
    .index header .contact_us:before {
        width: calc((100vw - 960px) / 2);
    }
}

@media (max-width: 991.98px) {
    .index header .contact_us {
        right: 350px;
    }
    .index header .contact_us:before {
        width: calc((100vw - 720px) / 2);
    }
}

@media (max-width: 767.98px) {
    .index header .container {
        padding-bottom: 50px;
    }
    .index header .video {
        margin-top: 50px;
    }
    .index header .video .icon {
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    .index header .contact_us {
        margin-top: 30px;
        position: static;
        width: auto;
        padding: 30px 0;
        background: transparent;
        color: #ffffff;
    }
    .index header .contact_us:before {
        display: none;
    }
}

.index .section_about {
    padding-top: 160px;
    padding-bottom: 55px;
    background: #ffffff;
    overflow: hidden;
}

.index .section_about article {
    margin-top: 100px;
}

.index .section_about .right {
    padding-top: 15px;
}

.index .section_about h2 {
    margin-bottom: 40px;
}

.index .section_about p {
    margin: 0 0 45px 0;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    letter-spacing: 0.3px;
}

.index .section_about blockquote {
    margin: 0 0 45px 0;
    padding: 5px 0 5px 40px;
    border-left: 4px solid #1C1C1C;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.index .section_about img {
    max-width: 100%;
}

.index .section_about .btn {
    min-width: 160px;
}

.index .section_about .slider {
    margin-top: 160px;
    width: calc(850px * 2);
}

.index .section_about .slider img {
    display: block;
    max-width: 820px;
}

.index .section_about .slider .slick-next {
    right: auto;
    left: 960px;
}

.index .section_about .slider .slick-slide {
    position: relative;
}

.index .section_about .slider .slick-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 820px;
    background: #1C1C1C;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.index .section_about .slider .slick-slide:hover:before,
.index .section_about .slider .slick-slide.slick-current:before {
    opacity: 0;
}

@media (max-width: 1199.98px) {
    .index .section_about {
        padding-top: 80px;
    }
    .index .section_about article {
        margin-top: 80px;
    }
    .index .section_about .slider {
        margin-top: 80px;
        width: 100%;
    }
    .index .section_about .slider img {
        max-width: 100%;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .index .section_about .slider .slick-next {
        right: 0;
        left: auto;
    }
    .index .section_about .slider .slick-slide:before {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .index .section_about article {
        margin-top: 50px;
    }
    .index .section_about .right {
        padding-top: 0;
    }
    .index .section_about .right img {
        max-height: 80vh;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .index .section_about h2,
    .index .section_about p,
    .index .section_about blockquote {
        margin-bottom: 30px;
    }
    .index .section_about blockquote {
        font-size: 20px;
        line-height: 30px;
        padding-left: 20px;
    }
    .index .section_about .slider {
        margin-top: 50px;
    }
    .index .section_about .slider .slick-slide:before {
        display: none;
    }
}

.index .section_features {
    padding-top: 80px;
    padding-bottom: 140px;
    background: #ffffff;
}

.index .section_features .slider_menu {
    margin-top: 123px;
}

.index .section_features .slider_menu a {
    position: relative;
    display: block;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 4px solid #E5E5E5;
}

.index .section_features .slider_menu a:after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #1939d8;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.index .section_features .slider_menu a:hover:after,
.index .section_features .slider_menu a.active:after {
    width: 78%;
}

.index .section_features .slider {
    margin-top: 118px;
}

.index .section_features .slider .left {
    padding-top: 12px;
}

.index .section_features .slider .right .inner {
    padding-left: 65px;
}

.index .section_features .slider .text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

.index .section_features .slider .advantages {
    margin-top: 69px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.index .section_features .slider .advantages img {
    margin-right: 45px;
    width: 54px;
    height: 54px;
    border-radius: 100%;
}

.index .section_features .slider .advantages .advantage {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .index .section_features {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index .section_features .slider_menu {
        margin-top: 80px;
    }
    .index .section_features .slider {
        margin-top: 80px;
    }
}

@media (max-width: 991.98px) {
    .index .section_features .slider_menu {
        margin-top: 50px;
    }
    .index .section_features .slider_menu a {
        margin-bottom: 20px;
    }
    .index .section_features .slider {
        margin-top: 20px;
    }
    .index .section_features .slider .right {
        margin-top: 30px;
    }
    .index .section_features .slider .right .inner {
        padding-left: 0;
    }
    .index .section_features .slider .advantages {
        margin-top: 30px;
    }
    .index .section_features .slider .advantages img {
        margin-right: 20px;
    }
    .index .section_features .slider .advantages .advantage {
        margin-bottom: 20px;
    }
}

.index .section_cta {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #1C1C1C;
}

.index .section_cta h2 {
    color: #ffffff;
}

.index .section_cta .text {
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

.index .section_cta .btn {
    margin-top: 20px;
    min-width: 160px;
}

@media (max-width: 1199.98px) {
    .index .section_cta {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .index .section_cta h2 br,
    .index .section_cta .text br {
        display: none;
    }
    .index .section_cta .text {
        margin-top: 20px;
        color: #C3C3C3;
    }
    .index .section_cta .btn {
        margin-top: 50px;
    }
}

.index .section_projects {
    padding-top: 144px;
    padding-bottom: 40px;
}

.index .section_projects .title_holder {
    margin-top: 120px;
}

.index .section_projects h2 {
    font-size: 48px;
    line-height: 54px;
}

.index .section_projects .slider_menu {
    padding-top: 20px;
}

.index .section_projects .slider_menu a {
    display: inline-block;
    margin-left: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #C3C3C3;
}

.index .section_projects .slider_menu a:first-of-type {
    margin-left: 0;
}

.index .section_projects .slider_menu a:hover,
.index .section_projects .slider_menu a.active {
    color: #1434E1;
}

.index .section_projects .slider {
    margin-top: 103px;
}

@media (max-width: 1199.98px) {
    .index .section_projects {
        padding-top: 80px;
    }
    .index .section_projects .title_holder {
        margin-top: 60px;
    }
    .index .section_projects .slider {
        margin-top: 80px;
    }
}

@media (max-width: 991.98px) {
    .index .section_projects .title_holder {
        margin-top: 40px;
    }
    .index .section_projects .slider_menu a {
        margin-left: 0;
        margin-right: 15px;
        font-size: 18px;
        line-height: 26px;
    }
    .index .section_projects .slider_menu a:last-of-type {
        margin-right: 0;
    }
    .index .section_projects .slider {
        margin-top: 50px;
    }
    .index .section_projects h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }
}

.index .section_testimonials {
    padding-top: 80px;
    padding-bottom: 155px;
    background: #ffffff;
}

.index .section_testimonials .container {
    position: relative;
}

.index .section_testimonials .slider {
    margin-top: 100px;
}

.index .section_testimonials .left {
    padding-bottom: 70px;
}

.index .section_testimonials .name {
    font-size: 18px;
    line-height: 30px;
}

.index .section_testimonials .position {
    margin-top: 12px;
    color: #888888;
}

.index .section_testimonials h3 {
    margin-top: 90px;
}

.index .section_testimonials .next {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 54px;
    color: #000000;
}

.index .section_testimonials .next:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    width: 54px;
    height: 54px;
    background: #1434E1 url(../images/arrow_right_white.svg) no-repeat 50% 50%;
    background-size: 25px auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.index .section_testimonials .next:hover:after {
    background-color: #1939d8;
}

@media (max-width: 1199.98px) {
    .index .section_testimonials {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .index .section_testimonials .slider {
        margin-top: 80px;
    }
    .index .section_testimonials h3 {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .index .section_testimonials {
        padding-top: 40px;
    }
    .index .section_testimonials .slider {
        margin-top: 50px;
    }
    .index .section_testimonials .left {
        padding-bottom: 20px;
    }
    .index .section_testimonials .next {
        position: relative;
        left: auto;
        bottom: auto;
    }
}

@media (max-width: 767.98px) {
    .index .section_testimonials .slider {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .index .section_testimonials .slick-slide img {
        max-height: 70vh;
    }
}


/* About us page (about.html) */

.about {
    /* First screen */
    /* Section About Us	 */
    /* Section Awards */
    /* Section Team */
    /* Section Upcoming Events */
}

.about header {
    padding-top: 170px;
    padding-bottom: 155px;
    background: #1C1C1C;
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .about header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.about .section_about {
    padding-top: 118px;
    padding-bottom: 80px;
    background: #ffffff;
}

.about .section_about article {
    margin-top: 88px;
}

.about .section_about article h2 {
    max-width: 700px;
}

.about .section_about article .text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

.about .section_about article .video {
    margin-top: 75px;
    position: relative;
    display: block;
}

.about .section_about article .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about .section_about .second_title {
    margin-top: 65px;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.about .section_about .services {
    padding-top: 8px;
}

.about .section_about .service {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #888888;
}

@media (max-width: 1199.98px) {
    .about .section_about {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .about .section_about article {
        margin-top: 50px;
    }
    .about .section_about h4 br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about .section_about .services {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .about .section_about article .video {
        margin-top: 30px;
    }
    .about .section_about .second_title {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.about .section_awards {
    padding-top: 35px;
    padding-bottom: 80px;
    background: #ffffff;
}

.about .section_awards h2 {
    margin-top: 85px;
    margin-bottom: 108px;
}

.about .section_awards .table_row {
    padding-top: 65px;
    border-top: 1px solid #C4C4C4;
}

.about .section_awards .table_row:last-of-type {
    border-bottom: 1px solid #C4C4C4;
}

.about .section_awards .right .row {
    margin-bottom: 60px;
}

.about .section_awards .col_title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.about .section_awards .col_text {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

.about .section_awards .col_text .title {
    color: #000000;
    margin-bottom: 16px;
}

.about .section_awards .year {
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    .about .section_awards {
        padding-bottom: 40px;
    }
    .about .section_awards h2 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about .section_awards .table_row {
        padding-top: 30px;
    }
    .about .section_awards .right .row,
    .about .section_awards .logo {
        margin-bottom: 30px;
    }
    .about .section_awards .col_title,
    .about .section_awards .col_text {
        margin-bottom: 10px;
    }
}

.about .section_team {
    padding-top: 65px;
    padding-bottom: 50px;
    background: #ffffff;
}

.about .section_team .slider {
    margin-top: 40px;
}

.about .section_team .block {
    margin-bottom: 45px;
    position: relative;
    overflow: hidden;
    height: 255px;
}

.about .section_team .block:hover .inner {
    opacity: 1;
}

.about .section_team .block:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.about .section_team .block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.about .section_team .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 34px;
    background: rgba(25, 57, 216, 0.75);
    color: #ffffff;
    opacity: 0;
    overflow: auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.about .section_team .name {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.about .section_team .position {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.about .section_team .text {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .about .section_team {
        padding-top: 40px;
    }
    .about .section_team .slider {
        margin-top: 50px;
    }
    .about .section_team .block {
        height: 290px;
        margin-bottom: 0;
    }
    .about .section_team .block.animatable {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about .section_team .slick-prev {
        left: 15px;
    }
    .about .section_team .slick-next {
        right: 15px;
    }
}

@media (max-width: 991.98px) {
    .about .section_team .block {
        margin: 0 auto;
        max-width: 330px;
        height: 330px;
    }
}

@media (max-width: 359.98px) {
    .about .section_team .block {
        height: calc(100vw - 30px);
    }
}

.about .section_upcoming_events {
    padding-top: 40px;
    padding-bottom: 150px;
    background: #ffffff;
}

.about .section_upcoming_events .events {
    margin-top: 95px;
}

.about .section_upcoming_events .event {
    width: 230px;
    max-width: 100%;
}

.about .section_upcoming_events .date {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}

.about .section_upcoming_events .title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.about .section_upcoming_events .text {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.about .section_upcoming_events .btn {
    margin-top: 60px;
    min-width: 160px;
}

@media (max-width: 1199.98px) {
    .about .section_upcoming_events {
        padding-bottom: 80px;
    }
    .about .section_upcoming_events .events {
        margin-top: 50px;
    }
    .about .section_upcoming_events .btn {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .about .section_upcoming_events img {
        width: 100%;
    }
    .about .section_upcoming_events .event {
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .about .section_upcoming_events .event {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}


/* Projects page (projects.html) */

.projects {
    /* First screen */
    /* Section Featured Projects */
    /* Section CTA type 2 */
}

.projects header {
    min-height: 660px;
    padding-top: 180px;
    padding-bottom: 135px;
    background: #1C1C1C;
    color: #ffffff;
}

.projects header .slider_menu {
    padding-top: 20px;
}

.projects header .slider_menu a {
    display: inline-block;
    margin-left: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #C3C3C3;
}

.projects header .slider_menu a:first-of-type {
    margin-left: 0;
}

.projects header .slider_menu a:hover,
.projects header .slider_menu a.active {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .projects header {
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .projects header .slider_menu a {
        margin-left: 0;
        margin-right: 15px;
        font-size: 18px;
        line-height: 26px;
    }
    .projects header .slider_menu a:last-of-type {
        margin-right: 0;
    }
}

.projects .section_projects {
    padding-bottom: 80px;
    margin-bottom: -205px;
}

.projects .section_projects .container {
    position: relative;
    top: -205px;
}

@media (max-width: 1199.98px) {
    .projects .section_projects {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .projects .section_projects .container {
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .projects .section_projects .slider {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.projects .section_cta_2 {
    padding-top: 70px;
    padding-bottom: 170px;
    background: #ffffff;
}

.projects .section_cta_2 .text {
    margin-top: 15px;
    color: #888888;
    font-size: 18px;
    line-height: 28px;
}

.projects .section_cta_2 .btn {
    margin-top: 45px;
    min-width: 160px;
}

@media (max-width: 1199.98px) {
    .projects .section_cta_2 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .projects .section_cta_2 h2 br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .projects .section_cta_2 h2 {
        margin-bottom: 20px;
    }
    .projects .section_cta_2 .text {
        margin-top: 0;
    }
    .projects .section_cta_2 .btn {
        margin-top: 30px;
    }
}


/* Works page (works.html) */

.works {
    /* First screen */
    /* Section Work Process */
}

.works header {
    overflow: hidden;
}

.works header .black {
    padding-top: 185px;
    padding-bottom: 185px;
    background: #1C1C1C;
    color: #ffffff;
}

.works header .black .text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #C3C3C3;
    letter-spacing: 0.4px;
}

.works header .black .img_holder {
    position: relative;
    margin-top: 15px;
}

.works header .black .img_holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.works header .white {
    padding-top: 55px;
    padding-bottom: 45px;
    background: #ffffff;
}

.works header .white .table_row {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 26px;
}

.works header .white .label {
    width: 160px;
    color: #888888;
}

.works header .white .text {
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .works header .black {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .works header .black .text br {
        display: none;
    }
    .works header .black .img_holder {
        margin-top: -70px;
    }
}

@media (max-width: 992.98px) {
    .works header .black .img_holder img {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .works header .black .img_holder {
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .works header .white .table_row {
        font-size: 16px;
        line-height: 24px;
    }
    .works header .white .label {
        width: 120px;
    }
}

.works .section_work_process {
    padding-top: 95px;
    padding-bottom: 120px;
}

.works .section_work_process h2 {
    margin-bottom: 30px;
}

.works .section_work_process p,
.works .section_work_process .text {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    letter-spacing: 0.4px;
}

.works .section_work_process p {
    margin: 0 0 60px 0;
}

.works .section_work_process .video {
    position: relative;
    display: block;
}

.section_contacts_map .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works .section_work_process .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works .section_work_process .text_with_button {
    margin-bottom: 105px;
}

.works .section_work_process .text_with_button .btn {
    min-width: 160px;
}

.works .section_work_process .images img {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .works .section_work_process {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .works .section_work_process p {
        margin-bottom: 30px;
    }
    .works .section_work_process .text_with_button {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .works .section_work_process .text_with_button .btn {
        margin-top: 30px;
    }
    .works .section_work_process .images img {
        margin-bottom: 30px;
    }
}


/* Contacts page (contacts.html) */

.contacts {
    /* First screen */
    /* Section Contacts Map */
    /* Section Contacts Form */
}

.contacts header {
    min-height: 760px;
    padding-top: 195px;
    padding-bottom: 150px;
    background: #1C1C1C;
    color: #ffffff;
}

.contacts header .description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    letter-spacing: 0.4px;
}

.contacts header .right {
    padding-top: 15px;
}

.contacts header .right .title {
    font-size: 14px;
    line-height: 1.2;
    color: #888888;
    text-transform: uppercase;
}

.contacts header .right .text {
    margin-top: 35px;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1199.98px) {
    .contacts header {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    .contacts header .right .text {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .contacts header .right {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .contacts header .right br {
        display: none;
    }
}

.contacts .section_contacts_map {
    background: #ffffff;
    margin-bottom: -235px;
}

.contacts .section_contacts_map .container {
    position: relative;
    top: -235px;
}

.contacts .section_contacts_map #google_map {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #888888;
}

.contacts .section_contacts_map #google_map_infobox {
    display: none;
}

.contacts .section_contacts_map .infobox {
    width: 170px;
    padding: 16px;
    color: #ffffff;
    background: #1C1C1C;
    font-family: "Muli";
}

.contacts .section_contacts_map .infobox .title {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 22px;
    color: #C3C3C3;
}

.contacts .section_contacts_map .infobox .address {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .contacts .section_contacts_map {
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contacts .section_contacts_map .container {
        top: 0;
    }
    .contacts .section_contacts_map #google_map {
        height: 90vh;
    }
}

@media (max-width: 575.98px) {
    .contacts .section_contacts_map {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contacts .section_contacts_map #google_map {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

.contacts .section_contacts_form {
    padding-top: 85px;
    padding-bottom: 130px;
}

.contacts .section_contacts_form form {
    margin-top: 66px;
}

.contacts .section_contacts_form form.success input,
.contacts .section_contacts_form form.success textarea,
.contacts .section_contacts_form form.success button {
    display: none;
}

.contacts .section_contacts_form form.success .success {
    display: block;
}

.contacts .section_contacts_form form.error .error {
    display: block;
}

.contacts .section_contacts_form form .success,
.contacts .section_contacts_form form .error {
    display: none;
}

.contacts .section_contacts_form form .error {
    font-size: 18px;
    line-height: 28px;
    color: red;
}

.contacts .section_contacts_form form .success {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 42px;
}

.contacts .section_contacts_form input {
    margin-bottom: 40px;
}

.contacts .section_contacts_form .socials_and_btn {
    margin-top: 30px;
}

.contacts .section_contacts_form button {
    min-width: 160px;
}

.contacts .section_contacts_form .socials a {
    margin-right: 18px;
    opacity: 0.4;
}

.contacts .section_contacts_form .socials a:hover {
    opacity: 1;
}

.contacts .section_contacts_form .socials .title {
    margin-left: 62px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .contacts .section_contacts_form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contacts .section_contacts_form h2 br {
        display: none;
    }
    .contacts .section_contacts_form form {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .contacts .section_contacts_form input {
        margin-bottom: 20px;
    }
    .contacts .section_contacts_form form .success {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }
    .contacts .section_contacts_form button {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .contacts .section_contacts_form .socials .title {
        margin-left: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    .nav-btn {
        display: none;
    }
}

.case-about {
    padding-top: 65px;
}

.case-about .section_team {
    padding-top: 0!important;
    padding-bottom: 0!important;
}


/*全局样式*/

* {
    padding: 0;
    margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
}

a img {
    border: 0px;
}

img,
input {
    border: none;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

body {
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    font-size: 16px;
    /*	text-align:center;*/
    background: #FFF;
    color: #555;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
}

li {
    display: inline-block;
}

p {
    line-height: 30px;
}

button {
    border: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.center {
    max-width: 1170px;
    margin: 0 auto;
}

a:link,
a:visited {
    text-decoration: none;
}


/*a:hover,a:active{
      text-decoration:underline;
      color:#f60;
    }*/


/*nav*/

nav {
    padding: 0 120px;
    line-height: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}

nav ul {
    display: inline-block;
}

.nav-bar li {
    font-size: 16px;
    margin-right: 60px;
}

.sign {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
}

.login {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    background-color: #4A90E2;
    border-radius: 2px;
    text-align: center;
}


/*footer*/

footer {
    background-color: #23273C;
    text-align: center;
    padding: 30px 0;
}

.link {
    margin-bottom: 25px;
}

.link a {
    font-size: 14px;
    color: #9398B0;
    padding: 0 30px;
}

.le {
    display: inline-block;
    line-height: 15px;
    border-right: 1px solid #9398B0;
}

.company-info li {
    font-size: 12px;
    color: #9398B0;
    padding: 0 30px;
}


/*注册弹框*/

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=88);
}

.white_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    vertical-align: middle;
    top: 10vh;
    max-width: 800px;
    max-height: 520px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    z-index: 1002;
}

.white_content .close {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}

.l-kaitong {
    font-size: 20px;
    color: #555;
    margin: 80px 0 30px 0;
}

.l-kefu {
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}

.l-iphone {
    font-size: 30px;
    color: #333;
}

.lianxi-btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #4A90E2;
    border-radius: 20px;
    margin: 30px 0;
}


/*color*/

.bjcolor {
    background-color: #F6F7F9;
}


/*注册弹框手机号*/

.iphone_one,
.name_one,
.success_one {
    width: 60%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.login-img img {
    width: 65%;
    display: block;
    height: auto;
}

.login-img {
    width: 40%;
    height: 50%;
    margin-top: 17%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #C1C4CB;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.sign_t {
    position: relative;
    width: 100%;
}

.sign_p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #777;
}

.sign_p span {
    font-size: 20px;
    font-weight: bold;
    color: #4A90E2;
}

.wecome_t {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    padding-top: 20px;
}

.free_t {
    font-weight: 14px;
    color: #777;
    margin-bottom: 70px;
}

.error_o {
    height: 30px;
    width: 100%;
    color: #f04134;
}

.groud {}

.input {
    font-size: 14px;
    color: #A2A8B4;
    height: 40px;
    width: 75%;
    border: 1px solid #C1C4CB;
    border-radius: 20px;
    text-indent: 10px;
}

.code_t {
    font-size: 14px;
    color: #A2A8B4;
    height: 40px;
    width: 68%;
    border: 1px solid #C1C4CB;
    border-radius: 20px;
    text-indent: 10px;
    float: left;
}

.send_g {
    position: relative;
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
}

.send_code {
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #C1C4CB;
    color: #A2A8B4;
    float: right;
    height: 42px;
    width: 27%;
    border-radius: 20px;
}

.send_next,
.sign_b,
.l-lianxi {
    font-size: 14px;
    color: #fff;
    width: 75%;
    height: 40px;
    background-image: linear-gradient(-90deg, #258CFF 0%, #00E5FF 99%);
    box-shadow: 0 10px 20px 0 rgba(50, 137, 255, 0.20);
    margin: 0 auto;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 44px;
    line-height: 42px!important;
}

.l-lianxi {
    width: 100%;
}

.login-select {
    position: absolute;
    top: 42px;
    width: 75%;
    margin: 0 auto;
    left: 12.5%;
    border-radius: 3px;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}

.login-select>li:hover {
    background: #E5E5E5;
}

.login-select>li {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    color: #333;
    width: 100%;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.send_next:hover {
    background-image: linear-gradient(-90deg, #1434E1 0%, #00E5FF 99%);
}


/*///////*/

.company_t {
    margin-top: 40px;
}


/*////*/

.success_one {
    display: none;
}

.l_success {
    text-align: center;
    width: 75%;
    margin: 71px auto 0;
}

.l-s-t {
    font-size: 14px;
    color: #333333;
    margin: 46px 0 20px 0;
}

.l-s-kefu {
    font-size: 14px;
    color: #333333;
}

.l-s-i {
    font-size: 30px;
    color: #333333;
    margin: 46px 0 30px 0;
    color: #333;
}

.phone_style {
    display: none!important;
}

.send_next,
.send_code {
    line-height: 42px!important;
    padding: 0;
}

.right-fixed-menu li {
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    .phone_style {
        display: block!important;
        overflow: hidden;
    }
    .fixed-footer {
        display: none!important;
    }
    .web_style {
        display: none!important;
    }
    .nav_menu {
        height: 60px;
        margin-top: 40px;
        width: 100%;
    }
    header {
        position: unset!important;
    }
    .menu_item {
        float: left;
        width: 25%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #616161;
        color: #616161;
        font-size: 13px;
        display: flex;
        border-radius: 5px;
        margin: 3% 0 3% 3%;
    }
    .menu_item a {
        color: #616161;
    }
    .menu_item>img {
        height: 20px;
        margin: 5px;
    }
    .item_active {
        border: 1px solid #4A90E2;
        color: #4A90E2;
    }
    .nav_title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        z-index: 100;
        background: #fff;
        position: fixed;
        font-size: 16px;
        color: #4A90E2;
        box-shadow: 0px 0px 6px 0px #999;
        top: 0;
    }
    .title_left {
        float: left;
    }
    .logo-img1 {
        width: 80px;
        height: auto;
        margin: 10px;
    }
    .title_right {
        float: right;
        margin-right: 5px;
        font-weight: 600;
    }
    .title_image {
        height: 20px;
        width: 20px;
        margin: 10px 10px;
    }
    .title_nav {
        position: absolute;
        width: 70px;
        height: 0;
        overflow: hidden;
        box-sizing: border-box;
        right: 0;
        top: 40px;
        background: #F5F5F6;
        transition: all .5s;
    }
    .title_nav>div {
        line-height: 23px;
        height: 23px;
        font-size: 13px;
        text-align: center;
        border-bottom: 1px solid #999;
        box-sizing: border-box;
    }
    .title_image .title_nav {
        border: 1px solid #999;
        transition: all .5s;
    }
    .nav_title a {
        color: #4A90E2;
    }
    .title_banner {
        margin-top: 60px;
    }
    .title_banner img {
        width: 96%;
        margin-left: 2%;
        height: auto;
    }
    .white_content {
        width: 20rem;
        height: 40rem;
    }
    .t-m-m {
        display: block;
    }
    .login-img {
        display: none;
    }
    .iphone_one,
    .name_one,
    .sign_t,
    .success_one {
        width: 100%;
    }
    .input,
    .send_g {
        width: 90%;
    }
}

.top-phone-number {
    margin-top: 120px;
    font-size: 14px;
}

.right-fixed-menu {
    width: 70px;
    height: 320px;
    background: #1435E2;
    color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 25%;
}

.fixed-item {
    width: 70px;
    height: 80px;
    cursor: pointer;
    padding: 15px 10px;
    box-sizing: border-box;
}

.fixed-item:hover {
    background: #001EB9;
}

.fixed-footer {
    width: 100%;
    height: 60px;
    background: #1333E1;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.fixed-content {
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1140PX;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.fixed-footer-left {
    width: 43%;
    float: left;
    border-right: 1px solid #fff;
    height: 40px;
}

.fixed-footer-right {
    width: 56%;
    float: right;
    height: 40px;
}

.fixed-footer-left>img {
    float: left;
    display: block;
    height: 32px;
    margin-top: 4px;
    margin-left: 15px;
}

.fixed-footer-left>div {
    float: left;
    margin-left: 32px;
}

.fixed-footer-right>p {
    float: left;
    margin-left: 120px;
    line-height: 40px;
}

.fixed-footer-right>div {
    float: right;
    border-radius: 4px;
    width: 96px;
    height: 34px;
    margin-top: 3px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    color: #1333E1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

#close_footer {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.fixed-item>img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}
#udesk_btn{
    display: none!important;
}
.fixed-item>p {
    font-size: 12px;
    line-height: 10px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
}

.hide-fixed1 {
    width: 160px;
    height: 60px;
    background: url('../images/ico_ck@3x.png');
    background-size: 160px 60px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -168px;
    display: none;
}

.hide-fixed1>P {
    font-size: 12px;
    color: #344563;
    margin-top: 12px;
    line-height: 9px;
    margin-bottom: 0;
}

.hide-fixed1>div {
    font-size: 16px;
    font-weight: 600;
    color: #1435E2;
    margin-top: 9px;
}

.hide-fixed2 {
    width: 100px;
    height: 92px;
    background: url('../images/ico_ewm.svg');
    background-size: 100px 92px;
    position: absolute;
    top: 235px;
    left: -108px;
    display: none;
}

.right-fixed-menu .fixed-item:first-child:hover .hide-fixed1 {
    display: block;
}

.right-fixed-menu .fixed-item:last-child:hover .hide-fixed2 {
    display: block;
}

nav .nav-select-con{
    position: relative;
    line-height: 35px!important;
}
#versin-select{
  font-weight: 700;
	color: #ffffff;
	cursor: pointer;
}
#versin-select:hover .nav-select{
	height:105px;
    transition: all .3s;
}
.nav-select{
    position: absolute;
    top:40px;
    left:-5px;
    width:70px;
    background: #fff;
		border-radius: 5px;
		height:0px;
    overflow: hidden;
    transition: all .3s;
}
nav .nav-select>li{
    height:35px;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
nav .nav-select>li>#hover-font{
    color:#1C1C1C;
    margin: 0;
    padding: 0;
}
.nav-select>li>#hover-font:hover{
    color:#258CFF;
    text-decoration: #333333;
}
