/*
  1. TEMPLATE BACKGROUNDS
    1.1. about team IMG BACKGROUND
  2. reset
  3. layout
  4. page wrapper
  5. logo
  6. navigation
    6.1. navigation social icons
  7. link underline   
  8. section
  9. PAGES
    9.1. page all
    9.2. page home
    9.3. page about
	  9.3.1 page about team
    9.4. page facts
    9.5. page services
    9.6. page works
    9.7. page testimonials
    9.8. page news
    9.9. page contact
    9.10. page footer
  10. center container
  11. preloader
  12. the wall
  13. skills bar
  14. play video button
  15. scroll indicator
  16. Owl Carousel v2.2.0 CUSTOM
  17. divider
*/

/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. about team IMG BACKGROUND */
.carousel-img-item-1 {
  background-image: url(../img/team/1-zipline.webp);
}
.carousel-img-item-2 {
  background-image: url(../img/team/2-zipcycle.webp);
}
.carousel-img-item-3 {
  background-image: url(../img/team/3-atv.webp);
}
.carousel-img-item-4 {
  background-image: url(../img/team/4-bungy-ejection.webp);
}
.carousel-img-item-5 {
  background-image: url(../img/team/5-bungy-trampoline.webp);
}
.carousel-img-item-6 {
  background-image: url(../img/team/6-rock-climbing.webp);
}
.carousel-img-item-7 {
  background-image: url(../img/team/7-free-fall.webp);
}
.carousel-img-item-8 {
  background-image: url(../img/team/8-water-roller.webp);
}
.carousel-img-item-9 {
  background-image: url(../img/team/9-water-boat.webp);
}
.carousel-img-item-10 {
  background-image: url(../img/team/10-kids-play-area.webp);
}
.carousel-img-item-11 {
  background-image: url(../img/team/11-360degree-cycle.webp);
}
.carousel-img-item-12 {
  background-image: url(../img/team/12-paion-ball.webp);
}
.carousel-img-item-13 {
  background-image: url(../img/team/13-cricket.webp);
}
.carousel-img-item-14 {
  background-image: url(../img/team/14-rope-course.webp);
}
.indoor {
  background-image: url(../img/poppy-hills/indoor-games.webp);
}
.outdoor {
  background-image: url(../img/poppy-hills/outdoor-games.webp);
}
.paintball {
  background-image: url(../img/poppy-hills/painball-arena.webp);
}

/* .carousel-img-item-3 {	
background-image: url(../img/team/carousel-img-item-3.jpg);
}

.carousel-img-item-4 {		
background-image: url(../img/team/carousel-img-item-4.jpg);
}

.carousel-img-item-5 {		
background-image: url(../img/team/carousel-img-item-5.jpg);
}

.carousel-img-item-6 {		
background-image: url(../img/team/carousel-img-item-6.jpg);
}

.carousel-img-item-7 {		
background-image: url(../img/team/carousel-img-item-7.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;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

body {
  /* line-height: 1; */
}

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;
}

/* 3. layout */
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #5f5f5f;
  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%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover,
a:visited,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

p {
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #5f5f5f;
  padding: 0 0 25px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p a {
  color: #111;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

p a:hover {
  color: #111;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

p a:hover,
p a:visited,
p a:active,
p a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: bold;
  color: #1c1c1c;
}

::-moz-selection {
  background: #8d8d8d;
  color: #fff;
}

::selection {
  background: #8d8d8d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 4. page wrapper */
.page-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    z-index: 150;
  }
}

.page-wrapper > * {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}

/* 5. logo */
.logo {
  position: fixed;
  display: inline-block;
  /* top: 50px; */
  top: 15px;
  /* left: 50px; */
  left: 25px;
  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 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  z-index: 200;
}

.logo-img:before {
  content: "";
  background: url(../img/logo-dark-mobile.webp) no-repeat;
  display: block;
  width: 200px;
  height: 95px;
  line-height: 34px;
  -webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.logo-img-dark:before {
  content: "";
  background: url(../img/logo-light-mobile.webp) no-repeat;
  display: block;
  width: 57px;
  height: 34px;
  line-height: 34px;
  -webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.logo-light .logo-img:before {
  background: url(../img/logo-light-mobile.webp) no-repeat;
}

.logo-dark .logo-img-dark:before {
  background: url(../img/logo-dark-mobile.webp) no-repeat;
}

@media only screen and (max-width: 1200px) {
  .logo {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 100;
  }
}

/* 6. navigation */
.navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 102;
}

.menu-open .navigation-overlay {
  -webkit-pointer-events: all;
  -moz-pointer-events: all;
  pointer-events: all;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 101;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-open .navigation-overlay {
    z-index: 250;
  }
}

.menu-open .logo-img:before {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu-open .navigation-toggle .navigation-toggle-bars {
  background: #fff;
}

.menu-open .navigation-toggle.dark .navigation-toggle-bars {
  background: #111;
}

.menu-open .navigation-toggle:hover .navigation-toggle-bars {
  background: #fff;
}

.menu-open .navigation-toggle.dark:hover .navigation-toggle-bars {
  background: #111;
}

.menu-open .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-open .navigation {
    position: fixed;
    display: block;
    left: 50%;
    z-index: 250;
  }
}

.navigation-toggle-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 25px;
  top: 0;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.navigation-toggle-bars {
  position: absolute;
  width: 40px;
  height: 4px;
  right: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #111;
  border: 0.5px solid #ffffff;
}

.navigation-toggle-bars:nth-of-type(1) {
  width: 20px;
  top: 0;
}

.navigation-toggle-bars:nth-of-type(2) {
  top: -webkit-calc(50% - 1.5px);
  top: calc(50% - 1.5px);
}

.navigation-toggle-bars:nth-of-type(3) {
  width: 20px;
  bottom: 0;
}

.navigation-toggle {
  position: fixed;
  top: 50px;
  right: 50px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  z-index: 200;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navigation-toggle {
    z-index: 300;
  }
}

@media only screen and (max-width: 1200px) {
  .navigation-toggle {
    top: 25px;
    right: 25px;
  }
}

.navigation-toggle:hover .navigation-toggle-bars {
  width: 100%;
}

.navigation-toggle-closer .navigation-toggle-bars {
  width: 32px;
  height: 2px;
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(1) {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(2) {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(3) {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.navigation-toggle-bars-light {
  background: #fff;
}

.navigation-toggle-bars-dark {
  background: #111;
}

.menu {
  margin-top: -28px;
}

.menu-item {
  position: relative;
  margin: 0 0 17px 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 995px) {
  .menu-item {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .menu-item {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .menu-item {
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 480px) {
  .menu-item {
    margin: 0 0 10px 0;
  }
}

.menu-link {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.menu-link.dark {
  color: #111;
}

@media only screen and (max-width: 995px) {
  .menu-link {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .menu-link {
    font-size: 20px;
  }
}

.menu-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 4px;
  left: 0;
  bottom: -8px;
  background-color: #fff;
  -webkit-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 995px) {
  .menu-link:after {
    height: 4px;
    bottom: -9px;
  }
}

@media only screen and (max-width: 768px) {
  .menu-link:after {
    height: 2px;
    bottom: -6px;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .menu-link:after {
    height: 2px;
    bottom: -3px;
  }
}

@media only screen and (max-width: 480px) {
  .menu-link:after {
    height: 2px;
    bottom: -6px;
  }
}

.menu-link.dark:after {
  background-color: #111;
}

.menu-link:hover {
  color: #fff;
}

.menu-link.dark:hover {
  color: #111;
}

.menu-link:hover:after {
  width: 100%;
  background-color: #fff;
}

.menu-link.dark:hover:after {
  background-color: #111;
}

.navigation {
  position: fixed;
  display: none;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  top: 85px;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 101;
}

/* 6.1. navigation social icons */
.navigation-social-icons {
  position: absolute;
  display: block;
  width: 100%;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .navigation-social-icons {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .navigation-social-icons {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .navigation-social-icons {
    display: block;
    visibility: visible;
  }
}

.navigation-social-icons ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.navigation-social-icons ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 5px;
}

ul.social-icons {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul.social-icons a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

ul.social-icons.dark a {
  color: #111;
}

ul.social-icons a:hover {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -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;
}

ul.social-icons.dark a:hover {
  color: #111;
}

/* 7. link underline */
.link-underline {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.link-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 11px;
  left: 0;
  background: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.link-underline:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.mobile-only {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-only {
    display: block;
    visibility: visible;
  }
}

/* 8. section */
.section {
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.section-links {
  position: relative;
  color: #111;
}

.section a,
.section a:hover,
.section a:visited,
.section a:active,
.section a:focus {
  color: #111;
}

.section-links:after,
.section-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  background-color: #aa6a14;
  -webkit-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.section-links:after {
  position: absolute;
  bottom: -10px;
}

.section-title:after {
  position: relative;
  bottom: -9px;
}

@media only screen and (max-width: 1200px) {
  .section-title:after {
    bottom: -14px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title:after {
    bottom: -14px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title:after {
    bottom: -18px;
  }
}

.section-links:hover,
.section-title:hover {
  color: #111;
}

.section-links:hover:after {
  width: 100%;
  background-color: #111;
}

.section-title:hover:after {
  width: 160px;
  background-color: #111;
}

.section-title:before {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 5px;
  left: 0;
  top: 60px;
  background-color: #ffd729;
}

@media only screen and (max-width: 1200px) {
  .section-title:before {
    top: 116px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title:before {
    top: 96px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title:before {
    top: 79px;
  }
}

.section-content {
  margin: 0;
  height: auto;
  border: none;
  text-align: center;
}

/* 9. PAGES */
/* 9.1. page all */
.section-all-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  color: #696c7b;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.section-all-subtitle-first {
  color: #20202c;
}

.section-all-subtitle-second {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
  padding: 0;
}

/* 9.2. page home */
/* parallax */
.parallax-window {
  min-height: 100%;
  height: 100%;
  background: transparent;
}

/* hero container */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

/* home */
.home-page {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page {
    z-index: 150;
  }
}

.home-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.home-page-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
}

.home-page-subtitle-carousel {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

h1.home-page-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto 13px auto;
  width: 100%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  h1.home-page-title {
    font-size: 50px;
    margin: 0 auto 14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.home-page-title {
    font-size: 70px;
    margin: 0 auto 11px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.home-page-title {
    /* font-size: 35px; */
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 auto 9px auto;
  }
}

h2.home-page-title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.65em;
  color: #fff;
  margin: 0 0 0 3px;
}

@media only screen and (max-width: 1200px) {
  h2.home-page-title {
    font-size: 12px;
    margin: 0 0 0 4px;
  }
}

@media only screen and (max-width: 995px) {
  h2.home-page-title {
    font-size: 11px;
    margin: 0 0 0 7px;
  }
}

@media only screen and (max-width: 768px) {
  h2.home-page-title {
    font-size: 10px;
    margin: 0 0 0 6px;
  }
}

.alt h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  /* color: #92d13d; */
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  margin: -18px 0 28px 0;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .alt h2 {
    font-size: 85px;
    margin: -13px 0 32px 0;
  }
}

@media only screen and (max-width: 995px) {
  .alt h2 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 768px) {
  .alt h2 {
    font-size: 35px;
    margin: -9px 0 35px 0;
  }
}

.alt h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #363636;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

/* 9.3. page about */
.section-about {
  background: #fff;
  padding: 0;
  overflow: visible;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .section-about {
    overflow: hidden;
  }
}

.section-about img {
  max-width: 100%;
  /* border: 20px solid #fff; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-about img {
    width: 700px;
  }
}

@media only screen and (max-width: 995px) {
  .section-about img {
    border: none;
  }
}

.about-section-images-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  margin: 25px 0 -35px 0;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .about-section-img:nth-of-type(1) {
    margin: -25px -300px 0 0;
  }

  .about-section-img:nth-of-type(2) {
    position: relative;
    bottom: -125px;
    margin: 0 0 0 200px;
  }

  .about-section-img:nth-of-type(3) {
    margin: -25px 0 0 -100px;
  }
}

@media only screen and (max-width: 995px) {
  .about-section-images-carousel {
    margin: 0 0 -4px 0;
  }
}

.txt-about {
  margin: 0 0 -39px 0;
}

/* 9.3.1 page about team */
/* team carousel */
#carousel-img .carousel-img-item {
  padding: 0;
  /* opacity: 0.25;
   -moz-opacity: 0.25;
-webkit-opacity: 0.25; */
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  /* filter: alpha(opacity=25); */
  filter: alpha(opacity=8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  /* -webkit-transform: scale3d(0.8, 0.8, 1);
   -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
     -o-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);			 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-img .owl-item.active.center .carousel-img-item {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.carousel-img-item-1,
.carousel-img-item-2,
.carousel-img-item-3,
.carousel-img-item-4,
.carousel-img-item-5,
.carousel-img-item-6,
.carousel-img-item-7,
.carousel-img-item-8,
.carousel-img-item-9,
.carousel-img-item-10,
.carousel-img-item-11,
.carousel-img-item-12,
.carousel-img-item-13,
.carousel-img-item-14,
.indoor,
.outdoor,
.paintball {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  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;
}

@media only screen and (max-width: 995px) {
  .carousel-img-item-1,
  .carousel-img-item-2,
  .carousel-img-item-3,
  .carousel-img-item-4,
  .carousel-img-item-5,
  .carousel-img-item-6,
  .carousel-img-item-7,
  .carousel-img-item-8,
  .carousel-img-item-9,
  .carousel-img-item-10,
  .carousel-img-item-11,
  .carousel-img-item-12,
  .carousel-img-item-13,
  .carousel-img-item-14,
  .indoor,
  .outdoor,
  .paintball {
    min-height: 500px;
  }
}

/* team box */
.team-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  background: #92d13d;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 768px) {
  .team-box {
    padding: 5px 10px;
  }
}

.team-box span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5f5f5f;
}

/* team hover effect */
.hover-icons {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 15px;

  text-align: center;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .hover-icons {
    left: 10px;
  }
}

@media only screen and (max-width: 995px) {
  .hover-icons {
    left: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .hover-icons {
    left: 0;
  }
}

.hover-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin: 0 4px;
  font-size: 25px;
  background: #92d13d;
  border: 1px solid #fff;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

@media only screen and (max-width: 768px) {
  .hover-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 15px;
  }
}

.hover-icons a.iw-slide-left {
  -webkit-transform: translate3d(-60px, 0, 0);
  -moz-transform: translate3d(-60px, 0, 0);
  -ms-transform: translate3d(-60px, 0, 0);
  -o-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.hover-icons a.iw-slide-right {
  -webkit-transform: translate3d(60px, 0, 0);
  -moz-transform: translate3d(60px, 0, 0);
  -ms-transform: translate3d(60px, 0, 0);
  -o-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.hover-effect-img:hover .hover-icons a {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.hover-icons a:hover {
  background: #ffd735;
  border: 1px solid #000;
  color: #fff !important;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.hover-icons a:hover:after {
  background: #000;
}

.hover-effect-img:hover .hover-icons {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover-icons a:before {
  position: relative;
  z-index: 1;
}

.hover-icons a i {
  position: relative;
  z-index: 1;
}

.hover-effect-img {
  position: relative;
  z-index: 5 !important;
}

.hover-effect.the-team {
  position: absolute;
  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 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}

.hover-effect.the-team {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 995px) {
  .hover-effect.the-team {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}

.hover-effect-img:hover .hover-effect {
  opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* 9.4. page facts */
.section-facts {
  background: #ededed;
  /* background: #92D13D;
background: linear-gradient(90deg, rgba(146, 209, 61, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 218, 64, 1) 100%); */
  padding: 4px 0 0 0;
  overflow: hidden;
  z-index: 1;
}

/* facts counter */
.facts-counter-wrapper {
  padding: 0;

  position: relative;
  margin: -20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .facts-counter-wrapper {
    margin: -13px 0 0 0;
  }
}

.facts-counter-number {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  color: #404040;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 995px) {
  .facts-counter-number {
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .facts-counter-number {
    font-size: 30px;
  }

  .facts-counter-number.facts-counter-number-last {
    margin-top: -13px;
  }
}

.facts-counter-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #404040;
  text-align: center;
  text-transform: uppercase;
}

.facts-counter-description .fa {
  font-size: 20px;
  color: #404040;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 995px) {
  .facts-counter-description .fa {
    display: block;
    margin: 0 0 10px 0;
  }
}

.facts-counter-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

/* 9.5. page services */
.section-services {
  background: #f4f4f2;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.services-move-down {
  margin-top: 200px;
}

@media only screen and (max-width: 995px) {
  .services-move-down {
    margin-top: 0;
  }
}

.services-img {
  height: auto;
  margin: -7px 0 20px 0;
  font-size: 35px;
  text-align: center;
  color: #111;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

@media only screen and (max-width: 995px) {
  .services-img {
    margin: -8px 0 20px 0;
  }
}

.services-hover:hover .services-img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

.services-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
  letter-spacing: -0.04em;
}

.services-description {
  text-align: center;
}

@media only screen and (max-width: 995px) {
  .services-description {
    margin: 0 0 50px 0;
    text-align: left;
  }

  .services-description-last {
    margin: 0;
  }
}

h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 9.6. page works */
.section-works {
  background: #fff;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

/* works hover */
.icon-works {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .icon-works {
    margin-left: -15px;
  }
}

.icon-works a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 4px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.icon-works a.iw-slide-left {
  -webkit-transform: translate3d(-60px, 0, 0);
  -moz-transform: translate3d(-60px, 0, 0);
  -ms-transform: translate3d(-60px, 0, 0);
  -o-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.icon-works a.iw-slide-right {
  -webkit-transform: translate3d(60px, 0, 0);
  -moz-transform: translate3d(60px, 0, 0);
  -ms-transform: translate3d(60px, 0, 0);
  -o-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.image-works:hover .icon-works a {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.icon-works a:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.icon-works a:hover:after {
  background: #000;
}

.image-works:hover .icon-works {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
  position: relative;
  z-index: 1;
}

.icon-works a i {
  position: relative;
  z-index: 1;
}

.image-works {
  position: relative;
  z-index: 5 !important;
}

.hover-effect {
  position: absolute;
  background: #000;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 995px) {
  .hover-effect {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}

.image-works:hover .hover-effect {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.legendary-gallery {
  position: relative;
  margin: 0 20px 0 20px;
  bottom: 20px;
  z-index: 0;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery {
    margin: 20px 10px 0 10px;
    bottom: 10px;
  }

  .legendary-gallery img {
    border: 10px solid #fff;
  }
}

@media only screen and (max-width: 768px) {
  .legendary-gallery {
    margin: 20px 10px 0 10px;
    bottom: 10px;
  }
}

.legendary-gallery figure {
  padding: 20px;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery figure {
    padding: 0 0;
  }
}

.legendary-gallery .img-caption {
  display: none;
}

/* 9.7. page testimonials */
.section-testimonials {
  background: #000;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.testimonials-carousel,
.testimonials-quote,
.testimonials-quote-img {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonials-quote-img {
  position: relative;
  margin: 0 auto 26px auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-quote p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 995px) {
  .testimonials-quote p {
    padding: 0 15px 20px 15px;
  }
}

.testimonials-signature {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  margin-top: -1px;
}

.testimonials-signature:before {
  content: "― ";
  display: inline-block;
}

.section-testimonials.quote-mark-l {
  padding: 0 10px 0 0;
}

.section-testimonials.quote-mark-r {
  padding: 0 0 0 10px;
}

/* 9.8. page news */
.section-news {
  background: #f4f4f2;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.news-date {
  height: auto;
  margin: 0 0 20px 0;
  font-size: 12px;
  text-align: left;
  color: #111;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

.news-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
  padding: 0;
}

.news-description {
  text-align: left;
}

.news-description a,
.news-description a:hover {
  color: #000;
}

h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 9.9. page contact */
.section-contact {
  background: #fff;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

/* contact form */
.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

#contact-form {
  width: 100%;
  margin: -20px 0 0 0;
  padding: 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form input {
  margin: 10px 0 10px 0;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form textarea {
  margin: 10px 0 10px 0;
}

#form input:hover,
#form textarea:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.success {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  margin: 0 auto;
  padding: 50px 0 10px 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#form .error {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  color: #5f5f5f;
  display: block;
  margin: -2px 0 0 1px;
  padding: 0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #111;
}

::-moz-placeholder {
  font-size: 12px;
  color: #111;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #111;
}

input:-moz-placeholder {
  font-size: 12px;
  color: #111;
}

.submit-button {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  outline: none;
  margin: 23px auto 0 auto;
  width: 225px;
  padding: 1px 0 0 0;
  height: 45px;
  border: none;
  color: #fff;
  background: #777;
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.submit-button::before {
  position: absolute;
  content: "";
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: -100%;
  bottom: 0%;
  width: 200%;
  height: 200%;
  color: #fff;
  background: #111;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewX(-60deg);
  -moz-transform: skewX(-60deg);
  -ms-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.submit-button::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submit-button:hover {
  color: #fff;
  background: #999;
}

.submit-button:hover::before {
  bottom: -100%;
  right: -200%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* footer contact block */
.footer-contact-block {
  position: relative;
  margin: 0;
  text-align: left;
}

.footer-contact-block a {
  color: #111;
}

.footer-contact-block .email {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.5;
  font-family: "Montserrat";
}

.footer-contact-block .email:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  bottom: -10px;
  background-color: #111;
  -webkit-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:
    width 300ms cubic-bezier(0.77, 0, 0.175, 1),
    background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-contact-block .email:hover {
  color: #111;
}

.footer-contact-block .email:hover:after {
  width: 100%;
  background-color: #111;
}

a.email,
a.email:hover,
a.email:visited,
a.email:active,
a.email:focus {
  font-size: 14px;
  font-weight: 500;
}

.footer-contact-block-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0 0 15px 0;
  padding: 0;
}

/* social icons footer */
.social-icons-footer-wrapper {
  position: relative;
  margin: 1px auto -3px auto;
  padding: 0;
  text-align: center;
}

.social-icons-footer-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.social-icons-footer-wrapper ul li {
  display: inline;
  margin: 0 auto;
  padding: 0;
}

ul.social-icons-footer {
  margin: 0 auto;
  padding: 0;
}

ul.social-icons-footer a {
  font-size: 30px;
  padding: 0 5px 0 0;
  color: #000;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

ul.social-icons-footer a:hover {
  font-size: 30px;
  padding: 0 5px 0 0;
  color: #000;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -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;
}

.copy {
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  margin: -5px 0 -7px 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.copy a,
.copy a:hover {
  color: #111;
}

/* 9.10. page footer */
.section-footer {
  background: #fff;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

/* 10. center container */
.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}

.center-block {
  display: table-cell;
  /* vertical-align: middle; */
  vertical-align: bottom;
}

/* 11. preloader */
#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#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(17, 17, 17, 0.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(17, 17, 17, 0.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);
  }
}

/* 12. the wall */
#viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: none;
}

#wall {
  z-index: 1;
}

.wall-item-description {
  position: absolute;
  color: #fff;
  font-size: 9px;
  line-height: 120%;
  bottom: 21px;
  left: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #111;
  padding: 5px 10px;
  /* background: rgba(17, 17, 17, .75); */
}

.slideshow li {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow,
.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
}

/* 13. skills bar */
.show-skillbar {
  position: relative;
  margin: 23px 0 -33px 0;
}

.skillbar {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 21px;
  margin: 0 0 30px 0;
  background: none;
}

.skillbar-title {
  position: absolute;
  width: 100px;
  height: 21px;
  line-height: 21px;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  background: #fff;
  padding: 0;
}

.skillbar-bar {
  display: inline-block;
  width: 0px;
  height: 3px;
  background: #111;
  margin: 0 0 3px 0;
}

.skill-bar-percent {
  position: absolute;
  height: auto;
  line-height: 1;
  top: -21px;
  right: 0;
  color: #111;
  font-size: 11px;
  font-weight: 500;
}

/* 14. play video button */
.play-video-btn {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: 1;
}

.play-video-btn a,
.play-video-btn a:hover {
  font-size: 50px;
  color: #f32727;
  text-decoration: none;
}

/* 15. scroll indicator */
.scroll-indicator-wrapper {
  position: absolute;
  width: 1px !important;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.scroll-indicator {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1005;
}

@media only screen and (max-width: 1200px) {
  .scroll-indicator {
    bottom: 50px;
  }
}

.scroll-line {
  display: block;
  width: 1px;
  height: 50px;
  background: none;
}

@media only screen and (max-width: 1200px) {
  .scroll-line {
    height: 25px;
  }
}

.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
  -ms-animation: scroll-down 2s ease-in-out infinite;
  animation: scroll-down 2s ease-in-out infinite;
}

.scroll-line.scroll-line-dark::before {
  background-color: #111;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* 16. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-prev:before {
  left: 50px;
  top: 0;
}

.owl-next:before {
  right: 50px;
  top: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-prev .fa {
  position: relative;
  left: 50px;
}

.owl-next .fa {
  position: relative;
  right: 50px;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none;
  -moz-transition: 0 none;
  -ms-transition: 0 none;
  -o-transition: 0 none;
  transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-next {
  right: -25px;
}

.team-carousel.owl-carousel:hover .owl-prev {
  left: -25px;
}

@media only screen and (max-width: 768px) {
  .team-carousel.owl-carousel:hover .owl-prev {
    left: -40px;
  }
}

.team-carousel.owl-carousel:hover .owl-next {
  right: -25px;
}

@media only screen and (max-width: 768px) {
  .team-carousel.owl-carousel:hover .owl-next {
    right: -40px;
  }
}

.news-carousel.owl-carousel:hover .owl-prev {
  left: -25px;
}

@media only screen and (max-width: 768px) {
  .news-carousel.owl-carousel:hover .owl-prev {
    left: -40px;
  }
}

.news-carousel.owl-carousel:hover .owl-next {
  right: -25px;
}

@media only screen and (max-width: 768px) {
  .news-carousel.owl-carousel:hover .owl-next {
    right: -40px;
  }
}

/* 17. divider */
.inner-divider,
.inner-divider-mini,
.inner-divider-half {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -10;
}

.inner-divider-mini {
  height: 20px;
}

.inner-divider {
  height: 100px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
    height: 150px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-half {
  height: 40px;
}

.show-on-mobile {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .show-on-mobile {
    display: block;
    visibility: visible;
  }
}

.show-on-mobile-s {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .show-on-mobile-s {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 995px) {
  .hide-on-mobile {
    display: none;
    visibility: hidden;
  }
}

/* dividers */
.divider-post {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .divider-post {
    display: block;
    visibility: visible;
    height: 70px;
  }
}

.divider-skillbar {
  width: 100%;
  height: 25px;
  margin: 0;
}

@media only screen and (max-width: 995px) {
  .divider-skillbar {
    margin: -74px 0 0 0;
  }
}

/*========= START CUSTOM CSS =========*/
.facts-counter-number::after {
  content: "+";
  margin-left: 2px;
}

#wall .tile img {
  filter: brightness(1.2);
}

.text-center {
  text-align: center !important;
}

/* Start Testimonoial CSS */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow:
    0 19px 38px rgba(0, 0, 0, 0.1),
    0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #92d13d;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow:
    0 9px 18px rgba(0, 0, 0, 0.12),
    0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  /* padding: 50px;
  margin-bottom: 80px; */
  padding: 35px;
  margin-bottom: 40px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #92d13d;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #92d13d;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/* End Testimonoial CSS */

.google-star {
  padding: 5px;
  float: left;
}

.yt-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white !important;
  border: none;
  cursor: pointer;
  background-color: #ff0000fa;
  border-radius: 10px;
  box-shadow:
    0 0 8px #ea4c89,
    inset 0 0 8px #ee2626;
  -webkit-animation: pulse 1s linear 2s infinite;
}
.yt-button:hover {
  background-color: rgb(237, 225, 225);
  color: red !important;
}
.fb-clr {
  color: #0073d9 !important;
}
.yt-clr {
  color: #cb2727 !important;
}
.insta-clr {
  color: #c92cbb !important;
}
.wp-clr {
  color: #09a900 !important;
}

/* Start CTA Section */
.service-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border-radius: 50px;
  background: #92d13d;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .service-bottom-cta {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .service-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.service-bottom-cta .title {
  margin: 0;
  font-size: 24px;
  color: #232323;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .service-bottom-cta .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .service-bottom-cta .title {
    font-size: 20px;
  }
}
.service-bottom-cta p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #232323;
}
@media only screen and (max-width: 575px) {
  .service-bottom-cta p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .service-bottom-cta p {
    font-size: 20px;
  }
}
.service-bottom-cta p a {
  font-weight: 600;
  color: #232323;
}
.service-bottom-cta .mid-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 8px 55px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .service-bottom-cta .mid-image {
    display: none;
  }
}
.mid-image img {
  border: none !important;
}
.cta-para {
  padding: 0px !important;
}
/* End CTA Section */
/* START STICKY SOCIAL ICON CSS */
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

a.whatsapp {
  background-color: #25d366;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.insta {
  /* background: #02bbd9; */
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
}

.yt {
  background: #ff0000;
  color: white;
}

.line-gold {
  margin-top: 7px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #fdc623;
}
/* END STICKY SOCIAL ICON CSS */

/* Left Sticky Bar */
.left-sticky-bar {
  position: fixed;
  top: 40%;
  left: 0;
  background: linear-gradient(
    -45deg,
    #a8a8a8 0%,
    #d1d1d1 45%,
    #a8a8a8 55%,
    #7a7a7a 100%
  );
  color: #121212;
  padding: 4px 3px;
  font-size: 12px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  font-family: "Montserrat", sans-serif;
}

.sticky-logo {
  width: auto;
  height: auto;
  margin-bottom: 6px;
}

/* Start Floating WhatsApp button */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 15px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px #999;
  z-index: 1000;
  /* Run popout first, then pulse forever */
  animation:
    popout 0.8s ease-out,
    pulse 1.5s infinite 0.8s;
  /* Smooth hover transition */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.whatsapp_icon {
  width: 35px;
  margin-top: 12px;
}
/* Popout Animation */
@keyframes popout {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/* Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/* Tooltip Styling */
.whatsapp_float::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  bottom: 50%;
  transform: translateY(50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  font-size: 14px;
}
/* Tooltip Arrow */
.whatsapp_float::before {
  content: "";
  position: absolute;
  right: 58px;
  bottom: 50%;
  transform: translateY(50%);
  border: 6px solid transparent;
  border-left-color: #333;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* Show Tooltip on Hover */
.whatsapp_float:hover::after,
.whatsapp_float:hover::before {
  opacity: 1;
  transform: translateY(50%) translateX(0);
}
/* End Floating WhatsApp button */

/* Start Pricing Table CSS */
.pricingTable {
  padding-bottom: 100px;
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.pricingTable:before {
  content: "";
  width: 80%;
  height: 10px;
  background: #0e601c;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.pricingTable .title {
  display: inline-block;
  width: 80%;
  margin: 0 0 40px;
  background: #0e601c;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.pricingTable .title:after,
.pricingTable .title:before {
  content: "";
  border-right: 10px solid #4a59ab;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: -10px;
}

.pricingTable .title:after {
  border-right: none;
  border-left: 10px solid #4a59ab;
  left: auto;
  right: -10px;
}

.pricingTable .title span {
  display: block;
  padding: 25px 0;
}

.pricingTable .title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: -21px;
  background:
    linear-gradient(-45deg, transparent 75%, #0e601c 75%) 0 50%,
    linear-gradient(45deg, transparent 75%, #0e601c 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 16px;
}

.pricingTable .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  font-weight: 700;
  color: #0e601c;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

.pricingTable .pricing-content li:last-child {
  margin-bottom: 0;
}

.pricingTable .pricing-content li:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #0e601c;
  position: absolute;
  top: 0;
  left: -10px;
}

.pricingTable .pricing-content li:after {
  content: "";
  border-left: 15px solid #0e601c;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 20px;
}

.pricingTable .pricing-content i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

.pricingTable .pricing-content i:after {
  content: "";
  border-right: 10px solid #4a59ab;
  border-top: 10px solid transparent;
  position: absolute;
  top: -16px;
  left: -10px;
}

.pricingTable .price-value {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #0e601c;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}

.pricingTable .pricingTable-signup {
  display: block;
  padding: 21px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup:before {
  content: "";
  width: 53%;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: rotate(20deg);
}

.pricingTable .pricingTable-signup:after {
  left: auto;
  right: 0;
  transform: rotate(-20deg);
}

.pricingTable .amount {
  display: block;
  padding: 15px 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.pricingTable .amount span {
  display: inline;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  position: relative;
  top: -8px;
}

.pricingTable.green .price-value,
.pricingTable.green .pricing-content li:before,
.pricingTable.green .title,
.pricingTable.green:before {
  background: #8d3d1e;
}

.pricingTable.green .title span:after {
  background:
    linear-gradient(-45deg, transparent 75%, #8d3d1e 75%) 0 50%,
    linear-gradient(45deg, transparent 75%, #8d3d1e 75%) 0 50%;
  background-size: 16px;
}

.pricingTable.green .pricing-content li {
  color: #8d3d1e;
}

.pricingTable.green .pricing-content li:after {
  border-left: 15px solid #8d3d1e;
}

.pricingTable.green .pricing-content i:after,
.pricingTable.green .title:before {
  border-right: 10px solid #11927a;
}

.pricingTable.green .title:after {
  border-left: 10px solid #11927a;
}

.pricingTable.purple .price-value,
.pricingTable.purple .pricing-content li:before,
.pricingTable.purple .title,
.pricingTable.purple:before {
  background: #fbc71e;
}

.pricingTable.purple .title span:after {
  background:
    linear-gradient(-45deg, transparent 75%, #fbc71e 75%) 0 50%,
    linear-gradient(45deg, transparent 75%, #fbc71e 75%) 0 50%;
  background-size: 16px;
}

.pricingTable.purple .pricing-content li {
  color: #fbc71e;
}

.pricingTable.purple .pricing-content li:after {
  border-left: 15px solid #fbc71e;
}

.pricingTable.purple .pricing-content i:after,
.pricingTable.purple .title:before {
  border-right: 10px solid #ae365e;
}

.pricingTable.purple .title:after {
  border-left: 10px solid #ae365e;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 100px;
  }
}
/* End Pricing Table CSS */
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

.card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 15px;
}
.card:hover {
  transform: translateY(-5px);
}
.card-img {
  /* height: 250px; */
  width: 100%;
  object-fit: cover;
}
.card-title-overlay {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(54 107 34 / 90%); /* semi-transparent background */
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: -8px;
  text-transform: uppercase;
}
.text-justify {
  text-align: justify !important;
}

button.button-white {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  outline: none;
  margin: 23px auto 0 auto;
  width: 225px;
  padding: 1px 0 0 0;
  height: 45px;
  border: none;
  color: #fff;
  background: #9e1379;
  overflow: hidden;
  cursor: pointer;
}

.txt-dark {
  color: #000000 !important;
}
.txt-white {
  color: #ffffff !important;
}
/*========= END CUSTOM CSS =========*/
