﻿/*
  [CSS Index]
*/

 
/* 
  1. TEMPLATE BACKGROUNDS
    1.1. home IMG BACKGROUND
    1.2. home slider IMG BACKGROUND
	1.3. team IMG BACKGROUND
	1.4. about parallax IMG BACKGROUND
	1.5. facts parallax IMG BACKGROUND
	1.6. works IMG BACKGROUND
	1.7. news IMG BACKGROUND
  2. reset
  3. layout
  4. upper page
  5. center container
  6. preloader
  7. hero
  8. social icons
    8.1. social icons team
	8.2. social icons footer
  9. home credits
  10. logo
  11. navigation
  12. inner spacer
  13. subtitle
  14. home title
  15. introduction
  16. to top arrow
  17. overlay
  18. link effect
  19. post title
  20. button
  21. section subheading
  22. chart
  23. skills bar
  24. head details
  25. facts counter
    25.1. facts parallax
	25.2. years parallax
  26. testimonials
  27. overline
  28. clearfix
  29. contact form
  30. txt home
  31. circle wrapper home
  32. circle wrapper about / works /  news
  33. circle spinner
  34. extra margin
  35. contact modal
  36. extras
    36.1. intro
  37. IMG carousel
  38. blog
  39. Magnific Popup CUSTOM
  40. Lity CUSTOM
  41. Owl Carousel CUSTOM
  42. PhotoSwipe CUSTOM
  43. Swiper CUSTOM
  44. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. home IMG BACKGROUND */
.item-home-01 {
background-image: url(../img/16/home/1.jpg);
}


/* 1.2. home slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/16/background/1.jpg);
}

.bg-img-2 {
background-image: url(../img/16/background/2.jpg);
}

.bg-img-3 {
background-image: url(../img/16/background/3.jpg);
}

.bg-img-4 {
background-image: url(../img/16/background/4.jpg);
}


/* 1.3. team IMG BACKGROUND */
.carousel-item-team-01 {
background-image: url(../img/16/team/1.jpg);
}

.carousel-item-team-02 {
background-image: url(../img/16/team/2.jpg);
}

.carousel-item-team-03 {
background-image: url(../img/16/team/3.jpg);
}

.carousel-item-team-04 {
background-image: url(../img/16/team/4.jpg);
}


/* 1.4. about parallax IMG BACKGROUND */
.parallax-years {
background-image: url(../img/16/about/1.jpg);
}


/* 1.5. facts parallax IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/16/facts/1.jpg);
}

body.body-dark .parallax-facts {
background-image: url(../img/16/facts/2.jpg);
}


/* 1.6. works IMG BACKGROUND */
.item-works-01 {
background-image: url(../img/16/works/1.jpg);
}

.item-works-02 {
background-image: url(../img/16/works/2.jpg);
}

.item-works-03 {
background-image: url(../img/16/works/3.jpg);
}

.item-works-04 {
background-image: url(../img/16/works/4.jpg);
}

.item-works-05 {
background-image: url(../img/16/works/5.jpg);
}

.item-works-06 {
background-image: url(../img/16/works/6.jpg);
}

.item-works-07 {
background-image: url(../img/16/works/7.jpg);
}

.item-works-08 {
background-image: url(../img/16/works/8.jpg);
}


/* 1.7. news IMG BACKGROUND */
.carousel-item-news-01 {
background-image: url(../img/16/news/1.jpg);
}

.carousel-item-news-02 {
background-image: url(../img/16/news/2.jpg);
}

.carousel-item-news-03 {
background-image: url(../img/16/news/3.jpg);
}

.carousel-item-news-04 {
background-image: url(../img/16/news/4.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
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;
}

body.body-dark {
color: #e0e0e0;
background: #111;
}

a {
color: #5f5f5f;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-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);
}

body.body-dark a {
color: #e0e0e0;
}

a:hover,
a:visited,
a:active,
a:focus {
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);
}

body.body-dark a:hover,
body.body-dark a:visited,
body.body-dark a:active,
body.body-dark a:focus {
color: #e0e0e0;
}

p {
text-align: left;
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;
}

body.body-dark p {
color: #e0e0e0;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
font-weight: 600;
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);
}

body.body-dark p a,
body.body-dark p a:hover {
color: #e0e0e0;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #fff;
}

::selection {
background: #5f5f5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.home-section {
position: relative;
display: table;
width: 100%;
height: 100%;
min-height: 586px;
/* background: #f7f7f7; */
background: #151515;
}

body.body-dark .home-section {
background: #151515;
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.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;
}


/* 6. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

body.body-dark .preloader-bg {
background: #111;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

body.body-dark #preloader {
background: #111;
}

#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(0, 0, 0, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

body.body-dark .loader {
border: 3px solid rgba(255, 255, 255, .15);
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(0, 0, 0, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

body.body-dark .loader span {
border-top: 3px solid rgba(255, 255, 255, .75);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 7. 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%;
}

.hero-center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
z-index: 1;
}

.hero-center-block {
display: table-cell;
vertical-align: middle;
}


/* 8. social icons */
/* 8.1. social icons team */
.social-icons-team {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: normal;
font-style: normal;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
color: #111;
background: none;
border: none;
width: auto;
height: 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;
margin: -4px 0;
}

body.body-dark .social-icons-team {
color: #fff;
}

.social-icons-team a,
.social-icons-team a:hover {
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
color: #111;
letter-spacing: -0.02em;
}

body.body-dark .social-icons-team a,
body.body-dark .social-icons-team a:hover {
color: #fff;
}

.social-icons-team li a:hover,
.social-icons-team li a:visited,
.social-icons-team li a:active,
.social-icons-team li a:focus {
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: normal;
font-style: normal;
text-transform: uppercase;
}

.social-icons-team li {
display: inline;
font-size: 12px;
color: #111;
font-weight: 700;
letter-spacing: -0.02em;
padding: 0;
line-height: 2;
}

body.body-dark .social-icons-team li {
color: #fff;
}

.social-icons-team li span {
color: #111;
letter-spacing: -0.02em;
padding: 0 10px;
}

body.body-dark .social-icons-team li span {
color: #fff;
}


/* 8.2. social icons footer */
.social-icons-wrapper {
position: relative;
margin: 2px 0 0 -5px;
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper {
    margin: 1px 0 0 -5px;
  }
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline-block;
margin: 0 auto;
padding: 0 0 0 5px;
}

ul.social-icons {
font-size: 16px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

ul.social-icons a {
padding: 0;
color: #111;
text-decoration: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

body.body-dark ul.social-icons a {
color: #e0e0e0;
}

ul.social-icons a:hover {
padding: 0;
color: #111;
text-decoration: none;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-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;
}

body.body-dark ul.social-icons a:hover {
color: #e0e0e0;
}


/* 9. home credits */
.bottom-credits {
position: absolute;
display: block;
width: auto;
height: 50px;
left: 50px;
bottom: 16px;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 800;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .bottom-credits {
    left: 25px;
    bottom: -9px;
  }
}

.bottom-credits {
color: #fff;
}

body.body-dark .bottom-credits {
color: #fff;
}


/* 10. logo */


/* 11. 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 13px;
  }
}

.main-navigation .navbar-nav li a {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: normal;
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: #fff;
}

body.body-dark .main-navigation .navbar-nav li a {
color: #fff;
}

.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 {
	color: #5f5f5f;
	padding: 10px 15px;
	right: auto;
  }
}

.main-navigation .navbar-nav li a:hover,
body.body-dark .main-navigation .navbar-nav li a:hover {
color: #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 .navbar-nav li a:hover {
    color: #111;
  }
}

.nav li a:focus,
.nav li a:hover {
color: #fff;
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: rgba(255, 255, 255, 1);
-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;
}

body.body-dark .main-navigation-bg {
-webkit-box-shadow: 0 0 15px rgba(7, 7, 7, .35);
   -moz-box-shadow: 0 0 15px rgba(7, 7, 7, .35);
        box-shadow: 0 0 15px rgba(7, 7, 7, .35);
background: rgba(17, 17, 17, 1);
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: 81px;
	/*
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
            box-shadow: 0 0 5px rgba(0, 0, 0, .35);
	*/
  }
}

.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 13px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #5f5f5f;
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;
}

body.body-dark .main-navigation-bg .main-navigation .navbar-nav li a {
color: #e0e0e0;
}

@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-bg .main-navigation .navbar-nav li a:hover {
color: #5f5f5f;
}

body.body-dark .main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #e0e0e0;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #111;
  }
  
  body.body-dark .main-navigation-bg .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .navbar-toggle {
	margin-top: -42px;
    margin-right: 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;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -38px;
    margin-right: 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;
  }
  
  .navbar-collapse {
    background: rgba(255, 255, 255, 1);
	margin-top: 7px;
  }
  
  body.body-dark .navbar-collapse {
    background: rgba(17, 17, 17, 1);
  }
}

.navbar-nav .active a {
color: #ccc!important;
background: none;
text-decoration: none;
}

body.body-dark .navbar-nav .active a {
color: #b2b2b2!important;
}


/* 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;
}

body.body-dark .navbar .navbar-nav > li.open > a:hover,
body.body-dark .navbar .navbar-nav > li.open > a:focus {
background-color: #111;
}
*/

.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: 12px;
color: #5f5f5f;
padding: 15px 15px 0 15px;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li .dropdown-menu a {
	font-size: 12px;
	padding: 5px 15px 5px 15px;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
color: #5f5f5f;
}

.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);
background: rgba(255, 255, 255, 1);
}

@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;
  }
}

body.body-dark .dropdown:hover .dropdown-menu {
background: rgba(17, 17, 17, 1);
}

.dropdown-menu > li:first-child {
margin-top: 9px;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu > li:first-child {
    margin-top: 1px;
  }
}

.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);
}

body.body-dark .dropdown-menu {
-webkit-box-shadow: 0 10px 10px rgba(7, 7, 7, .35);
   -moz-box-shadow: 0 10px 10px rgba(7, 7, 7, .35);
        box-shadow: 0 10px 10px rgba(7, 7, 7, .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);
}

body.body-dark .navbar .navbar-nav>.open>a, 
body.body-dark .navbar .navbar-nav>.open>a:focus, 
body.body-dark .navbar .navbar-nav>.open>a:hover {
background-color: rgba(17, 17, 17, 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. inner spacer */
.inner-spacer {
position: relative;
padding: 0 15px;
margin: 0;
overflow: hidden;
}

.inner-spacer.inner-spacer-the-overline {
padding: 15px;
}


/* 13. subtitle */
.subtitle {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
text-align: center;
margin: 0 auto -4px auto;
}

.subtitle.subtitle-dark {
color: #111;
}

.subtitle.subtitle-lead {
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
line-height: 1;
font-size: 50px;
color: #fff;
}

@media all and (min-width: 1920px) {
  .subtitle.subtitle-lead {
    font-size: 60px;
	margin: 0;
  }
}

@media only screen and (max-width: 995px) {
  .subtitle.subtitle-lead {
    font-size: 40px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .subtitle.subtitle-lead {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .subtitle.subtitle-lead {
    font-size: 25px;
  }
}


/* 14. home title */
.main-title h1 {
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
text-align: center;
letter-spacing: -0.04em;
color: #fff;
font-size: 80px;
margin: -8px auto 0 auto;
}

@media all and (min-width: 1920px) {
  .main-title h1 {
    font-size: 90px;
    margin: -9px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .main-title h1 {
    font-size: 70px;
	margin: -8px auto 0 auto;
  } 
}

@media only screen and (max-width: 880px) {
  .main-title h1 {
    font-size: 60px;
	margin: -7px auto 0 auto;
  } 
}

@media only screen and (max-width: 640px) {
  .main-title h1 {
    font-size: 50px;
	margin: -5px auto 0 auto;
  } 
}

.main-title-line>span {
position: relative;
display: inline-block;
line-height: 1px;
padding: 0 50px;
}

@media only screen and (max-width: 995px) {
  .main-title-line>span {
    padding: 0 30px;
  }
}

.main-title-line>span::before,
.main-title-line>span::after {
content: "";
position: absolute;
display: block;
width: 25px;
height: 1px;
top: 0;
background-color: #fff;
}

@media only screen and (max-width: 995px) {
  .main-title-line>span::before,
  .main-title-line>span::after {
    width: 15px;
  }
}

.main-title-line>span::before {
left: 0;
}

.main-title-line>span::after {
right: 0;
}


/* 15. 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;
}


/* 16. to top arrow */
.to-top-arrow {
position: fixed;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
right: 50px;
bottom: -10px;
margin: 0;
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 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
overflow: hidden;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 25px;
  }
}

body.body-dark .to-top-arrow {
color: #111;
background: #fff;
}

.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: 880px) {
  .to-top-arrow.show {
    right: 25px;
	bottom: 5px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* 17. overlay */
.gradient-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 0;
}

.gradient-overlay.gradient-overlay-home {
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-home {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .45);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-home-wall {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .45);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}


/* 18. 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;
background-color: #5f5f5f;
-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);
}

body.body-dark a.link-effect::after {
background-color: #e0e0e0;
}

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);
}


/* 19. post title */
.post-title {
position: relative;
top: 0;
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.04em;
color: #111;
line-height: 1;
font-size: 50px;
margin: -5px 0 0 0;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-title {
    font-size: 60px;
    margin: -7px 0 -1px 0;
  }
}

@media only screen and (max-width: 995px) {
  .post-title {
    font-size: 45px;
    margin: -4px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .post-title {
    font-size: 35px;
    margin: -2px 0 0 0;
  }
}

body.body-dark .post-title {
color: #fff;
}

.post-title.post-title-center {
text-align: center;
}

.post-title.post-title-s {
font-size: 30px;
margin: -1px 0 0 0;
}

@media only screen and (max-width: 880px) {
  .post-title.post-title-s {
    font-size: 25px;
    margin: -1px 0 1px 0;
  }
}

.post-title.post-title-light {
color: #111;
}

body.body-dark .post-title.post-title-light {
color: #fff;
}


/* 20. button */
.more-wraper {
position: relative;
width: 120px;
height: 120px;
margin: 0;
cursor: pointer;
}

.more-wraper-center {
position: relative;
width: 120px!important;
max-width: 120px;
height: 120px;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 1;
cursor: pointer;
}

.more-wraper-center.more-wraper-center-form {
margin: 5px auto 0 auto;
bottom: -20px;
}

.more-button-bg {
background: #111;
border: 2px dashed #111;
}

body.body-dark .more-button-bg {
background: #fff;
border: 2px dashed #fff;
}

.more-button-bg-center {
background: #fff;
border: 2px dashed #fff;
}

body.body-dark .more-button-bg-center {
background: #fff;
border: 2px dashed #fff;
}

.more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
}

body.body-dark .more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
}

.more-wraper:hover .more-button-circle,
.more-wraper-center:hover .more-button-circle {
-webkit-animation: spin 5s linear infinite;
   -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
     -o-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
}

.more-button-txt,
.more-button-txt-center {
position: absolute;
top: 60px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: normal;
margin: 0 auto;
text-align: center;
}

.more-button-txt-center span {
text-transform: uppercase;
}

.more-button-txt {
color: #fff;
}

body.body-dark .more-button-txt {
color: #5f5f5f;
}

.more-button-txt-center {
color: #5f5f5f;
}

body.body-dark .more-button-txt-center {
color: #5f5f5f;
}

.more-button-bg-center.more-button-bg-center-dark.more-button-circle,
body.body-dark .more-button-bg-center.more-button-bg-center-dark.more-button-circle,
.more-button-bg-center.more-button-bg-center-dark-2.more-button-circle,
body.body-dark .more-button-bg-center.more-button-bg-center-dark-2.more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
}

.more-button-bg-center.more-button-bg-center-dark {
background: #111;
border: 2px dashed #111;
}

body.body-dark .more-button-bg-center.more-button-bg-center-dark {
background: #fff;
border: 2px dashed #fff;
}

.more-button-bg-center.more-button-bg-center-dark-2 {
background: #111;
border: 2px dashed #111;
}

body.body-dark .more-button-bg-center.more-button-bg-center-dark-2 {
background: #fff;
border: 2px dashed #fff;
}

.more-button-txt-center.more-button-txt-center-light {
color: #fff;
}

body.body-dark .more-button-txt-center.more-button-txt-center-light {
color: #5f5f5f;
}

.more-button-txt-center.more-button-txt-center-light-2 {
color: #fff;
}

body.body-dark .more-button-txt-center.more-button-txt-center-light-2 {
color: #5f5f5f;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/* 21. section subheading */
.section-subheading-wrapper {
position: relative;
width: 100%!important;
height: auto;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
text-align: center!important;
margin: -4px auto -6px -25px;
}

@media only screen and (max-width: 995px) {
  .section-subheading-wrapper {
    margin: -4px auto -6px -15px;
  }
}

.section-subheading-wrapper-all {
position: relative;
margin: -4px 0 -6px 0;
}

h2.section-subheading {
position: relative;
display: inline-block;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: normal;
color: #111;
}

body.body-dark h2.section-subheading {
color: #fff;
}

.section-subheading {
margin: 0 auto -6px auto;
}

h2.section-subheading::after {
content: "";
position: absolute;
width: 25px;
height: 1px;
top: 50%;
left: 100%;
background-color: #111;
margin-left: 25px;
}

@media only screen and (max-width: 995px) {
  h2.section-subheading::after {
    width: 15px;
    margin-left: 15px;
  }
}

body.body-dark h2.section-subheading::after {
background-color: #fff;
}

h2.section-subheading span {
position: relative;
display: inline-block;
padding-right: 0;
line-height: 1;
}


/* 22. chart */
.chart-wrapper {
text-align: left;
margin: -5px 0 -5px -5px;
}

.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: #5f5f5f;
z-index: 2;
}

body.body-dark .percent-skills {
color: #e0e0e0;
}

.percent-skills::after {
content: "%";
margin-left: 0.1em;
font-size: .8em;
color: #5f5f5f;
}

body.body-dark .percent-skills::after {
color: #e0e0e0;
}


/* 23. skills bar */
.show-skillbar {
position: relative;
padding: 0;
margin: 20px 0 -30px 0;
text-align: left;
}

.skillbar {
position: relative;
display: inline-block;
width: 100%;
height: 21px;
margin: 0 0 30px 0;
background: none;
}

.skillbar-title {
position: absolute;
width: auto;
height: 21px;
line-height: 21px;
top: -15px;
left: 0;
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
color: #5f5f5f;
background: none;
padding: 0;
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin-top: -5px;
text-align: left;
letter-spacing: normal;
}

body.body-dark .skillbar-title {
color: #e0e0e0;
}

.skillbar-bar {
display: inline-block;
width: 0px;
height: 1px;
background: #5f5f5f;
margin: 0 0 3px 0;
}

body.body-dark .skillbar-bar {
background: #e0e0e0;
}

.skill-bar-percent {
position: absolute;
height: auto;
line-height: 1;
top: -15px;
right: 0;
color: #5f5f5f;
font-size: 11px;
font-weight: 700;
}

body.body-dark .skill-bar-percent {
color: #e0e0e0;
}


/* 24. head details */
.head-details {
position: relative;
display: inline-block;
width: auto;
min-width: 300px;
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin-top: -5px;
text-align: left;
letter-spacing: normal;
}

@media only screen and (max-width: 880px) {
  .head-details {
    min-width: 100px;
  }
}

.personal-block,
.section-txt {
position: relative;
margin: -5px 0;
}


/* 25. facts counter */
.facts-counter-wrapper {
position: relative;
padding: 0;
margin: -17px 0 0 0;
bottom: -9px;
}

@media only screen and (max-width: 880px) {
  .facts-counter-wrapper {
    margin: -18px 0 0 0;
    bottom: -11px;
  }
}

.facts-counter-number {
font-family: 'Oswald', sans-serif;
font-size: 30px;
font-weight: 700;
line-height: normal;
letter-spacing: -0.04em;
text-align: center;
color: #111;
margin: 0 0 -6px 0;
}

@media only screen and (max-width: 995px) {
  .facts-counter-number {
    text-align: left;
  }
}

@media only screen and (max-width: 880px) {
  .facts-counter-number {
    font-size: 25px;
	text-align: center;
  }
}

body.body-dark .facts-counter-number {
color: #fff;
}

.facts-counter-description {
color: #111;
text-align: center;
text-transform: uppercase;
margin-bottom: 0;
}

@media only screen and (max-width: 995px) {
  .facts-counter-description {
    text-align: left;
  }
}

@media only screen and (max-width: 880px) {
  .facts-counter-description {
    text-align: center;
  }
}

body.body-dark .facts-counter-description {
color: #fff;
}

@media only screen and (max-width: 880px) {
  .facts-counter-description.facts-counter-description-primary {
    margin-bottom: -10px;
  }
}

.facts-counter-description-img {
display: block;
font-size: 35px;
text-align: center;
color: #111;
margin: 0;
}

@media only screen and (max-width: 995px) {
  .facts-counter-description-img {
    text-align: left;
  }
}

@media only screen and (max-width: 880px) {
  .facts-counter-description-img {
    text-align: center;
  }
}

body.body-dark .facts-counter-description-img {
color: #fff;
}

.facts-counter-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: normal;
top: -4px;
}


/* 25.1. facts parallax */
.section-parallax {
position: relative;
overflow-x: hidden;
}

.parallax-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255, 255, 255, .6);
overflow: hidden;
z-index: 0;
}

body.body-dark .parallax-overlay {
background: rgba(17, 17, 17, .6);
}

.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}

.parallax-facts {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .parallax-facts {
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}


/* 25.2. years parallax */
.parallax-years-content {
position: relative;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 260px;
text-align: left; text-align: center;
line-height: 1;
color: #000;
background: #f7f7f7;
mix-blend-mode: lighten;
overflow: hidden;
margin: -32px 0 -8px 0;
}

@media only screen and (max-width: 995px) {
  .parallax-years-content {
    font-size: 210px;
	margin: -26px 0 -6px 0;
  }
}

@media only screen and (max-width: 640px) {
  .parallax-years-content {
    font-size: 160px;
	margin: -19px 0 -6px 0;
  }
}

body.body-dark .parallax-years-content {
color: #fff;
background: #151515;
mix-blend-mode: darken;
}

.parallax-years {
position: relative;
width: 300px;
height: auto;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* 26. testimonials */
.testimonial {
background: none;
text-align: center!important;
}

.testimonial .inner {
max-width: 940px;
margin: 0 auto;
padding: 0;
}

.testimonial blockquote {
position: relative;
font-family: 'Raleway', sans-serif;
color: #5f5f5f;
font-size: 20px;
font-style: italic;
font-weight: 600;
line-height: 2;
margin-bottom: 25px;
padding: 0;
z-index: 1; text-align: left;
}

body.body-dark .testimonial blockquote {
color: #e0e0e0;
}

.testimonial blockquote.quote-inner.quote-inner-top {
margin-bottom: 0;
}

q,
blockquote {
quotes: none;
}

.testimonial cite {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: normal;
color: #111;
}

body.body-dark .testimonial cite {
color: #fff;
}

.quote-inner a,
.quote-inner a:hover {
color: #5f5f5f;
text-decoration: none;
}

.testimonial blockquote::before {
content: "“";
position: absolute;
color: #e0e0e0;
font-family: Georgia, serif;
font-size: 165px;
font-style: normal;
left: 0;
top: -90px;
z-index: -10;
}

@media only screen and (max-width: 880px) {
  .testimonial blockquote::before {
    font-size: 135px;
	top: -70px;
  }
}

body.body-dark .testimonial blockquote::before {
color: #5f5f5f;
}

.quote-author {
letter-spacing: normal;
}

@media only screen and (max-width: 995px) {
  .quote-author {
    position: relative;
    bottom: -3px;
  }
}


/* 27. overline */
.the-overline {
position: relative;
background: #5f5f5f;
width: 90px;
height: 9px;
text-align: center;
margin: 0 auto -15px auto;
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

@media all and (min-width: 1920px) {
  .the-overline {
    width: 100px;
  }
}

@media only screen and (max-width: 995px) {
  .the-overline {
    width: 90px;
    height: 7px;
	margin: 0 auto -15px auto;
  }
}

@media only screen and (max-width: 880px) {
  .the-overline {
    width: 45px;
	height: 5px;
  }
}

.the-overline.the-overline-top {
margin: -15px auto 0 auto;
}

.the-overline.the-overline-bottom {
margin: 0 auto 0 auto;
}


/* 28. clearfix */
.clearfix:after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

.item-folio__caption {
display: none;
visibility: hidden;
}


/* 29. contact form */
#contact-form {
position: relative;
width: 100%;
top: -20px;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
color: #5f5f5f;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 20px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
-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;
}

body.body-dark #form input {
color: #fff;
border-bottom: 1px solid #fff;
}

textarea {
position: relative;
width: 100%;
height: 100px;
color: #5f5f5f;
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;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
-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;
}

body.body-dark textarea {
color: #fff;
border-bottom: 1px solid #fff;
}

#form textarea {
color: #5f5f5f;
margin: 16px 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;
}

body.body-dark #form textarea {
color: #fff;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(219, 0, 24, .5);
-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;
}

body.body-dark #form input:hover,
body.body-dark #form textarea:hover {
border-color: rgba(219, 0, 24, .5);
}

#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 auto;
padding: 50px 0 25px 0;
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;
}

body.body-dark .success {
color: #fff;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #ff264a;
margin: -13px 0 0 0;
padding: 0;
letter-spacing: 0.15em;
font-weight: 600;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 12px; font-weight: 600; color: #5f5f5f; }
     :-ms-input-placeholder { font-size: 12px; font-weight: 600; color: #5f5f5f; }
         ::-moz-placeholder { font-size: 12px; font-weight: 600; color: #5f5f5f; }
     input:-moz-placeholder { font-size: 12px; font-weight: 600; color: #5f5f5f; }

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; }  
		  
body.body-dark ::-webkit-input-placeholder { font-size: 12px; font-weight: 600; color: #fff; }
     body.body-dark :-ms-input-placeholder { font-size: 12px; font-weight: 600; color: #fff; }
         body.body-dark ::-moz-placeholder { font-size: 12px; font-weight: 600; color: #fff; }
     body.body-dark input:-moz-placeholder { font-size: 12px; font-weight: 600; color: #fff; }

body.body-dark input:focus::-webkit-input-placeholder { color: transparent; }
     body.body-dark input:focus:-ms-input-placeholder { color: transparent; }
         body.body-dark input:focus::-moz-placeholder { color: transparent; }
          body.body-dark input:focus:-moz-placeholder { color: transparent; }

body.body-dark textarea:focus::-webkit-input-placeholder { color: transparent; }
     body.body-dark textarea:focus:-ms-input-placeholder { color: transparent; }
         body.body-dark textarea:focus::-moz-placeholder { color: transparent; }
          body.body-dark textarea:focus:-moz-placeholder { color: transparent; }

button {
border: none;
background: none;
outline: none;
}


/* 30. txt home */
.circle-wrapper-half-txt {
position: absolute;
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%);
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half-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%);
  }
}


/* 31. circle wrapper home */
.circle-wrapper-half {
position: relative;
display: block;
overflow: hidden;
width: 40%;
padding-bottom: 40%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 0;
}

@media all and (min-width: 1920px) {
  .circle-wrapper-half {
    width: 40%;
	padding-bottom: 40%;
  }
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half {
    width: 80%;
    padding-bottom: 80%;
  }
}

@media only screen and (max-width: 880px) {
  .circle-wrapper-half {
    width: 60%;
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .circle-wrapper-half {
    width: 100%;
    padding-bottom: 100%;
  }
}

.circle-wrapper-half .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 0;
}

.circle-wrapper-half .carousel-item-all {
position: absolute;
width: -webkit-calc(100% - 40px);
width: -moz-calc(100% - 40px);
width: calc(100% - 40px);
height: -webkit-calc(100% - 40px);
height: -moz-calc(100% - 40px);
height: calc(100% - 40px);
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
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;
}

@media only screen and (max-width: 880px) {
  .circle-wrapper-half .carousel-item-all {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}


/* 32. circle wrapper about / works /  news */
.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;
z-index: 0;
}

.circle-wrapper-full .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}

.circle-wrapper-full .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
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;
}


/* 33. circle spinner */
.circle-spinner {
position: absolute;
width: 100%!important;
height: 100%;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
text-align: center;
background: none;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 10;
}

.circle-spinner-inner {
display: block;
width: 100%;
height: 100%;
padding: 0;
background-clip: content-box;
-webkit-animation: spin 30s linear infinite;
   -moz-animation: spin 30s linear infinite;
    -ms-animation: spin 30s linear infinite;
     -o-animation: spin 30s linear infinite;
        animation: spin 30s linear infinite;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;		
border: 2px dashed #5f5f5f;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/* 34. extra margin */
.extra-margin-home {
margin-left: 0;
margin-right: 0;
overflow: hidden;
}

@media only screen and (max-width: 995px) {
  .extra-margin-home {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-home {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.extra-margin-all {
margin-left: 35px;
margin-right: 35px;
overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .extra-margin-all {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.extra-margin-owl {
margin-left: 50px;
margin-right: 50px;
overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
    margin-left: 25px;
    margin-right: 25px;
  }
}


/* 35. contact modal */
.center-container-contact-modal {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: none;
}

.center-block-contact-modal {
display: table-cell;
vertical-align: middle;
}

.center-block-contact-modal-padding-top {
padding: 100px 0 0 0;
}
  
.center-block-contact-modal-padding-bottom {
padding: 0 0 100px 0;
}

.contact-modal-wrapper {
position: relative;
width: 50%;
margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .contact-modal-wrapper {
    width: 90%;
  }
}

.contact-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: hidden;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;	
overflow-x: hidden;
overflow-y: auto;
z-index: 99999;
}

body.body-dark .contact-modal {
background: #111;
}

.contact-modal.open {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: visible;
background: #fff;
        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);
}

body.body-dark .contact-modal.open {
background: #111;
}

.contact-modal-closer {
position: relative;
width: 50px;
height: auto;
margin: -5px auto 0 auto;
font-size: 20px;
text-align: center;
color: #111;
cursor: pointer;
}

body.body-dark .contact-modal-closer {
color: #fff;
}


/* 36. extras */
.circle-wrapper-half-txt.circle-wrapper-half-txt-hide {
display: none;
visibility: hidden;
}

.color-change {
background: #f7f7f7;
}

body.body-dark .color-change {
background: #151515;
}

.parallax-years-wrapper {
position: relative;
width: 100%!important;
height: auto;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
text-align: center!important;
}

.post-title.post-title-center,
.parallax.parallax-years {
text-align: center!important;
margin: 0 auto;
}

.home-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%);
z-index: 15;
}

@media only screen and (max-width: 1200px) {
  .home-inner-txt {
    width: 100%!important;
  }
}

.home-inner-txt-2 {
position: absolute;
left: 0;
bottom: 0;
width: 100%!important;
z-index: 15;
}

.home-inner-txt-3 {
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-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 15;
}

@media only screen and (max-width: 1200px) {
  .home-inner-txt-3 {
    width: 100%!important;
  }
}

.home-inner-txt-4 {
position: absolute;
left: 0;
bottom: 0;
width: 100%!important;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 15;
}


/* 36.1. intro */
.intro-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
}

.intro {
position: absolute;
left: 50px;
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .intro {
    left: 25px;
  }
}

.intro-subtitle {
font-family: 'Oswald', sans-serif;
font-size: 15px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 1px 0;
color: #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;
}

.intro-title-lead {
font-family: 'Oswald', sans-serif;
font-size: 60px;
font-weight: 700;
font-style: normal;
letter-spacing: -0.04em;
line-height: 1;
text-transform: uppercase;
margin: -7px 0 0 0;
padding: 0;
color: #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;
}

@media all and (min-width: 1920px) {
  .intro-title-lead {
    font-size: 90px;
	margin: -9px 0 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .intro-title-lead {
    font-size: 60px;
	margin: -7px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .intro-title-lead {
    font-size: 40px;
	margin: -3px 0 0 0;
  }
}

.intro-title {
font-family: 'Oswald', sans-serif;
font-size: 80px;
font-weight: 700;
font-style: normal;
letter-spacing: -0.04em;
line-height: 1;
text-transform: uppercase;
margin: -8px 0 0 -3px;
padding: 0;
color: #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;
}

@media all and (min-width: 1920px) {
  .intro-title {
    font-size: 120px;
	margin: -12px 0 0 -3px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro-title {
    font-size: 80px;
	margin: -8px 0 0 -2px;
  } 
}

@media only screen and (max-width: 768px) {
  .intro-title {
    font-size: 60px;
	margin: -7px 0 0 -2px;
  }
}


/* 37. 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;
}


/* 38. blog */
.section-title-inner {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: normal;
}

.section-title-inner {
bottom: 0;
text-align: center;
}

.section-title-inner.section-title-inner-dark {
color: #5f5f5f;
}


/* blog news */
.news-modal .modal-content {
min-height: 100%;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
-webkit-background-clip: border-box;
        background-clip: border-box;
-webkit-box-shadow: none;
        box-shadow: none;
margin: 0;
padding: 0;
border: none;
background: #fff;
}

body.body-dark .news-modal .modal-content {
background: #111;
}


/* news quote */
.blog-quote {
line-height: 100px;
padding: 0 0 0 50px;
border-left: 5px solid #5f5f5f;
margin: 0;
}

@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 30px;
	margin: 0;
  }
}

body.body-dark .blog-quote {
border-left: 5px solid #e0e0e0;
}

.blog-quote p {
position: relative;
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 30px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: 0;
top: -2px;
width: 100%;
line-height: 1.25;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .blog-quote p {
    font-size: 25px;
  }
}

body.body-dark .blog-quote p {
color: #e0e0e0;
}


/* news nopadding */
@media only screen and (max-width: 880px) {
  .nopadding {
    padding: 0!important;
    margin: 0!important;
  }
}

.nopadding.nopadding-xs {
margin-left: -15px!important;
margin-right: -15px!important;
}
  
@media only screen and (max-width: 880px) {
  .nopadding.nopadding-xs {
	margin-left: -10px!important;
    margin-right: -10px!important;
  }
}


/* news lower page */
.lower-page.lower-page-modal {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 880px) {
  .lower-page.lower-page-modal {
    padding: 0;
  }
}


/* news img */
.section-item img {
width: 33vw;
height: 66vh;
object-fit: cover;
}


/* 39. 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)";
}


/* 40. 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: 40px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-weight: 500!important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 15px;
  }
}

.lity-close:active {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 40px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 15px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 41. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-works,
.owl-nav-custom-news,
.owl-nav-custom-news-all {
position: relative;
width: 115px!important;
max-width: 115px;
height: 50px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 1px auto;
overflow: hidden;
text-align: center;
}

@media only screen and (max-width: 995px) {
  .owl-nav-custom-team {
    margin: 0;
	text-align: left;
  }
}

@media only screen and (max-width: 995px) {
  .owl-nav-custom-works,
  .owl-nav-custom-news {
    margin: 0;
	left: 15px;
	text-align: left;
  }
}

.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;	
}

body.body-dark .owl-prev,
body.body-dark .owl-next {
color: #fff;
background: #5f5f5f;
}

.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;
background: #ccc!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;
}


/* 42. PhotoSwipe CUSTOM */
.pswp__bg {
background: #fff;
}

.pswp__counter {
color: #111;
opacity: 1;
}

.pswp__caption__center {
color: #111;
}

.pswp__share-modal {
background: rgba(255, 255, 255, 0.5);
}

.pswp__img--placeholder--blank {
background: #fff;
}

.pswp__top-bar,
.pswp__caption {
background-color: rgba(255, 255, 255, 1);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(255, 255, 255, 1);
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(../photoswipe/16/default-skin/default-skin-reverse.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    /* background-image: url(../photoswipe/default-skin/default-skin.svg); */
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
background-position: 0 -44px;
}

.pswp__button--share {
background-position: -44px -44px;
}

.pswp__button--fs {
display: none;
}

.pswp--supports-fs .pswp__button--fs {
display: block;
}

.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}

.pswp__button--zoom {
display: none;
background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}

.pswp__button--arrow--left {
left: 0;
}

.pswp__button--arrow--right {
right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(255, 255, 255, 0.3);
height: 30px;
width: 32px;
position: absolute;
}

.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
}

a.pswp__share--facebook,
a.pswp__share--twitter,
a.pswp__share--pinterest,
a.pswp__share--download {
color: #5f5f5f;
}

a.pswp__share--facebook:hover,
a.pswp__share--twitter:hover,
a.pswp__share--pinterest:hover,
a.pswp__share--download:hover {
color: #fff;
}

body.body-dark .pswp__bg {
background: #111;
}

body.body-dark .pswp__counter {
color: #e0e0e0;
opacity: 1;
}

body.body-dark .pswp__caption__center {
color: #e0e0e0;
}

body.body-dark .pswp__share-modal {
background: rgba(0, 0, 0, 0.5);
}

body.body-dark .pswp__img--placeholder--blank {
background: #111;
}

body.body-dark .pswp__top-bar,
body.body-dark .pswp__caption {
background-color: rgba(17, 17, 17, 1);
}

body.body-dark .pswp__ui--fit .pswp__top-bar,
body.body-dark .pswp__ui--fit .pswp__caption {
background-color: rgba(17, 17, 17, 1);
}

body.body-dark .pswp__button,
body.body-dark .pswp__button--arrow--left:before,
body.body-dark .pswp__button--arrow--right:before {
background: url(../photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  body.body-dark .pswp--svg .pswp__button,
  body.body-dark .pswp--svg .pswp__button--arrow--left:before,
  body.body-dark .pswp--svg .pswp__button--arrow--right:before {
    /* background-image: url(../photoswipe/default-skin/default-skin.svg); */
  }

  body.body-dark .pswp--svg .pswp__button--arrow--left,
  body.body-dark .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

body.body-dark .pswp__button--close {
background-position: 0 -44px;
}

body.body-dark .pswp__button--share {
background-position: -44px -44px;
}

body.body-dark .pswp__button--fs {
display: none;
}

body.body-dark .pswp--supports-fs .pswp__button--fs {
display: block;
}

body.body-dark .pswp--fs .pswp__button--fs {
background-position: -44px 0;
}

body.body-dark .pswp__button--zoom {
display: none;
background-position: -88px 0;
}

body.body-dark .pswp--zoom-allowed .pswp__button--zoom {
display: block;
}

body.body-dark .pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
}

body.body-dark .pswp--touch .pswp__button--arrow--left,
body.body-dark .pswp--touch .pswp__button--arrow--right {
visibility: hidden;
}

body.body-dark .pswp__button--arrow--left,
body.body-dark .pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}

body.body-dark .pswp__button--arrow--left {
left: 0;
}

body.body-dark .pswp__button--arrow--right {
right: 0;
}

body.body-dark .pswp__button--arrow--left:before,
body.body-dark .pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(17, 17, 17, 0.3);
height: 30px;
width: 32px;
position: absolute;
}

body.body-dark .pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}

body.body-dark .pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
}

body.body-dark a.pswp__share--facebook,
body.body-dark a.pswp__share--twitter,
body.body-dark a.pswp__share--pinterest,
body.body-dark a.pswp__share--download {
color: #5f5f5f;
}

body.body-dark a.pswp__share--facebook:hover,
body.body-dark a.pswp__share--twitter:hover,
body.body-dark a.pswp__share--pinterest:hover,
body.body-dark a.pswp__share--download:hover {
color: #fff;
}


/* 43. 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-txt {
position: relative;
width: 100%!important;
padding: 0;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
	padding: 0 10px;
	left: 0;
  }
}

.swiper-slide-txt-inner {
position: relative;
max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.hero-slider-bg-controls {
position: absolute;
right: 45px;
bottom: 50px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 20px;
    bottom: 25px;
  }
}

.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: #fff;
background: none;
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: none;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
/* position: relative; */
position: absolute;
left: 0;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-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;
right: 171px;
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: 880px) {
  .swiper-slide-controls-play-pause {
    right: 146px;
    bottom: 25px;
  }
}

.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: #111;
-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)";
}

.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;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-inner-txt {
    width: 100%!important;
  }
}

.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-inner-txt-2 {
position: absolute;
left: 0;
bottom: 0;
width: 100%!important;
-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-2 {
-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)";
}

video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.swiper-scrollbar {
position: absolute;	  
left: 0;
right: 0; 
bottom: 64px;
margin-left: auto; 
margin-right: auto; 
width: 300px!important;
height: 1px;
background: rgba(119, 119, 119, .75);
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
z-index: 15;
}

@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: #fff;
}

.swiper-scrollbar-drag::after {
content: "";
position: absolute;
width: 10px!important;
height: 10px;
top: 3px;
left: 3px;
background: #fff;
-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;
  }
}


/* 44. divider */
.visible-mobile-devices,
.visible-mobile-devices-xs {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 880px) {
  .visible-mobile-devices-xs {
    display: block;
    visibility: visible;
  }
}

.hidden-mobile-devices {
display: none;
visibility: hidden;
}

.divider-s,
.divider-s-2,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl,
.inner-divider-50 {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.divider-s {
height: 25px;
}

@media only screen and (max-width: 880px) {
  .divider-s {
    height: 25px;
  }
}

.divider-s-2 {
height: 100px;
}

@media only screen and (max-width: 995px) {
  .divider-s-2 {
    height: 75px;
  }
}

@media only screen and (max-width: 880px) {
  .divider-s-2 {
    height: 50px;
  }
}

.divider-m {
height: 25px;
}

@media all and (min-width: 1920px) {
  .divider-m {
    height: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .divider-m {
    height: 25px;
  }
}

.divider-m-2 {
height: 50px;
}

@media only screen and (max-width: 880px) {
  .divider-m-2 {
    height: 25px;
  }
}

.divider-l {
height: 100px;
}

@media only screen and (max-width: 880px) {
  .divider-l {
    height: 50px;
  }
}

.divider-xl {
height: 150px;
}

@media only screen and (max-width: 880px) {
  .divider-xl {
    height: 100px;
  }
}

.inner-divider-50 {
height: 50px;
}

@media only screen and (max-width: 880px) {
  .inner-divider-50 {
    height: 30px;
  }
}

h6 {
display: none!important;
visibility: hidden!important;
}