/*
  [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. navigation
  11. logo
  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. the wall
  45. divider
*/

/* 1. TEMPLATE BACKGROUNDS */

/* 1.1. home IMG BACKGROUND */

.item-home-01 {
  background-image: url(../img/home/1.jpg);
}

/* 1.2. home slider IMG BACKGROUND */

.bg-img-1 {
  background-image: url(../img/background/1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
  background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
  background-image: url(../img/background/4.jpg);
}

/* 1.3. team IMG BACKGROUND */

.carousel-item-team-01 {
  background-image: url(../img/team/1.jpg);
}

.carousel-item-team-02 {
  background-image: url(../img/team/2.jpg);
}

.carousel-item-team-03 {
  background-image: url(../img/team/3.jpg);
}

.carousel-item-team-04 {
  background-image: url(../img/team/4.jpg);
}

/* 1.4. about parallax IMG BACKGROUND */

.parallax-years {
  background-image: url(../img/about/1.jpg);
}

/* 1.5. facts parallax IMG BACKGROUND */

.parallax-facts {
  background-image: url(../img/facts/1.jpg);
}

body.body-dark .parallax-facts {
  background-image: url(../img/facts/2.jpg);
}

/* 1.6. works IMG BACKGROUND */

.item-works-01 {
  background-image: url(../img/works/1.jpg);
}

.item-works-02 {
  background-image: url(../img/works/2.jpg);
}

.item-works-03 {
  background-image: url(../img/works/3.jpg);
}

.item-works-04 {
  background-image: url(../img/works/4.jpg);
}

.item-works-05 {
  background-image: url(../img/works/5.jpg);
}

.item-works-06 {
  background-image: url(../img/works/6.jpg);
}

.item-works-07 {
  background-image: url(../img/works/7.jpg);
}

.item-works-08 {
  background-image: url(../img/works/8.jpg);
}

/* 1.7. news IMG BACKGROUND */

.carousel-item-news-01 {
  background-image: url(../img/news/1.jpg);
}

.carousel-item-news-02 {
  background-image: url(../img/news/2.jpg);
}

.carousel-item-news-03 {
  background-image: url(../img/news/3.jpg);
}

.carousel-item-news-04 {
  background-image: url(../img/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, 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, 0.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, 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, 0.75);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 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: 1002;
}

@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. navigation */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  z-index: 1001;
}

.nav-menu-animation {
  position: fixed;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-dasharray: 1;
  stroke-width: 0.25;
  stroke: #777;
  -webkit-animation: spin 23s linear infinite;
  -moz-animation: spin 23s linear infinite;
  -ms-animation: spin 23s linear infinite;
  -o-animation: spin 23s linear infinite;
  animation: spin 23s linear infinite;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 0;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.round-menu.direction {
  background: #111;
  top: 50px;
  right: 50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 880px) {
  .round-menu.direction {
    top: 25px;
    right: 25px;
  }
}

/* body.body-dark .round-menu.direction {
  background: #fff;
} */

.round-menu {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 37px;
  right: 34px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property:
    color,
    -webkit-transform;
  transition-property:
    color,
    -webkit-transform;
  transition-property: transform, color;
  transition-property:
    transform,
    color,
    -webkit-transform;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .round-menu {
    top: 12px;
    right: 9px;
  }
}

.round-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: -moz-calc(50% - 30px);
  left: calc(50% - 30px);
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

body.body-dark .round-menu::before {
  background: #fff;
}

.round-menu.round-menu-no-bg::before {
  background: none;
}

body.body-dark .round-menu.round-menu-no-bg::before {
  background: none;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  left: -webkit-calc(50% - 3px);
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
    0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition:
    transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

body.body-dark .round-menu .dot-1,
body.body-dark .round-menu .dot-2,
body.body-dark .round-menu .dot-3 {
  background: #fff;
}

.round-menu.direction .dot-1,
.round-menu.direction .dot-2,
.round-menu.direction .dot-3 {
  background: #fff;
}

body.body-dark .round-menu.direction .dot-1,
body.body-dark .round-menu.direction .dot-2,
body.body-dark .round-menu.direction .dot-3 {
  background: #111;
}

.round-menu .dot-1 {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.round-menu .dot-3 {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.round-menu:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
  mix-blend-mode: exclusion;
  background: #fff;
}

body.body-dark .round-menu:hover .dot-1,
body.body-dark .round-menu:hover .dot-2,
body.body-dark .round-menu:hover .dot-3 {
  background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav.navigation-menu {
  position: fixed;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

nav.navigation-menu.show {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

nav.navigation-menu,
nav.navigation-menu.show {
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1001;
}

nav.navigation-menu,
nav.navigation-menu.show {
  position: relative;
  display: block;
  overflow: hidden;
  width: 500px;
  height: 500px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-clip-path: circle();
  -moz-clip-path: circle();
  clip-path: circle();
  background: #111;
  object-fit: cover;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 700px;
    height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 300px;
    height: 300px;
  }
}

body.body-dark nav.navigation-menu,
body.body-dark nav.navigation-menu.show {
  background: #fff;
}

nav.navigation-menu a,
nav.navigation-menu a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
  color: #fff;
}

body.body-dark nav.navigation-menu a:link,
body.body-dark nav.navigation-menu a:visited,
body.body-dark nav.navigation-menu a:active {
  color: #5f5f5f;
}

nav.navigation-menu li {
  margin: 0 auto 8px auto;
}

nav.navigation-menu li:last-child {
  margin: 0 auto;
}

nav.navigation-menu a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  line-height: 1;
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
    font-size: 16px;
  }
}

.nav-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nav-menu-links {
  position: relative;
  width: 100%;
  height: auto;
}

/* 11. logo */

.logo {
  position: fixed;
  display: inline-block;
  top: 50px;
  left: 50px;
  line-height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-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;
  cursor: pointer;
  z-index: 1002;
}

@media only screen and (max-width: 880px) {
  .logo {
    top: 25px;
    left: 25px;
  }
}

/* .logo-img::before {
    content: "";
    display: block;
    width: 57px;
    height: 34px;
    line-height: 34px;
} */
/* 
.logo .logo-img::before {
    background: url(../img/RR_logo_white.png) no-repeat;
} */

.logo .logo-img img {
  width: auto;
  height: 100px;
}
@media only screen and (max-width: 880px) {
  .logo .logo-img img {
    width: auto;
    height: 60px;
  }
}
.logo.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;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* 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: 18px;
  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, 0.25) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 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, 0.65) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 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, 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, 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: #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 {
  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 {
  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;
}

@-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: 0.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, 0.6);
  overflow: hidden;
  z-index: 0;
}

body.body-dark .parallax-overlay {
  background: rgba(17, 17, 17, 0.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;
  border-bottom: 1px solid #fff;
  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;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #fff;
  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;
}

#form textarea {
  color: #fff;
  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;
}

#form input:hover,
#form textarea:hover {
  border-color: rgba(219, 0, 24, 0.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;
}

#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: #fff;
  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;
}

#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;
  color: #fff;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  font-size: 12px;
  color: #fff;
}

input:-moz-placeholder {
  font-size: 12px;
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

button {
  border: none;
  background: none;
  outline: none;
}

/* 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: #111;
  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;
}

.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: #111;
  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);
}

.contact-modal-closer {
  position: relative;
  width: 50px;
  height: auto;
  margin: -5px auto 0 auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* 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;
  }
}

.featured-section {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  background: #fff;
}
.fw-heading {
  text-align: center;
  margin-bottom: 80px;
}
.fw-no {
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
}
.fw-heading h2 {
  font-size: 42px;
  font-weight: 800;
}
.fw-heading h2 span {
  color: #ddd;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.fw-heading p {
  letter-spacing: 4px;
  font-size: 12px;
}

.fw-slider {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.fw-track {
  display: flex;
  transition: transform 0.6s ease;
}
.fw-item {
  min-width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.fw-img {
  position: relative;
  overflow: hidden;
}
.fw-img img {
  width: 100%;
  display: block;
}
.fw-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: 0.4s;
}
.fw-img:hover .fw-overlay {
  opacity: 1;
}
.fw-overlay a {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.fw-item h4 {
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 3px;
}

/* NAV */
.fw-nav {
  position: absolute;
  top: 45%;
  background: #000;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fw-item {
    min-width: 50%;
  }
}
@media (max-width: 576px) {
  .fw-item {
    min-width: 100%;
  }
}

/* news img */

.section-item img {
  width: 33vw;
  height: 66vh;
  object-fit: cover;
}

/* 39. Magnific Popup CUSTOM */

.mfp-bg {
  background: rgba(0, 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, 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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  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/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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.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 0.6s ease-in-out,
    transform 2s ease 0.7s;
  -moz-transition:
    opacity 0.6s ease-in-out,
    transform 2s ease 0.7s;
  -ms-transition:
    opacity 0.6s ease-in-out,
    transform 2s ease 0.7s;
  -o-transition:
    opacity 0.6s ease-in-out,
    transform 2s ease 0.7s;
  transition:
    opacity 0.6s ease-in-out,
    transform 2s ease 0.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 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.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 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.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, 0.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. the wall */

#viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  overflow: hidden;
}

#wall {
  z-index: 1;
}

.wall-item-description {
  position: absolute;
  bottom: 24px;
  left: 15px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 800;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgba(17, 17, 17, 0.75);
}

@media only screen and (max-width: 995px) {
  .wall-item-description {
    display: none;
    visibility: hidden;
  }
}

.slideshow li {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow,
.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
}

/* 45. 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;
}

.clients-section {
  background: #fff;
  overflow: hidden;
}

.clients-overlay {
  padding-top: 80px;
}

.clients-heading {
  text-align: center;
  margin-bottom: 70px;
}

.clients-heading span {
  color: #777;
  letter-spacing: 3px;
}

.clients-heading h2 {
  font-size: 40px;
  color: #fff;
  margin: 10px 0;
}

.clients-heading p {
  font-size: 13px;
  letter-spacing: 3px;
  color: #1d1919;
}

.clients-slider {
  width: 100%;
  overflow: hidden;
}

.clients-track {
  display: flex;
  width: max-content;
  animation: scrollClients 35s linear infinite;
}

.client-logo {
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.client-logo img {
  max-width: 120px;
  opacity: 0.4;
  /* filter: grayscale(100%); */
  transition: all 0.4s ease;
}

.client-logo img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@keyframes scrollClients {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .client-logo {
    min-width: 150px;
  }
}
