/*
  [CSS Index]

  ---

  Template Name: Wext - One Page Portfolio Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND
    1.3. swiper parallax IMG BACKGROUND
    1.4. about carousel IMG BACKGROUND
    1.5. works carousel IMG BACKGROUND
    1.6. contact carousel IMG BACKGROUND
  2. reset
  3. layout
  4. section
    4.1. section title
    4.2. section txt wrapper
    4.3. section wrapper
  5. hero
    5.1. hero container
    5.2. hero bg
    5.3. hero fullscreen FIX
  6. section elements
    6.1. logo
    6.2 navigation
      6.2.1. navigation lines
      6.2.2. navigation element color switch
    6.3. the button
    6.4. video play button
    6.5. chart
    6.6. scroll indicator
    6.7. section intro
    6.8. link effect
    6.9. contact email
    6.10. social icons
    6.11. subheadings
    6.12. section txt wrapper
  7. overlay
  8. center container
  9. preloader
  10. to top arrow
  11. videos
    11.1. YouTube video
    11.2. Vimeo video
  12. all carousel item
  13. ken burns slideshow
  14. Slick v1.6.0 CUSTOM
  15. fullPage v2.9.4 CUSTOM
  16. Owl Carousel v2.2.0 CUSTOM
  17. Magnific Popup v1.1.0 CUSTOM
  18. Swiper v3.4.2 CUSTOM
  19. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}


/* 1.2. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}


/* 1.3. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
background-image: url(../img/background/parallax-bg.jpg);
}


/* 1.4. about carousel IMG BACKGROUND */
.about-page-carousel-item-1 {
background-image: url(../img/about/about-page-img-carousel-item-1.jpg);
}

.about-page-carousel-item-2 {
background-image: url(../img/about/about-page-img-carousel-item-2.jpg);
}

.about-page-carousel-item-3 {
background-image: url(../img/about/about-page-img-carousel-item-3.jpg);
}

.about-page-carousel-item-4 {
background-image: url(../img/about/about-page-img-carousel-item-4.jpg);
}


/* 1.5. works carousel IMG BACKGROUND */
.works-page-carousel-item-1 {
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}

.works-page-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}

.works-page-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}

.works-page-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}

.works-page-carousel-item-5 {
background-image: url(../img/works/works-page-img-carousel-item-5.jpg);
}

.works-page-carousel-item-6 {
background-image: url(../img/works/works-page-img-carousel-item-6.jpg);
}


/* 1.6. contact carousel IMG BACKGROUND */
.contact-page-carousel-item-1 {
background-image: url(../img/contact/contact-page-img-carousel-item-1.jpg);
}

.contact-page-carousel-item-2 {
background-image: url(../img/contact/contact-page-img-carousel-item-2.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%;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {
outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}
@font-face{
    font-family: Techovier;
    src: url('fonts/Techovier.woff');
}

/* 3. layout */
body {
font-family: 'Montserrat', sans-serif!important;
font-size: 15px;
line-height: 1.5;
font-style: normal;
font-weight: 500;
color: #fff;
background: #001c2d;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a {
color: #5f5f5f;
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-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #5f5f5f;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
text-align: center;
letter-spacing: 0.05em;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
outline: none;
font-weight: 700;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. section */
.sections {
position: relative;
z-index: 5;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}

.section {
overflow: hidden;
}

#section0 {
background: #001c2d;
}


#section1,
#section2,
#section3 {
background: #fff;
}


/* 4.1. section title */
.section-title-inner {
position: relative;
font-family: 'Montserrat', sans-serif ;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.08em;
overflow: hidden;
margin: 0 20px;
}

.section-title-inner.section-title-inner-home {
font-size: 160px;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-home {
    /* font-size: 600px; */
	font-size: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-home {
    font-size: 120px;
	letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title-inner.section-title-inner-home {
    font-size: 100px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-home {
    font-size: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-home {
    font-size: 50px;
  }
}

.section-title-inner.section-title-inner-page.section-title-inner-page-all {
font-size: 120px;
margin: 0 auto 25px auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    /* font-size: 300px; */
	font-size: 120px;
	/* margin: 0 auto -35px auto; */
	margin: 0 auto 15px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    /* font-size: 150px; */
    font-size: 100px;
	   margin: 0 auto 25px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    /* font-size: 100px; */
    font-size: 80px;
	margin: 0 auto 25px auto;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 100px;
	margin: 0 auto 25px auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 60px;
  }
}

.section-title-inner.section-title-inner-all {
font-size: 30px;
line-height: 1.2;
letter-spacing: 0.02em;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-all {
    font-size: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-all {
    font-size: 25px;
  }
}

.section-title-inner.section-title-inner-dark {
color: #fff;
background: #001c2d;
mix-blend-mode: darken;
}

.section-title-inner.section-title-inner-dark.section-title-inner-dark-works {
color: #fff;
	background: none;
	mix-blend-mode: normal;
    -webkit-pointer-events: none;
       -moz-pointer-events: none;
            pointer-events: none;
margin: 0 auto -5px auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-dark.section-title-inner-dark-works {
    margin: 0 auto -10px auto;
  }
}

.section-title-inner.section-title-inner-light {
color: #111;
background: #fff;
mix-blend-mode: lighten;
}

.section-title {
position: relative;
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;
border: none;
z-index: 1;
}


/* 4.2. section txt wrapper */
.txt-wrapper-all {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
overflow: hidden;
}

.txt-container {
margin: 0 auto;
padding: 0 100px;
}

@media only screen and (max-width: 640px) {
  .txt-container {
    padding: 0 50px;
  }
}


/* 4.3. section wrapper */
.section-dark {
color: #fff;
background: #001c2d;
mix-blend-mode: darken;
}

.section-light {
color: #111;
background: #fff;
mix-blend-mode: lighten;
}

.the-wrapper {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

@media only screen and (max-width: 995px) {
  .the-wrapper {
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .the-wrapper {
    /* padding: 100px 0; */
	padding: 0;
  }
}


/* 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. section elements */
/* 6.1. logo */
.logo {
position: fixed;
display: inline-block;
top: 50px;
left: 50px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
cursor: pointer;
z-index: 98;
}

@media only screen and (max-width: 995px) {
  .logo {
    position: absolute;
	right: auto;
	left: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .logo {
    top: 25px;
	right: auto;
	left: 25px;
  }
}


/* 6.2 navigation */
#menu-mobile-btn {
position: fixed;
width: 63px;
height: 50px;
top: 35px;
right: 35px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1005;
}

@media only screen and (max-width: 640px) {
  #menu-mobile-btn {
    top: 10px;
    right: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu-mobile-btn {
    z-index: 300;
  }
}

.menu-toggle {
position: fixed;
display: block;
padding: 0;
background: none;
line-height: 1;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
border: none;
z-index: 1005;
}

#menu-mobile {
position: fixed;
font-family: 'Techovier', sans-serif;
font-size: 20px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.25;
width: 20%;
height: 100%;
right: -200%;
top: 0;
margin: auto;
-webkit-transition: right .6s ease-in-out;
   -moz-transition: right .6s ease-in-out;
    -ms-transition: right .6s ease-in-out;
     -o-transition: right .6s ease-in-out;
        transition: right .6s ease-in-out;
background: rgba(255, 255, 255, 1);
z-index: 1000;
}

#menu-mobile.menu-mobile-dark {
background: rgba(0, 0, 0, 1);
}

@media all and (min-width: 1920px) {
  #menu-mobile {
	width: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  #menu-mobile {
	width: 40%;
  }
}

@media only screen and (max-width: 880px) {
  #menu-mobile {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #menu-mobile {
    width: 60%;
  }
}

#menu-mobile.activated {
right: 0;
}

#menu-mobile ul {
position: relative;
width: 250px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
list-style: none outside none;
}

@media all and (min-width: 1920px) {
  #menu-mobile ul {
    width: 300px!important;
  }
}

@media only screen and (max-width: 1200px) {
  #menu-mobile ul {
    width: 250px!important;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile ul {
	width: 200px!important;
  }
}

#menu-mobile ul li {
padding: 0 0 4px 0;
cursor: pointer;
}

@media only screen and (max-width: 880px) {
  #menu-mobile ul li {
    padding: 0 0 5px 0;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile ul li {
    padding: 0 0 3px 0;
  }
}

#menu-mobile .credits {
font-size: 11px;
margin: 16px 0 0 0;
font-weight: 500;
}

@media only screen and (max-width: 880px) {
  #menu-mobile .credits {
    font-size: 10px;
	margin: 14px 0 0 0;
  }
}

#menu-mobile .credits a {
color: #001c2d;
text-decoration: none;
}

#menu-mobile.menu-mobile-dark .credits a {
color: #fff;
}

#menu-mobile a,
#menu-mobile a:hover {
color: #001c2d;
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;
}

#menu-mobile.menu-mobile-dark a,
#menu-mobile.menu-mobile-dark a:hover {
color: #fff;
}

#menu-mobile a {
display: none;
min-width: 10px;
}

#menu-mobile li .active,
#menu-mobile.menu-mobile-dark li .active {
color: #001c2d;
}

.menu-nav-wrapper {
display: table;
width: 100%;
height: 100%;
overflow: hidden;
}

.menu-nav {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}


/* 6.2.1. navigation lines */
.lines-button {
margin: -16px 0 0 -3px;
padding: 30px 16px;
cursor: pointer;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.lines-button:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lines-button:active {
-webkit-transition: 0;
   -moz-transition: 0;
	-ms-transition: 0;
     -o-transition: 0;
        transition: 0;
}

.lines {
position: relative;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
background: #fff;
}

.lines:after,
.lines:before {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
left: 0;
-webkit-transform-origin: .28571rem center;
   -moz-transform-origin: .28571rem center;
    -ms-transform-origin: .28571rem center;
     -o-transform-origin: .28571rem center;
        transform-origin: .28571rem center;
background: #fff;
}

.lines:before {
top: 10px;
}

.lines:after {
top: -10px;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
-webkit-transform: none;
   -moz-transform: none;
    -ms-transform: none;
     -o-transform: none;
        transform: none;
top: 0;
width: 35px;
background: #001c2d;
}

.lines-button.minus.lines-close .lines.lines-close-light:after,
.lines-button.minus.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines {
background: 0 0;
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
top: 0;
width: 35px;
background: #001c2d;
}

.lines-button.x.lines-close .lines.lines-close-light:after,
.lines-button.x.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}

.lines-button.x2 .lines {
-webkit-transition: background .3s .5s ease;
   -moz-transition: background .3s .5s ease;
	-ms-transition: background .3s .5s ease;
     -o-transition: background .3s .5s ease;
        transition: background .3s .5s ease;
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
   -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
	-ms-transition: top .3s .6s ease, -ms-transform .3s ease;
     -o-transition: top .3s .6s ease, -o-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.lines-close .lines {
-webkit-transition: background .3s 0 ease;
   -moz-transition: background .3s 0 ease;
	-ms-transition: background .3s 0 ease;
     -o-transition: background .3s 0 ease;
        transition: background .3s 0 ease;
background: 0 0;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
   -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
	-ms-transition: top .3s ease, -ms-transform .3s .5s ease;
     -o-transition: top .3s ease, -o-transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease;
top: 0;
width: 35px;
background: #001c2d;
}

.lines-button.x2.lines-close .lines.lines-close-light:after,
.lines-button.x2.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x2.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}


/* 6.2.2. navigation element color switch */
.navigation-icon .lines.lines-color-switch,
.navigation-icon .lines.lines-color-switch:after,
.navigation-icon .lines.lines-color-switch:before {
background: #001c2d;
}


/* 6.3. the button */
.the-button-wrapper {
position: relative;
width: 200px;
height: auto;
line-height: 1.5;
margin: 0 auto;
padding: 0;
left: 0;
text-align: center;
cursor: pointer;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-wrapper {
    width: 175px;
	margin: 0 auto;
  }
}

.the-button {
position: relative;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.10em;
color: #fff;
background: none;
padding: 10px 40px 0 40px;
margin-top: 10px;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

@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:hover:before {
width: 100%;
}

.the-button:hover:after {
width: 100%;
}

.the-button::before {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
left: -6px;
border: 1px solid #fff;
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::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #fff;
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;
  }
}


/* 6.4. video play button */
.video-play-btn-wrapper {
width: 100%;
height: auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}

.icon-play {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 22px solid #111;
border-bottom: 15px solid transparent;
margin-left: 8px;
-webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
}

.video-play-btn {
width: 80px;
height: 80px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #111;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
position: relative;
-webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
cursor: pointer;
}

.video-play-btn:hover {
border-color: #fff;
}

.video-play-btn.video-play-btn-dark:hover {
border-color: #2e2e2e;
}

.video-play-btn:hover:before,
.video-play-btn:hover:after {
border-color: #fff;
background-color: #fff;
-webkit-animation-duration: 2s;
        animation-duration: 2s;
}

.video-play-btn.video-play-btn-dark:hover:before,
.video-play-btn.video-play-btn-dark:hover:after {
border-color: #2e2e2e;
background-color: #2e2e2e;
}

.video-play-btn:hover .icon-play {
border-left-color: #fff;
}

.video-play-btn.video-play-btn-dark:hover .icon-play {
border-left-color: #2e2e2e;
}

.video-play-btn:before {
content: "";
position: absolute;
width: 60px;
height: 60px;
left: 50%;
top: 50%;
border: 1px solid #111;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: 3s pulse infinite;
        animation: 3s pulse infinite;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.video-play-btn:after {
content: "";
position: absolute;
width: 60px;
height: 60px;
left: 50%;
top: 50%;
border: 1px solid #111;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: 3s pulse infinite;
        animation: 3s pulse infinite;
-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@-webkit-keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: .6;
    background: rgba(17, 17, 17, .2);
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: .6;
    background: rgba(17, 17, 17, .2);
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}


/* 6.5. chart */
.chart-wrapper {
text-align: center;
margin: 60px auto;
}

.chart-about,
.chart-services {
position: relative;
display: inline-block;
width: 110px;
height: 110px;
margin: 0 auto;
text-align: center;
}

.chart-about canvas,
.chart-services canvas {
position: absolute;
top: 0;
left: 0;
}

.percent-about,
.percent-services {
display: inline-block;
line-height: 110px;
color: #111;
z-index: 2;
}

.percent-services {
color: #fff;
}

.percent-about::after,
.percent-services::after {
content: "%";
margin-left: 0.1em;
font-size: .8em;
color: #111;
}

.percent-services::after {
color: #fff;
}


/* 6.6. 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;
}

.scroll-indicator {
position: absolute;
bottom: 50px;
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: 995px) {
  .scroll-indicator {
    bottom: 25px;
  }
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 995px) {
  .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;
  }
}


/* 6.7. section intro */
.section-intro p,
#contact .section-intro p {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
text-transform: none;
text-align: center;
letter-spacing: 0.05em;
line-height: 1.5;
margin: -5px auto 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 880px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 18px;
	margin: -5px auto 0 auto;
  }
}

.section-intro p a,
.section-intro p a:hover,
#contact .section-intro p a,
#contact .section-intro p a:hover {
text-decoration: none;
}

h2.section-subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
color: #005CAE;
margin: -3px auto;
}


/* 6.8. link effect */
.link-effect {
position: relative;
display: inline-block;
}

.link-effect::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #005CAE;
-webkit-transform-origin: right center;
   -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right 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);
}

.link-effect:hover::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}


/* 6.9. contact email */
.post-email-title {
position: relative;
top: 0;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
line-height: 1;
margin: -8px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 30px;
	margin: -10px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-email-title {
    font-size: 18px;
	margin: -5px auto 0 auto;
  }
}

.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
color: #005CAE;
text-decoration: none;
font-weight: 900;
}


/* 6.10. social icons */
.social-icons {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
color: #111;
background: none;
border: none;
width: auto;
height: auto;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-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;
margin: -3px auto -4px auto;
text-align: center;
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #111;
padding: 0 10px;
}


/* 6.11. subheadings */
h3 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
margin: 0 auto;
padding: 0;
line-height: 1.25;
color: #fff; color: #111;
}

@media all and (min-width: 1920px) {
  h3 {
    line-height: 1.5;
  }
}


/* 6.12. section txt wrapper */
.section-title-wrapper-works {
position: relative;
text-align: center;
margin: 0 auto;
padding: 0 20px;
}

.section-title-inner.section-title-inner-works {
text-align: center;
}

.section-title-inner.section-title-inner-works {
letter-spacing: -0.04em;
}

.section-title-inner.section-title-inner-works {
font-size: 60px;
padding: 0 5px 0 0;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-works {
    font-size: 120px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-works {
    font-size: 50px;
	padding: 0;
	line-height: 1.2;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-works {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-inner.section-title-inner-works {
    font-size: 30px;
  }
}


/* 7. 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 */
.overlay::before,
.overlay-video::before {
content: "";
position: absolute;
display: block;
width: -webkit-calc(100% - 260px);
width: -moz-calc(100% - 260px);
width: calc(100% - 260px);
height: -webkit-calc(100% - 260px);
height: -moz-calc(100% - 260px);
height: calc(100% - 260px);
top: 130px;
right: 130px;
bottom: 130px;
left: 130px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

@media only screen and (max-width: 768px) {
  .overlay.overlay-all::before {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }
}

.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-dark-20::before {
background: rgba(0, 0, 0, .45);
}

.cover-all::before,
.cover-all-video::before,
.cover-all-parallax::before {
position: absolute;
width: -webkit-calc(100% - 260px);
width: -moz-calc(100% - 260px);
width: calc(100% - 260px);
height: -webkit-calc(100% - 260px);
height: -moz-calc(100% - 260px);
height: calc(100% - 260px);
top: 130px;
right: 130px;
bottom: 130px;
left: 130px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
z-index: 1;
}

@media only screen and (max-width: 768px) {
  .cover-all::before,
  .cover-all-video::before,
  .cover-all-parallax::before {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    right: 55px;
    bottom: 75px;
    left: 55px;
  }
}

.cover-all::before,
.cover-all-video::before {
background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
-webkit-background-size: 3px 3px;
   -moz-background-size: 3px 3px;
        background-size: 3px 3px;
}

.cover-all::before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 8. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
}

.center-block {
display: table-cell;
vertical-align: middle;
}

.center-container-all {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
z-index: 1;
}

.center-block-all {
display: table-cell;
vertical-align: middle;
}


/* 9. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #001c2d;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #001c2d;
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: 50%;
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);
  }
}


/* 10. to top arrow */
.to-top-arrow {
position: absolute;
right: 50px;
bottom: 50px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
text-align: center;
color: #fff;
background: #005CAE;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
cursor: pointer;
z-index: 100;
}

/* 10. to top arrow */
.to-bot-arrow {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #e2e2e2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  z-index: 100;
  }


@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 25px;
    bottom: 25px;
  }
}


/* 11. videos */
/* 11.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: #001c2d;
z-index: 0;
}

#videoContainmentPost {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: none;
z-index: -1;
}


/* 11.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: #001c2d;
z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
border: none;
}


/* 12. all carousel item */
.all-page-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;
}


/* 13. ken burns slideshow */
.kenburns-slide-wrapper {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
background: #001c2d;
}

.kenburns-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
   -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
     -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
        animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
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;
}

.kenburns-slide-1 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
-webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
     -o-animation-delay: 6s;
        animation-delay: 6s;
}

.kenburns-slide-3 {
-webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
     -o-animation-delay: 12s;
        animation-delay: 12s;
}

.kenburns-slide-4 {
-webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
     -o-animation-delay: 18s;
        animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
	    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
 100% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 14. Slick v1.6.0 CUSTOM */
.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.slick-fullscreen-slideshow-zoom-fade {
position: relative;
width: 100%;
height: auto;
}


/* slick fullscreen slideshow */
.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
background: #001c2d;
}

.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;
}


/* 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);
}


/* 15. 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;
}


/* 16. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
width: 60px;
height: 60px;
line-height: normal;
font-size: 11px;
padding-top: 23px;
color: #fff;
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;
}

.owl-next {
right: -50px;
padding-right: 21px;
}

.owl-prev:before,
.owl-next:before {
content: "";
position: absolute;
display: block;
width: 66%;
height: 66%;
background: #005CAE;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-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);
}

.owl-prev:before {
left: 85px;
top: 9px;
}

@media only screen and (max-width: 640px) {
  .owl-prev:before {
    left: 60px;
  }
}

.owl-next:before {
right: 85px;
top: 9px;
}

@media only screen and (max-width: 640px) {
  .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: 640px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-next .owl-custom {
position: relative;
right: 64px;
}

@media only screen and (max-width: 640px) {
  .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;
}


/* 17. Magnific Popup v1.1.0 CUSTOM */
.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.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: 14px;
line-height: 1.5;
font-style: normal;
font-weight: 500;
letter-spacing: 0.05em;
}

.popup-gallery-slider a:visited,
.popup-gallery-slider a:active,
.popup-gallery-slider a:focus {
color: #fff;
}

.popup-gallery-slider a:hover {
color: #001c2d;
}


/* 18. Swiper v3.4.2 CUSTOM */
.swiper-container {
position: absolute;
width: 100%;
height: inherit;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
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;
}


/* swiper parallax */
.parallax .swiper-button-next,
.parallax .swiper-button-prev {
display: block;
visibility: visible;
width: 20px;
height: 20px;
background-size: 20px 20px;
display: none;
visibility: hidden;
}

.parallax a,
.parallax a:hover {
color: #fff;
}

.parallax .swiper-container {
width: 100%;
height: 100%;
background: #001c2d;
left: 0;
top: 0;
}

.parallax .swiper-slide {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.parallax .parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
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;
}


/* 19. divider */
.inner-divider {
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;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider {
    height: 50px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}
.inner-divider40{
    height: 20px;
  }

  .inner-divider35{
      height: 35px;
    }

    .all-page-carousel-item {
    height: 101vh!important;
    }
