﻿/*
  [CSS Index]
  
  ---
  
  Template Name: Roundex - Circular Photography and Video Portfolio
  Author:  ex-nihilo
  Version: 1.0
*/

 
/* 
  1. TEMPLATE BACKGROUNDS
    1.1. team IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. dot
  5. center container
  6. to top arrow
  7. preloader
  8. hero
  9. play button
  10. navigation
  11. section txt
  12. section subtitle
  13. section title
  14. introduction
  15. full IMG
  16. IMG carousel
  17. post box
  18. logo
  19. background color
  20. intro
  21. button
  22. contact
    22.1. social icons
  23. chart
  24. section header h1
  25. vertical lines
  26. Swiper CUSTOM
  27. Owl Carousel CUSTOM
  28. Magnific Popup CUSTOM
  29. Lity CUSTOM
  30. showcase
  31. circle wrapper
  32. spacer
  33. divider
  34. extras
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. team IMG BACKGROUND */
.carousel-item-team-01 {
background-image: url(../img/team/1.jpg);
}

.carousel-item-team-02 {
background-image: url(../img/team/2.jpg);
}

.carousel-item-team-03 {
background-image: url(../img/team/3.jpg);
}

.carousel-item-team-04 {
background-image: url(../img/team/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: 16px;
font-style: normal;
font-weight: 400;
text-align: left;
color: #5f5f5f;
background: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

body.body-dark {
background: #111;
}

a {
color: #111;
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: #111;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.05em;
color: #5f5f5f;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
outline: none;
-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.light {
color: #fff;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #777;
color: #fff;
}

::selection {
background: #777;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 3.1. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
background: #111;
}

.upper-page-color {
position: absolute;
width: 100%;
height: 75%;
overflow: hidden;
left: 0;
top: 75%;
margin: 0;
background: #fff;
}

@media only screen and (max-width: 1200px) {
  .upper-page-color {
    background: #111;
  }
}


/* 4. dot */
.dot {
position: relative;
width: 16px!important;
height: 16px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 16px auto;
text-align: center;
background: #777;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 10;
}

.dot::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 3px;
left: 3px;
background: #777;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: pulse 2s infinite;
   -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
     -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
-webkit-transform-origin: center center;
        transform-origin: center center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4.5);
	opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4.5);
	opacity: 0;
  }
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
z-index: 15;
}

.center-block {
display: table-cell;
vertical-align: middle;
}

.center-container-menu {
position: fixed;
display: table;
width: 100%;
height: 100%;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 100;
}

.center-block-menu {
display: table-cell;
vertical-align: middle;
}

.center-container-all {
position: relative;
display: table;
width: 100%;
height: 100%;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.center-block-all {
display: table-cell;
vertical-align: middle;
}


/* 6. to top arrow */
.to-top-arrow {
position: fixed;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
left: 0; 
right: 0;
bottom: -10px;
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
overflow: hidden;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 115;
}

.to-top-arrow.show {
bottom: 30px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1200px) {
  .to-top-arrow.show {
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 7. preloader */
.preloader-bg,
#preloader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #111;
z-index: 999999;
}

#preloader {
display: table;
table-layout: fixed;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 8. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 2;
}

.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 9. play button */
.stroke-dotted {
fill: none;
stroke: #fff;
stroke-dasharray: 4,5;
stroke-width: 1px;
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-animation: spin 4s infinite linear;
        animation: spin 4s infinite linear;
-webkit-transition: opacity 1s ease, stroke-width 1s ease;
        transition: opacity 1s ease, stroke-width 1s ease;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.stroke-solid {
fill: none;
stroke: #fff;
stroke-dashoffset: 0;
stroke-dashArray: 300;
stroke-width: 2px;
-webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
        transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
fill: #fff;
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
        transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.play:hover .stroke-dotted {
stroke-width: 2px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.play:hover .stroke-solid {
stroke-dashoffset: 300;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.play:hover .icon {
-webkit-transform: scale(1.05);
        transform: scale(1.05);
}

.play {
position: relative;
width: 100px;
height: 100px;
margin: 2px auto;
text-align: center;
cursor: pointer;
z-index: 2;
}


/* 10. navigation */
.nav-menu-animation {
position: fixed;
width: 100%;
height: 100%;
fill: none;
stroke-dasharray: 1;
stroke-width: 0.25;
stroke: #777;
-webkit-animation: spin 23s infinite linear;
        animation: spin 23s infinite linear;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 0;
}

.round-menu.direction {
background: #111;
top: 50px;
right: 50px;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

@media only screen and (max-width: 1200px) {
  .round-menu.direction {
    top: 40px;
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .round-menu.direction {
    top: 30px;
    right: 30px;
  }
}

.round-menu {
position: fixed;
display: block;
width: 60px;
height: 60px;
/* top: 23px; */
top: 37px;
right: 34px;
margin: 0;
padding: 0;
border: none;
background: none;
color: #fff;
-webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition-property: color, -webkit-transform;
        transition-property: color, -webkit-transform;
        transition-property: transform, color;
        transition-property: transform, color, -webkit-transform;	
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
overflow: hidden;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .round-menu {
    top: 27px;
    right: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .round-menu {
    top: 17px;
    right: 14px;
  }
}

.round-menu::before {
content: "";
position: absolute;
display: block;
width: 60px;
height: 60px;
top: -webkit-calc(50% - 30px);
top: -moz-calc(50% - 30px);
top: calc(50% - 30px);
left: -webkit-calc(50% - 30px);
left: -moz-calc(50% - 30px);
left: calc(50% - 30px);
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
-webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
-webkit-transform: scale(0.75);
        transform: scale(0.75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 0;
}

.round-menu.round-menu-no-bg::before {
background: none;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
position: absolute;
display: block;
width: 5px;
height: 5px;
top: -webkit-calc(50% - 3px);
top: -moz-calc(50% - 3px);
top: calc(50% - 3px);
left: -webkit-calc(50% - 3px);
left: -moz-calc(50% - 3px);
left: calc(50% - 3px);
background: #fff;
-webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 1;
}

.round-menu .dot-1 {
-webkit-transform: translateX(-12px);
        transform: translateX(-12px);
}

.round-menu .dot-3 {
-webkit-transform: translateX(12px);
        transform: translateX(12px);
}

.round-menu:hover::before {
-webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
mix-blend-mode: exclusion;
background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
-webkit-transform: translateX(0);
        transform: translateX(0);
}

nav.navigation-menu {
position: fixed;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
        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);
}

nav.navigation-menu.show {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

nav.navigation-menu,
nav.navigation-menu.show {
text-align: center;
-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: 1001;
}

nav.navigation-menu,
nav.navigation-menu.show {
position: relative;
display: block;
overflow: hidden;
/*
width: 50%;
height: 50%;
*/
width: 500px;
height: 500px;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
-webkit-clip-path: circle();
   -moz-clip-path: circle();
        clip-path: circle();
background: #111;
object-fit: cover;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 700px;
    height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 300px;
    height: 300px;
  }
}

nav.navigation-menu a,
nav.navigation-menu 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;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
color: #fff;
}

nav.navigation-menu li {
margin: 0 auto 8px auto;
}

nav.navigation-menu li:last-child {
margin: 0 auto;
}

nav.navigation-menu a {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
text-align: center;
letter-spacing: -0.02em;
margin: -6px auto -7px auto;
padding: 0;
line-height: 1.25;
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 18px;
  }
}

.nav-menu-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 1; 
}

.nav-menu-links {
position: relative;
width: 100%;
height: auto;
}


/* 11. section txt */
.section-txt p {
text-align: left;
}

.section-txt a,
.section-txt a:hover {
text-decoration: none;
font-weight: 600;
}


/* 12. section subtitle */
.subtitle {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
color: #111;
line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 995px) {
  .subtitle {
    font-size: 12px;
	letter-spacing: 1px;
  }
}

.subtitle.subtitle-home,
.subtitle.subtitle-home a,
.subtitle.subtitle-home a:hover,
.subtitle.subtitle-home a:visited,
.subtitle.subtitle-home a:active,
.subtitle.subtitle-home a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
line-height: 1;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}

.subtitle.subtitle-light {
color: #fff;
}

.subtitle.subtitle-left {
text-align: left;
}

.subtitle.subtitle-normal {
text-transform: none;
}

@media only screen and (max-width: 995px) {
  .subtitle.subtitle-normal {
    font-size: 14px;
	letter-spacing: 1px;
  }
}


/* 13. section title */
h1.main-title {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 900;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
width: 100%;
line-height: 1;
position: relative;
z-index: 3;
}

.main-title.main-title-all {
color: #111;
}

.main-title.main-title-all.main-title-all-left {
text-align: center!important;
}


/* 14. introduction */
.introduction.introduction-on,
.introduction.introduction-off {
-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.introduction-on {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
}

.introduction.introduction-off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
}


/* 15. full IMG */
.works-section {
margin: 0;
}

.works-section .box-img {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 2;
}

.row.no-gutter {
margin-left: 0;
margin-right: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
padding-left: 0;
padding-right: 0;
}

.no-mrg-pdg {
margin: 0;
padding: 0;
}

.img-fullwidth-all img {
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 16. IMG carousel */
.carousel-item-img-wrapper {
position: relative;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
height: auto;
}

.carousel-item-all {
position: relative;
width: 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;
}

.carousel-item-all {
height: 70vh;
}


/* 17. post box */
.post-box-inner {
margin: 0;
}

.post-spacing {
padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .post-spacing {
    padding: 0 30px;
  }
}

.post-spacing-2 {
padding: 0 35px;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-2 {
	padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-2 {
    padding: 0;
  }
}

.post-spacing-3 {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
background: none;
padding: 0;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-3 {
    margin-left: 0;
    margin-right: 0;
	padding: 0 10px;
  }
  
  .container.container-fix {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-3 {
    /*
	margin-left: -10px;
    margin-right: -10px;
	*/
	margin-left: -15px;
    margin-right: -15px;
	padding: 0;
  }
}


/* 18. logo */
.logo {
position: absolute;
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 .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
cursor: pointer;
z-index: 150;
}

@media only screen and (max-width: 1200px) {
  .logo {
	top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
	top: 30px;
    left: 30px;
  }
}

.logo-img::before {
content: "";
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

.logo .logo-img::before {
background: url(../img/logo.png) no-repeat;
}


/* 19. background color */
.bg-light {
background: #fff;
}


/* 20. 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: #111;
padding: 0;
z-index: 2;
}


/* 21. button */
.more-wraper,
.more-wraper-form {
/*
position: relative;
margin: 19px auto 0 auto;
overflow: hidden;
text-align: center;
*/
position: relative;
width: 120px!important;
max-width: 120px;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
}

.more-button .more-button-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*
width: 60px;
max-width: 100%;
*/
width: 120px!important;
max-width: 120px;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center;
}

.more-button .more-button-wrapper.more-button-wrapper-form {
/*
width: 72px;
left: -30px;
*/
}

.more-button .more-button-wrapper:active svg path,
.more-button .more-button-wrapper:focus svg path,
.more-button .more-button-wrapper:hover svg path {
stroke: #111;
}

.more-button .more-button-wrapper:active span,
.more-button .more-button-wrapper:focus span,
.more-button .more-button-wrapper:hover span {
color: #111;
}

.more-button .more-button-wrapper:hover svg {
stroke-dasharray: 4,5;
stroke-width: 1px;
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-animation: spin 4s infinite linear;
        animation: spin 4s infinite linear;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.more-button svg path {
fill: none;
stroke: #777;
stroke-dasharray: 4,5;
}

.more-button span {
position: absolute;
top: 50%;
width: 120px!important;
max-width: 120px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
overflow: hidden;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: normal;
color: #111;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}


/* 22. contact */
#contact-form {
width: 100%;
margin: -10px auto 0 auto;
padding: 0;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
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: #111;
-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 #111;
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: #111;
-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: #111;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #111;
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: #111;
letter-spacing: 0.15em;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 13px; color: #111; }
     :-ms-input-placeholder { font-size: 13px; color: #111; }
         ::-moz-placeholder { font-size: 13px; color: #111; }
     input:-moz-placeholder { font-size: 13px; color: #111; }

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.more-button-wrapper {
margin: 5px auto 0 auto;
}


/* 22.1. social icons */
.social-icons {
position: relative;
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
text-align: left;
color: #5f5f5f;
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;
-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;
}

@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;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #5f5f5f;
padding: 0 10px;
}


/* 23. chart */
.chart-wrapper {
text-align: left;
margin: -5px 0 -5px 0;
}

.chart-skills {
position: relative;
display: inline-block;
width: 110px;
height: 110px;
margin: 0 auto;
text-align: center;
}

.chart-skills canvas {
position: absolute;
top: 0;
left: 0;
}

.percent-skills {
display: inline-block;
line-height: 110px;
color: #111;
z-index: 2;
}

.percent-skills::after {
content: "%";
margin-left: 0.1em;
font-size: .8em;
color: #111;
}


/* 24. section header h1 */
h1.section-header {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1.5;
text-align: left;
letter-spacing: normal;
color: #111;
margin: 0 0 20px 0;
padding: 0;
z-index: 2;
}

h1.section-header {
font-size: 40px;
margin: 0 auto -1px auto;
}

@media all and (min-width: 1920px) { 
  h1.section-header {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  h1.section-header {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header {
    font-size: 20px;
  }
}


/* 25. vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.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;
border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect-2 {
position: relative;
width: 25%; width: 100%;
height: 100%; height: 25%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-bottom: 1px solid rgba(119, 119, 119, .2);
}


/* 26. Swiper CUSTOM */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-bg-controls {
position: absolute;
right: 44px;
bottom: 50px;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .hero-slider-bg-controls {
    right: 34px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 24px;
    bottom: 30px;
  }
}

.swiper-slide-controls {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
font-size: 16px;
color: #111;
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: #fff;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
/*
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
*/
}

.circle-svg circle,
.circle {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 16px;
color: #fff;
background: none;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-controls-play-pause {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	left: 30px;
    bottom: 30px;
  }
}

.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;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .8s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .8s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .8s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .8s;
        transition: opacity .6s ease-in-out, transform 2s ease .8s;
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-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)";
}

.swiper-slide-active .swiper-slide-inner-bg.swiper-slide-inner-bg-rotation {
-webkit-animation: rotate .8s linear;
   -moz-animation: rotate .8s linear;
    -ms-animation: rotate .8s linear;
     -o-animation: rotate .8s linear;
        animation: rotate .8s linear;
}

.swiper-slide-inner-txt {
position: absolute;
width: 100%!important;
top: 50%;
left: 0;
bottom: auto;
margin: 0;
-webkit-transform: translate(-25%, -50%);
   -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%);
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.swiper-slide-active .swiper-slide-inner-txt {
/*
-webkit-transition: opacity 1.8s ease 1.2s;
   -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
     -o-transition: opacity 1.8s ease 1.2s;
        transition: opacity 1.8s ease 1.2s;
*/
-webkit-transition: opacity 1.8s ease .8s;
   -moz-transition: opacity 1.8s ease .8s;
    -ms-transition: opacity 1.8s ease .8s;
     -o-transition: opacity 1.8s ease .8s;
        transition: opacity 1.8s ease .8s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt.swiper-slide-inner-txt-2 {
width: 100%!important;
top: 50%;
left: 50%;
bottom: auto;
margin: 0;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.swiper-slide-inner-txt-all {
position: absolute;
width: 100%!important;
top: 50%;
left: 0;
bottom: auto;
margin: 0;
-webkit-transform: translate(-25%, -50%);
   -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%);
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt-all {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.swiper-scrollbar {
position: absolute;	  
left: 0;
right: 0; 
bottom: 51px;
margin-left: auto; 
margin-right: auto; 
width: 300px!important;
height: 1px;
background: #777;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
z-index: 15;
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .swiper-scrollbar {
	bottom: 41px;
  }
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar {
	display: none;
	visibility: hidden;
  }
}

.swiper-scrollbar-drag {
position: relative;
width: 16px!important;
height: 16px;
top: -8px;
left: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background: #777;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar-drag {
    display: none;
	visibility: hidden;
  }
}

.swiper-scrollbar-drag::after {
content: "";
position: absolute;
width: 10px!important;
height: 10px;
top: 3px;
left: 3px;
background: #777;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: pulse 2s infinite;
   -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
     -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
-webkit-transform-origin: center center;
        transform-origin: center center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4.5);
	opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4.5);
	opacity: 0;
  }
}

.swiper-slideshow .swiper-slideshow-wrapper {
position: relative;
/*
width: 100vw;
height: 100vh;
*/
width: 100%;
height: 100%;
overflow: hidden;
}

.swiper-slideshow .swiper-slideshow-wrapper .swiper-slide-active .swiper-slide-inner-bg {
-webkit-transition: all .8s linear;
   -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
        transition: all .8s linear;
}

.swiper-slideshow .swiper-slideshow-wrapper .swiper-slide-active .swiper-slide-inner-bg.swiper-slide-inner-bg-rotation {
-webkit-animation: rotate .8s linear;
   -moz-animation: rotate .8s linear;
    -ms-animation: rotate .8s linear;
     -o-animation: rotate .8s linear;
        animation: rotate .8s linear;
}


/* 27. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-works {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 19px auto 0 auto;
text-align: center;
overflow: hidden;
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
text-align: center;
}

.owl-prev {
left: 0;
}

.owl-next {
left: 60px;
}

.owl-prev,
.owl-next {
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 12px;
color: #fff;
background: #111;
cursor: pointer;
z-index: 10;	
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}


/* 28. Magnific Popup CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
}

.mfp-close {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .mfp-close {
	display: block;
	visibility: visible;
  }
}

.mfp-bg {
z-index: 99996;
}

.mfp-wrap {
z-index: 99997;
}

.mfp-content {
z-index: 99998;
}

.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)";
}


/* 29. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .lity-close {
    top: 30px;
    left: 30px;
	display: block;
	visibility: visible;
  }
}

@media only screen and (max-width: 995px) {
  .lity-close:active {
    top: 30px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lity-close {
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lity-close:active {
    top: 20px;
    left: 20px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 30. showcase */
.showcase {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 2;
}

.showcase .showcase-img-right,
.showcase .showcase-img-left {
position: relative;
width: 100%;
}

.showcase .showcase-img-right {
left: 25%;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-right {
    left: 0;
  }
}

.showcase .showcase-img-left {
left: -25%;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-left {
    left: 0;
  }
}

.showcase .showcase-img-double-half {
position: relative;
width: 100%;
left: 25%;
margin-left: -2px;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-double-half {
    left: 0;
	margin-left: 0;
  }
}


/* 31. circle wrapper */
.circle-wrapper {
position: relative;
display: block;
overflow: hidden;
width: 50%;
padding-bottom: 50%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper {
    width: 100%;
	padding-bottom: 100%;
  }
}

.circle-wrapper img,
.circle-wrapper .mp4video {
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
}

.circle-wrapper-full {
position: relative;
display: block;
overflow: hidden;
width: 100%;
padding-bottom: 100%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
}

.circle-wrapper-full .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
}

.circle-wrapper-half {
position: relative;
display: inline-block;
overflow: hidden;
width: 25%;
padding-bottom: 25%;
height: auto;
left: -75px;
right: 0;
margin-left: 50px;
margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half {
    width: 100%;
	padding-bottom: 100%;
	left: 0;
	margin-left: 0;
  }
}

.circle-wrapper-half img,
.circle-wrapper-half .mp4video {
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
}


/* 32. spacer */
h1.main-title {
font-size: 75px;
margin: -7px auto;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    font-size: 105px;
	margin: -11px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 65px;
	margin: -5px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 45px;
	margin: -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 35px;
	margin: -2px auto;
  }
}

.main-title.main-title-all {
font-size: 75px;
margin: -7px auto;
}

@media all and (min-width: 1920px) {
  .main-title.main-title-all {
    font-size: 85px;
	margin: -7px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .main-title.main-title-all {
    font-size: 65px;
	margin: -5px auto;
  }
}

@media only screen and (max-width: 995px) {
  .main-title.main-title-all {
    font-size: 45px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .main-title.main-title-all {
    font-size: 35px;
  }
}

.subtitle.subtitle-home {
margin: 2px auto 0 auto;
}

.subtitle {
margin: -6px auto -7px auto;
}

@media only screen and (max-width: 1200px) {
  .subtitle {
	margin: -5px auto -6px auto;
  }
}

.intro {
font-size: 40px;
}

@media all and (min-width: 1920px) { 
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    font-size: 20px;
  }
}

.more-wraper {
margin: 3px auto;
}

.more-wraper.more-wraper-form {
margin: 25px auto 0 auto;
}

.section-txt p {
margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0;
  }
}

.owl-nav-custom-team {
margin: 3px auto;
}


/* 33. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-50,
.inner-divider-last {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 200px;
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 150px;
  }
}

.inner-divider-half {
height: 75px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 75px;
  }
}

.inner-divider-ultra-half {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half {
    height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half {
    height: 50px;
  }
}

.inner-divider-50 {
height: 50px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-50 {
    height: 30px;
  }
}

.inner-divider-last {
height: 300px;
}

@media only screen and (max-width: 1200px) {
  .inner-divider-last {
    height: 290px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-last {
    height: 230px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider.inner-divider-showcase {
	height: 75px;
  }
}

.mobile-visible {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-visible {
    display: block;
    visibility: visible;
  }
  
  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}

.extra-margin-all,
.extra-margin-owl,
.extra-margin-all-space,
.extra-margin-all-space-center {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}

.extra-margin-owl,
.extra-margin-all-space {
margin-left: 50px;
margin-right: 50px;
}

.extra-margin-all-space-center {
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-owl,
  .extra-margin-all-space {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-all-space-center {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-owl,
  .extra-margin-all-space,
  .extra-margin-all-space-center {
    margin-left: 30px;
    margin-right: 30px;
  }
}


/* 34. extras */
.circle-wrapper img,
.circle-wrapper .mp4video {
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-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .circle-wrapper img,
  .circle-wrapper .mp4video {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .circle-wrapper img,
  .circle-wrapper .mp4video {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}

.extra-margin-all-space {
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-all-space {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-all-space-center {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-all-space,
  .extra-margin-all-space-center {
    margin-left: 0;
    margin-right: 0;
  }
}

.extra-margin-all-space-double-half {
/*
margin-left: 0; 
margin-right: 0;
*/
margin-left: 150px;
margin-right: 150px;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-all-space-double-half {
    /*
	margin-left: 0;
    margin-right: 0;
	*/
	margin-left: 135px;
	margin-right: 135px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-all-space-double-half {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-all-space-double-half {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.extra-margin-all-space-center,
.showcase-img-right,
.showcase-img-left {
top: -50px;
margin-bottom: -100px;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-all-space-center,
  .showcase-img-right,
  .showcase-img-left {
    top: -40px;
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-all-space-center,
  .showcase-img-right,
  .showcase-img-left {
    top: -30px;
    margin-bottom: -60px;
  }
}

.extra-margin-all {
margin-left: -15px;
margin-right: -15px;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-all {
    margin-left: 0;
    margin-right: 0;
  }
}