/*
  [CSS Index]
*/


/* 
  1. TEMPLATE BACKGROUNDS
    1.1. about IMG BACKGROUND
    1.2. history IMG BACKGROUND
    1.3. works IMG BACKGROUND
    1.4. news IMG BACKGROUND
    1.5. home IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. dot
  5. center container
  6. film grain
  7. to top arrow
  8. preloader
  9. hero
  10. link effect
  11. navigation
  12. section txt
  13. section subtitle
  14. section title
  15. vertical lines
  16. works
    16.1. works showcase
	16.2. works full IMG
  17. IMG carousel
  18. post box
  19. logo
  20. services panel
  21. background color
  22. intro
  23. button more
  24. overlay
  25. post
  26. contact
    26.1. social icons
  27. Swiper CUSTOM
  28. Owl Carousel CUSTOM
  29. Magnific Popup CUSTOM
  30. Lity CUSTOM
  31. headers
  32. blog
  33. extras
  34. dots
  35. parallax
  36. home
    36.1. home navigation dropdown
  37. divider
*/


/* fonts */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. about IMG BACKGROUND */
.works-list .works-list-bg.about-list-bg {
  background-image: url(../img/about/2.jpg);
}


/* 1.2. history IMG BACKGROUND */
.carousel-item-history-01 {
  background-image: url(../img/history/1.jpg);
}

.carousel-item-history-02 {
  background-image: url(../img/history/2.jpg);
}

.carousel-item-history-03 {
  background-image: url(../img/history/3.jpg);
}

.carousel-item-history-04 {
  background-image: url(../img/history/4.jpg);
}


/* 1.3. works IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1-1 {
  background-image: url(../img/works/1.jpg);
}

.works-list .works-list-bg.works-list-bg-2-1 {
  background-image: url(../img/works/2.jpg);
}

.works-list .works-list-bg.works-list-bg-3-1 {
  background-image: url(../img/works/3.jpg);
}

.works-list .works-list-bg.works-list-bg-4-1 {
  background-image: url(../img/works/4.jpg);
}


/* 1.4. news IMG BACKGROUND */
.works-list .works-list-bg.news-list-bg-1-1 {
  background-image: url(../img/news/1.jpg);
}

.works-list .works-list-bg.news-list-bg-2-1 {
  background-image: url(../img/news/2.jpg);
}

.works-list .works-list-bg.news-list-bg-3-1 {
  background-image: url(../img/news/3.jpg);
}

.works-list .works-list-bg.news-list-bg-4-1 {
  background-image: url(../img/news/4.jpg);
}


/* 1.5. home IMG BACKGROUND */
.bg-img-1 {
  background-image: url(../img/background/1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
  background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
  background-image: url(../img/background/4.jpg);
}


/* 2. reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

body {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* IE10 scrollbar FIX */
html {
  -ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #e0e0e0;
  background: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  color: #e0e0e0;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
  color: #e0e0e0;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #e0e0e0;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p a,
p a:hover {
  color: #e0e0e0;
  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);
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background: #555;
  color: #fff;
}

::selection {
  background: #555;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* 3.1. upper page */
.upper-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
}


/* 4. dot */
.dot {
  position: relative;
  width: 16px !important;
  height: 16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 16px auto;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  display: none !important;
}

.dot:after {
  content: "";
  position: absolute;
  width: 10px;
  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;
  }
}


/* 5. center container */
.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 15;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}

.center-container-menu {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.center-block-menu {
  display: table-cell;
  vertical-align: middle;
}


/* 6. film grain */
.film-grain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/film-grain.gif) repeat top left;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -webkit-opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.film-grain.film-grain-all {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (max-width: 995px) {
  .film-grain.film-grain-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .film-grain.film-grain-all.film-grain-all-owl {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}

.film-grain-50 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: url(../img/film-grain.gif) repeat top left;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -webkit-opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

@media only screen and (max-width: 995px) {
  .film-grain-50 {
    width: 100%;
  }
}

.film-grain.film-grain-fix {
  top: -7px;
}

@media only screen and (max-width: 995px) {
  .film-grain-50 {
    top: auto;
  }
}

.film-grain-50.film-grain-all {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 995px) {
  .film-grain-50.film-grain-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.film-grain-50.film-grain-all.film-grain-all-reverse {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 995px) {
  .film-grain-50.film-grain-all.film-grain-all-reverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}


/* 7. to top arrow */
.to-top-arrow {
  position: fixed;
  width: 50px !important;
  max-width: 50px;
  height: 50px;
  line-height: 50px;
  left: auto;
  right: 50px;
  bottom: -10px;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  color: #111;
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 115;
}

.to-top-arrow.show {
  bottom: 30px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1200px) {
  .to-top-arrow {
    right: 40px;
  }

  .to-top-arrow.show {
    bottom: 20px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 30px;
  }

  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 8. preloader */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, .15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* 9. hero */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

.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;
}


/* 10. 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: #e0e0e0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect:hover::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);
}


/* 11. navigation */
/* navigation panels overlay */
.panel-overlay-from-left {
  position: fixed;
  width: 25%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-overlay-from-left.open {
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panel-overlay-from-right {
  position: fixed;
  width: 75%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: -100%;
  background: #111;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-overlay-from-right.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* navigation panels */
.panel-from-left {
  position: fixed;
  width: 25%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-from-left.open {
  left: 0;
}

.panel-from-right {
  position: fixed;
  width: 75%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: -100%;
  background: #111;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 200;
}

.panel-from-right.open {
  right: 0;
}


/* navigation icon */
.round-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  z-index: 1001;
}

.round-menu.direction {
  background: #fff;
  top: 50px;
  right: 50px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 1200px) {
  .round-menu.direction {
    top: 40px;
    right: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .round-menu.direction {
    top: 30px;
    right: 30px;
  }
}

.round-menu {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 35px;
  right: 35px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .round-menu {
    top: 25px;
    right: 25px;
  }
}

@media only screen and (max-width: 880px) {
  .round-menu {
    top: 15px;
    right: 15px;
  }
}

.round-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: -moz-calc(50% - 30px);
  left: calc(50% - 30px);
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.round-menu.direction.round-menu::before {
  background: #fff;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  left: -webkit-calc(50% - 3px);
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  background: #fff;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.round-menu.direction .dot-1,
.round-menu.direction .dot-2,
.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;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/* navigation links */
nav.navigation-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  margin: 0 auto;
}

nav.navigation-menu a {
  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;
  left: 0;
  right: 0;
  margin-left: -15px;
  margin-right: auto;
  width: auto !important;
  cursor: pointer;
}

nav.navigation-menu a:hover {
  -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 li {
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu li {
    margin: 0 auto 10px auto;
  }
}

nav.navigation-menu li:last-child {
  margin: 0;
}

nav.navigation-menu a {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #fff;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
    font-size: 75px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
    font-size: 35px;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
    font-size: 20px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  nav.navigation-menu a.active {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    text-shadow: none;
  }
}


/* 12. section txt */
.section-txt p {
  text-align: left;
}

.section-txt a,
.section-txt a:hover {
  text-decoration: none;
  font-weight: 600;
}


/* 13. section subtitle */
.subtitle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
}

.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #e0e0e0;
  line-height: 1;
  letter-spacing: -0.04em;
}

.subtitle.subtitle-left {
  text-align: left;
}


/* 14. section title */
.main-title-wrapper {
  position: absolute;
  width: 100% !important;
  top: 65%;
  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: 10;
}

h1.main-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 75px;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -14px auto;
  width: 100%;
  line-height: 1.15;
  position: relative;
  z-index: 3;
  padding: 0;
  left: 0;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    font-size: 105px;
    margin: -20px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 65px;
    margin: -11px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 45px;
    margin: -8px auto -6px auto;
  }
}

@media only screen and (max-width: 880px) {
  h1.main-title {
    font-size: 35px;
    margin: -5px auto -6px auto;
  }
}

.main-title.main-title-all {
  color: #fff;
  text-align: center;
}

.main-title.main-title-all span {
  color: #fff;
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .main-title.main-title-all span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    text-shadow: none;
  }
}


/* 15. vertical lines */
.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 2;
}

.vertical-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
  content: "";
  position: absolute;
  right: -2px;
}

.vertical-effect:first-child::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  -moz-animation: raindrop 6s ease-out infinite;
  -ms-animation: raindrop 6s ease-out infinite;
  -o-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
  background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
  background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:last-child::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
  background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
  background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}


/* 16. works */
.works-list .works-list-wrapper {
  margin: -40px 0 0 0;
  padding: 0 0 150px 0;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.works-list .works-list-item {
  position: relative;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.works-list .works-list-item:not(:first-of-type) {
  margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg {
  left: 0;
}

.works-list .works-list-item:nth-of-type(even) .works-list-bg {
  right: 0;
}

.works-list .works-list-item-container {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.works-list .works-list-row {
  position: relative;
  z-index: 4;
}

.works-list .works-list-content {
  padding: 150px 150px;
  background: #151515;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-content {
    padding: 55px 55px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    padding: 0 40px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 880px) {
  .works-list .works-list-content {
    padding: 0 30px;
  }
}

.works-list .works-list-content.works-list-content-reverse {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content.works-list-content-reverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.works-list .works-list-bg {
  position: absolute;
  width: calc(50% + 150px);
  height: calc(100% + 300px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-bg {
    width: calc(50% + 130px);
    height: calc(100% + 120px)
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 580px;
    -webkit-transform: none;
    transform: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.works-list .works-list-bg.works-list-bg-reverse {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg.works-list-bg-reverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.works-list-content-wrapper {
  padding-top: 190px;
  margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .works-list-content-wrapper {
    padding-top: 60px
  }
}

.container-custom {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
    padding: 0;
  }
}

.col-md-6-custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}


/* 16.1. works showcase */
.showcase {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 3;
}

.showcase .showcase-img-right {
  width: 50%;
  float: right;
}

.showcase .showcase-img-left {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 995px) {

  .showcase .showcase-img-right,
  .showcase .showcase-img-left {
    width: 100%;
    float: none;
  }
}

.showcase .showcase-img-right img,
.showcase .showcase-img-left img {
  position: relative;
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  overflow: hidden;
}

.showcase .showcase-img-right img {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-right img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.showcase .showcase-img-left img {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-left img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}


/* 16.2. works full IMG */
.works-section {
  margin: 0;
}

.works-section .box-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-mrg-pdg {
  margin: 0;
  padding: 0;
}

.img-fullwidth-all img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* 17. IMG carousel */
.carousel-item-img-wrapper {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: grab;
  z-index: 3;
}

@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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.carousel-item-all {
  height: 70vh;
}


/* 18. post box */
.post-box-inner {
  margin: 0;
}

.post-spacing {
  padding: 0 15px;
}

@media only screen and (min-width: 992px) {
  .post-spacing .row {
    justify-content: center;
  }

  .post-spacing .row>.col-12,
  .post-spacing .row>[class*="col-"] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .post-spacing {
    padding: 0 30px;
  }
}

.post-spacing-2 {
  padding: 0 35px;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-2 {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 880px) {
  .post-spacing-2 {
    padding: 0;
  }
}

.post-spacing-3 {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  background: none;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .container.container-fix {
    width: 100%;
  }
}

@media only screen and (max-width: 880px) {
  .post-spacing-3 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
}


/* 19. logo */
.logo {
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 50px;
  line-height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 150;
}

@media only screen and (max-width: 1200px) {
  .logo {
    top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .logo {
    top: 30px;
    left: 30px;
  }
}

.logo-img::before {
  content: "";
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo .logo-img::before {
  background: url(https://elvnmotorcycles.com/wp-content/uploads/2026/01/ELVN-Motorcycles-White-Logo.svg) no-repeat !important;
  background-size: contain !important;
}


/* 20. services panel */
.panel-wrapper {
  position: relative;
  background: none;
  width: 100%;
  height: calc(100% + 300px);
  margin: -25px auto -45px -15px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .panel-wrapper {
    margin: -25px auto -45px 10px;
  }
}

@media only screen and (max-width: 880px) {
  .panel-wrapper {
    margin: -25px auto -45px -10px;
  }
}

.panel-title {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  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;
  z-index: 3;
}

@media only screen and (max-width: 880px) {
  .panel-title {
    font-size: 15px;
  }
}

.panel-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: -0.04em;
}

.panel-title-span {
  color: #e0e0e0;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  .panel-title-span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}

.panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.panel-group .panel .panel-heading {
  border: none;
  background: none;
}

.panel-group .panel .panel-heading h4 a {
  display: block;
  background: none;
  padding: 15px;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: none;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "\f209";
  font-family: "Ionicons";
}

.ion {
  font-size: 15px;
}

.panel-group .panel .panel-heading h4 a i {
  position: relative;
  display: block;
  top: 8px;
  left: -30px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 4px;
  }
}

.panel-group .panel .panel-body {
  padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  background: none;
  text-align: center;
  padding: 50px 0;
}

.panel-group .panel+.panel {
  border: none;
  margin-top: 0;
}

.panel-body p {
  text-align: left;
}


/* 21. background color */
.bg-light {
  background: #111;
}


/* 22. intro */
.intro {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  color: #e0e0e0;
  margin: 0 0 20px 0;
  padding: 0;
  z-index: 3;
}

.intro span {
  color: #e0e0e0;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  .intro span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}


/* 23. button more */
.more-wraper-center {
  position: relative;
  width: 120px !important;
  max-width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
}

.more-wraper-center.more-wraper-true-center {
  margin-left: auto;
  margin-right: auto;
}

.more-wraper-center.more-wraper-center-form {
  margin: 25px auto 0 auto;
  bottom: 0;
}

.more-button-bg-center {
  background: none;
  border: 2px dashed #e0e0e0;
}

.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.more-button-txt-center {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 120px !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  color: #e0e0e0;
  margin: 0 auto;
  cursor: pointer;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 24. overlay */
.gradient-overlay,
.gradient-overlay-home,
.gradient-overlay-home-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.gradient-overlay,
.gradient-overlay-home-2 {
  z-index: 1;
}

.gradient-overlay-home {
  z-index: 10;
}


/* 25. post */
.post-title {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
}

.post-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: -0.04em;
}

.post-title span {
  color: #e0e0e0;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  .post-title span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}


/* 26. contact */
#contact-form {
  width: 100%;
  margin: -10px auto 0 auto;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #e0e0e0;
  -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 #e0e0e0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #e0e0e0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form textarea {
  margin: 15px 0 10px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
  border-color: #3b3b3b;
  -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: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #e0e0e0;
  margin: 0;
  padding: 25px 0 0 15px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#form .error {
  position: absolute;
  display: block;
  width: 200px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #5f5f5f;
  letter-spacing: 0.15em;
  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;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 13px;
  color: #e0e0e0;
}

:-ms-input-placeholder {
  font-size: 13px;
  color: #e0e0e0;
}

::-moz-placeholder {
  font-size: 13px;
  color: #e0e0e0;
}

input:-moz-placeholder {
  font-size: 13px;
  color: #e0e0e0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

button {
  border: none;
  background: none;
  outline: none;
}

button {
  border: none;
  background: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #e0e0e0;
  margin: 0 auto;
  cursor: pointer;
}


/* 26.1. social icons */
.social-icons {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #e0e0e0;
  margin: 10px auto 0 auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 995px) {
  .social-icons {
    margin: 10px 0 0 0;
  }
}

.social-icons a,
.social-icons a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #e0e0e0;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  color: #e0e0e0;
}

.social-icons li {
  display: inline;
  padding: 0;
}

.social-icons li span {
  color: #e0e0e0;
  padding: 0 10px;
}


/* 27. Swiper CUSTOM */
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hero-slider-img .swiper-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-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: 1200px) {
  .hero-slider-bg-controls {
    right: 35px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 25px;
    bottom: 30px;
  }
}

.swiper-slide-controls {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  font-size: 16px;
  color: #111;
  background: #fff;
  cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 6px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.swiper-slide-controls:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: #fff;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  left: 50px;
  bottom: 48px;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-pagination {
    left: 40px;
    bottom: 38px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 28px;
  }
}

.swiper-slide-pagination::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  background: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 50%;
  background: #fff;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -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: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -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: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  background: #fff;
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.circle-svg {
  position: relative;
  -webkit-transform: scale(1) rotate(-90deg);
  -moz-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
  -webkit-transition: transform .4s ease;
  -moz-transition: transform .4s ease;
  -ms-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
}

.circle-svg circle,
.circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 3;
  stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  -webkit-transition: linear 4s stroke-dashoffset;
  transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 171px;
  bottom: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-controls-play-pause {
    right: 161px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 151px;
    bottom: 30px;
  }
}

.swiper-slide-controls-play-pause:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;

}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "\f478";
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.swiper-container-wrapper {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  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-2 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
  position: absolute;
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
  -webkit-transition: opacity 1.8s ease 1.2s;
  -moz-transition: opacity 1.8s ease 1.2s;
  -ms-transition: opacity 1.8s ease 1.2s;
  -o-transition: opacity 1.8s ease 1.2s;
  transition: opacity 1.8s ease 1.2s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 300px !important;
  height: 1px;
  background: rgba(119, 119, 119, .75);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar {
    display: none;
    visibility: hidden;
  }
}

.swiper-scrollbar-drag {
  position: relative;
  width: 16px !important;
  height: 16px;
  top: -8px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 10px !important;
  height: 10px;
  top: 3px;
  left: 3px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(4.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(4.5);
    opacity: 0;
  }
}

.swiper-container-wrapper-2 {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-container-wrapper-2 .swiper-slide {
  height: 30%;
  top: -webkit-calc(35% - 50px);
  top: -moz-calc(35% - 50px);
  top: calc(35% - 50px);
  overflow: visible;
}

.swiper-container-wrapper-2 .swiper-description {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -120px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 15;
}

@media only screen and (max-width: 1200px) {
  .swiper-container-wrapper-2 .swiper-description {
    bottom: -110px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-container-wrapper-2 .swiper-description {
    bottom: -100px;
  }
}

.post-heading {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  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;
  margin: -75px auto 0 auto;
  z-index: 3;
}

@media only screen and (max-width: 880px) {
  .post-heading {
    font-size: 15px;
  }
}

.post-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: -0.04em;
}

.post-heading span {
  color: #e0e0e0;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  .post-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}

.swiper-slide-inner-bg-3 {
  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;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-active .swiper-slide-inner-bg-3 {
  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;
  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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15;
}

.swiper-scrollbar.swiper-scrollbar-2 {
  display: none;
  visibility: hidden;
}


/* 28. Owl Carousel CUSTOM */
.owl-carousel {
  cursor: grab;
  z-index: 3;
}

.owl-nav-custom-history,
.owl-nav-custom-works {
  position: relative;
  width: 114px !important;
  max-width: 114px;
  height: 50px;
  left: 2px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 19px auto 0 auto;
  text-align: center;
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  text-align: center;
}

.owl-prev {
  left: 0;
}

.owl-next {
  left: 60px;
}

.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  color: #111;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.owl-prev.disabled,
.owl-next.disabled {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #3b3b3b !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  cursor: default !important;
}


/* 29. Magnific Popup CUSTOM */
.mfp-bg {
  background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
  font-family: "Ionicons";
  content: "\f124";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
  left: 15px;
}

.mfp-arrow-right:after {
  font-family: "Ionicons";
  content: "\f125";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
  right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: none;
}

.mfp-title,
.mfp-counter {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.mfp-close {
  font-weight: 500 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  z-index: 99998 !important;
}

.mfp-bg {
  z-index: 99996 !important;
}

.mfp-wrap {
  z-index: 99997 !important;
}

.mfp-content {
  z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 30. Lity CUSTOM */
.lity {
  z-index: 99999;
  cursor: crosshair;
  background: rgba(0, 0, 0, .55);
}

.lity-close {
  width: 35px !important;
  max-width: 35px;
  height: 35px;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500 !important;
}

@media only screen and (max-width: 1200px) {
  .lity-close {
    top: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 20px;
  }
}

.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: 1200px) {
  .lity-close:active {
    top: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 20px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-shadow: none;
}


/* 31. headers */
.intro {
  font-size: 40px;
  margin: 60px 0 0 0;
}

@media all and (min-width: 1920px) {
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    font-size: 30px;
    margin: -7px 0 -5px 0;
  }
}

@media only screen and (max-width: 880px) {
  .intro {
    font-size: 20px;
    margin: -6px 0 -4px 0;
  }
}

.intro span {
  font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .intro span {
    font-size: 20px;
  }
}

.intro.intro-all {
  font-size: 40px;
  margin: -8px 0 -6px 0;
  text-transform: uppercase;
  line-height: 1.25;
}

.intro.intro-all {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: -0.04em;
}

@media all and (min-width: 1920px) {
  .intro.intro-all {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro.intro-all {
    font-size: 30px;
    margin: -4px 0;
  }
}

@media only screen and (max-width: 880px) {
  .intro.intro-all {
    font-size: 30px;
  }
}

.intro.intro-all span {
  font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro.intro-all span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .intro.intro-all span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .intro.intro-all span {
    font-size: 30px;
  }
}

.more-wraper {
  margin: 3px auto;
}

.more-wraper.more-wraper-form {
  margin: 19px auto 0 auto;
}

.section-txt p {
  margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0;
  }
}

.post-title {
  font-size: 15px;
  margin: -4px auto;
}

.owl-nav-custom-history,
.owl-nav-custom-works {
  margin: 3px auto;
}


/* 32. blog */
.blog-quote {
  line-height: 100px;
  padding: 0 0 0 50px;
  border-left: 5px solid #fff;
}

@media only screen and (max-width: 1200px) {
  .blog-quote {
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 30px;
  }
}

.blog-quote p {
  font-size: 23px;
  font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.panel-from-left-blog {
  position: fixed;
  width: 25%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background: #111;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
  left: 0;
}

.panel-overlay-from-right-blog {
  position: fixed;
  width: 75%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: crosshair;
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-overlay-from-right-blog {
    width: 25%;
  }
}

.panel-overlay-from-right-blog.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
  position: relative;
  margin: 0;
  padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
  color: #e0e0e0;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-side-text a:hover {
  color: #fff;
}

@media only screen and (max-width: 880px) {

  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #e0e0e0;
  margin: -5px 0 -2px 0;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .blog-side-heading h3 {
    font-size: 20px;
    margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: #111;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  cursor: pointer;
  z-index: 115;
}

@media only screen and (max-width: 1200px) {
  .blog-side-launcher {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-side-launcher {
    left: 30px;
    bottom: 30px;
  }
}

.blog-comments {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.comments {
  text-align: left;
}

.comments article {
  position: relative;
  margin: 0 auto;
}

.profile-photo {
  display: block;
  text-align: left;
  margin: -8px 0 -22px 0;
}

.comments article img {
  width: 80px;
  height: 80px;
  border-width: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 15px auto 30px auto;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h4 a,
.comment-responce h4 a:hover,
.comment-responce h4 a:visited,
.comment-responce h4 a:active,
.comment-responce h4 a:focus {
  color: #e0e0e0 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.comment-responce {
  padding-left: 75px;
}

.blog-search {
  width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
  background: none;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.blog-search input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search input {
    width: 200px;
  }
}


/* 33. extras */
.subtitle.subtitle-news {
  text-align: center !important;
}

.intro.intro-last {
  margin-left: 15px !important;
}


/* showcase caption */
.showcase span.caption-left,
.showcase span.caption-right,
.box-img span.caption-right {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .7);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 5;
}

.showcase span.caption-left {
  left: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .showcase span.caption-left {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .showcase span.caption-left {
    left: 30px;
    bottom: 30px;
  }
}

.showcase span.caption-right,
.box-img span.caption-right {
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1200px) {

  .showcase span.caption-right,
  .box-img span.caption-right {
    right: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 880px) {

  .showcase span.caption-right,
  .box-img span.caption-right {
    right: 30px;
    bottom: 30px;
  }
}


/* 34. dots */
.dots {
  position: absolute;
  display: block;
  width: -webkit-calc(33% - 300px);
  width: -moz-calc(33% - 300px);
  width: calc(33% - 300px);
  height: -webkit-calc(100% - 300px);
  height: -moz-calc(100% - 300px);
  height: calc(100% - 300px);
  top: 150px;
  right: 150px;
  bottom: 150px;
  left: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .dots {
    display: none;
    visibility: hidden;
  }
}

.dots-reverse {
  position: absolute;
  display: block;
  width: -webkit-calc(33% - 300px);
  width: -moz-calc(33% - 300px);
  width: calc(33% - 300px);
  height: -webkit-calc(100% - 300px);
  height: -moz-calc(100% - 300px);
  height: calc(100% - 300px);
  top: 150px;
  right: 0;
  bottom: 150px;
  left: 66%;
  margin-left: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
  z-index: 10;
}

@media all and (min-width: 1920px) {
  .dots-reverse {
    margin-left: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  .dots-reverse {
    margin-left: 150px;
  }
}

@media only screen and (max-width: 880px) {
  .dots-reverse {
    display: none;
    visibility: hidden;
  }
}

.the-dots {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-image: radial-gradient(rgba(119, 119, 119, .75) 5%, transparent 0);
  background-size: 30px 30px;
}


/* 35. parallax */
.parallax-window {
  min-height: 100%;
  height: 100%;
  background: transparent;
}


/* 36. home */
.home-page,
.footer-page {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
}

@media only screen and (max-width: 880px) {
  .home-page {
    z-index: 1;
  }
}


/* 36.1. home navigation dropdown */
nav.navigation-menu ul.sub-menu li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  -webkit-text-stroke: unset;
  text-stroke: unset;
}

nav.navigation-menu ul.sub-menu li a {
  font-size: 12px;
}

nav.navigation-menu li ul.sub-menu li {
  margin: 1px auto 0 auto;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 15px;
  }

  nav.navigation-menu li ul.sub-menu li {
    margin: 9px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 12px;
  }

  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 10px;
  }

  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 10px;
  }

  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

.sub-menu li:first-child {
  margin: 16px auto 0 auto !important;
}

@media all and (min-width: 1920px) {
  .sub-menu li:first-child {
    margin: 16px auto 0 auto !important;
  }
}

@media only screen and (max-width: 1200px) {
  .sub-menu li:first-child {
    margin: 10px auto 0 auto !important;
  }
}

@media only screen and (max-width: 995px) {
  .sub-menu li:first-child {
    margin: 10px auto 0 auto !important;
  }
}

@media only screen and (max-width: 880px) {
  .sub-menu li:first-child {
    margin: 5px auto 0 auto !important;
  }
}


/* 37. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-50,
.inner-divider-last {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.inner-divider {
  height: 200px;
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-half {
  height: 75px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 30px;
  }
}

.inner-divider-ultra-half {
  height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half {
    height: 75px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-divider-ultra-half {
    height: 50px;
  }
}

.inner-divider-50 {
  height: 50px;
}

@media only screen and (max-width: 880px) {
  .inner-divider-50 {
    height: 30px;
  }
}

.inner-divider-last {
  height: 300px;
}

@media only screen and (max-width: 1200px) {
  .inner-divider-last {
    height: 290px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-last {
    height: 230px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider.inner-divider-showcase {
    height: 75px;
  }
}

.mobile-visible {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-visible {
    display: block;
    visibility: visible;
  }

  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}

.extra-margin-all,
.extra-margin-owl {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

h6 {
  display: none;
  visibility: hidden;
}

/* Social Icons in Menu */
.social-icons-menu {
  margin-top: 40px;
  text-align: center;
  display: block;
}

.social-icons-menu a {
  display: inline-block;
  margin: 0 15px;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.social-icons-menu a:hover {
  color: #e0e0e0;
  transform: scale(1.1);
}

@media only screen and (max-width: 880px) {
  .social-icons-menu {
    margin-top: 30px;
  }

  .social-icons-menu a {
    font-size: 20px;
    margin: 0 10px;
  }
}

/* Updated Aesthetic Social Icons */
.social-icons-menu a.aesthetic-icon {
  display: inline-block;
  margin: 0 12px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

.social-icons-menu a.aesthetic-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5px;
}

.social-icons-menu a.aesthetic-icon:hover {
  opacity: 1;
  transform: scale(1.1);
  color: #ffffff;
}

@media only screen and (max-width: 880px) {
  .social-icons-menu {
    margin-top: 25px;
  }

  .social-icons-menu a.aesthetic-icon {
    margin: 0 8px;
  }

  .social-icons-menu a.aesthetic-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Increase spacing between aesthetic social icons */
.social-icons-menu a.aesthetic-icon {
  margin: 0 15px !important;
}

@media only screen and (max-width: 880px) {
  .social-icons-menu a.aesthetic-icon {
    margin: 0 12px !important;
  }
}

/* Further reduce spacing between aesthetic social icons by 5px */
.social-icons-menu a.aesthetic-icon {
  margin: 0 5px !important;
}

@media only screen and (max-width: 880px) {
  .social-icons-menu a.aesthetic-icon {
    margin: 0 5px !important;
  }
}

/* Menu Copyright Text */
.menu-copyright {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 10;
}

.menu-copyright p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media only screen and (max-width: 880px) {
  .menu-copyright {
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

/* Fix Menu Copyright Text z-index and visibility */
.panel-from-right .menu-copyright {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 300 !important;
  /* Ensure it is above the panel background */
  width: 300px;
  text-align: left;
}

@media only screen and (max-width: 880px) {
  .panel-from-right .menu-copyright {
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

/* Menu Privacy Policy Text */
.panel-from-right .menu-privacy-policy {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 300 !important;
  text-align: right;
  width: 300px;
}

.panel-from-right .menu-privacy-policy a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  /* Ensure it takes space */
}

.panel-from-right .menu-privacy-policy a:hover {
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .panel-from-right .menu-privacy-policy {
    bottom: 70px;
    /* Copyright'in ustune */
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

/* Remove Film Grain / Watermark Effect */
.film-grain,
.film-grain-50,
.film-grain-all {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}