html {
    font-size: 10px;
}

.project1 {
    width: 1050px;
    height: 428px;
}

.project-2,
.project-3,
.project-4,
.project-5,
.project-6,
.project-7,
.project-8 {
    width: 1050px;
    height: 429px;
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 9.411764705882353px;
    }
}

body,
html {
    height: 100%;
}

body {
    background: #151515;
    font-family: Merriweather, serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.941;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
    padding: 0;
}

a {
    color: #07adca;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:active,
a:focus,
a:hover {
    color: #035d5c;
}

a:active,
a:hover {
    outline: 0;
}


/* --------------------------------
   Headings
-------------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #000;
    text-rendering: optimizeLegibility;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4 {
        margin-top: 5.1rem;
    }
}

.h5,
.h6,
h5,
h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
    .h5,
    .h6,
    h5,
    h6 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

.h1,
h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
    .h1,
    h1 {
        font-size: 3.3rem;
        letter-spacing: -0.07rem;
    }
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 1.3;
}

.h3,
h3 {
    font-size: 2.3rem;
    line-height: 1.25;
}

.h4,
h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

.h5,
h5 {
    font-size: 1.8rem;
    line-height: 1.333;
}

.h6,
h6 {
    font-size: 1.6rem;
    line-height: 1.3125;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
}


/* --------------------------------
   Paragraphs
-------------------------------- */

p img {
    margin: 0;
}

p.lead {
    font-family: Merriweather, serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.875;
    margin-bottom: 3.6rem;
    color: rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 1200px) {
    p.lead {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 1000px) {
    p.lead {
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 800px) {
    p.lead {
        font-size: 2rem;
    }
}

b,
em,
i,
strong {
    font-size: inherit;
    line-height: inherit;
}

em,
i {
    font-family: Merriweather, serif;
    font-style: italic;
}

b,
strong {
    font-family: Merriweather, serif;
    font-weight: 700;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}


/* --------------------------------
   Blockquote
-------------------------------- */

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: Merriweather, serif;
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #151515;
}

blockquote cite {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: rgba(13, 13, 13, 0.65);
    border: none;
}


/* --------------------------------
   Lists
-------------------------------- */

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: 0.4rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 0.8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}


/* --------------------------------
   Forms
-------------------------------- */

fieldset {
    border: none;
    margin-bottom: 1.5rem;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    display: block;
    height: 6rem;
    padding: 1.5rem 2.4rem;
    border: 0;
    outline: 0;
    color: #151515;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    min-height: 25rem;
}

label,
legend {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
    line-height: 1.714;
    color: #000;
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: Merriweather, serif;
    font-weight: 400;
    line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
    margin: 0;
    position: relative;
    top: 0.15rem;
}


/* --------------------------------
   Buttons
-------------------------------- */

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    height: 5.4rem;
    line-height: 5rem;
    padding: 0 3rem;
    margin: 0 0.3rem 1.2rem 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #c5c5c5;
    border: 0.2rem solid #c5c5c5;
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000;
    outline: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type="button"].btn--primary,
input[type="reset"].btn--primary,
input[type="submit"].btn--primary {
    background: #07adca;
    border-color: #07adca;
    color: #fff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="button"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="submit"].btn--primary:hover {
    background: #07adca;
    border-color: #07adca;
}

.btn.full-width,
button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--medium,
button.btn--medium {
    height: 5.7rem !important;
    line-height: 5.3rem !important;
}

.btn--large,
button.btn--large {
    height: 6rem !important;
    line-height: 5.6rem !important;
}

.btn--stroke,
button.btn--stroke {
    background: 0 0 !important;
    border: 0.2rem solid #000;
    color: #000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
    background: #000 !important;
    border: 0.2rem solid #000;
    color: #fff;
}

.btn--pill,
button.btn--pill {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 1000px !important;
}


/* --------------------------------
   Alerts
-------------------------------- */

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}


/* --------------------------------
   Utility Classes
-------------------------------- */

.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}

.light-gray {
    background-color: #f0eeee;
}

.display-1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 4.6rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    margin-top: 0;
    margin-bottom: 4.8rem;
}

.display-1--light {
    color: #fff;
}

.subhead {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: #07adca;
    margin-top: 0;
    margin-bottom: 3.6rem;
    position: relative;
}

.subhead::before {
    content: attr(data-num) ".";
    padding-right: 72px;
    font-weight: 700;
}

.subhead::after {
    content: "";
    display: block;
    background-color: #07adca;
    height: 1px;
    margin-top: -1px;
    width: 4.5rem;
    position: absolute;
    top: 50%;
    left: 4rem;
}


/* --------------------------------
   Header
-------------------------------- */

.s-header {
    width: 100%;
    height: 72px;
    background-color: transparent;
    position: absolute;
    top: 4.2rem;
    z-index: 500;
}

.s-header > .row {
    position: relative;
    height: 95px;
    max-width: 1400px;
}

.s-header.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.s-header.scrolling {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-header.sticky {
    position: fixed;
    top: 0;
    background-color: #000 !important;
    opacity: 0;
    visibility: hidden;
    z-index: 600;
}

.s-header.sticky > .row {
    max-width: 1200px;
}

.s-header.sticky .header-logo {
    padding-left: 20px;
}

.s-header.sticky .header-nav-wrap {
    top: 0;
    right: 20px;
    left: auto;
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}


/* --------------------------------
   Header Logo
-------------------------------- */

.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 501;
}

.header-logo a {
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
}

.header-logo img {
    width: 100px;
    height: 80px;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* --------------------------------
   Header Navigation
-------------------------------- */

.header-nav-wrap {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    position: absolute;
    top: 0;
    left: 200px;
}

.header-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    height: 72px;
}

.header-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 2rem;
}

.header-nav li a {
    display: block;
    line-height: 72px;
    color: rgba(255, 255, 255, 0.5);
}

.header-nav li a:hover,
.header-nav li.current a {
    color: #fff;
}


/* --------------------------------
   Home Section
-------------------------------- */

.s-home {
    width: 100%;
    height: 100vh;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0) 100%
    );
}

.home-content {
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: bottom;
    padding-bottom: 15.6rem;
    overflow: hidden;
    position: relative;
}

.home-content h1 {
    font-size: 6.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    color: #fff;
}

.home-content__main {
    padding-right: 28rem;
    position: relative;
    max-width: 1400px;
}

.home-content__button {
    margin-top: 6rem;
}

.home-content__button .btn {
    margin-right: 0;
}

.home-content__video {
    position: absolute;
    top: 7.2rem;
    right: 12rem;
}

.home-content__video .video-link {
    display: block;
    text-align: center;
    width: 13rem;
    outline: 0;
}

.home-content__video .video-icon {
    display: inline-block;
    height: 8.4rem;
    width: 8.4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../images/icons/icon-play.svg);
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 24px 27px;

    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.home-content__video .video-text {
    display: inline-block;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.4rem;

    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.home-content__video .video-link:hover .video-text {
    color: #fff;
}

.home-content__video .video-link:hover .video-icon {
    background-color: #07adca;
}


/* --------------------------------
   Services
-------------------------------- */

.s-services {
    padding-top: 18rem;
    padding-bottom: 18rem;
    background-color: #151515;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images);
    background-size: cover;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
}

.s-services::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151515;
    opacity: 0.65;
}

.s-services h4 {
    margin-top: 0;
    color: #fff;
}

.s-services a {
    color: #07adca;
}

.s-services a:hover {
    color: #fff;
}

.services-list {
    margin-top: 7.8rem;
    counter-reset: ctr;
    position: relative;
}

.services-list .item-service {
    margin-bottom: 1.5rem;
}

.services-list .item-service::before {
    display: block;
    content: counter(ctr, decimal-leading-zero) ".";
    counter-increment: ctr;
    margin-bottom: 4.8rem;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1;
    color: #07adca;
}


/* --------------------------------
   Portfolio / Works
-------------------------------- */

.s-works {
    padding-top: 18rem;
    padding-bottom: 18rem;
    background-color: #fff;
    position: relative;
}

.portfolio {
    margin-top: 9rem;
}

.item-folio {
    position: relative;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
}

.item-folio__thumb a {
    display: block;
}

.item-folio__thumb a::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    z-index: 1;
}

.item-folio__thumb a::after {
    z-index: 1;
    content: "+";
    font-family: sans-serif;
    font-size: 2.4rem;
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.item-folio__thumb img {
    vertical-align: bottom;
}

.item-folio__text {
    padding: 0 3rem;

    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    position: absolute;
    left: 0;
    top: 3.6rem;
    z-index: 2;
}

.item-folio__title {
    color: #fff;
    font-size: 1.8rem;
    margin: 0;
}

.item-folio__cat {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.4rem;
    margin-bottom: 0;
}

.item-folio:hover .item-folio__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
    opacity: 1;
    visibility: visible;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item-folio:hover .item-folio__text {
    opacity: 1;
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* --------------------------------
   Testimonials
-------------------------------- */

.testimonials-wrap {
    margin-top: 7.8rem;
}

.testimonials-header {
    text-align: center;
}

.testimonials {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 4.5rem;
    padding-bottom: 7.2rem;
    position: relative;
}

.testimonials__slider {
    position: relative;
}

.testimonials__slider .slick-slide {
    outline: 0;
}

.testimonials__slide {
    position: relative;
    padding-left: 12rem;
    padding-right: 3rem;
}

.testimonials__icon {
    display: block;
    height: 3.3rem;
    width: 3.3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/icons/icon-quote.svg);
    position: absolute;
    top: 0;
    left: 5.5rem;
}

.testimonials__author {
    display: inline-block;
    position: relative;
    padding-top: 1.5rem;
    padding-left: 9rem;
    min-height: 7.2rem;
}

.testimonials__author span {
    display: block;
}

.testimonials__avatar {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 100%;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials__name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: #000;
}

.testimonials__position {
    font-size: 1.4rem;
    line-height: 2.7rem;
}


/* --------------------------------
   Clients
-------------------------------- */

.s-clients {
    padding-top: 18rem;
    padding-bottom: 18rem;
    background-color: #2a2a2a;
    position: relative;
}

.s-clients a {
    color: #07adca;
}

.s-clients a:hover {
    color: #fff;
}

.clients-list {
    margin-top: 7.2rem;
}

.item-client {
    border-color: rgba(255, 255, 255, 0.05);
    border-width: 1px;
    border-style: none solid solid none;
    text-align: center;
    padding: 2.4rem 0;
}

.item-client a {
    display: block;
}

.item-client img {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-client a:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 1;
}


/* --------------------------------
   Statistics
-------------------------------- */

.s-stats {
    padding-top: 6.6rem;
    padding-bottom: 5.4rem;
    color: rgba(255, 255, 255, 0.5);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.s-stats::before {
    content: "";
    display: block;
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.stats-block {
    text-align: center;
}

.item-stats {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.item-stats__count {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 9rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.5rem;
}

.item-stats h5 {
    font-size: 1.4rem;
    line-height: 1.714;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 0;
}


/* --------------------------------
   Contact
-------------------------------- */

.s-contact {
    padding-top: 18rem;
    padding-bottom: 12rem;
    background-color: #151515;
    position: relative;
}

.s-contact .display-1 a {
    color: #035d5c;
}

.s-contact .display-1 a:hover {
    color: #07adca;
}

.s-contact h4 {
    margin-top: 0;
    margin-bottom: 4.5rem;
    color: rgba(255, 255, 255, 0.25);
    font-size: 1.6rem;
    line-height: 1.3125;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.s-contact a {
    color: #07adca;
}

.s-contact a:hover {
    color: #fff;
}

.contact-infos {
    margin-top: 12rem;
    margin-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.714;
    color: #fff;
}

.contact-infos [class*="contact-"] {
    padding-bottom: 3rem;
}

.contact-list {
    list-style: none;
    margin-left: 0;
}

.contact-list a {
    color: #fff;
}

.contact-list li {
    padding-left: 0;
}


/* --------------------------------
   Newsletter
-------------------------------- */

.mc-form {
    margin-top: 2.1rem;
    width: 100%;
    position: relative;
}

.mc-form input[type="email"] {
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 6.6rem;
    padding: 1.8rem 160px 1.8rem 30px;
    margin-bottom: 1.8rem;
    border: none;
}

.mc-form input[type="email"]:focus {
    color: #fff;
}

.mc-form input[type="submit"] {
    height: 6.6rem;
    line-height: 6.2rem;
    margin: 0;
    color: #fff;
    background: #07adca;
    border-color: #07adca;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}


/* --------------------------------
   Footer
-------------------------------- */

footer {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.3);
    position: relative;
}

footer a,
footer a:visited {
    color: #fff;
}

.cl-copyright {
    margin-top: 2.1rem;
    padding-right: 80px;
}

.cl-copyright span {
    font-size: 14px;
    display: inline-block;
}

.cl-copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}

.cl-copyright span:last-child::after {
    display: none;
}

.cl-go-top {
    position: absolute;
    top: -1px;
    right: 6rem;
    z-index: 600;
}

.cl-go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icons/icon-arrow-up.svg);
    background-size: 10px 16px;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl-go-top a:hover {
    background-color: #07adca;
    color: #fff;
}

.cl-go-top::before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: -115px;
    left: 50%;
}

.cl-go-top::after {
    content: "back to top";
    display: inline-block;
    width: 120px;
    font-size: 1.2rem;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: rgba(255, 255, 255, 0.15);

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;

    position: absolute;
    left: calc(30px + 15px);
    top: -165px;
}


/* --------------------------------
   Responsive
-------------------------------- */

@media only screen and (max-width: 1200px) {
    .display-1 {
        font-size: 4.2rem;
    }

    .s-about,
    .s-services,
    .s-works,
    .s-clients,
    .s-contact {
        padding-top: 16.2rem;
    }

    .s-about,
    .s-services,
    .s-clients {
        padding-bottom: 16.2rem;
    }

    .contact-infos {
        font-size: 2.6rem;
    }

    .contact-number {
        clear: both;
    }
}

@media only screen and (max-width: 900px) {
    .display-1 {
        font-size: 4rem;
    }

    .subhead {
        font-size: 1.5rem;
    }

    .home-social {
        display: none;
    }

    .s-contact h4 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .display-1 {
        font-size: 3.8rem;
    }

    .s-header {
        top: 0;
    }

    .header-logo {
        left: 40px;
        top: 3rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-logo img {
        width: 70px;
        height: 50px;
    }

    .header-menu-toggle {
        display: block;
        top: 3rem;
        right: 40px;
    }

    .header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        right: auto;
        top: 0;
        left: 0;
        background-color: #000;
        padding: 120px 40px 21px;
    }

    .header-nav-wrap .header-nav {
        display: block;
        height: auto;
        margin: 0 0 4.2rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .header-nav-wrap .header-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }

    .header-nav-wrap .header-nav li a {
        padding: 18px 0;
        line-height: 18px;
    }

    .about-process {
        margin-top: 6rem;
    }

    .testimonials-wrap {
        margin-top: 6rem;
    }

    .contact-infos {
        margin-top: 7.2rem;
        font-size: 2.8rem;
    }

    .contact-bottom {
        padding-top: 6rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
}

@media only screen and (max-width: 600px) {
    .display-1 {
        font-size: 3.5rem;
    }

    .home-content {
        vertical-align: middle;
        padding-top: 19.8rem;
        padding-bottom: 12rem;
    }

    .home-content h1 {
        font-size: 4.2rem;
    }

    .home-content__main {
        text-align: center;
        padding: 0 40px;
    }

    .home-content__button {
        margin-top: 3rem;
    }

    .s-contact {
        padding-bottom: 4.2rem;
    }

    .s-contact h4 {
        margin-bottom: 2.4rem;
    }

    .contact-bottom {
        text-align: center;
    }

    .mc-form input[type="email"] {
        padding: 1.8rem 30px;
        text-align: center;
    }

    .mc-form input[type="submit"] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }

    .cl-copyright {
        margin-top: 9rem;
        padding: 0;
        text-align: center;
    }

    .cl-copyright span {
        display: block;
    }

    .cl-copyright span::after {
        display: none;
    }

    .cl-go-top {
        right: 50%;
        margin-right: -30px;
    }
}

@media only screen and (max-width: 500px) {
    .display-1 {
        font-size: 3rem;
    }

    .subhead {
        font-size: 1.4rem;
    }

    .s-home {
        min-height: 654px;
    }

    .home-content h1 {
        font-size: 3.8rem;
    }

    .about-process h3 {
        font-size: 2.1rem;
        margin-left: 6.5rem;
    }

    .about-process .item-process__header::before {
        width: 5.5rem;
        height: 5.5rem;
    }

    .contact-infos {
        font-size: 2.2rem;
    }

    .contact-infos [class*="contact-"] {
        padding-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .display-1 {
        font-size: 2.8rem;
    }

    .header-logo {
        left: 30px;
    }

    .header-menu-toggle {
        right: 30px;
    }

    .contact-infos {
        font-size: 1.8rem;
    }

    .cl-copyright span {
        font-size: 13px;
    }
}