/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. works 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. scroll indicator
    6.5. section intro
    6.6. link effect
    6.7. contact email
    6.8. social icons
    6.9. subheadings
    6.10. section txt wrapper
	6.11. ion icons
	6.12. section heading h1
	6.13. section heading h2
  7. overlay
  8. center container
  9. preloader
  10. to top arrow
  11. all carousel item
  12. fullPage v2.9.4 CUSTOM
  13. Owl Carousel v2.2.0 CUSTOM
  14. Magnific Popup v1.1.0 CUSTOM
  15. Lity v2.2.2 CUSTOM
  16. text size
  17.
  18. blob
  19. vertical / horizontal lines
  20. section home IMG
  21. divider
  22. colors
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/home-bg.jpg);
}


/* 1.2. 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);
}


/* 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;
 -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 {
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 {
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 {
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: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. section */
.sections {
position: relative;
z-index: 5;
}

.section {
overflow: hidden;
}

.section.section-full-height {
/* height: 100vh; */
}

@media only screen and (max-width: 880px) {
  .section.section-full-height {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 640px) {
  .section.section-full-height {
    padding: 0;
  }
}


/* 4.1. section title */
.section-title-inner {
position: relative;
font-family: 'Teko', sans-serif;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.08em;
overflow: hidden;
margin: 0 auto;
}

.section-title {
padding: 0;
}

@media only screen and (max-width: 995px) {
  .section-title {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title {
    padding: 0 25px;
  }
}


/* 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;
  }
}

.txt-container p {
margin: -7px auto -6px auto;
}

.txt-container-contact p {
margin: -8px auto -6px auto;
}


/* 4.3. section wrapper */
.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: 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)";
-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;
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: 36px;
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: 11px;
    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: 'Teko', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
line-height: 1.25;
width: 25%;
width: -webkit-calc(25% + 25px);
width: -moz-calc(25% + 25px);
width: calc(25% + 25px);
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;
z-index: 1000;
}

@media only screen and (max-width: 1200px) {
  #menu-mobile {
    width: 50%;
  }
}

#menu-mobile a,
#menu-mobile a:hover,
#menu-mobile a:visited,
#menu-mobile a:active,
#menu-mobile a:focus {
font-weight: 700;
}

#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: 995px) {
  #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-family: 'Teko', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500!important;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em!important;
margin: 16px 0 0 0;
line-height: 1;
}

#menu-mobile .credits a {
text-decoration: none;
}

#menu-mobile a,
#menu-mobile a:hover {
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 a {
display: none;
min-width: 10px;
}

.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;
}

.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;
}

.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;
}

.lines-button.minus.lines-close .lines.lines-close-light:after,
.lines-button.minus.lines-close .lines.lines-close-light:before {
}

.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;
}

.lines-button.x.lines-close .lines.lines-close-light:after,
.lines-button.x.lines-close .lines.lines-close-light:before {
}

.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;
}

.lines-button.x2.lines-close .lines.lines-close-light:after,
.lines-button.x2.lines-close .lines.lines-close-light:before {
}

.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 {
}

  
/* 6.3. the button */
.more-wraper-center {
position: relative;
width: 120px!important;
max-width: 120px;
height: 120px;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 1;
}

.more-button-bg-center {
background: none;
}

.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%);
font-family: 'Teko', sans-serif;
font-size: 10px; font-size: 15px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
margin: 0 auto;
cursor: pointer;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 6.4. 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: 100px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media only screen and (max-width: 640px) {
  .scroll-indicator {
	bottom: 50px;
  }
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 640px) {
  .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.5. section intro */
.section-intro p,
#contact .section-intro p {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 600;
font-style: normal;
text-transform: none;
text-align: center;
letter-spacing: 0.05em;
margin: -7px auto -5px auto;
}

.section-intro p a,
.section-intro p a:hover,
#contact .section-intro p a,
#contact .section-intro p a:hover {
text-decoration: none;
}


/* 6.6. link effect */
.link-effect {
position: relative;
display: inline-block;
}

.link-effect::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
-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.7. contact email */
.post-email-title {
position: relative;
top: 0;
font-family: 'Teko', sans-serif;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
line-height: 1;
margin: -7px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 30px;
	margin: -9px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-email-title {
    font-size: 17px;
	margin: -2px auto 0 auto;
  }
}

.post-email-title,
.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
text-decoration: none;
font-weight: 700;
}


/* 6.8. social icons */
.social-icons {
background: none;
border: none;
width: auto;
height: auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-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;
position: relative;
font-family: 'Teko', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
margin: 0 auto -2px auto;
line-height: 1;
}

.social-icons li a,
.social-icons li 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;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-size: 15px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
padding: 0 10px;
}


/* 6.9. subheadings */
h3 {
font-family: 'Teko', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
margin: -2px auto;
padding: 0;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  h3 {
    line-height: 1.5;
  }
}


/* 6.10. section txt wrapper */
.section-title-wrapper-works {
position: relative;
text-align: center;
margin: 0 auto;
padding: 0 20px;
}


/* 6.11. ion icons */
.ion-bg {
position: relative;
font-family: Ionicons;
font-size: 40px;
text-align: center;
margin: -8px auto;
z-index: 1;
}


/* 6.12. section heading h1 */
h1.section-header {
font-family: 'Teko', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;
text-align: center;
text-transform: none;
letter-spacing: -0.02em;
margin: -2px auto 1px auto;
width: 100%;
line-height: 1.25;
text-shadow: 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;
margin: -4px auto -6px auto;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 40px;
	margin: -4px auto -8px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.section-header {
    margin: -4px auto -5px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header {
    font-size: 25px;
	margin: -2px auto -6px auto;
  }
}


/* 6.13. section heading h2 */
h2.section-heading {
position: relative;
font-family: 'Teko', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
margin: 0 auto -3px auto;
line-height: 1;
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 29px;
margin-right: 7px;
line-height: 1;
}

h2.section-heading span::before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 20px;
height: 0;
margin-top: -3px;
}


/* 7. overlay */
.overlay::before {
content: "";
position: absolute;
display: block;
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;
overflow: hidden;
z-index: 1;
}

.overlay-works::before {
content: "";
position: absolute;
display: block;
width: -webkit-calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: calc(100% - 300px);
height: -webkit-calc(100% - 300px);
height: -moz-calc(100% - 300px);
height: calc(100% - 300px);
top: 150px;
right: 150px;
bottom: 150px;
left: 150px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .overlay-works.overlay-all::before {
    width: 100%;
    height: 100%;
    top: 0;
    /* right: 0;
    bottom: 0; */
    left: 0;
  }
}

.overlay::before,
.overlay-works::before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-color::before {
background: rgba(0, 0, 0, .45);
}

.overlay-color.overlay-color-r::before {
-webkit-border-radius: 25px;
   -moz-border-radius: 25px;
    -ms-border-radius: 25px;
     -o-border-radius: 25px;
        border-radius: 25px;
}

@media only screen and (max-width: 880px) {
  .overlay-color.overlay-color-r::before {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}


/* 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;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
-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;
-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;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
left: 0; 
right: 0;
bottom: 50px;
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
overflow: hidden;
font-size: 16px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .to-top-arrow {
    bottom: 25px;
  }
}


/* 11. 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;
}


/* 12. 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;
}


/* 13. Owl Carousel v2.2.0 CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -34px;
padding-top: 26px;
font-size: 12px;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}

@media only screen and (max-width: 640px) {
  .owl-prev,
  .owl-next {
    top: auto;
    bottom: 40px;
  }
}

.owl-prev {
left: -35px;
padding-left: 43px;
}

.owl-next {
right: -35px;
padding-right: 43px;
}

.owl-prev:before,
.owl-next:before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.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 {
}

.owl-carousel:hover .owl-next {
}


/* extras */
.owl-prev.disabled,
.owl-next.disabled {
cursor: default!important;
}

.owl-carousel-color .owl-prev.disabled:before,
.owl-carousel-color .owl-next.disabled:before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
cursor: default!important;
}


/* 14. Magnific Popup v1.1.0 CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
left: 15px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
}

.mfp-close {
font-weight: 500!important;
color: #fff!important;
cursor: pointer!important;
}

.mfp-arrow-left,
.mfp-arrow-right {
z-index: 99998!important;
}

.mfp-bg {
z-index: 99996!important;
}

.mfp-wrap {
z-index: 99997!important;
}

.mfp-content {
z-index: 99998!important;
}

.mfp-close,
.mfp-arrow {
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 15. Lity v2.2.2 CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 45px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-weight: 500!important;
}

@media only screen and (max-width: 768px) {
  .lity-close {
    top: 15px;
  }
}

.lity-close:active {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 45px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .lity-close:active {
    top: 15px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 16. text size */
h3.h3-color {
position: relative;
font-family: 'Teko', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
margin: 2px auto -3px auto;
line-height: 1;
}

.section-title-inner.section-title-inner-all.section-title-inner-color-home {
position: relative;
font-family: 'Teko', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
line-height: 1;
margin: 0 auto -4px auto;
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-all.section-title-inner-color-home {
	margin: 0 auto -4px auto;
  }
}

.section-title-inner.section-title-inner-all {
position: relative;
font-family: 'Teko', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
margin: 0 auto -3px auto;
line-height: 1;
}

.section-title-inner.section-title-inner-home {
font-size: 90px;
font-weight: 700;
letter-spacing: -0.04em;
margin: -6px auto 0 auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-home {
    font-size: 120px;
	margin: -10px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-home {
    font-size: 100px;
	margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-home {
    font-size: 70px;
	margin: -5px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-home {
    font-size: 60px;
	margin: -3px auto 0 auto;
  }
}

.section-title-inner.section-title-inner-page.section-title-inner-page-all {
font-size: 60px;
letter-spacing: -0.04em;
margin: -3px auto -14px auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 80px;
    margin: -5px auto -18px auto;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 50px;
	margin: -3px auto -11px auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 40px;
	margin: -1px auto -9px auto;
  }
}

.section-title-inner.section-title-inner-works {
font-size: 60px;
letter-spacing: -0.04em;
margin: 0 auto -14px auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-works {
    font-size: 80px;
	margin: 0 auto -18px auto;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-works {
    font-size: 50px;
	padding: 0;
	line-height: 1.2;
	margin: 0 auto -16px auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-works {
    font-size: 40px;
	margin: 0 auto -9px auto;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-inner.section-title-inner-works {
    font-size: 30px;
  }
}


/* 17. */


/* 18. blob */
svg.goo,
svg.goo-2 {
position: absolute;
width: 50vw;
height: 100vh;
top: 0;
left: 25vw;
mix-blend-mode: multiply;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 20;
}

@media only screen and (max-width: 768px) {
  svg.goo,
  svg.goo-2  {
    width: 100vw;
	left: 0;
  }
}


/* 19. vertical / horizontal lines */
.vertical-lines-out {
position: absolute;
width: -webkit-calc(100% - 100px);
width: -moz-calc(100% - 100px);
width: calc(100% - 100px);
height: -webkit-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px);
top: 50px;
right: 50px;
bottom: 50px;
left: 50px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .vertical-lines-out {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
}


/* vertical / horizontal lines effect */
.vertical-lines-wrapper,
.vertical-lines-wrapper-2 {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
overflow: hidden;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
z-index: 10;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 1px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -1px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
}

@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 70px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 70px;
  }
}

.vertical-effect-2 {
position: relative;
width: 100%;
height: 25%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .vertical-effect-2 {
    display: none;
	visibility: hidden;
  }
}


/* 20. section home IMG */
.section-bg-home {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 21. divider */
.inner-divider,
.inner-divider-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
    height: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider {
    height: 50px;
  }
}

.inner-divider-half {
height: 25px;
}

@media all and (min-width: 1920px) {
  .inner-divider-half {
    height: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-half {
    height: 25px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

h6 {
display: none;
visibility: hidden;
}


/* 22. colors */
body {
color: #111;
background: #fff;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
color: #5f5f5f;
}

p a,
p a:hover {
color: #5f5f5f;
}

.preloader-bg {
background: #fff;
}

#preloader {
background: #fff;
}

.loader {
border: 3px solid rgba(0, 0, 0, .15);
}

.loader span {
border-top: 3px solid rgba(0, 0, 0, .75);
}

h1.section-header.section-header-color {
color: #111;
}

h1.section-header.section-header-color-rev {
color: #fff;
}

h2.section-heading.section-heading-color,
h2.section-heading.section-heading-color span {
color: #111;
}

h2.section-heading.section-heading-color span::before {
border-top: 1px solid #111;
}

h2.section-heading.section-heading-color-rev,
h2.section-heading.section-heading-color-rev span {
color: #fff;
}

h2.section-heading.section-heading-color-rev span::before {
border-top: 1px solid #fff;
}

.section-title-inner.section-title-inner-all.section-title-inner-color-home {
color: #fff;
}

/*
.section-title-inner.section-title-inner-all.section-title-inner-color {
color: #fff;
}
*/

.section-title-inner.section-title-inner-page.section-title-inner-page-all.section-title-inner-page-all-color {
color: #111;
}

.section-title-inner.section-title-inner-color.section-title-inner-home {
color: #fff;
}

.section-title-inner.section-title-inner-color.section-title-inner-works {
color: #fff;
}

.txt-container.txt-container-color p {
color: #111;
}

.section-color {
background: #fff;
}

.section-color-rev {
background: none;
}

.section-color#section0,
.section-color#section2 {
background: #fff;
}

.section-color#section1,
.section-color#section3 {
background: #fff;
}

.link-effect.link-effect-color::before {
background: #111;
}

.post-email-title.post-email-title-color,
.post-email-title.post-email-title-color a,
.post-email-title.post-email-title-color a:hover {
color: #111;
}

h3.h3-color {
color: #111;
}

.social-icons.social-icons-color,
.social-icons.social-icons-color li a,
.social-icons.social-icons-color li a:hover,
.social-icons.social-icons-color li a:visited,
.social-icons.social-icons-color li a:active,
.social-icons.social-icons-color li a:focus,
.social-icons.social-icons-color li span {
color: #111;
}

.ion-bg.ion-bg-color {
color: #111;
}

.more-button-bg-center.more-button-bg-center-color {
border: 2px dashed #fff;
}

.more-button-txt-center.more-button-txt-center-color span {
color: #fff;
}

.more-button-bg-center.more-button-bg-center-color-rev {
border: 2px dashed #111;
}

.more-button-txt-center.more-button-txt-center-color-rev span {
color: #111;
}

.to-top-arrow.to-top-arrow-color {
color: #fff;
background: #111;
}

.owl-prev,
.owl-next {
color: #fff!important;
}

.owl-prev:before,
.owl-next:before {
background: #000!important;
}

.owl-prev.disabled,
.owl-next.disabled {
color: #fff!important;
}

.owl-carousel-color .owl-prev.disabled:before,
.owl-carousel-color .owl-next.disabled:before {
background: #2d2d2d!important;
}

#menu-mobile {
background: #fff;
}

#menu-mobile.menu-mobile-dark {
background: #000;
}

#menu-mobile .credits a {
color: #000;
}

#menu-mobile.menu-mobile-dark .credits a {
color: #fff;
}

#menu-mobile a,
#menu-mobile a:hover {
color: #000;
}

#menu-mobile.menu-mobile-dark a,
#menu-mobile.menu-mobile-dark a:hover {
color: #fff;
}

.lines {
background: #fff;
}

.lines:after,
.lines:before {
background: #fff;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
background: #000;
}

.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:after,
.lines-button.x.lines-close .lines:before {
background: #000;
}

.lines-button.x.lines-close .lines.lines-close-light:after,
.lines-button.x.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
background: #000;
}

.lines-button.x2.lines-close .lines.lines-close-light:after,
.lines-button.x2.lines-close .lines.lines-close-light:before {
background: #fff;
}

.navigation-icon .lines.lines-color-switch,
.navigation-icon .lines.lines-color-switch:after,
.navigation-icon .lines.lines-color-switch:before {
background: #000;
}

.vertical-effect {
border-right: 1px solid rgba(188, 188, 188, .2);
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
background: #5f5f5f;
}

.vertical-effect-2 {
border-bottom: 1px solid rgba(188, 188, 188, .2);
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
display: none;
visibility: hidden;
}


/* navigation dropdown */
.sub-menu {
font-size: 14px;
padding-top: 9px;
}

@media only screen and (max-width: 1200px) {
  .sub-menu {
    padding-top: 6px;
  }
}