﻿/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. slick fullscreen slideshow ZOOM/FADE IMG BACKGROUND
    1.3.
    1.4. about IMG BACKGROUND
    1.5. services IMG BACKGROUND
    1.6. works IMG carousel IMG BACKGROUND
    1.7. contact IMG BACKGROUND
	1.8. news IMG carousel IMG BACKGROUND
  2. reset
  3. layout
  4. section
    4.1. section title
    4.2. section heading/subheading
    4.3. section IMG
  5. hero
    5.1. hero container
    5.2. hero bg
    5.3. hero fullscreen FIX
  6. home section
    6.1. logo
    6.2. navigation
      6.2.1. navigation icon
	  6.2.2. navigation body
    6.3. bottom credits
    6.4. social icons
    6.5. scroll indicator
  7. all content
  8. about section
    8.1. about section testimonials
    8.2. about section skills bar
	8.3. about section facts
  9. panels
    9.1. panel overlay from left
    9.2. panel overlay from right
    9.3. panel from left
    9.4. panel from right
    9.5. panels navigation
  10. contact section
    10.1. contact info
    10.2. contact form
  11. works section
    11.1. works IMG carousel
  12. overlay
  13. center container
  14. link underline
  15. preloader
  16. horizontal lines
  17. Slick v1.6.0 CUSTOM
    17.1. slick fullscreen slideshow ZOOM/FADE transition
  18. Owl Carousel v2.2.0 CUSTOM
  19. Magnific Popup v1.1.0 CUSTOM
  20. fullPage v2.9.4 CUSTOM
  21. videos
    21.1. YouTube video
    21.2. Vimeo video
  22. the button
  23. hover effect
  24. intro wrapper
  25. arrow details
  26. HTML5 video
  27. google maps
  28. news section
  29. main circle
  30. headings
  31. introduction
  32. Lity v2.2.2 CUSTOM
  33. divider
*/
.about-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* затемнение */ url(../images/about.jpg);
    background-size: cover;
    background-position: center;
}


.services-bg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about3.jpg);
}

.services-bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about5.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;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    line-height: 170%;
}

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: 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: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    background: #111;
    -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%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
}

a {
    font-weight: 600;
    color: #C49D27;
    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;
}

a:hover,
a:visited,
a:active,
a:focus {
    font-weight: 600;
    color: #C49D27;
    text-decoration: underline;
    outline: none;
    -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;
}

p {
    -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;
    line-height: 2;
    font-weight: 600;
}

p a,
p a:hover,
p a:visited,
p a:active,
p a:focus {
    font-weight: 600;
    color: #C49D27;
    text-decoration: none;
    outline: none;
    -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;
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
}

::selection {
    background: #5f5f5f;
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* 4. section */
.sections {
    position: relative;
    z-index: 5;
}

.section {
    overflow: hidden;
}


/* 4.1. section title */
.section-title-wrapper {
    position: absolute;
    left: 49px;
    bottom: 50px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {
    .section-title-wrapper {
        left: 24px;
        bottom: 25px;
    }
}

h3.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -0.04em;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    margin: -4px 0 -3px 0;
    padding: 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;
}

h3.section-heading.section-heading-dark {
    color: #111;
    text-shadow: none;
}

@media only screen and (max-width: 995px) {
    h3.section-heading.section-heading-dark {
        color: #fff;
        text-shadow: 1px 1px 2px #111;
    }
}

h3.section-heading span {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin-right: 20px;
    line-height: 1;
    color: #fff;
}

h3.section-heading.section-heading-dark span {
    color: #111;
}

@media only screen and (max-width: 995px) {
    h3.section-heading.section-heading-dark span {
        color: #fff;
    }
}

h3.section-heading span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 20px;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

h3.section-heading.section-heading-dark span:before {
    border-top: 1px solid #111;
}

@media only screen and (max-width: 995px) {
    h3.section-heading.section-heading-dark span:before {
        border-top: 1px solid #fff;
    }
}

.section-title-mobile-switch {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 995px) {
    .section-title-mobile-switch {
        display: block;
        visibility: visible;
    }
}

.section-title-mobile-switch-reverse {
    display: block;
    visibility: visible;
}

@media only screen and (max-width: 995px) {
    .section-title-mobile-switch-reverse {
        display: none;
        visibility: hidden;
    }
}


/* 4.2. section heading/subheading */
.section-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: left;
    line-height: 1.25;
    padding: 0 0 0 129px;
    margin: -10px 0 -7px 0;
}

@media all and (min-width: 1920px) {
    .section-heading {
        font-size: 55px;
        margin: -14px 0 -8px 0;
    }
}

@media only screen and (max-width: 640px) {
    .section-heading {
        font-size: 35px;
        margin: -7px 0 -5px 0;
    }
}

.section-heading.section-heading-light {
    color: #fff;
}

.section-heading.section-heading-dark {
    color: #111;
}

.section-heading.section-heading-all {
    padding: 0;
    margin-left: -1px;
}

h2.section-subheading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -0.04em;
    margin: 0 0 -3px 0;
    padding: 0 0 0 130px;
}

@media all and (min-width: 1920px) {
    h2.section-subheading {
        font-size: 17px;
        margin: 0 0 -4px 0;
    }
}

@media only screen and (max-width: 640px) {
    h2.section-subheading {
        font-size: 12px;
        letter-spacing: normal;
    }
}

h2.section-subheading.section-subheading-light {
    color: #C49D27;
}

h2.section-subheading span {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    line-height: 1;
}

h2.section-subheading span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 20px;
    height: 0;
    margin-top: 0;
}

@media only screen and (max-width: 640px) {
    h2.section-subheading span:before {
        margin-top: -1px;
    }
}

h2.section-subheading span:before {
    border-top: 1px solid #111;
}

h2.section-subheading-light span:before {
    border-top: 1px solid #C49D27;
}

h2.section-subheading.section-subheading-all {
    padding: 0;
}

.section-heading-details {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: left;
    line-height: 1.25;
    padding: 0 0 0 129px;
    margin: -7px 0 -5px 0;
}

.section-heading-details.section-heading-details-light {
    color: #fff;
}

.section-heading-details.section-heading-details-dark {
    color: #111;
}

.section-heading-details.section-heading-details-all {
    padding: 0;
    margin-left: -1px;
}

.head-details {
    display: inline-block;
    width: 60px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
}

.head-details.head-details-dark {
    color: #5f5f5f;
}

h2.section-subheading-sm {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -0.04em;
    margin: 0 0 -3px 0;
    padding: 0 0 0 130px;
}

@media only screen and (max-width: 640px) {
    h2.section-subheading-sm {
        font-size: 12px;
        letter-spacing: normal;
    }
}

h2.section-subheading-sm.section-subheading-sm-light {
    color: #C49D27;
}

h2.section-subheading-sm span {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    line-height: 1;
}

h2.section-subheading-sm span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 20px;
    height: 0;
    margin-top: 0;
}

@media only screen and (max-width: 640px) {
    h2.section-subheading-sm span:before {
        margin-top: -1px;
    }
}

h2.section-subheading-sm span:before {
    border-top: 1px solid #111;
}

h2.section-subheading-sm-light span:before {
    border-top: 1px solid #C49D27;
}

h2.section-subheading-sm.section-subheading-sm-all {
    padding: 0;
}


/* 4.3. section IMG */
.section-bg-home {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section0 {
    background: none;
}

#section1,
#section2,
#section3,
#section4,
#section5 {
    background: #fff;
}


/* 5. hero */
/* 5.1. hero container */
.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}


/* 5.2. hero bg */
.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    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;
}


/* 5.3. hero fullscreen FIX */
.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}


/* 6. home section */
/* 6.1. logo */
.logo {
    position: absolute;
    display: block;
    top: 50px;
    left: 50px;
    line-height: 0;
    cursor: pointer;
    z-index: 200;
}

@media only screen and (max-width: 1200px) {
    .logo {
        top: 25px;
        left: 25px;
    }
}

.logo.on {
    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);
    visibility: visible;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.logo.off {
    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);
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* 6.2. navigation */
/* 6.2.1. navigation icon */
.navigation-icon-wrapper.on {
    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);
    visibility: visible;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.navigation-icon-wrapper.off {
    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);
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* 6.2.2. navigation body */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: none;
    z-index: 1001;
}

.nav-menu-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-dasharray: 1;
    stroke-width: 0.25;
    stroke: #777;
    -webkit-animation: spin 23s linear infinite;
    -moz-animation: spin 23s linear infinite;
    -ms-animation: spin 23s linear infinite;
    -o-animation: spin 23s linear infinite;
    animation: spin 23s linear infinite;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 0;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.round-menu {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background: #1f232a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    cursor: pointer;
    /* z-index: 10; */
    z-index: 1001;
}

@media only screen and (max-width: 1200px) {
    .round-menu {
        top: 25px;
        right: 25px;
    }
}

.round-menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
    background: #1f232a;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
    background: #fff;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.round-menu .dot-1 {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}

.round-menu .dot-3 {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}

.round-menu:hover::before {
    -webkit-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)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
    mix-blend-mode: exclusion;
    background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* 6.3. bottom credits */
.bottom-credits {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 50px;
    bottom: 46px;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 800;
    -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: 1002;
}

@media only screen and (max-width: 1200px) {
    .bottom-credits {
        left: 25px;
        bottom: 21px;
    }
}

.bottom-credits a,
.bottom-credits a:hover,
.bottom-credits a:hover,
.bottom-credits a:visited,
.bottom-credits a:active,
.bottom-credits a:focus {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}


/* 6.4. social icons */
.social-icons-launcher {
    position: absolute;
    display: block;
    width: 41px;
    height: 41px;
    right: 32px;
    bottom: 40px;
    font-size: 30px;
    cursor: pointer;
    z-index: 115;
}

@media only screen and (max-width: 1200px) {
    .social-icons-launcher {
        right: 7px;
        bottom: 15px;
    }
}

.social-icons-wrapper-reveal,
.social-icons-wrapper-reveal-hide {
    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-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.social-icons-wrapper-reveal,
.social-icons-wrapper-reveal-hide,
.social-icons-wrapper-reveal-show {
    -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-icons-wrapper-reveal-show {
    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);
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}

.social-icons-wrapper-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.04em;
    margin: 0 0 -3px 0;
    padding: 0;
}

@media all and (min-width: 1920px) {
    .social-icons-wrapper-heading {
        font-size: 17px;
        margin: 0 0 -4px 0;
    }
}

.social-icons-wrapper {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1002;
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

@media all and (min-width: 1920px) {
    ul.social-icons {
        font-size: 30px;
    }
}

ul.social-icons a,
ul.social-icons a:hover {
    padding: 0;
    color: #C49D27;
    text-decoration: none;
    -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;
}

ul.social-icons a {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.social-icons a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* 6.5. scroll indicator */
.scroll-indicator-wrapper {
    position: absolute;
    width: 1px !important;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

@media only screen and (max-width: 640px) {
    .scroll-indicator-wrapper {
        display: none;
        visibility: hidden;
    }
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.scroll-indicator {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1005;
}

@media only screen and (max-width: 1200px) {
    .scroll-indicator {
        bottom: 50px;
    }
}

.scroll-line {
    display: block;
    width: 1px;
    height: 50px;
    background: none;
}

@media only screen and (max-width: 1200px) {
    .scroll-line {
        height: 25px;
    }
}

.scroll-line::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    top: 0;
    background-color: #fff;
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@-ms-keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@keyframes scroll-down {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}


/* 7. all content */
.all-content-wrapper {
    position: relative;
    height: 100vh;
}

.all-content-wrapper.all-content-wrapper-half {
    position: relative;
    height: 50vh;
}

@media only screen and (max-width: 995px) {
    .all-content-wrapper.all-content-wrapper-half {
        height: 100vh;
    }
}

@media only screen and (max-width: 995px) {
    .all-content-wrapper {
        max-height: 480px;
    }

    .all-content-wrapper.all-content-wrapper-facts {
        max-height: 410px;
    }

    .all-content-wrapper.all-content-wrapper-testimonials {
        max-height: 535px;
    }

    .all-content-wrapper.all-content-wrapper-skills,
    .all-content-wrapper.all-content-wrapper-contact {
        max-height: 525px;
    }

    .all-content-wrapper.all-content-wrapper-form {
        max-height: 605px;
    }
}

@media only screen and (max-width: 640px) {
    .all-content-wrapper {
        max-height: 440px;
    }

    .all-content-wrapper.all-content-wrapper-facts {
        max-height: 350px;
    }

    .all-content-wrapper.all-content-wrapper-testimonials {
        max-height: 500px;
    }

    .all-content-wrapper.all-content-wrapper-skills,
    .all-content-wrapper.all-content-wrapper-contact {
        max-height: 470px;
    }

    .all-content-wrapper.all-content-wrapper-form {
        max-height: 540px;
    }
}

.all-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #14171b;
}

@media only screen and (max-width: 995px) {
    .all-content.all-content-full-height {
        height: 100vh;
    }
}

.all-content.all-content-light {
    background: #fff;
}

.all-content.all-content-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/programs.jpg);
    background-size: cover;
    background-position: center;
}

.all-content .all-content-inner {
    position: relative;
    width: 100%;
    padding: 0 50px;
    text-align: center;
}

@media all and (min-width: 1920px) {
    .all-content .all-content-inner {
        padding: 0 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .all-content .all-content-inner {
        padding: 0 25px;
    }
}

.all-txt {
    margin: -7px 0 0 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.all-txt a,
.all-txt a:hover,
.all-txt a:visited,
.all-txt a:active,
.all-txt a:focus {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    outline: none;
    -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;
}

.all-txt.all-txt-contact {
    margin: -7px 0 -8px 0;
}

.all-txt.all-txt-dark {
    color: #5f5f5f;
}

.all-txt.all-txt-dark a,
.all-txt.all-txt-dark a:hover,
.all-txt.all-txt-dark a:visited,
.all-txt.all-txt-dark a:active,
.all-txt.all-txt-dark a:focus {
    font-weight: 800;
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -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;
}

.all-bg-wapper {
    position: relative;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about2.jpg);
    background-size: cover;
    background-position: center;
}

.all-bg {
    position: absolute;
    width: 33.333333vw;
    height: auto;
    top: 0;
    bottom: 0;
}

@media only screen and (max-width: 995px) {
    .all-bg {
        width: 100%
    }
}

.about-bg,
.services-bg,
.contact-bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .about-bg,
    .services-bg,
    .contact-bg {
        min-height: 350px;
    }
}


/* 8. about section */
/* 8.1. about section testimonials */
.testimonials-carousel {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.testimonials-carousel.owl-carousel {
    width: auto;
}

.testimonials-carousel,
.testimonials-quote,
.testimonials-quote-img {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonials-quote-img {
    position: relative;
    margin: 8px 0 15px 0;
    width: 132px;
    height: 132px;
    text-align: left;
}

.testimonials-quote p {
    position: relative;
    top: -7px;
    text-align: left;
    padding: 0 1px;
    font-size: 40px;
    font-family: 'Roboto Mono', serif;
}

.testimonials-signature {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    color: #C49D27;
    margin: 7px 0 0 0;
}

.testimonials-signature:before {
    content: "― ";
    display: inline-block;
}


/* 8.2. about section skills bar */
.show-skillbar {
    position: relative;
    padding: 0;
    margin: 28px 0 -38px 0;
    text-align: left;
}

.skillbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21px;
    margin: 0 0 30px 0;
    background: none;
}

.skillbar-title {
    position: absolute;
    width: auto;
    height: 21px;
    line-height: 21px;
    top: -21px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5f5f5f;
    background: none;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -5px;
    text-align: left;
    letter-spacing: normal;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #5f5f5f;
    margin: 0 0 3px 0;
}

.skill-bar-percent {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #5f5f5f;
    font-size: 11px;
    font-weight: 700;
}


/* 8.3. about section facts */
.facts-counter-content {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 120px;
    text-align: left;
    line-height: 1;
    color: #111;
    margin: -14px 0 -4px 0;
}


/* 9. panels */
/* 9.1. panel overlay from left */
.panel-overlay-from-left,
.panel-overlay-from-left-about {
    position: absolute;
    width: 66.666666vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    z-index: 99;
}

@media only screen and (max-width: 995px) {
    .panel-overlay-from-left,
    .panel-overlay-from-left-about {
        display: none;
        visibility: hidden;
    }
}

.panel-overlay-from-left.open,
.panel-overlay-from-left-about.open {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 9.2. panel overlay from right */
.panel-overlay-from-right,
.panel-overlay-from-right-about {
    position: absolute;
    width: 66.666666vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    z-index: 99;
}

@media only screen and (max-width: 995px) {
    .panel-overlay-from-right,
    .panel-overlay-from-right-about {
        display: none;
        visibility: hidden;
    }
}

.panel-overlay-from-right.open,
.panel-overlay-from-right-about.open {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 9.3. panel from left */
.panel-from-left,
.panel-from-left-about {
    position: absolute;
    width: 33.333333vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: -100%;
    background: #000;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99;
}

@media only screen and (max-width: 995px) {
    .panel-from-left,
    .panel-from-left-about {
        width: 100%;
        transition: left 0.5s ease, left 0.5s ease !important;
    }
}

.panel-from-left.open,
.panel-from-left-about.open {
    left: 0;
}


/* 9.4. panel from right */
.panel-from-right,
.panel-from-right-about {
    position: absolute;
    width: 33.333333vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #000;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99;
}

@media only screen and (max-width: 995px) {
    .panel-from-right,
    .panel-from-right-about {
        width: 100%;
        transition: right 0.5s ease, right 0.5s ease !important;
    }
}

.panel-from-right.open,
.panel-from-right-about.open {
    right: 0;
}


/* 9.5. panels navigation */
.panel-navigation-from-left-wrapper {
    position: relative;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
    top: 120px;
    right: 90px;
    bottom: 120px;
    left: 90px;
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media only screen and (max-width: 1200px) {
    .panel-navigation-from-left-wrapper {
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
        height: -webkit-calc(100% - 200px);
        height: -moz-calc(100% - 200px);
        height: calc(100% - 200px);
        top: 100px;
        right: 65px;
        bottom: 100px;
        left: 65px;
        margin-left: 35px;
    }
}

@media only screen and (max-width: 995px) {
    .panel-navigation-from-left-wrapper {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }
}

.panel-navigation-from-right-wrapper {
    position: relative;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
    top: 120px;
    right: 90px;
    bottom: 120px;
    left: 90px;
    margin-left: -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media only screen and (max-width: 1200px) {
    .panel-navigation-from-right-wrapper {
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
        height: -webkit-calc(100% - 200px);
        height: -moz-calc(100% - 200px);
        height: calc(100% - 200px);
        top: 100px;
        right: 65px;
        bottom: 100px;
        left: 65px;
        margin-left: -35px;
    }
}

@media only screen and (max-width: 995px) {
    .panel-navigation-from-right-wrapper {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }
}

.section-inner {
    position: absolute;
}

@media only screen and (max-width: 995px) {
    .section-inner {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}


/* 10. contact section */
/* 10.1. contact info */
.contact-info-mail {
    display: block;
    margin: 0 0 1px 0;
}

.contact-info-mail a,
.contact-info-mail a:hover {
    text-decoration: none;
}

.contact-info-sign {
    display: inline-block;
    font-size: 30px;
    color: #111;
}

.contact-info-sign.contact-info-sign-last {
    margin-top: -5px;
}


/* 10.2. contact form */
.contact-form-submit-wrapper {
    position: relative;
    width: 205px;
    height: auto;
    line-height: 1.5;
    margin: 58px 0 15px 20px;
    padding: 0;
    left: 0;
}

#contact-form {
    width: 105%;
    margin: 0 0 0 -15px;
    padding: 0;
    text-align: left;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    #contact-form {
        margin-top: 5px;
    }
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    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 #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    -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: #fff;
    margin: 10px 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(255, 255, 255, .35);
    -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: 'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 39px 0 13px 15px;
    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;
    font-size: 9px;
    text-transform: uppercase;
    color: #C49D27;
    display: block;
    margin: 0;
    padding: 0 0 0 4px;
    letter-spacing: 0.15em;
    -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;
    font-weight: 600;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

::-moz-placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

input:-moz-placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

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;
}


/* 11. works section */
/* 11.1. works IMG carousel */
.works-page-img-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 880px) {
    .works-page-img-wrapper {
        width: 100%;
    }
}

.works-page-img-carousel-item {
    position: relative;
    width: 100%;
    height: 50vh;
    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;
}


/* 12. overlay */
.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-35:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-inverse-dark-70:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .70) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .70) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .70) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-60:before {
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

#overlay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}


/* 13. center container */
.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}


/* 14. link underline */
.link-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.link-underline::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    padding: 0;
    background-color: #fff;
    -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);
}

.link-underline.link-underline-dark::after {
    background-color: #5f5f5f;
}

.link-underline:hover::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);
}


/* 15. preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #090b0c;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #090b0c;
    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);
    }
}


/* 16. horizontal lines */
.upper-page,
.upper-page-effect {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

.vertical-lines-out {
    position: absolute;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .vertical-lines-out {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
}

.horizontal-lines-wrapper,
.horizontal-lines-wrapper-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 10;
}

.horizontal-lines,
.running-teardrop {
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.running-teardrop::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -ms-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
}

.running-teardrop:first-child::before,
.running-teardrop:last-child::before {
    content: "";
    position: absolute;
    right: -2px;
}

.running-teardrop:first-child::before {
    top: 0;
    -webkit-animation: teardrop 6s ease-out infinite;
    -moz-animation: teardrop 6s ease-out infinite;
    -ms-animation: teardrop 6s ease-out infinite;
    -o-animation: teardrop 6s ease-out infinite;
    animation: teardrop 6s ease-out infinite;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.running-teardrop:last-child::before {
    bottom: 0;
    -webkit-animation: teardrop-reverse 6s ease-out infinite;
    -moz-animation: teardrop-reverse 6s ease-out infinite;
    -ms-animation: teardrop-reverse 6s ease-out infinite;
    -o-animation: teardrop-reverse 6s ease-out infinite;
    animation: teardrop-reverse 6s ease-out infinite;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

@-webkit-keyframes teardrop {
    0% {
        top: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        height: 35%;
    }
}

@-ms-keyframes teardrop {
    0% {
        top: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        height: 35%;
    }
}

@keyframes teardrop {
    0% {
        top: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        height: 35%;
    }
}

@-webkit-keyframes teardrop-reverse {
    0% {
        bottom: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        height: 35%;
    }
}

@-ms-keyframes teardrop-reverse {
    0% {
        bottom: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        height: 35%;
    }
}

@keyframes teardrop-reverse {
    0% {
        bottom: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        height: 35%;
    }
}


/* 17. Slick v1.6.0 CUSTOM */
.slick-slide {
    cursor: grab;
}

.slick-track,
.slick-list {
    -webkit-perspective: 2000;
    perspective: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -34px;
    padding-top: 26px;
    font-size: 12px;
    text-align: center;
    -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);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .slick-prev,
    .slick-next {
        top: auto;
        bottom: 0;
        /* margin-top: -29px; */
    }
}

.slick-services .slick-prev,
.slick-services .slick-next {
    top: 50%;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -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);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #fff;
    color: #111;
    font-size: 12px;
}

.slick-prev:before {
    left: 85px;
    /* top: 9px; */
    top: 19px;
}

@media only screen and (max-width: 1200px) {
    .slick-prev:before {
        left: 60px;
    }
}

.slick-next:before {
    right: 85px;
    /* top: 9px; */
    top: 19px;
}

@media only screen and (max-width: 1200px) {
    .slick-next:before {
        right: 60px;
    }
}

.slick-prev:hover,
.slick-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-services {
    cursor: auto;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before,
.slick-services:hover .slick-prev,
.slick-services:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-services:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev {
    left: -35px;
}

.slick-services:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    right: -35px;
}

.slick-fullscreen-img-fill {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.slick-fullscreen-img-fill img {
    position: relative;
    display: inline-block;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
    position: relative;
    width: auto;
    height: 100%;
    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;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, .25);
    list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
    display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
    position: absolute;
    float: left;
    width: 0;
    height: 5px;
    left: -5px;
    background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: progressDots 4s both;
    -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
    -o-animation: progressDots 4s both;
    animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes progressDots {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
    background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
    display: none;
    float: left;
    height: 100%;
}

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


/* 17.1. slick fullscreen slideshow ZOOM/FADE transition */
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* 18. Owl Carousel v2.2.0 CUSTOM */
.owl-carousel {
    cursor: grab;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -34px;
    padding-top: 26px;
    font-size: 12px;
    text-align: center;
    -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);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
}

.owl-prev {
    left: -50px;
    /* padding-left: 21px; */
    padding-left: 43px;
}

.owl-next {
    right: -50px;
    /* padding-right: 21px; */
    padding-right: 43px;
}

.owl-prev:before,
.owl-next:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -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);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #C49D27;
}

.owl-prev:before {
    left: 85px;
    top: 9px;
}

@media only screen and (max-width: 1200px) {
    .owl-prev:before {
        left: 60px;
    }
}

.owl-next:before {
    right: 85px;
    top: 9px;
}

@media only screen and (max-width: 1200px) {
    .owl-next:before {
        right: 60px;
    }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
    position: relative;
}

.owl-prev .owl-custom {
    position: relative;
    left: 64px;
}

@media only screen and (max-width: 1200px) {
    .owl-prev .owl-custom {
        left: 39px;
    }
}

.owl-next .owl-custom {
    position: relative;
    right: 64px;
}

@media only screen and (max-width: 1200px) {
    .owl-next .owl-custom {
        right: 39px;
    }
}

.owl-prev:hover,
.owl-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
    left: -35px;
}

.owl-carousel:hover .owl-next {
    right: -35px;
}


/* extras */
.owl-prev.disabled,
.owl-next.disabled {
    cursor: default !important;
}

.owl-prev.disabled:before,
.owl-next.disabled:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -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;
    background: #1f232a;
}


/* 19. Magnific Popup v1.1.0 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: '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)";
}


/* 20. fullPage v2.9.4 CUSTOM */
@media only screen and (max-width: 995px) {
    #fullpage {
        overflow-x: hidden;
    }
}

#fp-nav.right,
#fp-nav.left {
    z-index: -1 !important;
    display: none;
    visibility: hidden;
}


/* 21. videos */
/* 21.1. YouTube video */
.YT-bg {
    display: none;
}

@media only screen and (max-width: 995px) {
    .YT-bg {
        position: relative;
        height: 100%;
        background-image: url(../img/background/YT-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* uncomment the following to show an image for mobile devices */
        /* display: block; */
    }
}

#videoContainment {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #111;
    z-index: 0;
}


/* 21.2. Vimeo video */
.vimeo-bg {
    display: none;
}

@media only screen and (max-width: 995px) {
    .vimeo-bg {
        position: relative;
        height: 100%;
        background-image: url(../img/background/vimeo-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* uncomment the following to show an image for mobile devices */
        /* display: block; */
    }

    #vimeo-videoContainment {
        display: none;
    }
}

#vimeo-videoContainment {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #111;
    z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
    border: none;
}


/* 22. the button */
.the-button-wrapper {
    position: relative;
    width: 165px;
    height: auto;
    line-height: 1.5;
    top: 20px;
    margin: 20px 0 0 7px;
    padding: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}

@media all and (min-width: 1920px) {
    .the-button-wrapper {
        width: 205px;
        margin: 30px 0 0 7px;
    }
}

.the-button-wrapper.the-button-wrapper-details {
    width: 165px;
    margin: 30px 0 0 7px;
}

@media only screen and (max-width: 640px) {
    .the-button-wrapper {
        width: 165px;
        margin: 30px 0 0 7px;
    }
}

.the-button-wrapper.the-button-wrapper-news {
    margin-bottom: 50px;
}

.the-button {
    position: relative;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.10em !important;
    color: #C49D27 !important;
    background: none;
    padding: 10px 30px 0 30px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.menu-button {
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 1920px) {
    .the-button {
        font-size: 12px;
        letter-spacing: 0.25em;
    }
}

@media only screen and (max-width: 640px) {
    .the-button {
        font-size: 10px;
        letter-spacing: 0.10em;
    }
}

.the-button.the-button-details {
    font-size: 10px;
    letter-spacing: 0.10em;
}

.the-button:hover:before,
.the-button.the-button-details:hover:before {
    width: 100%;
}

.the-button:hover:after,
.the-button.the-button-details:hover:after {
    width: 100%;
}

.the-button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    left: -6px;
    border: 1px solid #C49D27;
    border-right: none;
    -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;
}

@media all and (min-width: 1920px) {
    .the-button::before {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::before {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button.the-button-details::before {
    width: 15px;
    height: 38px;
    top: -2px;
}

.the-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    right: -6px;
    border: 1px solid #C49D27;
    border-left: none;
    -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;
}

@media all and (min-width: 1920px) {
    .the-button::after {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::after {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button.the-button-details::after {
    width: 15px;
    height: 38px;
    top: -2px;
}

.the-button-submit {
    width: 165px;
    top: -19px;
    border: none;
}

@media all and (min-width: 1920px) {
    .the-button-submit {
        width: 205px;
        border: none;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-submit {
        width: 165px;
        top: -19px;
    }
}


/* 23. hover effect */
.item:hover .link-wrap {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer;
}

.item:hover .link-wrap span:before,
.item:hover .link-wrap span:after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.item:hover .link-wrap span:nth-child(1):before,
.item:hover .link-wrap span:nth-child(1):after {
    width: 15px;
}

.item:hover .link-wrap span:nth-child(2):before,
.item:hover .link-wrap span:nth-child(2):after {
    height: 15px;
}

.link-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.link-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.link-wrap span:before,
.link-wrap span:after {
    content: "";
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.link-wrap span:nth-child(1):before,
.link-wrap span:nth-child(1):after {
    width: 50%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.link-wrap span:nth-child(1):before {
    right: 50%;
}

.link-wrap span:nth-child(1):after {
    left: 50%;
}

.link-wrap span:nth-child(2):before,
.link-wrap span:nth-child(2):after {
    width: 2px;
    height: 50%;
    left: 50%;
    margin-left: -1px;
}

.link-wrap span:nth-child(2):before {
    bottom: 50%;
}

.link-wrap span:nth-child(2):after {
    top: 50%;
}


/* 24. intro wrapper */
.intro-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.welcome-message-reveal,
.welcome-message-reveal-hide {
    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);
}

.welcome-message-reveal,
.welcome-message-reveal-hide,
.welcome-message-reveal-show {
    -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;
}

.welcome-message-reveal-show {
    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);
}


/* 25. arrow details */
.arrow-details,
.arrow-details-reverse {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40px !important;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.arrow-details {
    bottom: -10px;
}

.arrow-details-reverse {
    top: -10px;
}

.arrow-details-dark,
.arrow-details-dark-reverse,
.arrow-details-light,
.arrow-details-light-reverse {
    overflow: hidden;
}

.arrow-details-dark:after,
.arrow-details-dark-reverse:after,
.arrow-details-light:after,
.arrow-details-light-reverse:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.arrow-details-dark:after,
.arrow-details-light:after {
    bottom: -6px;
}

@media only screen and (max-width: 640px) {
    .arrow-details-dark:after,
    .arrow-details-light:after {
        bottom: -8px;
    }
}

.arrow-details-dark-reverse:after,
.arrow-details-light-reverse:after {
    top: 0;
}

.arrow-details-dark:after,
.arrow-details-dark-reverse:after {
    background: #14171b;
}

.arrow-details-light:after,
.arrow-details-light-reverse:after {
    background: #fff;
}


/* 26. HTML5 video */
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* 27. google maps */
#google-maps-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.google-maps {
    width: 100%;
    height: 100%;
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}


/* 28. news section */
.news-page-img-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 880px) {
    .news-page-img-wrapper {
        width: 100%;
    }
}

.news-page-img-carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    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;
}

.news-page-img-carousel-wrapper {
    position: relative;
    background: none;
    height: 100vh;
}

.news-page-img-carousel-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background-color: rgba(0, 0, 0, .7);
}

.news-page-img-carousel-wrapper .news-page-img-carousel-text {
    position: absolute;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    -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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    left: -10px;
    bottom: 100px;
    padding: 0 40px 0 60px;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {
    .news-page-img-carousel-wrapper .news-page-img-carousel-text {
        bottom: 50px;
        padding: 0 15px 0 35px;
    }
}

@media only screen and (max-width: 995px) {
    .news-page-img-carousel-wrapper .news-page-img-carousel-text {
        width: auto;
        padding: 0 25px 0 35px;
    }
}

.news-page-img-carousel-wrapper .news-page-img-carousel-text .news-page-img-carousel-content {
}

.news-page-img-carousel-wrapper:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.news-page-img-carousel-wrapper:hover .news-page-img-carousel-content {
    max-height: 600px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.has-feedback-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.has-feedback-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1;
}

.has-feedback-image .news-page-img-carousel-wrapper {
    z-index: 2;
}

.has-feedback-image .news-page-img-carousel-wrapper::after {
    display: none;
}

.panel-left {
    position: absolute;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: -100%;
    background: none;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99999;
}

@media only screen and (max-width: 640px) {
    .panel-left {
        display: none;
        visibility: hidden;
    }
}

.panel-left.open {
    left: 0;
}

.panel-left-bg-all {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.panel-right {
    position: absolute;
    width: 50%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #fff;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99999;
}

@media only screen and (max-width: 640px) {
    .panel-right {
        width: 100%;
    }
}

.panel-right.open {
    right: 0;
}


/* 29. main circle */
.center-container-main-circle {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 100;
}

.center-block-main-circle {
    display: table-cell;
    vertical-align: middle;
}

.the-button-wrapper.the-button-wrapper-home {
    margin: -4px auto 0 auto;
    text-align: center;
}

@media only screen and (max-width: 995px) {
    .the-button-wrapper.the-button-wrapper-home {
        margin: -7px auto 0 auto;
    }
}

.the-button-wrapper.the-button-wrapper-home a,
.the-button-wrapper.the-button-wrapper-home a:hover,
.the-button-wrapper.the-button-wrapper-home a:visited,
.the-button-wrapper.the-button-wrapper-home a:active,
.the-button-wrapper.the-button-wrapper-home a:focus {
    text-decoration: none;
}

.main-circle {
    position: relative;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 400px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-clip-path: circle();
    -moz-clip-path: circle();
    clip-path: circle();
    background: #14171b;
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
    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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    object-fit: cover;
    z-index: 1001;
}

@media all and (min-width: 1920px) {
    .main-circle {
        width: 550px;
        height: 550px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-circle {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .main-circle {
        width: 300px;
        height: 300px;
    }
}

.main-circle-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-circle-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-dasharray: 1;
    stroke-width: 0.25;
    stroke: #777;
    -webkit-animation: spin 23s linear infinite;
    -moz-animation: spin 23s linear infinite;
    -ms-animation: spin 23s linear infinite;
    -o-animation: spin 23s linear infinite;
    animation: spin 23s linear infinite;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 0;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 30. headings */
h1.home-page-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 auto;
    bottom: -2px;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    h1.home-page-title {
        font-size: 95px;
        bottom: -3px;
    }
}

@media only screen and (max-width: 1200px) {
    h1.home-page-title {
        font-size: 75px;
        letter-spacing: -0.35vw;
        bottom: -2px;
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 55px;
        letter-spacing: -0.04em;
        bottom: -1px;
    }
}


/* 31. introduction */
.introduction h3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -4px auto -3px auto;
}

@media only screen and (max-width: 768px) {
    .introduction h3 {
        font-size: 15px;
        margin: -4px auto -2px auto;
    }
}


/* 32. Lity v2.2.2 CUSTOM */
.lity {
    z-index: 99999;
    cursor: crosshair;
    background: rgba(0, 0, 0, .55);
}

.lity-close {
    top: 40px;
    left: 40px;
    font-weight: 500 !important;
}

@media only screen and (max-width: 1200px) {
    .lity-close {
        top: 15px;
        left: 15px;
    }
}

.lity-close:active {
    top: 40px;
    left: 40px;
}

@media only screen and (max-width: 1200px) {
    .lity-close:active {
        top: 15px;
        left: 15px;
    }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-shadow: none;
}


/* 33. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-half-details,
.inner-divider-ultra-half {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 50px;
}

@media all and (min-width: 1920px) {
    .inner-divider {
        height: 75px;
    }
}

.inner-divider-half {
    height: 20px;
}

.inner-divider-half-owl-carousel {
    height: 138px;
}

@media all and (max-width: 1528px) {
    .inner-divider-half-owl-carousel {
        height: 162px;
    }
}

@media all and (max-width: 1393px) {
    .inner-divider-half-owl-carousel {
        height: 108px;
    }
}

@media all and (min-width: 1920px) {
    .inner-divider-half {
        height: 30px;
    }

    .inner-divider-half-owl-carousel {
        height: 138px;
    }
}

.inner-divider-half-details {
    height: 50px;
}

.inner-divider-ultra-half {
    height: 15px;
}

@media only screen and (max-width: 995px) {
    .mobile-spacer {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: none;
        height: 19px;
        z-index: -1;
    }
}


/* extras */
.overlay-dark-60:before {
    background: rgba(0, 0, 0, .75);
}

.the-button-wrapper.the-button-wrapper-home .the-button {
    color: #fff;
}

.the-button-wrapper.the-button-wrapper-home .the-button::before {
    border: 1px solid #fff;
    border-right: none;
}

.the-button-wrapper.the-button-wrapper-home .the-button::after {
    border: 1px solid #fff;
    border-left: none;
}


/* navigation */
/* navigation panels overlay */
.panel-overlay-from-left-nav {
    position: fixed;
    width: 51%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 200;
}

@media only screen and (max-width: 768px) {
    .panel-overlay-from-left-nav {
        width: 0;
    }
}

.panel-overlay-from-left-nav.open {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panel-overlay-from-right-nav {
    position: fixed;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: -100%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 200;
}

@media only screen and (max-width: 768px) {
    .panel-overlay-from-right-nav {
        width: 100%;
    }
}

.panel-overlay-from-right-nav.open {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* navigation panels */
.panel-from-left-nav {
    position: fixed;
    width: 51%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: -100%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 200;
}

@media only screen and (max-width: 768px) {
    .panel-from-left-nav {
        width: 0;
    }
}

.panel-from-left-nav.open {
    left: 0;
}

.panel-from-right-nav {
    position: fixed;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    right: -100%;
    background: #000;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 200;
}

.price {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.price .old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
    font-size: 20px;
}

.price .new-price {
    color: #C49D27; /* яркий красный для акцента */
    font-size: 34px;
}

@media only screen and (max-width: 768px) {
    .panel-from-right-nav {
        width: 100%;
    }
}

.contacts .all-content-wrapper.all-content-wrapper-half {
    height: 100dvh !important;
}

.contacts .section-heading.section-heading-all {
    height: 200px !important;
}

.panel-from-right-nav.open {
    right: 0;
}
.no-scroll {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* navigation icon */


/* navigation links */
nav.navigation-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    margin: 0 auto;
}

nav.navigation-menu a {
    text-decoration: none;
    -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;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #e0e0e0;
}

nav.navigation-menu a:hover {
    -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;
}

nav.navigation-menu li {
    margin: 0 auto 15px auto;
}

@media only screen and (max-width: 880px) {
    nav.navigation-menu li {
        margin: 0 auto 10px auto;
    }
}

nav.navigation-menu li:last-child {
    margin: 0;
}

@media all and (min-width: 1920px) {
    nav.navigation-menu a {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    nav.navigation-menu a {
        font-size: 45px;
    }
}

@media only screen and (max-width: 995px) {
    nav.navigation-menu a {
        font-size: 35px;
    }
}

@media only screen and (max-width: 880px) {
    nav.navigation-menu a {
        font-size: 25px;
    }
}

@supports ((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
    nav.navigation-menu a.active {
        color: transparent;
        -webkit-text-stroke: 1px #e0e0e0;
        text-stroke: 1px #e0e0e0;
        text-shadow: none;
    }
}


/* center container menu */
.center-container-menu {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.center-block-menu {
    display: table-cell;
    vertical-align: middle;
}


/* section heading/subheading */
.section-subheading.section-subheading-center {
    text-align: center;
    margin: -5px auto 0 auto;
}

@media only screen and (max-width: 768px) {
    .section-subheading.section-subheading-center {
        margin: -3px auto 0 auto;
    }
}


/* home navigation dropdown */
nav.navigation-menu ul.sub-menu li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: #fff;
    -webkit-text-stroke: unset;
    text-stroke: unset;
}

nav.navigation-menu ul.sub-menu li a {
    font-size: 14px;
}

nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
}

@media all and (min-width: 1920px) {
    nav.navigation-menu ul.sub-menu li a {
        font-size: 15px;
    }

    nav.navigation-menu li ul.sub-menu li {
        /* margin: 9px auto 0 auto; */
        margin: 3px auto 0 auto;
    }
}

@media only screen and (max-width: 1200px) {
    nav.navigation-menu ul.sub-menu li a {
        font-size: 14px;
    }

    nav.navigation-menu li ul.sub-menu li {
        margin: 1px auto 0 auto;
    }
}

@media only screen and (max-width: 995px) {
    nav.navigation-menu ul.sub-menu li a {
        font-size: 14px;
    }

    nav.navigation-menu li ul.sub-menu li {
        margin: 1px auto 0 auto;
    }
}

@media only screen and (max-width: 880px) {
    nav.navigation-menu ul.sub-menu li a {
        font-size: 13px;
    }

    nav.navigation-menu li ul.sub-menu li {
        margin: 1px auto 0 auto;
    }
}

.sub-menu li:first-child {
    margin: 16px auto 0 auto !important;
}

@media all and (min-width: 1920px) {
    .sub-menu li:first-child {
        margin: 16px auto 0 auto !important;
    }
}

@media only screen and (max-width: 1200px) {
    .sub-menu li:first-child {
        margin: 10px auto 0 auto !important;
    }
}

@media only screen and (max-width: 995px) {
    .sub-menu li:first-child {
        margin: 10px auto 0 auto !important;
    }
}

@media only screen and (max-width: 880px) {
    .sub-menu li:first-child {
        margin: 5px auto 0 auto !important;
    }
}

.about-me-image-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about-me-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.all-content-wrapper-about-me {
    position: relative;
    height: 100vh;
}

.about-me-image-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about-me-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.section-heading-about {
    font-size: 48px;
}

@media only screen and (max-width: 995px) {
    .about-me-image-wrapper {
        height: 50vh;
    }

    .all-content-wrapper-about-me {
        height: 50vh;
    }

    .all-content-wrapper-about-me .section-heading {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .section-heading-about {
        font-size: 24px;
    }

    .about-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    .about-me-image-wrapper {
        height: 50vh;
    }

    .all-content-wrapper-about-me {
        height: 100vh !important;
    }

    .all-content-wrapper-about-me .section-heading {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .section-heading-about {
        font-size: 20px;
    }

    .about-text {
        font-size: 12px;
    }
}

.contacts-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.contacts-card.lfk-card {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/lfk.jpg);
}

.contacts-card.athletic-card {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/athletic_style_training.jpg);
}

.contacts-card.training-card {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/training_in_the_gym.jpg);
}

.contacts .all-content-wrapper {
    background: transparent !important;
}

.contacts .all-content {
    background: transparent !important;
}

.contacts .all-txt-dark {
    color: #fff;
}

.contacts .all-txt-dark .price {
    color: #fff;
}

@media only screen and (max-width: 995px) {
    .contacts-card {
        height: auto;
        min-height: 50vh;
    }
}

@media only screen and (max-width: 995px) {
    .about-me-image-wrapper {
        height: 100vh;
        min-height: 500px;
    }

    .all-content-wrapper-about-me {
        height: 100vh;
        min-height: 700px;
    }
}

@media only screen and (max-width: 640px) {
    .about-me-image-wrapper {
        height: 70vh;
    }
}

.panel-from-left.contacts-more-1,
.panel-from-left.contacts-more-2,
.panel-from-left.contacts-more-3 {
    background: #000;
    z-index: 100;
}

.panel-overlay-from-right.contacts-more-1-overlay,
.panel-overlay-from-right.contacts-more-2-overlay,
.panel-overlay-from-right.contacts-more-3-overlay {
    display: block;
    visibility: visible;
    z-index: 99;
}

.contacts-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts-link .the-button-wrapper {
    min-width: 150px;
}

.contacts-link-max .the-button {
    background: transparent;
}

.contacts-link-telegram .the-button {
    background: transparent;
}

/* Cookie notification */
.cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 9999;
    padding: 15px 15px 20px;
}

.cookie-notification_hidden_yes {
    display: none;
}

.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
}

.cookie-notification__body {
    margin-bottom: 10px;
}

.cookie-notification__body a {
    color: #00aaff;
    text-decoration: underline;
}

.top-0 {
    top: 0 !important;
    margin-bottom: 20px;
}
