﻿﻿ /*
  [CSS Index]
*/
/*
  1. TEMPLATE BACKGROUNDS
    1.1. home slider IMG BACKGROUND
    1.2. works IMG carousel IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. borders
  5. social icons
  6. button effect navigation
  7. home credits
  8. clearfix
  9. section heading
  10. preloader
  11. hero
    11.1. hero overlay
    11.2. hero container
    11.3. hero bg
    11.4. hero fullscreen FIX
  12. navigation
  13. element on/off
  14. section animation
  15. section subheading
  16. hero heading
  17. headers
  18. contact
    18.1. contact modal launcher
	18.2. contact modal center container
    18.3. contact modal inner
    18.4. contact modal form
  19. link underline
  20. section closer
  21. button
  22. works
  23. Swiper CUSTOM
  24. Owl Carousel CUSTOM
  25. Magnific Popup CUSTOM
  26. Lity CUSTOM
  27. extras
  28. divider
*/
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. home slider IMG BACKGROUND */
@font-face {
    font-family: meem;
    font-style: normal;
    font-weight: normal;
    src: url('../font/meem/Meem-Black.eot');
    src: url('../font/meem/Meem-Black.eot?#iefix') format('embedded-opentype'), url('../font/meem/Meem-Black.woff2') format('woff2'), url('../font/meem/Meem-Black.woff') format('woff'), url('../font/meem/Meem-Black.ttf') format('truetype');
}

@font-face {
    font-family: meem;
    font-style: normal;
    font-weight: bold;
    src: url('../font/meem/Meem-Bold.eot');
    src: url('../font/meem/Meem-Bold.eot?#iefix') format('embedded-opentype'), url('../font/meem/Meem-Bold.woff2') format('woff2'), url('../font/meem/Meem-Bold.woff') format('woff'), url('../font/meem/Meem-Bold.ttf') format('truetype');
}

@font-face {
    font-family: meem;
    font-style: normal;
    font-weight: lighter;
    src: url('../font/meem/Meem-Light.eot');
    src: url('../font/meem/Meem-Light.eot?#iefix') format('embedded-opentype'), url('../font/meem/Meem-Light.woff2') format('woff2'), url('../font/meem/Meem-Light.woff') format('woff'), url('../font/meem/Meem-Light.ttf') format('truetype');
}

.bg-img-1 {
    background-image: url(../img/background/2.gif);
}

.bg-img-2 {
    background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
    background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
    background-image: url(../img/background/4.jpg);
}


/* 1.2. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {
    background-image: url(../img/works/1.jpg);
}

.works-page-img-carousel-item-2 {
    background-image: url(../img/works/2.jpg);
}

.works-page-img-carousel-item-3 {
    background-image: url(../img/works/3.jpg);
}

.works-page-img-carousel-item-4 {
    background-image: url(../img/works/4.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* IE10 scrollbar FIX */
html {
    -ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
    font-family: meem, 'Raleway', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: #b7b7b7;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #b7b7b7;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    a:hover,
    a:visited,
    a:active,
    a:focus {
        color: #b7b7b7;
        text-decoration: none;
        outline: none;
        font-weight: 600;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.05em;
    color: #b7b7b7;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
    p {
        font-size: 15px;
    }
}

p a,
p a:hover {
    color: #b7b7b7;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
}

::selection {
    background: #5f5f5f;
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* 3.1. upper page */
.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}


/* 4. borders */
.borders-introduction {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.borders-introduction-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.borders-introduction-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 100;
}

.border-wrapper {
    position: relative;
    height: 100%;
    padding: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
    .border-wrapper {
        padding: 50px;
    }
}

.border-inner {
    position: relative;
    height: 100%;
}

.border-bg {
    position: absolute;
    background: #909090;
}

@media only screen and (max-width: 880px) {
    .border-bg {
        display: none;
        visibility: hidden;
    }
}

.border-top-1,
.border-top-2 {
    top: 0;
}

.border-bottom-1,
.border-bottom-2 {
    bottom: 0;
}

.border-top-1,
.border-bottom-1 {
    left: 0;
}

.border-top-2,
.border-bottom-2 {
    right: 0;
}

.border-top-1,
.border-top-2,
.border-bottom-1,
.border-bottom-2 {
    width: 50%;
    height: 2px;
}

.border-left {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
}

.border-right {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}

.center-space-top,
.center-space-bottom {
    position: absolute;
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;
    left: 0;
    line-height: 1.5;
}

.center-space-top {
    top: -32px;
}

@media only screen and (max-width: 880px) {
    .center-space-top {
        top: -45px;
    }
}

.center-space-bottom {
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    color: #b7b7b7;
    bottom: -8px;
    left: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
    .center-space-bottom {
        display: none;
        visibility: hidden;
    }
}

.center-space-bottom span {
    position: relative;
    display: inline-block;
}


/* 5. social icons */
.social-icons-wrapper-share {
    position: fixed;
    display: block;
    visibility: visible;
    right: 50px;
    bottom: 40px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    line-height: 1.5;
    z-index: 1001;
}

@media only screen and (max-width: 880px) {
    .social-icons-wrapper-share {
        display: none;
        visibility: hidden;
    }
}

.social-icons-wrapper-share.bottom-position,
.social-icons-wrapper-share.social-icons-wrapper-share-home-call {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.social-widgets-wrap {
    position: relative;
    right: 14px;
    top: 0;
    float: right;
    display: none;
}

.social-widgets {
    float: right;
}

    .social-widgets a {
        display: block;
    }

    .social-widgets ul {
        list-style-type: none;
    }

        .social-widgets ul li {
            display: inline-block;
            text-align: right;
        }

        .social-widgets ul li {
            font-size: 16px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 6px;
            text-align: center;
            float: right;
        }

            .social-widgets ul li:first-child {
                margin-left: 0;
            }

.social-toggle-wrap {
    float: right;
}

    .social-toggle-wrap:hover {
        cursor: pointer;
    }

.social-toggle {
    float: right;
}

    .social-toggle i {
        font-size: 20px;
        color: #e5e5e5;
    }

.social-icon a {
    padding: 0;
    color: #e5e5e5;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .social-icon a:hover {
        padding: 0;
        color: #e5e5e5;
        text-decoration: none;
        opacity: 0.3;
        -moz-opacity: 0.3;
        -webkit-opacity: 0.3;
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }


/* 6. button effect navigation */
.nav-indicator-wrapper {
    position: absolute;
    top: 15px;
    left: -10px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    z-index: -1;
}

.nav-indicator {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    padding: 10px;
    background: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

    .nav-indicator::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        padding: 25px;
        margin: -1px auto 0 auto;
        background: #ff264a;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation-name: nav-indicator-pulsate;
        animation-name: nav-indicator-pulsate;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: -1;
    }

@media only screen and (max-width: 880px) {
    .nav-indicator::before {
        padding: 20px;
    }
}

@keyframes nav-indicator-pulsate {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.effect-navigation {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    outline: none;
    margin: 10px auto 0 auto;
    width: 170px;
    height: 50px;
    bottom: 10px;
    padding: 0;
    border: none;
    color: #fff;
    background: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

    .effect-navigation::before {
        position: absolute;
        content: "";
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: -100%;
        bottom: 0%;
        width: 200%;
        height: 200%;
        color: #fff;
        background: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: skewX(-60deg);
        -moz-transform: skewX(-60deg);
        -ms-transform: skewX(-60deg);
        -o-transform: skewX(-60deg);
        transform: skewX(-60deg);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: -1;
    }

    .effect-navigation::before {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .effect-navigation:hover {
        color: #fff;
        background: none;
    }

        .effect-navigation:hover::before {
            bottom: -100%;
            right: -200%;
            opacity: 0;
            -moz-opacity: 0;
            -webkit-opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }


/* 7. home credits */
.bottom-credits {
    position: fixed;
    display: block;
    visibility: visible;
    width: auto;
    height: 50px;
    left: 50px;
    bottom: 13px;
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    line-height: 1.5;
    z-index: 1001;
}

@media only screen and (max-width: 880px) {
    .bottom-credits {
        display: none;
        visibility: hidden;
    }
}

.bottom-credits.bottom-position,
.bottom-credits.bottom-credits-home-call {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.bottom-credits,
.bottom-credits a,
.bottom-credits a:hover {
    font-family: meem,'Montserrat', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #e5e5e5;
    text-decoration: none;
}


/* 8. clearfix */
.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/* 9. section heading */
h2.section-heading-all {
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.05em;
    color: #b7b7b7;
    margin: -4px 0 -6px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    h2.section-heading-all span {
        position: relative;
        display: inline-block;
        padding-right: 60px;
        margin-right: 20px;
        line-height: 1;
        color: #b7b7b7;
    }

@media only screen and (max-width: 880px) {
    h2.section-heading-all span {
        padding-right: 30px;
        margin-right: 10px;
    }
}

h2.section-heading-all span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 40px;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid #b7b7b7;
}

@media only screen and (max-width: 880px) {
    h2.section-heading-all span:before {
        width: 20px;
    }
}


/* 10. preloader */
#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader span {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -3px;
        left: -3px;
        border: 3px solid transparent;
        border-top: 3px solid rgba(255, 255, 255, .75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 11. hero */
/* 11.1. hero overlay */
.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-dark-70:before {
    background: rgba(0, 0, 0, .7);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.overlay-dark-30:before {
    background: rgba(0, 0, 0, .3);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.overlay-dark-20:before {
    background: rgba(0, 0, 0, .2);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.overlay-dark-10:before {
    background: rgba(0, 0, 0, .1);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.overlay:before,
.overlay-video:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay:before {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.overlay-video:before {
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}

.overlay-inverse-dark-70:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}


/* 11.2. hero container */
.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}


/* 11.3. hero bg */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-bg,
.hero-bg-show,
.hero-bg-show-primary,
.hero-bg-show-secondary {
    -webkit-transition: -webkit-transform 3s ease;
    -moz-transition: -moz-transform 3s ease-out;
    -ms-transition: -ms-transform 3s ease-out;
    -o-transition: -o-transform 3s ease-out;
    transition: transform 3s ease;
}

.hero-bg-show-primary {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hero-bg-show-secondary {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hero-bg,
.hero-bg-FIX {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-bg-FIX {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.hero-bg-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 11.4. hero fullscreen FIX */
.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}


/* 12. navigation */
.fixed-navigation {
    position: fixed;
    font-family: meem,'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    background: none;
    border: none;
    width: 148px;
    height: 48px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1001;
}

    .fixed-navigation a,
    .fixed-navigation a:hover {
        outline: none;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.navigation-top,
.navigation-top.top-position,
.navigation-top.navigation-top-position-primary,
.navigation-right,
.navigation-right.right-position,
.navigation-right.navigation-right-position-primary,
.navigation-bottom,
.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary,
.navigation-left,
.navigation-left.left-position,
.navigation-left.navigation-left-position-primary {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.navigation-top {
    margin-left: -85px;
    left: 50%;
    top: 30px;
}

@media only screen and (max-width: 880px) {
    .navigation-top {
        top: 0;
    }
}

.navigation-top.top-position,
.navigation-top.navigation-top-position-primary {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
}

.navigation-right {
    margin-top: -35px;
    right: -18px;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 880px) {
    .navigation-right {
        right: -44px;
    }
}

@media only screen and (max-width: 640px) {
    .navigation-right {
        margin-top: -40px;
    }
}

.navigation-right.right-position,
.navigation-right.navigation-right-position-primary {
    -webkit-transform: translateX(200px) rotate(90deg);
    -moz-transform: translateX(200px) rotate(90deg);
    -ms-transform: translateX(200px) rotate(90deg);
    -o-transform: translateX(200px) rotate(90deg);
    transform: translateX(200px) rotate(90deg);
}

.navigation-bottom {
    margin-left: -85px;
    left: 50%;
    bottom: 32px;
}

@media only screen and (max-width: 880px) {
    .navigation-bottom {
        bottom: 6px;
        left: 63px;
    }
}

.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
}

.navigation-left {
    margin-top: -14px;
    left: -18px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (max-width: 880px) {
    .navigation-left {
        left: -44px;
    }
}

.navigation-left.left-position,
.navigation-left.navigation-left-position-primary {
    -webkit-transform: translateX(-200px) rotate(-90deg);
    -moz-transform: translateX(-200px) rotate(-90deg);
    -ms-transform: translateX(-200px) rotate(-90deg);
    -o-transform: translateX(-200px) rotate(-90deg);
    transform: translateX(-200px) rotate(-90deg);
}


/* 13. element on/off */
.introduction-element-on,
.borders-introduction-element-on {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.introduction-element-on,
.borders-introduction-element-on {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.introduction-element-off,
.borders-introduction-element-off {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.borders-introduction-element-off {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.introduction-element-off,
.borders-introduction-element-off {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


/* 14. section animation */
#homeOT {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}

.center-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0;
}

@media only screen and (max-width: 880px) {
    .center-container {
        position: relative;
        display: table;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
}

.center-container:after {
    content: "";
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle;
}

.center-block {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 880px) {
    .center-block {
        display: table-cell;
        vertical-align: middle;
    }
}

section {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none;
    overflow: hidden;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
    z-index: -99999;
}

.containerOT {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

@media only screen and (max-width: 880px) {
    .containerOT {
        padding: 0 10px;
    }
}

.containerOT.containerOT-works {
    background: #111;
}

@media only screen and (max-width: 880px) {
    .containerOT.containerOT-works {
        padding: 0;
    }
}

#section-top .containerOT,
#section-left .containerOT,
#section-right .containerOT,
#section-bottom .containerOT {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#section-top.active .containerOT,
#section-left.active .containerOT,
#section-right.active .containerOT,
#section-bottom.active .containerOT {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#section-top,
#section-left,
#section-right,
#section-bottom {
    background: rgba(0, 0, 0, .7);
}

    #section-top.active,
    #section-left.active,
    #section-right.active,
    #section-bottom.active {
        background: rgba(0, 0, 0, .5);
    }

@media only screen and (max-width: 880px) {
    #section-top,
    #section-left,
    #section-right,
    #section-bottom {
        position: absolute;
    }
}


/* 15. section subheading */
.section-txt p {
    margin: -2px auto 0 auto;
}

h3.section-header {
    font-family: meem, 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -5px 0 1px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
}

@media all and (min-width: 1920px) {
    h3.section-header {
        font-size: 65px;
        margin: -5px 0 1px 0;
    }
}

@media only screen and (max-width: 995px) {
    h3.section-header {
        font-size: 45px;
        margin: -4px 0 2px 0;
    }
}

@media only screen and (max-width: 880px) {
    h3.section-header {
        font-size: 35px;
        margin: -2px 0 0 0;
    }
}

h3.section-header span {
    color: #ff264a;
}

a.link-underline.link-underline-contact,
a.link-underline.link-underline-contact:hover {
    color: #ff264a;
    font-weight: 800;
}

    a.link-underline.link-underline-contact::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0;
        background-color: #ff264a;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }


/* 16. hero heading */
.hero-heading {
    font-family: meem, 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -5px auto 1px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
}

@media all and (min-width: 1920px) {
    .hero-heading {
        font-size: 65px;
        margin: -5px auto 1px auto;
    }
}

@media only screen and (max-width: 995px) {
    .hero-heading {
        font-size: 45px;
        margin: -4px auto 2px auto;
    }
}

@media only screen and (max-width: 880px) {
    .hero-heading {
        font-size: 35px;
        max-width: 50%;
        margin: -2px auto 0 auto;
    }
}

.hero-heading.hero-heading-works {
    text-align: left;
    max-width: 100% !important;
    padding-right: 55px;
}

@media only screen and (max-width: 880px) {
    .hero-heading.hero-heading-works {
        padding-right: 25px;
    }
}

.hero-heading span {
    color: #ff264a;
}

.hero-subheading {
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #b7b7b7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto -2px auto;
}

@media only screen and (max-width: 880px) {
    .hero-subheading {
        color: #fff;
    }
}

.hero-subheading.hero-subheading-works {
    color: #fff;
}


/* 17. headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 170%;
    margin: 0 0 20px 0;
}

    h5.services,
    h5.contact {
        font-family: meem, 'Montserrat', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 0.05em;
        color: #b7b7b7;
        margin: -4px 0 19px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.awesome {
    color: #ff264a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-services .awesome,
.col-contact .awesome {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.col-services:hover .awesome,
.col-contact:hover .awesome {
    color: #e5e5e5;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* 18. contact */
/* 18.1. contact modal launcher */
.contact-modal-launcher-wrapper {
    position: relative;
    width: 350px;
    height: auto;
    margin: -10px auto 0 auto;
    line-height: 1.5;
}

@media only screen and (max-width: 880px) {
    .contact-modal-launcher-wrapper {
        width: 280px;
    }
}

.contact-modal-launcher-wrapper a,
.contact-modal-launcher-wrapper a:hover {
    text-decoration: none;
}


/* 18.2. contact modal center container */
.center-container-contact-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

@media only screen and (max-width: 880px) {
    .center-container-contact-modal {
        position: relative;
    }
}

.center-block-contact-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top {
    padding: 35px 0 0 0;
}

@media only screen and (max-width: 880px) {
    .center-block-contact-modal-padding-top {
        /* padding: 72px 0 0 0; */
        padding: 92px 0 0 0;
    }
}

.center-block-contact-modal-padding-bottom {
    padding: 0 0 35px 0;
}

@media only screen and (max-width: 880px) {
    .center-block-contact-modal-padding-bottom {
        /* padding: 0 0 69px 0; */
        padding: 0 0 89px 0;
    }
}

.center-container-contact-modal h2.section-heading {
    position: relative;
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}


/* 18.3. contact modal inner */
.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .contact-modal-wrapper {
        width: 90%;
    }
}

.contact-modal {
    position: fixed;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: calc(100% - 220px);
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    border: none;
    background: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

    .contact-modal.close {
        visibility: hidden;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .contact-modal.open {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
        height: -webkit-calc(100% - 220px);
        height: -moz-calc(100% - 220px);
        height: calc(100% - 220px);
        top: 110px;
        right: 110px;
        bottom: 110px;
        left: 110px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        visibility: visible;
        border: none;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

@media only screen and (max-width: 880px) {
    .contact-modal,
    .contact-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
    }
}

.contact-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/* 18.4. contact modal form */
#contact-form {
    position: relative;
    width: 100%;
    top: -20px;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #b7b7b7;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 20px 0;
    font-family: meem,'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #b7b7b7;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: meem, 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    color: #b7b7b7;
    margin: 16px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    #form input:hover,
    #form textarea:hover {
        border-color: rgba(183, 183, 183, .5);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }


    #form input:focus,
    #form textarea:focus {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.success {
    font-family: meem,'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #b7b7b7;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#form .error {
    position: absolute;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #ff264a;
    margin: -13px 0 0 0;
    padding: 0;
    letter-spacing: 0.15em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px !important;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #b7b7b7;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #b7b7b7;
}

::-moz-placeholder {
    font-size: 12px;
    color: #b7b7b7;
}

input:-moz-placeholder {
    font-size: 12px;
    color: #b7b7b7;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

button {
    border: none;
    background: none;
    outline: none;
}


/* 19. link underline */
a.link-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

    a.link-underline::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0;
        background-color: #b7b7b7;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

a:hover.link-underline::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


/* 20. section closer */
.section-closer {
    position: fixed;
    right: 55px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    color: #000;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 105;
}

@media only screen and (max-width: 880px) {
    .section-closer {
        right: 25px;
        bottom: 5px;
    }
}

.section-closer.show {
    bottom: 35px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
    .section-closer.show {
        bottom: 5px;
    }
}

.section-closer:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 21. button */
.more-wraper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0;
    cursor: pointer;
}

.more-wraper-center {
    position: relative;
    width: 120px !important;
    max-width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

    .more-wraper-center.more-wraper-center-form {
        margin: 5px auto 0 auto;
        bottom: -20px;
    }

.more-button-bg {
    background: #fff;
    border: 2px dashed #fff;
}

.more-button-bg-center {
    background: #fff;
    border: 2px dashed #fff;
}

.more-button-circle {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2.5px;
}

.more-wraper:hover .more-button-circle,
.more-wraper-center:hover .more-button-circle {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.more-button-txt,
.more-button-txt-center {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 120px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: meem, 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: normal;
    margin: 0 auto;
    text-align: center;
}

    .more-button-txt-center span {
        text-transform: uppercase;
    }

.more-button-txt {
    color: #5f5f5f;
}

.more-button-txt-center {
    color: #5f5f5f;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 22. works */
.works-page-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .works-page-img-wrapper a,
    .works-page-img-wrapper a:hover {
        color: #fff;
    }

.works-page-img-carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.works-page-img-carousel-wrapper {
    position: relative;
    width: 100% !important;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .works-page-img-carousel-wrapper .works-page-img-carousel-text {
        position: absolute;
        left: 55px;
        bottom: 105px;
        z-index: 10;
    }

@media only screen and (max-width: 995px) {
    .works-page-img-carousel-wrapper .works-page-img-carousel-text {
        bottom: 105px;
    }
}

@media only screen and (max-width: 880px) {
    .works-page-img-carousel-wrapper .works-page-img-carousel-text {
        left: 25px;
        bottom: 35px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .works-page-img-carousel-wrapper .works-page-img-carousel-text {
        bottom: 75px;
    }
}


/* 23. Swiper CUSTOM */
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hero-slider-img .swiper-slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide-txt {
    position: relative;
    width: 100% !important;
    padding: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

@media only screen and (max-width: 995px) {
    .swiper-slide-txt {
        padding: 0 10px;
        left: 0;
    }
}

.swiper-slide-txt-inner {
    position: relative;
    max-width: 600px;
}

@media only screen and (max-width: 995px) {
    .swiper-slide-txt-inner {
        max-width: 100%;
    }
}

.hero-slider-bg-controls {
    position: absolute;
    right: 144px;
    bottom: 150px;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .hero-slider-bg-controls {
        right: 19px;
        bottom: 25px;
    }
}

.swiper-slide-controls {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-size: 16px;
    color: #111;
    background: #fff;
    cursor: pointer;
}

    .swiper-slide-controls.slide-prev,
    .swiper-slide-controls.slide-next {
        position: relative;
        width: 50px !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: 6px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .swiper-slide-controls:hover {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        background: #fff;
    }

@media only screen and (max-width: 880px) {
    .swiper-slide-controls.slide-next {
        margin-top: 10px;
    }
}

.swiper-slide-pagination {
    position: absolute;
    width: 8px;
    left: 150px;
    bottom: 148px;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .swiper-slide-pagination {
        display: none;
        visibility: hidden;
    }
}

.swiper-slide-pagination::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: -50px;
    background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 6px;
    background: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

    .swiper-slide-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
    }

    .swiper-slide-pagination .swiper-pagination-bullet::before,
    .swiper-slide-pagination .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 0;
        left: 50%;
        background: #fff;
        margin: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .swiper-slide-pagination .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        background: #ff264a;
    }

.slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.circle-svg {
    position: relative;
    -webkit-transform: scale(1) rotate(-90deg);
    -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    -o-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}

    .circle-svg circle,
    .circle {
        fill: none;
        stroke: #fff;
        stroke-dasharray: 3;
        stroke-width: 1px;
    }

.slider-progress-bar.slider-active .circle {
    stroke-dashoffset: 200px;
    -webkit-transition: linear 4s stroke-dashoffset;
    transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 270px;
    bottom: 150px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: none;
    cursor: pointer;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .swiper-slide-controls-play-pause {
        right: 145px;
        bottom: 25px;
    }
}

.swiper-slide-controls-play-pause:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
    content: "\f478";
    position: relative;
    width: 50px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swiper-container-wrapper,
.swiper-container-wrapper-2 {
    padding-top: 0 !important;
    height: 100% !important;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #111;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.2;
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 257px;
    padding: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 15;
}

@media only screen and (max-width: 995px) {
    .swiper-slide-inner-txt {
        width: 100% !important;
        top: 50%;
        left: 50%;
        bottom: auto;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.swiper-slide-active .swiper-slide-inner-txt {
    -webkit-transition: opacity 1.8s ease 1.2s;
    -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
    -o-transition: opacity 1.8s ease 1.2s;
    transition: opacity 1.8s ease 1.2s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt.swiper-slide-inner-txt-2 {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* 24. Owl Carousel CUSTOM */
.owl-carousel {
    cursor: grab;
}

.owl-nav-custom-works {
    position: absolute;
    width: 114px !important;
    max-width: 114px;
    height: 50px;
    left: 50px;
    bottom: 55px;
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 880px) {
    .owl-nav-custom-works {
        left: 20px;
        bottom: 25px;
    }
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    text-align: center;
}

.owl-prev {
    left: 4px;
}

.owl-next {
    left: 64px;
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #111;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}

    .owl-prev:hover,
    .owl-next:hover {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .owl-prev.disabled,
    .owl-next.disabled {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff !important;
        background: #777 !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        cursor: default !important;
    }


/* 25. Magnific Popup CUSTOM */
.mfp-bg {
    background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
    font-family: "Ionicons";
    content: "\f124";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 22px;
    left: 15px;
}

.mfp-arrow-right:after {
    font-family: "Ionicons";
    content: "\f125";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 22px;
    right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
    border-left: none;
}

.mfp-title,
.mfp-counter {
    font-family: meem, 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}

.mfp-close {
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
    z-index: 99998 !important;
}

.mfp-bg {
    z-index: 99996 !important;
}

.mfp-wrap {
    z-index: 99997 !important;
}

.mfp-content {
    z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
    color: #fff;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 26. Lity CUSTOM */
.lity {
    z-index: 99999;
    cursor: crosshair;
    background: rgba(0, 0, 0, .55);
}

.lity-close {
    width: 35px !important;
    max-width: 35px;
    height: 35px;
    top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500 !important;
}

@media only screen and (max-width: 880px) {
    .lity-close {
        top: 15px;
    }
}

.lity-close:active {
    width: 35px !important;
    max-width: 35px;
    height: 35px;
    top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 880px) {
    .lity-close:active {
        top: 15px;
    }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-shadow: none;
}


/* 27. extras */
h2.section-heading-all.section-heading-all-2 {
    text-align: center;
}

h3.section-header.section-header-2 {
    text-align: center;
}

@media only screen and (max-width: 995px) {
    h3.section-header.section-header-2 {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {
    .section-txt.section-txt-2 {
        margin-left: -15px;
    }
}

h5.services.services-2,
h5.contact.contact-2 {
    text-align: center;
}

#section-bottom.section-bottom-2 p {
    text-align: center;
}


/* section intro */
.section-intro p {
    font-family: meem,'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: -4px auto -2px auto;
    color: #b7b7b7;
}

@media only screen and (max-width: 995px) {
    .section-intro p {
        font-size: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 880px) {
    .section-intro p {
        font-size: 18px;
        margin: -4px 0 -2px 0;
    }
}

.section-intro p a,
.section-intro p a:hover {
    text-decoration: none;
}


/* 28. divider */
.dividerOT.out-top,
.dividerOT.out-bottom {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    background: none;
    z-index: -1;
}

.dividerOT.out-top,
.dividerOT.out-bottom {
    height: 150px;
}

@media only screen and (max-width: 880px) {
    .dividerOT.out-top,
    .dividerOT.out-bottom {
        height: 100px;
    }
}

.inner-divider,
.inner-divider-post,
.inner-divider-half {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 120px;
}

@media only screen and (max-width: 995px) {
    .inner-divider {
        height: 90px;
    }
}

@media only screen and (max-width: 880px) {
    .inner-divider {
        height: 60px;
    }
}

.inner-divider-post {
    height: 60px;
}

@media only screen and (max-width: 995px) {
    .inner-divider-post {
        height: 45px;
    }
}

@media only screen and (max-width: 880px) {
    .inner-divider-post {
        height: 30px;
    }
}

.inner-divider-half {
    height: 55px;
}

@media only screen and (max-width: 880px) {
    .inner-divider-half {
        height: 25px;
    }
}

.visible-mobile-devices {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 995px) {
    .visible-mobile-devices {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 995px) {
    .hidden-mobile-devices {
        display: none;
        visibility: hidden;
    }
}

h6 {
    display: none;
    visibility: hidden;
}
