﻿/*
  [CSS Index]
*/

 
/* 
  1. TEMPLATE BACKGROUNDS
    1.1. about IMG BACKGROUND
    1.2. team IMG BACKGROUND
    1.3. works IMG BACKGROUND
	1.4. news IMG BACKGROUND
	1.5. home IMG BACKGROUND
  2. reset
  3. layout
  4. animated text
  5. center container
  6. link effect
  7. to top arrow
  8. preloader
  9. hero
  10. the line
  11. main navigation
  12. section txt
  13. section subtitle
  14. section title
  15. vertical lines
  16. works
    16.1. works showcase
	16.2. works full IMG
  17. IMG carousel
  18. post box
  19. button more
  20. services panel
  21. testimonials signature
  22. intro
  23. button effect
  24. overlay
  25. post
  26. contact
    26.1. social icons
  27. Swiper CUSTOM
  28. Owl Carousel CUSTOM
  29. Magnific Popup CUSTOM
  30. Lity CUSTOM
  31. headers 
  32. divider
  33. blog
  34. extras
  35. Montserrat -webkit-text-stroke Fix
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. about IMG BACKGROUND */
.works-list .works-list-bg.about-list-bg {
background-image: url(../img/about/1.jpg);
}


/* 1.2. 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);
}


/* 1.3. works IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1-1 {
background-image: url(../img/works/1.jpg);
}

.works-list .works-list-bg.works-list-bg-2-1 {
background-image: url(../img/works/2.jpg);
}

.works-list .works-list-bg.works-list-bg-3-1 {
background-image: url(../img/works/3.jpg);
}

.works-list .works-list-bg.works-list-bg-4-1 {
background-image: url(../img/works/4.jpg);
}


/* 1.4. news IMG BACKGROUND */
.works-list .works-list-bg.news-list-bg-1-1 {
background-image: url(../img/news/1.jpg);
}

.works-list .works-list-bg.news-list-bg-2-1 {
background-image: url(../img/news/2.jpg);
}

.works-list .works-list-bg.news-list-bg-3-1 {
background-image: url(../img/news/3.jpg);
}

.works-list .works-list-bg.news-list-bg-4-1 {
background-image: url(../img/news/4.jpg);
}


/* 1.5. home IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/1.jpg);
}

.bg-img-2 {
background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
background-image: url(../img/background/4.jpg);
}

.bg-img-5 {
background-image: url(../img/background/5.jpg);
}

.bg-img-6 {
background-image: url(../img/background/6.jpg);
}

.bg-img-7 {
background-image: url(../img/background/7.jpg);
}

.bg-img-8 {
background-image: url(../img/background/8.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;
font-style: normal;
font-weight: 600;
text-align: left;
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;
}

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;
-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;
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;
-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 {
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #8e8e8e;
color: #fff;
}

::selection {
background: #8e8e8e;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. animated text */
.animated-text-wrapper {
position: relative;
width: 100%;
height: 100%;
min-height: 220px;
top: auto;
left: 0;
margin: -25px 0 -20px 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .animated-text-wrapper {
    min-height: 120px;
	margin: -10px 0 -7px 0;
  }
}

@media only screen and (max-width: 768px) {
  .animated-text-wrapper {
    min-height: 80px;
	margin: -2px 0;
  }
}

.animated-text {
position: absolute;
height: 220px!important;
display: flex;
white-space: nowrap;
top: 0; top: auto;
        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: 995px) {
  .animated-text {
    height: 120px!important;
  }
}

@media only screen and (max-width: 768px) {
  .animated-text {
    height: 80px!important;
  }
}

.animated-text {
left: 50%;
-webkit-animation: animated-text-animation 50s linear infinite;
        animation: animated-text-animation 50s linear infinite;
}

.animated-text .animated-text-content {
position: relative;
display: block;
width: 100%;
line-height: 100%;
height: 220px!important;
white-space: nowrap;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 220px;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #5f5f5f;
margin: 0 auto;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .animated-text .animated-text-content {
    font-size: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .animated-text .animated-text-content {
    font-size: 80px;
  }
}

.animated-text .animated-text-content span {
color: #5f5f5f;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .animated-text .animated-text-content span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

@-webkit-keyframes animated-text-animation {
  0% {
    -webkit-transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
  }
}
@keyframes animated-text-animation {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 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;
}


/* 6. link effect */
a.link-effect {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

a.link-effect::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect.link-effect-contact::after {
bottom: -7px;
}

a:hover.link-effect::after {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


/* 7. 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: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 0;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 8. preloader */
.preloader-bg,
#preloader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
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);
  }
}


/* 9. 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%;
}


/* 10. the line */
.the-line {
position: relative;
width: 1px;
height: 80px;
margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}


/* 11. main navigation */
/* navigation */
.logo .logo-light {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.logo .logo-dark {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-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;
z-index: 999;
}

.logo {
padding-top: 25px;
margin: 0 0 0 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;
}

@media only screen and (max-width: 880px) {
  .logo {
	padding-top: 6px;
	margin: 7px 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
	padding-top: 8px;
	margin: 5px 0 0 10px;
  }
}

.main-navigation .navbar-nav li a {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
text-decoration: none;
text-align: center;
margin: 0 auto;
padding: 58px 15px 35px 15px;
-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;
/* color: #c9c9c9!important; */
color: #fff!important;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
	color: #5f5f5f!important;
  }
}

.main-navigation.main-navigation-all .navbar-nav li a {
color: #5f5f5f!important;
}

.main-navigation .navbar-nav li:last-child a {
margin: 0 50px 0 0;
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li:last-child a {
	margin: 0;
  }
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li a {
    padding: 33px 15px 0 15px;
	right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
	padding: 10px 15px;
	right: auto;
  }
}

.main-navigation .navbar-nav li a: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;
}

@media only screen and (max-width: 768px) {
 .main-navigation .navbar-nav li a:hover {
  }
}

.nav li a:focus,
.nav li a:hover {
background: none;
-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;
}

.main-navigation-bg {
height: 81px;
-webkit-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
   -moz-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
        box-shadow: 0 0 15px rgba(196, 196, 196, .35);
background: #fff;
-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;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
	height: auto;
	min-height: 81px;
  }
}

.main-navigation-bg .logo {
padding-top: 12px;
margin: 0 0 0 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;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .logo {
    margin: 1px 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .logo {
    margin: 1px 0 0 10px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
padding: 31px 15px 0 15px;
-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;
color: #5f5f5f!important;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 32px 15px 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }
  
  .main-navigation .navbar-nav li:first-child {
    padding-top: 7px;
  }
  
  .main-navigation .navbar-nav li:last-child {
    padding-bottom: 8px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .navbar-toggle.navbar-toggle-all .icon-bar {
    background: #111;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #111;
  }
  
  .navbar-toggle {
	margin-top: -42px;
    margin-right: 10px;
    -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;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -38px;
    margin-right: 10px;
    -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;
  }
  
  .navbar-collapse {
    background: rgba(255, 255, 255, 1);
	margin-top: 19px;
  }
}


/* dropdown */
.navbar .navbar-nav > li {
height: 110px;
-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;
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-nav > li {
    height: auto;
  }
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
background-color: #fff;
}

.main-navigation-bg.navbar .navbar-nav > li {
height: 80px;
-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;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg.navbar .navbar-nav > li {
    height: auto;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a {
font-size: 11px;
padding: 25px 15px 0 15px;
color: #5f5f5f!important;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li .dropdown-menu a {
	font-size: 10px;
	padding: 5px 15px 5px 15px;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
}

.main-navigation .navbar-nav li .dropdown-menu:last-child a {
margin: 0;
}

.dropdown:hover .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
  .dropdown:hover .dropdown-menu {
    left: auto;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu > li:first-child {
}

@media only screen and (max-width: 768px) {
  .dropdown-menu > li:first-child {
    margin-top: -7px;
  }
}

.dropdown-menu > li:last-child {
padding-bottom: 25px!important;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu > li:last-child {
    padding-bottom: 0!important;
  }
}

.dropdown-menu {
border: none;
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    -ms-border-radius: 10px;
     -o-border-radius: 10px;
        border-radius: 10px;
-webkit-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
   -moz-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
}


/* navbar dropdown BG color */
.navbar .navbar-nav>.open>a, 
.navbar .navbar-nav>.open>a:focus, 
.navbar .navbar-nav>.open>a:hover {
background: rgba(255, 255, 255, 1);
}


/* dropdown disabled */
.dropdown a.disabled-custom {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@media only screen and (max-width: 880px) {
  .dropdown a.disabled-custom {
    -webkit-pointer-events: auto;
       -moz-pointer-events: auto;
            pointer-events: auto;
  }
}


/* 12. section txt */
.section-txt p {
text-align: left;
}

.section-txt a,
.section-txt a:hover {
text-decoration: none;
font-weight: 600;
}


/* 13. section subtitle */
.subtitle {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 15px;
  }
}

.subtitle.subtitle-light {
}

.subtitle.subtitle-light {
text-align: center;
}

.subtitle.subtitle-light.subtitle-light-2 {
text-align: left;
}


/* 14. section title */
h1.main-title {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 65px;
margin: 0 auto -14px auto;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  h1.main-title {
	font-size: 75px;
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 65px;
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 45px;
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 30px;
	margin: -5px auto;
  }
}

h1.main-title.main-title-main {
margin: -14px auto;
}

@media all and (min-width: 1920px) {
  h1.main-title.main-title-main {
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title.main-title-main {
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title.main-title-main {
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title.main-title-main {
	margin: -5px auto;
  }
}

h2.main-title {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 65px;
margin: 0 auto -14px auto;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  h2.main-title {
	font-size: 75px;
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h2.main-title {
    font-size: 65px;
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.main-title {
    font-size: 45px;
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.main-title {
    font-size: 30px;
	margin: -5px auto;
  }
}

h2.main-title.main-title-main {
margin: -14px auto;
}

@media all and (min-width: 1920px) {
  h2.main-title.main-title-main {
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h2.main-title.main-title-main {
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.main-title.main-title-main {
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.main-title.main-title-main {
	margin: -5px auto;
  }
}

.main-title.main-title-all {
text-align: center;
}

.main-title.main-title-all span {
}

@media only screen and (max-width: 768px) {
  .main-title.main-title-all {
    font-size: 30px;
  }
}

.main-title.main-title-home {
font-size: 30px;
margin: 0 auto -2px auto;
text-transform: uppercase;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .main-title.main-title-home {
    font-size: 50px;
  }
}


/* 15. 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::before {
content: "";
position: absolute;
display: block;
width: 3px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}


/* 16. works */
.works-list .works-list-wrapper {
margin: -40px 0 0 0;
padding: 0 0 150px 0;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.works-list .works-list-wrapper.works-list-wrapper-home {
padding: 0;
}

.works-list .works-list-item {
position: relative;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.works-list .works-list-item:not(:first-of-type) {
margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg {
left: 0;
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg.works-list-bg-reverse {
left: auto;
right: 0;
}

.works-list .works-list-item:nth-of-type(even) .works-list-bg {
right: 0;
}

.works-list .works-list-item-container {
max-width: 100%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.works-list .works-list-row {
position: relative;
z-index: 2;
}

.works-list .works-list-content {
padding: 150px 150px;
background: #e9e9e6;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-content {
    padding: 55px 55px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    padding: 0 40px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .works-list .works-list-content {
    padding: 0 30px;
  }
}

.works-list .works-list-bg {
position: absolute;
width: calc(50% + 150px);
height: calc(100% + 300px);
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-bg {
    width: calc(50% + 130px);
	height: calc(100% + 120px)
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 580px;
    -webkit-transform: none;
            transform: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.works-list .works-list-bg.works-list-bg-home {
position: relative;
width: 100%;
max-width: 100%;
height: auto;
min-height: 580px;
-webkit-transform: none;
        transform: none;
padding-top: 50%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.works-list-content-wrapper {
padding-top: 190px;
margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .works-list-content-wrapper {
    padding-top: 60px
  }
}

.works-list-content-wrapper.works-list-content-wrapper-home {
padding-top: 0;
}

.container-custom {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
	padding: 0;
  }
}

.col-md-6-custom {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}


/* 16.1. works showcase */
.showcase {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 2;
}

.showcase .showcase-img-right {
width: 50%;
float: right;
}

.showcase .showcase-img-left {
width: 50%;
float: left;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-right,
  .showcase .showcase-img-left {
    width: 100%;
	float: none;
  }
}

.showcase .showcase-img-left img,
.showcase .showcase-img-right img {
position: relative;
display: inline-block;
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;
float: left;
overflow: hidden;
}


/* 16.2. works 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;
}


/* 17. 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;
}


/* 18. post box */
.post-box-inner {
margin: 0;
}

.post-spacing {
padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .post-spacing {
	padding: 0 25px;
  }
}

@media only screen and (max-width: 880px) {
  .post-spacing {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing {
    padding: 0 15px;
  }
}

.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;
	padding: 0;
  }
}


/* 19. button more */
.button-the {
position: relative;
display: inline-block;
text-transform: uppercase;
text-align: left;
background: none;
padding: 5px 30px 5px 0;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the::before {
position: absolute;
content: "";
top: 50%;
right: 0;
width: 20px;
height: 1px;
background: #8e8e8e;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the.button-the-light::before {
background: #fff;
}

.button-the:hover {
background: none;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the:hover::before {
right: -10px;
}

.button-the-wrapper {
margin: -3px 0 -4px 0;
}

.button-the-wrapper,
.button-the-wrapper a,
.button-the-wrapper a:hover,
.button-the-wrapper a:visited,
.button-the-wrapper a:active,
.button-the-wrapper a:focus {
}

.button-the-wrapper.button-the-wrapper-light,
.button-the-wrapper.button-the-wrapper-light a,
.button-the-wrapper.button-the-wrapper-light a:hover,
.button-the-wrapper.button-the-wrapper-light a:visited,
.button-the-wrapper.button-the-wrapper-light a:active,
.button-the-wrapper.button-the-wrapper-light a:focus {
text-align: left;
color: #fff;
}

.button-the-wrapper.button-the-wrapper-dark,
.button-the-wrapper.button-the-wrapper-dark a,
.button-the-wrapper.button-the-wrapper-dark a:hover,
.button-the-wrapper.button-the-wrapper-dark a:visited,
.button-the-wrapper.button-the-wrapper-dark a:active,
.button-the-wrapper.button-the-wrapper-dark a:focus {
text-align: left;
color: #8e8e8e;
}

.button-the-wrapper,
.button-the-wrapper a,
.button-the-wrapper a:hover,
.button-the-wrapper a:visited,
.button-the-wrapper a:active,
.button-the-wrapper a:focus {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
 -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;
}


/* 20. services panel */
.panel-wrapper {
position: relative;
background: none;
width: 100%;
height: calc(100% + 300px);
margin: 5px auto -15px -15px;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .panel-wrapper {
	margin: 5px auto -15px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .panel-wrapper {
	margin: 5px auto -15px -10px;
  }
}

.panel-title {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .panel-title {
    font-size: 15px;
  }
}

.panel-group .panel {
border: none;
background: none;
box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.panel-group .panel .panel-heading {
border: none;
background: none;
}

.panel-group .panel .panel-heading h4 a {
display: block;
background: none;
padding: 15px;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
background: none;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
content: "\f209";
font-family: "Ionicons";
}

.ion {
font-size: 15px;
}

.panel-group .panel .panel-heading h4 a i {
position: relative;
display: block;
top: 8px;
left: -30px;
text-align: center;
}

@media only screen and (max-width: 768px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 4px;
  }
}

.panel-group .panel .panel-body {
padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
border-top: none;
background: none;
text-align: center;
padding: 50px 0;
}

.panel-group .panel + .panel {
border: none;
margin-top: 0; 
}

.panel-body p {
text-align: left;
}


/* 21. testimonials signature */
.testimonials-signature {
font-family: 'Syne', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .testimonials-signature {
    font-size: 11px; 
  }
}

.testimonials-signature:before {
content: "― ";
display: inline-block;
}


/* 22. intro */
.intro {
position: relative;
font-family: 'Syne', sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1.5;
text-align: left;
letter-spacing: normal;
margin: 0 0 20px 0;
padding: 0;
z-index: 2;
}

.intro span {
}


/* 23. button effect */
.more-wraper-center {
position: relative;
width: 120px!important;
top: 50%;
text-align: left;
left: -15px;
z-index: 1;
}

.more-wraper-center.more-wraper-center-home,
.more-wraper-center.more-wraper-center-form {
width: 120px!important;
height: 220px!important;
text-align: center!important;
left: auto;
margin: 0 auto;
}

.more-wraper-center.more-wraper-center-home {
margin: -20px auto;
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.more-wraper-center.more-wraper-center-form {
margin: 0 auto -20px auto;
}

.more-button-txt-center {
position: relative;
top: 10px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
margin: 0 auto;
}

.more-button-txt-center.more-button-txt-center-home {
top: 110px;
}

.more-button-txt-center.more-button-txt-center-form {
top: 105px;
}

.more-button-txt-center {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;

}

@media only screen and (max-width: 1200px) {
  .more-button-txt-center {
	font-size: 11px;
  }
}


/* button effect */
a.button-effect,
.button-effect {
padding: 0;
background-color: transparent;
overflow: visible;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
content: "";
position: absolute;
width: 80px;
height: 80px;
top: -webkit-calc(50% - 40px);
top: -moz-calc(50% - 40px);
top: calc(50% - 40px);
left: -webkit-calc(50% - 40px);
left: -moz-calc(50% - 40px);
left: calc(50% - 40px);
right: auto;
bottom: auto;  
-webkit-transform: none;
        transform: none;
-webkit-transform-origin: center center;
        transform-origin: center center;
-webkit-animation: pulse 4s linear infinite;
        animation: pulse 4s linear infinite;
-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)";
border-radius: 50%;
background-color: transparent;
}

a.button-effect::after,
.button-effect::after {
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

a.button-effect .pulse::after,
.button-effect .pulse::after {
-webkit-animation-delay: 3s;
        animation-delay: 3s;
}

a.button-effect .pulse::before,
.button-effect .pulse::before {
-webkit-animation-delay: 2s;
        animation-delay: 2s;
}


/* 24. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
/* background: rgba(0, 0, 0, .45); */
background: rgba(0, 0, 0, .55);
}


/* 25. post */
.post-title {
position: relative;
font-family: 'Syne', sans-serif;
font-weight: 700;
line-height: 1.5;
text-align: center;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 2;
}


/* 26. 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 #8e8e8e;
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: #8e8e8e;
-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 #8e8e8e;
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: #8e8e8e;
-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: #8e8e8e;
-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: #8e8e8e;
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: #8e8e8e;
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: #8e8e8e; }
     :-ms-input-placeholder { font-size: 13px; color: #8e8e8e; }
         ::-moz-placeholder { font-size: 13px; color: #8e8e8e; }
     input:-moz-placeholder { font-size: 13px; color: #8e8e8e; }

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;
}


/* 26.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;
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 {
padding: 0 10px;
}


/* 27. Swiper CUSTOM */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-img .swiper-slide {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.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;
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;
}

.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;
}

.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
/* added */
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
/* added */
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
-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 .7s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
*/
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-active .swiper-slide-inner-bg {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: absolute;
width: 80%!important;
margin-left: auto; 
margin-right: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -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;
}

.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;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-controls {
color: #fff;
background: none;
}

.swiper-slide-controls:hover {
background: none;
}

.circle-svg {
position: absolute;
left: 0;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
margin-left: auto;
margin-right: auto;
}

.swiper-slide-controls.slide-prev {
position: absolute;
width: 50px;
top: 50%;
left: 50px;
right: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-prev {
    left: 25px;
	margin-top: -24px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-prev {
    left: 20px;
  }
}

.swiper-slide-controls.slide-next {
position: absolute;
width: 50px;
top: 50%;
right: 50px;
left: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    right: 25px;
	margin-top: -24px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    right: 20px;
  }
}


/* swiper */
.swiper-slide.swiper-slide-3 {
height: auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}


/* HTML5 video */
video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}


/* 28. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-team {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 3px 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;
}

.owl-prev.disabled,
.owl-next.disabled {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff!important;
background: #8e8e8e!important;
-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;
}


/* 29. Magnific Popup 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)";
}


/* 30. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 25px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-weight: 500!important;
}

@media only screen and (max-width: 768px) {
  .lity-close {
    top: 25px;
  }
}

.lity-close:active {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 25px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .lity-close:active {
    top: 25px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 31. headers */
.intro {
font-size: 40px;
margin: 0 auto -1px auto;
}

@media all and (min-width: 1920px) { 
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    font-size: 20px;
  }
}

.intro span {
font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro span {
    font-size: 20px;
  }
}

.intro.intro-all {
font-size: 30px;
margin: 0 auto -2px auto;
text-transform: uppercase;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .intro.intro-all {
    font-size: 50px;
  }
}

.more-wraper {
margin: 3px auto;
}

.more-wraper.more-wraper-form {
margin: 19px auto 0 auto;
}

.section-txt p {
margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0;
  }
}

.post-title {
font-size: 20px;
margin: 0 auto -2px auto;
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 15px;
  }
}


/* 32. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-ultra-half-2,
.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-ultra-half-2 {
height: 60px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half-2 {
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half-2 {
    height: 60px;
  }
}

.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 {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}


/* 33. blog */
.blog-quote {
line-height: 100px;
padding: 0 0 0 50px;
}

@media only screen and (max-width: 1200px) {
  .blog-quote {
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
  }
}

.blog-quote p {
font-size: 23px;
font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.blog-quote p {
font-family: 'Syne', sans-serif!important;
font-weight: 700;
}

.panel-from-left-blog {
position: fixed;
width: 50%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
/* background: #191919; */
background: #fff;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 995px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
left: 0;
}

.panel-overlay-from-right-blog {
position: fixed;
width: 51%;
height: 100vh;
overflow: hidden;
top: 0;
right: -100%;
background: rgba(0, 0, 0, .7);
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
cursor: crosshair;
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 51%;
  }
}

@media only screen and (max-width: 995px) {
  .panel-overlay-from-right-blog {
    width: 26%;
  }
}

.panel-overlay-from-right-blog.open {
right: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
position: relative;
margin: 0;
padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text 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);
}

.blog-side-text a:hover {
}

@media only screen and (max-width: 768px) {
  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
margin: -5px 0 -2px 0;
width: 100%;
line-height: 1.5;
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;
}

@media only screen and (max-width: 768px) {
  .blog-side-heading h3 {
    font-size: 20px;
	margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 50px;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-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: 115;
}

@media only screen and (max-width: 1200px) {
  .blog-side-launcher {
	left: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-side-launcher {
	left: 25px;
    bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-side-launcher {
	left: 20px;
    bottom: 20px;
  }
}

.blog-comments {
width: 100%;
margin: 0 auto;
padding: 0;
line-height: 1;
}

.comments {
text-align: left;
}

.comments article {
position: relative;
margin: 0 auto;
}

.profile-photo {
display: block;
text-align: left;
margin: -8px 0 -22px 0;
}

.comments article img {
width: 80px;
height: 80px;
border-width: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
margin: 15px auto 30px auto;
}

.comment-time {
font-size: 11px;
text-transform: uppercase;
}

.comment-responce {
padding-left: 75px;
}

.blog-search {
width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
background: none;
outline: none;
border: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.blog-search input {
width: 250px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #8e8e8e;
font-size: 13px;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search input {
    width: 200px;
  }
}

.subtitle-blog {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
 -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;
}


/* 34. extras */
.subtitle.subtitle-news {
text-align: center!important;
}

.intro.intro-last {
margin-left: 15px!important;
}


/* colors */
h1.main-title,
h2.main-title,
.intro.intro-all {
font-weight: 800;
}

.subtitle,
.post-title {
font-weight: 700;
}

.bg-light {
background: #fff;
}

.bg-dark {
background: #191919;
}

.works-list .works-list-content {
/* background: #1b1b1b; */
background: #fff;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
/*
.subtitle,
.main-title.main-title-all,
.main-title.main-title-all span,
*/
.intro,
.intro span,
/*
.section-txt p,
.section-txt-2 p,
.panel-body p,*/
.social-icons
/* .social-icons li span */ {
color: #8e8e8e!important;
}

p,
p a,
p a:hover,
p a:visited,
p a:active,
p a:focus {
color: #8e8e8e;
}

.section-txt p,
.section-txt-2 p,
.panel-body p,
.social-icons li span {
color: #8e8e8e;
}

.subtitle {
color: #8e8e8e!important;
}

/* .panel-title,
.panel-group .panel .panel-heading h4 a i,
.post-title, */
.post-heading,
.subtitle.subtitle-light {
color: #8e8e8e!important;
}

.panel-title,
.panel-group .panel .panel-heading h4 a i {
color: #8e8e8e!important;
}

.subtitle.subtitle-light {
color: #8e8e8e!important;
}

.intro.intro-all {
color: #8e8e8e!important;
}

.blog-comments h4,
.comment-time {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
 -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;
}

.post-title {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 15px;
  }
}


/* main title */
.main-title-wrapper-l {
position: relative;
width: 100%;
left: 0;
bottom: 0;
/* margin-bottom: -5rem; */
margin-bottom: -160px;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
overflow: hidden;
z-index: 99;
}

@media all and (min-width: 1920px) {
  .main-title-wrapper-l {
    margin-bottom: -300px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-title-wrapper-l {
    margin-bottom: -120px;
  }
}

@media only screen and (max-width: 995px) {
  .main-title-wrapper-l {
    margin-bottom: -90px;
  }
}

@media only screen and (max-width: 880px) {
  .main-title-wrapper-l {
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .main-title-wrapper-l {
    margin-bottom: -40px;
  }
}

.main-title-wrapper-img {
position: relative;
flex-shrink: 0;
width: 100%;
height: 100%;
transition-property: transform;
z-index: 99;
}

.main-title-wrapper-s {
position: absolute;
width: 100%;
left: 50%;
bottom: 12.5vw;
padding: 0 25px;
text-align: center;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);	
z-index: 2;
}

@media all and (min-width: 1920px) {
  .main-title-wrapper-s {
    bottom: 10.5vw;
  }
}

@media only screen and (max-width: 1200px) {
  .main-title-wrapper-s {
    bottom: 12.5vw;
  }
}

@media only screen and (max-width: 995px) {
  .main-title-wrapper-s {
    bottom: 12.5vw;
  }
}

@media only screen and (max-width: 880px) {
  .main-title-wrapper-s {
    bottom: 12.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .main-title-wrapper-s {
    bottom: 12.5vw;
  }
}

.main-title-wrapper-img-hero {
position: relative;
height: 100%;
min-height: 586px;
}

@media all and (min-width: 1920px) {
  .main-title-wrapper-img-hero {
	min-height: 1026px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-title-wrapper-img-hero {
	min-height: 786px;
  }
}

@media only screen and (max-width: 880px) {
  .main-title-wrapper-img-hero {
	min-height: 586px;
  }
}

@media only screen and (max-width: 768px) {
  .main-title-wrapper-img-hero {
	min-height: 586px;
  }
}

.main-title-wrapper-img-hero::before {
}


/* main title */
h1.main-title-main-color-l {
font-family: 'Montserrat', sans-serif;
position: relative;
font-size: 20vw;
letter-spacing: normal;
font-weight: 900;
text-transform: uppercase;
z-index: 99;
color: #c70025;
line-height: 1;
text-align: center;
}

h2.main-title-main-color-s {
font-family: 'Montserrat', sans-serif;
position: relative;
font-size: 20px;
letter-spacing: 2em;
font-weight: 800;
text-transform: uppercase;
z-index: 99;
color: #fff;
line-height: 1;
text-align: center;
}

@media all and (min-width: 1920px) {
  h2.main-title-main-color-s {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  h2.main-title-main-color-s {
    font-size: 16px;
	letter-spacing: 0.95em;
  }
}

@media only screen and (max-width: 995px) {
  h2.main-title-main-color-s {
    font-size: 16px;
	letter-spacing: 0.95em;
  }
}

@media only screen and (max-width: 880px) {
  h2.main-title-main-color-s {
    font-size: 16px;
	letter-spacing: 0.95em;
  }
}

@media only screen and (max-width: 768px) {
  h2.main-title-main-color-s {
    font-size: 13px;
	letter-spacing: 0.65em;
  }
}


/* works showcase */
.showcase .showcase-img-left img,
.showcase .showcase-img-right img {
margin-bottom: 50px;
padding: 0 50px;
}

@media only screen and (max-width: 1200px) {
  .showcase .showcase-img-left img,
  .showcase .showcase-img-right img {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .showcase .showcase-img-left img,
  .showcase .showcase-img-right img {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .showcase .showcase-img-left img,
  .showcase .showcase-img-right img {
    padding: 0 20px;
  }
}

.showcase.showcase-all .showcase-img-left img,
.showcase.showcase-all .showcase-img-right img {
margin-bottom: 0;
}

.img-fullwidth-all img {
/* padding: 0 50px; */
padding: 0;
}

@media only screen and (max-width: 1200px) {
  .img-fullwidth-all img {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .img-fullwidth-all img {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .img-fullwidth-all img {
    padding: 0 20px;
  }
}

.showcase-txt-wrapper {
position: relative;
width: auto;
height: auto;
margin: 0;
padding: 0 50px;
z-index: 0;
}

@media only screen and (max-width: 1200px) {
  .showcase-txt-wrapper {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .showcase-txt-wrapper {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .showcase-txt-wrapper {
    padding: 0 20px;
  }
}

.showcase-name {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 25px;
font-weight: 700;
line-height: 1.5;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 2;
}


/* showcase img FIX */
.showcase img {
width: 50vw;
height: 66vh;
object-fit: cover;
}

@media only screen and (max-width: 995px) {
  .showcase img {
    width: 100%;
	height: 100%;
  }
}


/* colors 2 */
body,
a,
a:hover,
a:visited,
a:active,
a:focus,
p,
p a,
p a:hover,
p.light,
.subtitle,
.subtitle.subtitle-light,
h1.main-title,
h2.main-title,
/*
.main-title.main-title-all,
.main-title.main-title-all span,
*/
.panel-title,
.panel-group .panel .panel-heading h4 a i,
.intro,
.intro span,
.more-button-txt-center,
.post-title,
.social-icons,
.social-icons li a,
.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus,
.social-icons li span,
.blog-quote p,
.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus,
.blog-side-text a:hover,
.blog-side-heading h3,
.blog-search input,
#submit-btn,
.blog-search input,
.blog-comments h4,
.comment-time {
color: #8e8e8e!important;
}

.more-button-txt-center.more-button-txt-center-light {
color: #fff!important;
}

.main-title.main-title-all,
.main-title.main-title-all a,
.main-title.main-title-all a:hover,
.main-title.main-title-all a:visited,
.main-title.main-title-all a:active,
.main-title.main-title-all a:focus,
.main-title.main-title-all span {
color: #5f5f5f!important;
}

a.link-effect::after {
background-color: #8e8e8e;
}

.the-line {
background: rgba(119, 119, 119, .6);
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
border: 1px solid #8e8e8e!important;
}

a.button-effect.button-effect-light .pulse::after,
a.button-effect.button-effect-light .pulse::before,
a.button-effect.button-effect-light::after,
a.button-effect.button-effect-light::before,
.button-effect.button-effect-light .pulse::after,
.button-effect.button-effect-light .pulse::before,
.button-effect.button-effect-light::after,
.button-effect.button-effect-light::before {
border: 1px solid #fff!important;
}

.blog-quote {
border-left: 5px solid #8e8e8e!important;
}


/* 35. Montserrat -webkit-text-stroke Fix */
/* Black 900 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Montserrat-Black.ttf') format('truetype'),
       url('fonts/Montserrat-Black.otf') format('opentype');
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraBold.otf') format('opentype');
}

/* Bold 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Montserrat-Bold.ttf') format('truetype'),
       url('fonts/Montserrat-Bold.otf') format('opentype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
       url('fonts/Montserrat-SemiBold.otf') format('opentype');
}

/* Medium 500 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat-Medium.ttf') format('truetype'),
       url('fonts/Montserrat-Medium.otf') format('opentype');
}

/* Regular 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype'),
       url('fonts/Montserrat-Regular.otf') format('opentype');
}

/* Light 300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat-Light.ttf') format('truetype'),
       url('fonts/Montserrat-Light.otf') format('opentype');
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraLight.otf') format('opentype');
}

/* Thin 100 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Montserrat-Thin.ttf') format('truetype'),
       url('fonts/Montserrat-Thin.otf') format('opentype');
}