/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
  2. reset
  3. layout
  4. section
  5. button
  6. launcher wrapper
  7. introduction
  8. pages
  9. lower page
  10. front page
  11. center container
  12. contact form
  13. overlay
  14. social icons
  15. inner navigation
  16. logo
  17. hero
  18. preloader 
  19. google maps
  20. section subtitle
  21. intro
  22. headers
  23. more button
  24. services panel
  25. Swiper CUSTOM
  26. PhotoSwipe CUSTOM
  27. divider
  28. HTML5 video
  29. Montserrat -webkit-text-stroke Fix
*/


/* 1. TEMPLATE BACKGROUNDS */
.bg-img-SINGLE-works {
background-image: url(../img/background/works.jpg);
}

.bg-img-SINGLE-about {
background-image: url(../img/background/about.jpg);
}

.bg-img-SINGLE-home {
background-image: url(../img/background/home.jpg);
}

.bg-img-SINGLE-contact {
background-image: url(../img/background/contact.jpg);
}


/* home slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/1.jpg);
}

.bg-img-2 {
background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
background-image: url(../img/background/4.jpg);
}


/* 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%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
color: #e0e0e0;
background: #15171e;
 -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;
}

a {
color: #e0e0e0;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #e0e0e0;
text-decoration: none;
outline: none;
font-weight: 500;
-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: left;
letter-spacing: 0.05em;
line-height: 2;
font-weight: 600;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #e0e0e0;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #e0e0e0;
}

::selection {
background: #5f5f5f;
color: #e0e0e0;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. section */
h1,
h2,
h3,
h4,
h5,
h6 {
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.clearfix {
clear: both;
float: none;
overflow: hidden;
}

h1 {
font-family: 'Montserrat', sans-serif;
font-size: 125px;
font-style: normal;
font-weight: 800;
text-transform: none;
text-align: left;
letter-spacing: normal;
line-height: 1;
margin: 0 0 0 22px;
color: #fff;
}

@media only screen and (max-width: 995px) {
  h1 {
    font-size: 95px;
    margin: 0 0 0 24px;
  }
}

@media only screen and (max-width: 880px) {
  h1 {
    font-size: 65px;
    margin: 0 0 0 26px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .change-color {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

h3 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.65em;
margin: 0;
padding: 0 0 0 30px;
}


/* 5. button */
.btn {
position: relative;
display: inline-block;
width: 185px;
height: 50px;
color: #111;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0;
padding: 0 20px;
-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
   -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
border: none;
overflow: hidden;
cursor: pointer;
z-index: 5!important;
}

.btn .btn-label {
padding: 18px 0;
}

.btn:hover,
.btn:visited,
.btn:active,
.btn:focus {
border: none!important;
outline: none!important;
}

.btn:visited,
.btn:focus {
color: #111!important;
}

.btn:hover,
.btn:active {
color: #e0e0e0!important;
}

.btn span {
position: relative;
display: inline-block;
z-index: 2;
}

.btn {
background: #e0e0e0;
}

.btn .mask {
position: absolute;
display: block;
width: 0;
height: 100%;
left: 0; 
top: 0;
-webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
   -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;	
background: rgba(17, 17, 17, 1);	
z-index: 1;
}

.btn:hover .mask {
width: 100%;
}

.btn-padding {
margin: 25px 0 0 0;
}


/* 6. launcher wrapper */
.launcher-wrapper {
position: absolute;
width: 40px;
height: 40px;
bottom: 46px;
right: 38px;
z-index: 100;
}

@media only screen and (max-width: 880px) {
  .launcher-wrapper {
    bottom: 32px;
    right: 22px;
  }
}

.intro-launcher {
color: #e0e0e0;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.intro-launcher.intro-launcher-color {
color: #111;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.awesome-location {
font-size: 30px;
padding: 0 0 0 10px;
cursor: pointer;
}


/* 7. introduction */
.introduction {
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;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 0;
}

.introduction.OFF {
visibility: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.25);
   -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
     -o-transform: scale(0.25);
        transform: scale(0.25);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.introduction-center {
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.introduction-center.left-position {
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}


/* intro content hidden holder */
.intro-content-hidden-holder {
position: absolute;
width: 100%;
height: 100%!important;
top: 0;
left: 0;
z-index: 99;
}

@media only screen and (max-width: 995px) {
  .intro-content-hidden-holder {
    position: fixed;
  }
}

.intro-content-hidden-holder-IN {
position: relative;		
width: 100%;
height: 100%!important;
margin: 0 auto;
border: 10px solid #e0e0e0;
}


/* intro content visible */
.intro-content-visible,
.intro-content-visible.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}

.intro-content-visible.hide {
visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* intro content hidden */
.intro-content-hidden {
visibility: hidden;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.intro-content-hidden.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}


/* 8. pages */
/* about content visible */
.about-content-visible {
position: absolute;
background: none;
border: none;
width: 100%;
margin: 0 auto;
visibility: visible;
}

.about-content-visible, .about-content-visible.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}

.about-content-visible.hide {
visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* about content hidden */
.about-content-hidden {
visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.about-content-hidden.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}

.about-launcher {
cursor: pointer;
}


/* contact content visible */
.contact-content-visible {
position: absolute;
background: none;
border: none;
width: 100%;
margin: 0 auto;
visibility: visible;
}

.contact-content-visible, .contact-content-visible.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}

.contact-content-visible.hide {
visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* contact content hidden */
.contact-content-hidden {
visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.contact-content-hidden.show {
visibility: visible;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
}

.contact-launcher {
cursor: pointer;
}


/* 9. lower page */
.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
}

.lower-content {
margin: 0 auto;
}

.sections {
position: relative;
width: 100%;
z-index: 5;
}

.extra-margin-container {
position: relative;
height: auto;
min-height: inherit;
margin-left: 35px;
margin-right: 35px;
background: none;
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* 10. front page */
.initial-padding {
padding: 250px 0 200px 0;
}

.initial-padding.initial-padding-home {
padding: 0;
}
  
@media only screen and (max-width: 880px) {
  .initial-padding.initial-padding-home {
    padding: 225px 0 200px 0;
  }
}

@media only screen and (max-width: 768px) {
  .initial-padding.initial-padding-home {
    padding: 0;
  }
}

.initial-padding.initial-padding-works {
/* padding: 250px 0 226px 0; */
padding: 250px 0 200px 0;
}

@media only screen and (max-width: 880px) {
  .initial-padding.initial-padding-works {
    padding: 250px 0 12px 0;
  }
}

.fireOT {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}

.fireOT-left {
position: absolute;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: 0;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.fireOT-left.left-position {
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.fireOT-left-inner {
margin: 0 0 0 104px;
}

@media only screen and (max-width: 995px) {
  .fireOT-left-inner {
    margin: 0 0 0 -30px;
  }
}


/* 11. center container */
.center-container {
position: relative;
display: table;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 12. contact form */
#contact-form {
width: 100%;
margin: -10px auto 0 auto;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #e0e0e0;
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;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #e0e0e0;
-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 #e0e0e0;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #e0e0e0;
-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 {
margin: 15px 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: #3b3b3b;
-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: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: left;
color: #e0e0e0;
margin: 0;
padding: 25px 0 0 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;
display: block;
width: 200px!important;
left: 0;
right: 0;
margin: 0 auto;
padding: 0;
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
letter-spacing: 0.15em;
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;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 13px; color: #e0e0e0; }
     :-ms-input-placeholder { font-size: 13px; color: #e0e0e0; }
         ::-moz-placeholder { font-size: 13px; color: #e0e0e0; }
     input:-moz-placeholder { font-size: 13px; color: #e0e0e0; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }

button {
border: none;
background: none;
outline: none;
}

button {
border: none;
background: none;
outline: none;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #e0e0e0;
margin: 0 auto;
cursor: pointer;
}


/* 13. overlay */
.overlay::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark::before {
/* background: rgba(0, 0, 0, .6); */
background: rgba(0, 0, 0, .4);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.corner-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border: 134px solid rgba(0, 0, 0, .4);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .corner-overlay {
    display: none;
	visibility: hidden;
  }
}

.corner-overlay,
.corner-overlay::after,
.corner-overlay::before {
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.overlay-full {
visibility: visible;
position: absolute;
display: block;
overflow: 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;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
background: rgba(0, 0, 0, .6);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}


/* 14. social icons */
.social-icons-wrapper {
position: absolute;
/* bottom: 98px; */
bottom: 61px;
left: 45px;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper {
    bottom: 48px;
  }
}

@media only screen and (max-width: 880px) {
  .social-icons-wrapper {
    bottom: 33px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .social-icons-wrapper {
    bottom: 33px;
    left: 30px;
  }
}

.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;
}


/* 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;
text-align: left;
color: #e0e0e0;
margin: 10px auto 0 auto;
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;
}

@media only screen and (max-width: 995px) {
  .social-icons {
    margin: 10px 0 0 0;
  }
}

.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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
color: #e0e0e0;
}

.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;
color: #e0e0e0;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #e0e0e0;
padding: 0 10px;
}


/* 15. inner navigation */
.inner-navigation-wrap {
position: absolute;
right: 25px;
bottom: 44px;
text-align: center;
}

@media only screen and (max-width: 880px) {
  .inner-navigation-wrap {
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-navigation-wrap {
    right: auto;
	left: 25px;
  }
}

.inner-navigation-wrap.inner-navigation-wrap-home {
right: 159px;
bottom: 178px;
}

@media only screen and (max-width: 995px) {
  .inner-navigation-wrap.inner-navigation-wrap-home {
    right: 25px;
	bottom: 44px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-navigation-wrap.inner-navigation-wrap-home {
	bottom: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-navigation-wrap.inner-navigation-wrap-home {
    right: auto;
	left: 25px;
	bottom: 71px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-navigation-wrap.inner-navigation-wrap-home-slider {
    right: 25px;
	bottom: 144px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-navigation-wrap.inner-navigation-wrap-home-slider {
	bottom: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-navigation-wrap.inner-navigation-wrap-home-slider {
    right: auto;
	left: 25px;
	bottom: 71px;
  }
}

.inner-navigation-wrap-2 {
position: absolute;
left: 25px;
bottom: 44px;
text-align: center;
}

@media only screen and (max-width: 880px) {
  .inner-navigation-wrap-2 {
    bottom: 29px;
  }
}


/* 16. logo */
.logo {
position: absolute;
/* top: 100px; */
top: 50px;
left: 50px;
width: 57px;
height: 34px;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .logo {
    top: 35px;
    left: 35px;
  }
}

.logo img {
display: block;
margin: 0;
-webkit-transition: -webkit-transform 1s;
   -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
     -o-transition: -o-transform 1s;
        transition: transform 1s;
}

.logo:hover img {
-webkit-transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
     -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
-webkit-transition: -webkit-transform 1s;
   -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
     -o-transition: -o-transform 1s;
        transition: transform 1s;
}


/* 17. hero */
/* hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
z-index: -1!important;
}

.hero-fullscreen.left-position {
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

.hero-fullscreen.right-position {
-webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
        transform: translateX(100%);
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}


/* hero bg */
.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}


/* hero slider */
.slide-SINGLE .slide {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100%!important;
}


/* 18. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #15171e;
z-index: 999999;
}

.preloader-bg.preloader-bg-light {
background: #fff;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #15171e;
z-index: 999999;
}

#preloader.preloader-light {
background: #fff;
}

#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.loader-light {
border: 3px solid rgba(0, 0, 0, .15);
}

.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%;
}

.loader.loader-light span {
border-top: 3px solid rgba(0, 0, 0, .75);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 19. google maps */
#google-maps-wrapper {
position: relative;
width: 100%;
height: 100%!important;
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");
z-index: 99;
}

.google-maps {
width: 100%;
height: 100%!important;
}

.google-maps iframe {
position: relative;
width: 100%;
height: 100%!important;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 20. section subtitle */
.subtitle {
position: relative;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 3;
}

.subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 800;
text-align: left;
text-transform: uppercase;
color: #e0e0e0;
line-height: 1;
letter-spacing: -0.04em;
}

.subtitle.subtitle-left {
text-align: left;
}


/* 21. intro */
.intro {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1.5;
text-align: left;
letter-spacing: normal;
color: #e0e0e0;
margin: 0 0 20px 0;
padding: 0;
z-index: 3; z-index: 0;
}

.intro span {
color: #e0e0e0;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  .intro span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
            text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}


/* 22. headers */
.intro {
font-size: 40px;
margin: -10px 0 -5px 0;
}

@media all and (min-width: 1920px) { 
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    font-size: 30px;
	margin: -7px 0 -5px 0;
  }
}

@media only screen and (max-width: 880px) {
  .intro {
    font-size: 20px;
	margin: -6px 0 -4px 0;
  }
}

.intro span {
font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .intro span {
    font-size: 20px;
  }
}
		
		
/* 23. more button */
.more-wraper-center {
position: relative;
display: inline-block;
width: 120px!important;
max-width: 120px;
height: 120px;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 1;
}

.more-wraper-center:first-child {
margin-right: 7px;
}

.more-wraper-right {
position: relative;
right: 25px;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

@media only screen and (max-width: 880px) {
  .more-wraper-right {
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .more-wraper-right {
    right: auto;
	left: 10px;
  }
}

.more-wraper-left {
position: relative;
left: 25px;
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}

@media only screen and (max-width: 880px) {
  .more-wraper-left {
    left: 10px;
  }
}

.more-button-bg-center {
background: none;
border: 2px dashed #e0e0e0;
}

.more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
-webkit-animation: spin 5s linear infinite;
   -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
     -o-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
}

.more-button-txt-center {
position: absolute;
top: 60px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
color: #e0e0e0;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 auto;
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;
cursor: pointer;
}

.more-button-txt-center span {
color: #e0e0e0;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 24. services panel */
.panel-wrapper {
position: relative;
background: none;
width: 100%;
height: calc(100% + 300px);
margin: -25px auto -45px 0;
z-index: 1;
}

.panel-title {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
padding: 0;
text-align: left;
letter-spacing: -0.04em;
color: #e0e0e0;
line-height: 2;
margin-left: -15px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .panel-title {
    font-size: 14px;
  }
}

.panel-title-span {
color: #e0e0e0;
}

.panel-group .panel {
border: none;
background: none;
box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.panel-group .panel .panel-heading {
border: none;
background: none;
}

.panel-group .panel .panel-heading h4 a {
display: block;
background: none;
padding: 15px;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
background: none;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
content: "\f209";
font-family: "Ionicons";
}

.ion {
font-size: 15px;
padding-right: 10px;
}

.panel-group .panel .panel-heading h4 a i {
position: relative;
display: block;
top: 7px;
left: -15px;
color: #e0e0e0;
text-align: center;
}

@media only screen and (max-width: 880px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 6px;
  }
}

.panel-group .panel .panel-body {
padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
border-top: none;
background: none;
text-align: center;
padding: 25px 0;
}

.panel-group .panel + .panel {
border: none;
margin-top: 0; 
}

.panel-body p {
text-align: left;
color: #e0e0e0;
}


/* 25. Swiper CUSTOM */
.swiper-container {
width: 100%;
height: 100%;
background: none;
}

.swiper-slide {
overflow-x: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

/* swiper custom */
.swiper-container { cursor: move; cursor: auto!important; }
.swiper-button-next, .swiper-button-prev { visibility: hidden!important; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { visibility: hidden!important; }


/* swiper navigation */
.navigation {
position: absolute;
width: 50px;
height: 50px;
color: #fff;
font-size: 16px;
line-height: 1;
cursor: pointer;
z-index: 10; z-index: 99;
}

.ion-ios-arrow-left {
position: absolute;
left: 21px;
top: 17px;
}

.ion-ios-arrow-right {
position: absolute;
right: 21px;
top: 17px;
}

.back-left {
top: 50px;
left: 50px;
}

@media only screen and (max-width: 880px) {
  .back-left {
    top: 35px;
    left: 35px;
  }
}

.back-right {
top: 50px;
right: 50px;
}

@media only screen and (max-width: 880px) {
  .back-right {
    top: 35px;
    right: 35px;
  }
}


/* swiper slide controls */
.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 0;
  }
}

.swiper-slide-controls.slide-prev {
position: absolute;
width: 50px;
top: 50%;
left: 50px;
right: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-prev {
    left: 50px;
	top: auto;
	bottom: 50px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-prev {
    left: 20px;
	bottom: 20px;
  }
}

.swiper-slide-controls.slide-next {
position: absolute;
width: 50px;
top: 50%;
right: 50px;
left: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    right: 50px;
	top: auto;
	bottom: 50px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    right: 20px;
	bottom: 20px;
  }
}


/* circle svg */
.circle-svg {
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle,
.circle {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.navigation:hover {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}


/* Swiper CUSTOM */
/* CUSTOM 1 */
.circle-svg1 {
position: absolute;
left: 0;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg1 circle {
stroke-dasharray: 400px;
}

.circle1 {
stroke-dashoffset: 400px;
}


/* CUSTOM 2 */
.hero-slider-bg-controls {
position: absolute;
right: 44px;
bottom: 42px;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .hero-slider-bg-controls {
    bottom: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 29px;
	bottom: auto;
	top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 29px;
	bottom: auto;
	top: 25px;
  }
}

.swiper-slide-controls1 {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
font-size: 16px;
color: #fff;
background: none;
cursor: pointer;
}

.swiper-slide-controls1.slide-prev,
.swiper-slide-controls1.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls1:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: none;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls1.slide-next {
    margin-top: 10px;
  }
}


/* CUSTOM 3 */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg1 circle,
.circle1 {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle1 {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
right: 170px;
bottom: 42px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 16px;
color: #fff;
background: none;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-controls-play-pause {
    bottom: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 157px;
	bottom: auto;
	top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 157px;
	bottom: auto;
	top: 35px;
  }
}

.swiper-slide-controls-play-pause:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f478";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: none;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-active .swiper-slide-inner-bg {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* finals */
.ion-ios-arrow-left.ion-ios-arrow-left1 {
position: relative;
left: auto;
top: auto;
}

.ion-ios-arrow-right.ion-ios-arrow-right1 {
position: relative;
right: auto;
top: auto;
}

.swiper-slide-controls-play-pause-wrapper {
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
}


/* 26. PhotoSwipe CUSTOM */
.img-caption {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0;
padding: 20px 0 20px 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;
}

.pswp__bg {
background: #111;
}

.pswp__counter {
color: #e0e0e0;
opacity: 1;
}

.pswp__caption__center {
color: #e0e0e0;
}

.pswp__share-modal {
background: rgba(0, 0, 0, 0.5);
}

.pswp__img--placeholder--blank {
background: #111;
}

.pswp__top-bar,
.pswp__caption {
background-color: rgba(17, 17, 17, 1);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(17, 17, 17, 1);
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(../photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    /* background-image: url(../photoswipe/default-skin/default-skin.svg); */
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
background-position: 0 -44px;
}

.pswp__button--share {
background-position: -44px -44px;
}

.pswp__button--fs {
display: none;
}

.pswp--supports-fs .pswp__button--fs {
display: block;
}

.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}

.pswp__button--zoom {
display: none;
background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}

.pswp__button--arrow--left {
left: 0;
}

.pswp__button--arrow--right {
right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(17, 17, 17, 0.3);
height: 30px;
width: 32px;
position: absolute;
}

.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
}


/* 27. divider */
.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.divider-s {
height: 25px;
}

.divider-m {
height: 50px;
}

.divider-m-2 {
height: 40px;
}

@media only screen and (max-width: 880px) {
  .divider-m-2 {
    height: 15px;
  }
}

.divider-l {
height: 100px;
}

.divider-xl {
height: 200px;
}

@media only screen and (max-width: 880px) {
  .divider-xl {
    height: 100px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

.hidden-mobile-devices {
display: block;
visibility: visible;
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;  
  }
}

@media only screen and (max-width: 880px) {
  .hidden-mobile-devices {
    display: block;
    visibility: visible;  
  }
}

h6 {
display: none;
visibility: hidden;
}


/* 28. HTML5 video */
video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}


/* 29. Montserrat -webkit-text-stroke Fix */
/* Black 900 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Montserrat-Black.ttf') format('truetype'),
       url('fonts/Montserrat-Black.otf') format('opentype');
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraBold.otf') format('opentype');
}

/* Bold 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Montserrat-Bold.ttf') format('truetype'),
       url('fonts/Montserrat-Bold.otf') format('opentype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
       url('fonts/Montserrat-SemiBold.otf') format('opentype');
}

/* Medium 500 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat-Medium.ttf') format('truetype'),
       url('fonts/Montserrat-Medium.otf') format('opentype');
}

/* Regular 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype'),
       url('fonts/Montserrat-Regular.otf') format('opentype');
}

/* Light 300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat-Light.ttf') format('truetype'),
       url('fonts/Montserrat-Light.otf') format('opentype');
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraLight.otf') format('opentype');
}

/* Thin 100 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Montserrat-Thin.ttf') format('truetype'),
       url('fonts/Montserrat-Thin.otf') format('opentype');
}