

* {
  outline: none !important;
}



@font-face {
    font-family: 'millionaire_demoregular';
    src: url('../fonts/millionaire_demo-webfont.woff2') format('woff2'),
         url('../fonts/millionaire_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: #222327;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #222327;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #222327;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
  .container {
    max-width: 1530px;
  }
}
/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow:clip;
  background: #222327;
}

section {
  position: relative;
}

aside {
  position: relative;
}

/* FORM ELEMENTS */
input[type=text] {
    border:none;
    border-bottom:1px solid #000;
  max-width: 100%;
  height: 58px;
  padding: 0 20px;
}

input[type=email] {
    border:none;
    border-bottom:1px solid #000;    
  max-width: 100%;
  height: 58px;

  padding: 0 20px;
}

input[type=search] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=password] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=submit] {
  height: 58px;
  border: none;
  background: #222327;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

button[type=submit] {
  height: 58px;
  border: none;
  background: #222327;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

textarea {
    border:none;
    border-bottom:1px solid #000;    
  max-width: 100%;
  height: 140px;
  padding: 20px;
}

/* EQUALIZER */
.equalizer {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: #fff;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* SPLITTING */
.splitting .word, .splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-item .page-link {
  font-weight: 600;
  border-radius: 0 !important;
  font-size: 13px;
  color: #222327;
  line-height: 1;
  padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #161619;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: #99cc33;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  transition-delay: 0.6s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1c1c1c;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.preloader .inner span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 20px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 40px;
  transform: translateX(-7px);
}

/* PAGE LOADED */
.page-loaded .preloader {
  left: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner span {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .left-side {
  left: 0;
  opacity: 1;
}

.page-loaded .slider {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .page-header {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .all-cases-link {
  right: 30px;
}

/* PAGE TRANSTION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #99cc33;
}
.page-transition .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1c1c1c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.page-transition.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.page-transition.active .layer {
  width: 100%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #99cc33;
  padding-left: 120px;
}
.site-navigation .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.site-navigation .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}
.site-navigation .inner ul {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
  float: left;
    width: 50%;
    margin-top:80px;
}
.site-navigation .inner ul li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  position:relative;
}
.site-navigation .inner ul li ul {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}
.site-navigation .inner ul li ul li {
  display: block;
  margin: 0;
}
.site-navigation .inner ul li ul li a {
  font-size: 26px;
}
.site-navigation .inner ul li i {
  margin-left: 20px;
  font-size: 50px;
  color: #99cc33;
  display: inline-block;
  line-height: 1;
  transform: translateY(-5px);
  cursor: pointer;
}
.site-navigation .inner ul li small {
  width: 100%;
  display: block;
  color: #fff;
  opacity: 0.7;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-15px);
}
.site-navigation .inner ul li a {
  font-size: 50px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding-bottom:10px;
}

.site-navigation.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.site-navigation.active .layer {
  width: 100%;
}
.site-navigation.active .inner {
  opacity: 1;
}

/* SECTION TITLES */
.section-title {

  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 4vw;
  letter-spacing: 2px;
}

/* SOCIAL MEDIA */
.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 99;
  background: #99cc33;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.social-media .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.social-media .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.social-media .inner h5 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.social-media .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.social-media .inner ul li {
  font-size: 2vw;
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.social-media .inner ul li a {
  color: #fff;
}
.social-media .inner ul li a:hover {
  color: #99cc33;
  text-decoration: none;
}
.social-media.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.social-media.active .layer {
  width: 100%;
}
.social-media.active .inner {
  opacity: 1;
}

/* ALL CASES */
.all-cases {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #99cc33;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.all-cases .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.all-cases .inner {
  position: relative;
  z-index: 2;
  padding-left: 220px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  width: 100%;
}
.all-cases .inner ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.all-cases .inner ul li {
  font-size: 8vw;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-cases .inner ul li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.all-cases .inner ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.all-cases.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.all-cases.active .layer {
  width: 100%;
}
.all-cases.active .inner {
  opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
  position: absolute;
  right: -100%;
  top: 30px;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
}
.all-cases-link span {
  color: #fff;

  margin-right: 10px;
}
.all-cases-link b {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  background: #fff;
  color: #222327;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.all-cases-link b:hover {
  background: #99cc33;
  text-decoration: none;
  color: #fff;
}

/* LEFT SIDE */
.left-side {
  width: 80px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
  text-align: center;
 /* border-right: 1px solid rgba(255, 255, 255, 0.1);*/
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
  opacity: 0;
      background: rgba(34, 35, 39, 0.4);
}
.left-side .logo {
  display: inline-block;
  margin-bottom: auto;
}
.left-side .logo img {
  width: 50px;
}
.left-side .hamburger {
  margin: auto;
}
.left-side .follow-us {
width: max-content;
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  margin: auto;
  cursor: pointer;
}
.left-side .equalizer {
  margin: auto;
  margin-bottom: 0;
  top:-90px;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: #222327;
}
.slider .gallery-thumbs {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  position: absolute;
  bottom: 30%;
  right: 0;
  height: auto;
  color: #fff;
}
.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  filter: blur(3px);
}
.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 800;
}
.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 13px;
  color: #fff;

  padding-bottom: 5px;
  position: relative;
}
.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}
.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}
.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}
.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 4vw;
}
.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}
.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.slider .slide-progress span {
  display: inline-block;
  color: #fff;
  
  font-size: 14px;
}
.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* VIDEO HERO */
.video-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.video-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #222327;
}
.video-hero .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.video-hero .inner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-hero .inner span {
  width: 100%;
  float: left;
  font-size: 8vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}
.video-hero .inner a {
  font-size: 19px;
  color: #fff;
  
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.video-hero .inner a:hover {
  text-decoration: none;
  color: #99cc33;
}

/* CAROUSEL HERO */
.carousel-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.carousel-hero .carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.carousel-hero .carousel-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
  opacity: 0.4;
}
.carousel-hero .carousel-slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222327;
  opacity: 0.7;
}
.carousel-hero .carousel-slider .swiper-slide .inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.carousel-hero .carousel-slider .swiper-slide .inner h2 {
  width: 100%;
  float: left;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a {
  font-size: 19px;
  color: #fff;
  
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
  text-decoration: none;
  color: #99cc33;
}
.carousel-hero .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.carousel-hero .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.carousel-hero .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.carousel-hero .slide-progress span {
  display: inline-block;
  color: #fff;
  
  font-size: 14px;
}
.carousel-hero .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #161619;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.page-header .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
}
.page-header .inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 6vw;
  letter-spacing: -3px;
}
.page-header .inner p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  color: #fff;
  background: #161619;
}
.intro .col-lg-7 {
  padding-left: 10%;
}
.intro h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
}
.intro h6:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 7px;
}
.intro b {
  font-size: 120px;
  line-height: 1;
  
  float: left;
  font-weight: 400;
  margin-right: 20px;
}
.intro h4 {
  font-weight: 600;
}
.intro p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
.intro small {
  display: block;
  opacity: 0.7;
  margin-bottom: 50px;
}
.intro a {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #99cc33;
  padding-bottom: 5px;
}
.intro a:hover {
  border-color: #fff;
}

/* INTRO IMAGE */
.intro-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  position: relative;
}
.intro-image:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #161619;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-image.light:before {
  background: #fff;
}
.intro-image.grey:before {
  background: #f5f5f5;
}
.intro-image .office-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #222327;
  position: relative;
  overflow: hidden;
}
.intro-image figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.intro-image figure img {
  width: 100%;
  opacity: 0.7;
}
.intro-image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  line-height: 1;
}
.intro-image figure figcaption h6 {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 150px 0;
  color: #fff;
  text-align: center;
}
.process .odometer {
  
  font-size: 5vw;
  line-height: 1;
}
.process .symbol {
  width: 100%;
  display: block;
  font-size: 12px;
}
.process small {
  width: 80%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin: 20px 10%;
  font-weight: 600;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  background: #222327;
}
.icon-content-block .container {
  position: relative;
  z-index: 2;
}
.icon-content-block .content-block {
  width: 100%;
  display: block;
  margin: 0;
  padding:0px 0px 30px 0px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.icon-content-block .content-block.selected {
  background: #161619;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
}
.icon-content-block .content-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.icon-content-block .content-block h6 {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.icon-content-block .content-block ul {
  margin: 0;
  padding: 0;
}
.icon-content-block .content-block ul li {
  padding: 3px 0;
  opacity: 0.7;
  list-style: none;
  font-weight: 300;
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.text-content-block .col-md-4 {
  margin: 20px 0;
}
.text-content-block .section-title {
  margin-bottom: 30px;
}
.text-content-block h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20%;
  margin-bottom: 70px;
}
.text-content-block small {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: -20px;
  opacity: 0.1;
  display: block;
}
.text-content-block h6 {
  font-size: 20px;
  
}
.text-content-block p {
  padding-right: 20%;
  margin-bottom: 0;
  line-height: 1.5;
}

/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
  color: #fff;
  background: #161619;
  position: relative;
}
.testimonials:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #222327;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials .section-title {
  margin-bottom: 0;
}
.testimonials .testimonials-slider {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.testimonials .swiper-pagination {
  width: 100px;
  right: 80px;
  left: auto;
  bottom: 115px;
  text-align: right;
}
.testimonials .swiper-pagination-bullet {
  background: #222327;
}
.testimonials .swiper-pagination-bullet:hover {
  border-color: #222327;
}
.testimonials .swiper-pagination-bullet-active {
  border-color: #222327;
  background: none;
}
.testimonials .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  background: #99cc33;
  color: #222327;
}
.testimonials .testimonial blockquote {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial .reviewer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .testimonial .reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.testimonials .testimonial .reviewer .reviewer-infos {
  width: calc(100% - 65px);
  float: left;
}
.testimonials .testimonial .reviewer h6 {
  display: block;
  font-weight: 600;
}
.testimonials .testimonial .reviewer small {
  display: block;
}

/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  background: #161619;
  position: relative;
  z-index: 2;
}
.team:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.team .reveal-effect.masker:after {
  background: #222327;
}
.team h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -100px;
}
.team figure:hover ul {
  opacity: 1;
  visibility: visible;
}
.team figure img {
  width: 100%;
}
.team figure figcaption {
  display: block;
  color: #222327;
  margin-top: 20px;
}
.team figure figcaption h6 {
  display: block;
  font-weight: 600;
}
.team figure figcaption small {
  display: block;
  opacity: 0.5;
}
.team figure ul {
  width: 80%;
  display: flex;
  margin: 10%;
  padding: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.team figure ul li {
  flex: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #eee;
}
.team figure ul li:last-child {
  border-right: 0;
}
.team figure ul li a {
  color: #222327;
  font-size: 13px;
  padding: 5px;
}
.team figure ul li a:hover {
  color: #99cc33;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  background: #222327;
  color: #fff;
}
.works ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.works ul li {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 60px;
}
.works ul li:nth-child(2n+2) {
  margin-top: 100px;
}
.works ul li:nth-child(3n+3) {
  margin-top: 40px;
}
.works ul li figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background: #222327;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.works ul li figure:hover:before {
  opacity: 1;
}
.works ul li figure:before {
  content: "";
  width: 90%;
  height: 30%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure a {
  width: 100%;
  background: #222327;
  display: block;
  position: relative;
  z-index: 2;
}
.works ul li figure a img {
  width: 100%;
}
.works ul li h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: -1px;
}
.works ul li small {
  display: block;
  
  opacity: 0.7;
}

/* CASE STUDY */
.case-study {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.case-study h6 {
  font-weight: 600;
  margin-top: 30px;
}
.case-study h5 {
  
  font-size: 5vw;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.case-study p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.case-study figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.case-study figure img {
  width: 100%;
}
.case-study figure video {
  width: 100%;
}
.case-study .container-fluid {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: #fff;
}
.blog .col-lg-9 {
  padding-right: 60px;
}
.blog .sidebar {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.blog .sidebar .widget {
  width: 100%;
  display: block;
  border-left: 1px solid #eee;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.blog .sidebar .widget .title {
  display: block;
  font-weight: 800;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}
.blog .sidebar .widget .title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #222327;
  position: absolute;
  left: -31px;
  top: 0;
}
.blog .sidebar .widget p {
  margin: 0;
}
.blog .sidebar .widget form {
  width: 100%;
}
.blog .sidebar .widget form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .sidebar .widget .categories {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  display: flex;

  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .categories li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ccc;
  color: #fff;
  margin-right: 15px;
  margin-left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.blog .sidebar .widget .categories li a {
  color: #222327;
  margin-left: 0;
  font-weight: 600;
}
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}
.blog .sidebar .widget .tags li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .sidebar .widget .tags li a:hover {
  color: #99cc33;
  text-decoration: none;
}
.blog .sidebar .widget .mini-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .mini-works li {
  width: 33.3333%;
  display: inline-block;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.blog .post {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
}
.blog .post.single {
  position: relative;
}
.blog .post.single .post-image {
  width: 100%;
  margin-bottom: 50px;
}
.blog .post.single .post-content {
  width: 100%;
  padding: 0 60px;
}
.blog .post.single .post-content .post-title {
  font-size: 4vw;
  line-height: 1.4;
}
.blog .post:nth-child(even) {
  position: relative;
}
.blog .post:nth-child(even) .post-image {
  order: 2;
}
.blog .post:nth-child(even) .post-image:before {
  right: auto;
  left: -25px;
}
.blog .post:nth-child(even) .post-content {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}
.blog .post .post-image {
  width: 45%;
  margin: 0;
  position: relative;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}
.blog .post .post-image img {
  position: relative;
  width: 100%;
}
.blog .post .post-image:before {
  content: "";
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}
.blog .post .post-content {
  width: 55%;
  padding-left: 60px;
}
.blog .post .post-content h5 {
  font-weight: 600;
  margin-top: 30px;
}
.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  margin: 0;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #222327;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.blog .post .post-content .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog .post .post-content .post-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 800;
}
.blog .post .post-content .post-title a {
  color: #161619;
}
.blog .post .post-content .post-title a:hover {
  color: #99cc33;
  text-decoration: none;
}
.blog .post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.blog .post .post-content .post-author span {
  display: inline-block;
  color: #A7A7A7;
}
.blog .post .post-content .post-author span a {
  color: #222327;
  font-size: 15px;
}
.blog .post .post-content .post-author span a:hover {
  color: #222327;
}
.blog .post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
}
.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .post .post-content .post-categories li a:hover {
  color: #99cc33;
  text-decoration: none;
}
.blog .post .post-content .post-link {
  
  border-bottom: 2px solid #222327;
  padding-bottom: 5px;
}
.blog .post .post-content .post-link:hover {
  color: #99cc33;
  text-decoration: none;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
}
.clients ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.clients ul li {
  width: 33.33333%;
  margin: 0;
  padding: 40px;
  list-style: none;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.contact h6 {
  font-weight: 600;
  margin-top: 30px;
}
.contact address {
  display: block;
}
.contact address p {
  margin: 0;
}
.contact address a {
  text-decoration: underline;
}
.contact .contact-form {
  width: 100%;
  display: block;
}
 #contact {
  display: block;
}
 #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 27px;
}
 #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
 #contact .form-group input[type=text],
  #contact .form-group input[type=email]{
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
}
 #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
 #contact .form-group textarea {
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
  resize:none;
  height:100px;
}
 #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
 #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #success, .contact .contact-form #error {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.contact .map {
  width: 80%;
  height: 400px;
  display: block;
  background: #222327;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* FOOTER */
.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  color: #fff;
  background: url(../images/footer-bg.png) top center no-repeat;
  background-size: 80% auto;
}
.footer ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer ul li a {
  color: #fff;
  font-size: 13px;
}
.footer ul li a:hover {
  color: #99cc33;
}
.footer h6 {
text-align:center;
  font-size: 1.5vw;
  margin-bottom: 20px;
}
.footer h2 {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 50px;
  opacity: 0.7;
}
.footer .link {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #99cc33;
  padding-bottom: 5px;
}
.footer .link:hover {
  border-color: #fff;
  text-decoration: none;
}
.footer .footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.footer .footer-bar .copyright {
  margin: 0;
}
.footer .footer-bar .creation {
  margin-left: auto;
}
.footer .footer-bar .creation a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-bar .creation a:hover {
  text-decoration: none;
  color: #99cc33;
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .section-title {
    font-size: 8vw;
    margin-bottom: 50px;
  }

  .page-header .inner {
    padding-left: 160px;
  }

  .all-cases .inner {
    padding-left: 160px;
  }

  .social-media .inner ul li {
    font-size: 4vw;
  }

  .all-cases .inner ul li {
    font-size: 10vw;
  }

  .works {
    padding: 80px 0;
  }

  .works ul li {
    width: 50%;
  }

  .slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 8vw;
    line-height: 11vw;
  }

  .intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 50px;
  }

  .text-content-block {
    padding: 80px 0;
  }

  .intro-image {
    padding-bottom: 80px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin-top: 0;
  }

  .icon-content-block .content-block {
    padding:0px 0px 20px 0px;
  }

  .process {
    margin-bottom: 80px;
  }

  .process .col-lg-3:first-child {
    margin-bottom: 40px;
  }

  .process .odometer {
    font-size: 8vw;
  }

  .testimonials {
    margin-top: 80px;
  }

  .testimonials:before {
    display: none;
  }

  .testimonials .col-lg-6:first-child {
    order: 2;
  }

  .testimonials .col-lg-6:last-child {
    order: 1;
  }

  .testimonials .testimonials-slider {
    margin-top: 40px;
    width: 100%;
  }

  .testimonials .swiper-pagination {
    bottom: 65px;
  }

  .testimonials .testimonial {
    padding: 50px 80px;
  }

  .testimonials .section-title {
    margin-top: 80px;
  }

  .team {
    padding: 80px 0;
  }

  .team:before {
    display: none;
  }

  .team .col {
    width: 33.33333%;
    flex-basis: auto;
    flex-grow: inherit;
  }

  .team figure {
    margin: 30px 0;
  }

  .team figure figcaption {
    color: #fff;
  }

  .team h5 {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .intro {
    padding: 80px 0;
  }

  .clients {
    padding: 80px 0;
  }

  .blog {
    padding: 30px 0;
  }

  .blog .col-lg-9 {
    padding-right: 15px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact .map {
    width: 100%;
    margin: 50px 0;
  }

  .contact .contact-form {
    margin-top: 30px;
  }

  .footer h6 {
    font-size: 26px;
  }

  .footer ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .footer ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .section-title {
    font-size: 9vw;
    margin-bottom: 40px;
  }

  .slider .gallery-thumbs {
    width: 100%;
    margin: 0;
  }

  .page-header .inner {
    padding-left: 100px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 10%;
  }

  .all-cases .inner {
    padding-left: 100px;
  }

  .all-cases .inner ul li {
    font-size: 13vw;
  }

  .site-navigation .inner {
    padding-left: 0;
  }

  .site-navigation .inner ul li {
    line-height: 1;
  }

  .site-navigation .inner ul li a {
    font-size: 34px;
  }

  .site-navigation .inner ul li i {
    font-size: 50px;
    margin-left: 13px;
  }

  .site-navigation .inner ul li small {
            padding: 8px 0;
  }

  .site-navigation .inner ul li ul {
    margin-top: 10px;
  }

  .site-navigation .inner ul li ul li a {
    font-size: 22px;
  }

  .left-side {
    width: 50px;
    border-right: none;
  }

  .left-side .follow-us {
    display: none;
  }

  .slide-progress {
    display: none;
  }

  .all-cases-link {
    right: 15px;
  }

  .swiper-button-next {
    right: 20px;
  }

  .swiper-button-prev {
    right: 90px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin: 50px 0;
  }

  .icon-content-block .content-block {
    padding: 0;
  }

  .icon-content-block .content-block.selected {
    background: none;
    box-shadow: none;
  }

  .icon-content-block .content-block.selected:before {
    display: none;
  }

  .testimonials .testimonial {
    padding: 70px 50px;
  }

  .testimonials .swiper-pagination {
    bottom: 85px;
  }

  .team .col {
    width: 50%;
    flex-basis: 50%;
    flex-grow: inherit;
  }

  .team figure {
    display: block;
    height: auto;
  }

  .team figure img {
    height: auto;
    object-fit: cover;
  }

  .works ul li {
    width: 100%;
  }

  .works ul li:nth-child(2n+2) {
    margin-top: 0;
  }

  .works ul li:nth-child(3n+3) {
    margin-top: 0;
  }

  .clients ul li {
    padding: 30px 20px;
    width: 50%;
  }

  .clients ul li:last-child {
    display: none;
  }

  .blog .post .post-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog .post .post-content {
    width: 100%;
    padding: 0 !important;
  }

  .blog .post:nth-child(even) {
    text-align: left;
  }

  .blog .post:nth-child(even) .post-image {
    order: 1;
  }

  .blog .post:nth-child(even) .post-content {
    order: 2;
    text-align: left;
  }

  .blog .post .post-content .post-title {
    font-size: 7vw;
  }

  .blog .post.single .post-content .post-title {
    font-size: 8vw;
  }

  .footer h2 {
    font-size: 7vw;
  }

  .footer h2 br {
    display: none;
  }

  .footer .footer-bar .creation {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}




.light_bg{
    background:#f5f5f5;
}



.page-about .cards__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 6rem;
    margin-bottom: 8rem;
}

.page-about .card__item {
    width: calc((100% - 16rem) / 4);
    margin: 2rem;
    list-style: none;
}

.page-about .card__item img {
    width: 100%;
}




.staffBlock .col-lg-3 {
    margin-bottom:50px;
}






.systems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:0px 0px 150px 0px;
  background: #fff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
}



.systems ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.systems ul li {
  width: 33.33333%;
  margin: 0;
  padding: 40px;
  list-style: none;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.tech_row{
        width: 100%;
    display: inline-flex;
    margin-bottom: 100px;
}



.mainmenu__subnav {

}


.mainmenu__subnav--right .subnav__item {
    margin-bottom: 20px;
}


.subnav__item:before {
    content: "";
    position: absolute;
    width: 22rem;
    height: 1px;
    background: #e9e9e9;
    top: -19px;
}



.subnav__link {
    color: #fff;
    line-height: 2rem;
    overflow: hidden;
    transition: color .3s;
}


.subnav__link span {
    transform: translateY(100%);
    transition: transform .3s,opacity .3s;
}

.main_contact{
color: #000;
    width: 50%;
    position: relative;
    z-index: 99;
    float: right;
    height: 100vh;
    background: #fff;
    padding:117px 100px;
    box-sizing: border-box;
}

.main_contact a{
    color:#000;
    text-decoration:none;
}

.h_form{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-top: 40px;
}



.con_message{
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.con_message textarea{
        width: 100%;
    resize: none;
}

.con_submit{
        float: right;
    width: 150px;
}


.con_submit button{
        width: 100%;
    height: 40px;
}




.menu-line i{
    transform: rotate(-10deg);
    display: inline-block;
}

.menu-line {
    position: absolute;
    left: -50px;
    font-size: 2.6rem;
    font-weight: bolder;
    color: #fff;
    top: 15px;
    display: block;
    text-align: center;
    width: auto;
    height: 54px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    display:none;

}


.main_menu_item ul li a:hover{
    color:#99cc33;
    
}

.main_menu_item ul li:hover .menu-line{
   display:block;
   color: #99cc33;
           -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.case_block{
    width: 100%;
    display: inline-block;
    background: #F4F7F7;
    min-height: 850px;
    padding-left: 200px;
    padding-top: 200px;
}

.case_block_item{
        background: #fff;
    width: 96%;
    display: inline-flex;
    margin-bottom: 300px;
}

.case_block_item_header{
        width: 25%;
}

.case_block_item_header h5{
    padding: 15px;
    font-size: 30px;
    background: #F4F7F7;
}

.casePreview{
    margin-top: -150px;
    height:450px;
    top:50px;
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items :center;
  
  
}

.casePreview img{
    width:100%;
}






.casePreview{
        position: relative;
    overflow: hidden;
    
}




.casePreview::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}




.casePreview:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



.page_110.view_article .case_block{
        padding-top: 50px;
    padding-left: 0;
}

.descRow,
.pageCenter{
    width: 1300px;
    display: block;
    margin: 150px auto;
}

.galleryCenter{
    width: 1300px;
    display: block;
    margin: 150px auto;
}


.descRowHeader{
    float: left;
    padding-left: 200px;
    width: 33%;
    text-align: right;
    position: relative;
    margin: 25px 0;
}

.descRowHeader:before{
    content: "";
    width: 70px;
    height: 3px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.yearRow{
        padding-left: 101px;
    font-weight: bold;
}
.galleryBoxPg{
width: 80%;
    margin: 50px auto;
    overflow: hidden;
}

.galItem{
    width: 43%;
    float: left;
    margin: 50px;
}


.page_107.view_category  .case_block{
    background:#000;
}

.serviceItem{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}

.serviceLeftRow{
    width: 30%;
    float: left;
    margin-right: 30px;
}

.serviceLeftRow h3{
    color: #fff;
    font-size: 35px;

}

.serviceMiddleRow{
float: left;
    color: #fff;
    width: 55%;
    padding: 0 20px;
}

.serviceRightRow{
        float: left;
    color: #fff;
    width: 5%;
}








.plus-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4.01em;
    height: 4.01em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.plus-vertical-top {
    position: absolute;
    left: auto;
    top: 15%;
    right: auto;
    bottom: auto;
    width: 0.33em;
    height: 1.4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}



.plus-vertical-bottom {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 15%;
    width: 0.33em;
    height: 1.4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}


.plus-horizontal {
    width: 2.8em;
    height: 0.33em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}


.logItem{
    width: 35px;
    margin: 10px;
    float:left;
    position:relative;
}








button.plusBtn {
color: #fff;
    width: 70px;
    height: 70px;
    border: 0;
    font-size: 1.5em;
    position: relative;
    background: none;
    outline: none;
}

button.plusBtn span {
  position: absolute;
  transition: 300ms;
  background: white;
  border-radius: 2px;
}

/* Create the "+" shape by positioning the spans absolutely */
button.plusBtn span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

button.plusBtn span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

/* Morph the shape when the button is hovered over */
button.plusBtn:hover span {
  transform: rotate(90deg);
}

button.plusBtn:hover span:last-child {
  left: 50%;
  right: 50%;
}



.first_block{
        margin: 50px 0;
}

.first_block ul{
        list-style: none;
    padding: 0;
    margin: 0;
}

.first_block ul li{
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}


.first_block ul li span{
    opacity: .5;
    width: 200px;
    display: block;
    float: left;
    font-size: 19px;
}

.about_preview{
    overflow:hidden;
}


.fieldItem{
    width: 100%;
    overflow:hidden;
}


.testimRow{
background: #202226;
    padding: 100px 0;
}

.pageCenter section{
    width: 100%;
    display: inline-block;
}

.pageCenter .image-container{
    float: left;
    width:37%;
}

.image-container .author-image{
    width: 83%;
    border-radius: 100%;
    overflow: hidden;
}

.pageCenter .quote-container{
    float: right;
    width: 63%;
    border-left: 1px solid #707070;
    height: 400px;
    padding: 80px;
}


.about_desc> h3{
        font-size: 40px;
    padding-bottom: 10px;
}


.gal_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.gal_column {
  -ms-flex: 48%; /* IE10 */
flex: 48%;
    max-width: 50%;
    padding: 0 4px;
}

.gal_column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 50px;
}

.gal_row .gal_column:first-of-type{
    margin-right:50px;
}


.portfolio_pagination{
        width: 1285px;
    margin: 80px auto;
}












.btPrevNextNav .btPrevNextNav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

}


.btPrevNextNav .btPrevNext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor !important;
    min-height: 1px;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}


.btPrevNextNav .btPrevNext .btPrevNextImage {
    -webkit-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    margin: 0 1em 0 0;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    position:relative;
}


.btPrevNextNav .btPrevNext .btPrevNextItem {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0%;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: .875em;
    text-transform: uppercase;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    line-height: 1;
}



.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-weight: 800;
    font-size: 1.125rem;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
}



.btLightSkin .btPrevNextNav .btPrevNextNav, .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav, .btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav {
    border-top: 1px solid rgba(24,24,24,.2);
}


.btPrevNextNav .btPrevNext.btNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}




.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
    margin: 0 0 0 1em;
}


.btPrevNextItem{
        position: absolute;
    bottom: 15px;
    left: 15px;
    color:#fff;
}

.btPrevNextItem{
           position: absolute;
    bottom: 15px;
    right: 15px; 
        color:#fff;
}

.btPrevNextImage{
       overflow: hidden;
    position: relative;
}

.btPrevNextImage:before{
   content:"";
   width:100%;
   height:100%;
   background:rgba(0,0,0,0.5);
   position:absolute;
   left:0;
   top:0;

}


.main_desc_block{
    width: 100%;
    display: inline-block;
}

.main_header1{
        width: 35%;
    float: left;
    text-align: left;
    margin-bottom: 127px;
}

.main_header1 h3{
        font-size: 72px;
        font-weight:bold;
            text-transform: uppercase;
}

.main_header2{
        width: 35%;
    float: right;
    text-align: right;
    margin-top: 100px;
}

.main_header2 h3{
        font-size:72px;
        font-weight:bold;
            text-transform: uppercase;
}

.main_header2 h3 span,
.main_header1 h3 span,
.main_desc_info span,
.main_desc_footer span{
        color: #99CC33;
}
.main_desc_footer span{
    font-weight:bold;
}

.main_desc_info{
    width: 84%;
    display: block;
    margin: 35px auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    padding: 35px 0;
    position:relative;
}

.main_desc_info:after{
    content:"";
    width:400px;
    height:6px;
    position:absolute;
    top:0;
    left:370px;
    background:#99CC33;
}


.main_desc_slogan{
        width: 100%;
    display: inline-block;
    background: #D9D9D9;
    color: #161619;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.intro{
    background:url(../images/into_bg.png) no-repeat right top;
}


.main_desc_slogan:before{
    content: "";
    width: 50px;
    height: 50px;
    background: #222327;
    position: absolute;
    left: -25px;
    bottom: -25px;
    transform: rotate(45deg);
}


.main_desc_footer{
        text-align: center;
    font-size: 32px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}


.main_desc_nav{
        width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.main_desc_nav a{
    background: #99CC33;
    border: none;
    position: relative;
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    text-decoration:none!important;
    transition: all 0.5s;
}


.main_desc_nav a:before{
    content: "";
    width: 35px;
    height: 35px;
    background: #222327;
    position: absolute;
    left: -18px;
    bottom: -18px;
    transform: rotate(45deg);
}


.main_desc_nav a:after{
    content: "";
    width: 27px;
    height: 100%;
    background: url(../images/intro_nav.png) no-repeat right top;
    position: absolute;
    right: 13px;
    top: 17px;
}

.main_desc_nav a:hover{
    background: #fff;
}

button[type=submit]{
      transition: all 0.5s;  
}
button[type=submit]:hover{
    background: #99CC33;
}




.blockHeader{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}


.blockHeader h3{
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    font-size: 48px;
    width:100%;
    font-family: 'millionaire_demoregular';
}

.blockHeader h3 small{
    font-size:100%;
    color:#99CC33;
}

.blockHeader h3 span{
    position:relative;
}

.blockHeader h3 span:after{
    content: "";
    width: 50px;
    height: 45px;
    background: #222327 url(../images/header_bg.png) no-repeat center center;
    position: absolute;
    left: 45%;
    transform: translate(-45%, 0);
    bottom: -49px;
    padding: 5px 35px;
}


.blockData{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.solution_row{
        width: 100%;
    display: inline-block;
}

.s_item{
    width: 100%;
    display: inline-block;
    background-size: 100%!important;
    background-position: 0px 0px!important;
    background-repeat: no-repeat!important;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 530px;
    background-color: rgba(255, 255, 255, 1)!important;
    background-blend-mode: luminosity;
    transition: background-color 0.5s ease-out;
    margin-bottom:50px;
}

.s_item:hover{
   background-color: rgba(255, 255, 255, 0)!important;
}

.s_item:before,
.s_block_item:before{
content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.s_item_left{
        width: 60%;
    float: left;
    padding: 50px;
position: relative;
    z-index: 9;    
}

.s_item_right{
    float: right;
    width: 35%;
    position: absolute;
    z-index: 9;
    padding-right: 50px;
    bottom: -110px;
    right: 0; 
}


.s_item_right img{
        width: auto;
    height: 100%;
}


.tags_row{
        width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.logo_row{
         width: 100%;
    display: inline-block;
    margin-bottom: 15px;   
}

.logo_row img{
    max-height:80px;
}

.s_item_content strong{
    color:#99CC33;
    text-transform:uppercase;
}

.s_item_content h3{
    color: #99CC33;
    font-weight: bold;
}


.s_item_content a{
color: #99CC33;
    text-decoration: none!important;
    position: relative;
    padding: 5px 30px 5px 5px;
}

.s_item_content a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/button_nav_arrow.png) no-repeat right top;
    position: absolute;
    right: 0;
    top: 7px;
}


.services_item{
    width: 32%;
    display: inline-block;
    padding: 25px;
    border: 1px solid #99CC33;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.services_item a{
    color:#fff;
    text-decoration:none!important;
}

.services_title{
    width: 100%;
    display: inline-flex;
    margin-bottom: 15px;
}

.serv_logo{
        width: 20%;
}

.serv_title{
        width: 80%;
    font-size: 25px;
    text-transform: uppercase;
}

.serv_text{
        border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.solution_row .services_item:nth-of-type(3n){
    float:right;
    margin-right:0;
}



.serv_title::first-word{
    color:#99CC33!important;
}




.works_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  background: #222327;
  color: #fff;
}

.serv_logos{
        width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.serv_logos ul{
        margin: 0;
    padding: 0;
    list-style: none;
}

.serv_logos ul li{
        width: 8%;
    background: #d9d9d9;
    float: left;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tech_block{
    background: #f8f8fb;
    padding-bottom: 0;
    position: relative;
}

.tech_block_pseudo{
    background: #222327;
    width: 120px;
    height: 650px;
    position: absolute;
}


.tech_title{
    font-size: 40px;
    color: #314252;
    font-weight: bold;
    width: 40%;
    line-height: 1;
    float: left;
}

.tech_content{
        width: 60%;
    float: right;
    color: #000;
}

.tech_tabs{
  width: 100%;
    display: inline-block;
    padding: 0;
    margin: 20px 0;
    min-height:150px;
        position:relative;
}

.techBlock{
    padding: 20px 0;
}


.tabs_header{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-flex;
    border-bottom:2px solid #ccc;
}

.tabs_header>li{
    padding: 5px 20px 5px 0px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}

.tabs_header li h5{
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
}

.noactive_tags .tags_items_data{
 display:none;   
}

.active_tags .tags_items_data{
  display:block;   
}

.tags_items_data{
list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    
}

.tags_items_data li{
    background: #fff;
    color: #000;
    float: left;
    padding: 7px;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}


.tags_items_data li img{
        height: 34px;
    float: none;
    display: block;
    width: auto;
    margin: 0 auto;
}

.active_tags > h5{
    color:#99CC33!important;
    position:relative;
}

.active_tags > h5:before{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-15px;
    left:0;
    background:#99CC33;
}

.service_page_preview{
    position:relative;
    overflow:hidden;
    z-index: 9;
    width:100%;
}

.service_page_preview:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.servicePageHeader{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
}


.servicePageHeader h1{
    font-size:65px;
}






.serv_page_logos{
        width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.serv_page_logos ul{
    width: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    list-style: none;
}

.serv_page_logos ul li{
    background: #d9d9d9;
    float: left;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.service_page_content{
        width: 100%;
    display: inline-block;
    margin: 20px 0;
    padding: 20px 0;
}

.service_page_content h4{
    color: #99CC33;
    font-size: 35px;
    text-transform: uppercase;
    padding: 0px 0px 10px 10px;
    position:relative;
}

.service_page_content h4:before{
    content:"";
    background:url(../images/service_header_bg.png) no-repeat 0px 0px;
    width:48px;
    height:48px;
    position:absolute;
    left:-60px;
    top:0;
}

.service_inner_blocks{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.service_inner_blocks li{
    width: 23%;
    float: left;
    background: #99CC33;
    height: 290px;
    margin-right: 40px;
    position: relative;
    margin-bottom: 40px;
}

.service_inner_blocks li:nth-of-type(4n){
        margin-right: 0;
    float: right;
}

.service_inner_blocks li img{
        position: absolute;
    right: 10px;
    top: 15px;
}

.service_inner_blocks li strong{
        position: absolute;
    bottom: 18px;
    left: 15px;
    width: 45%;
    color: #161619;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
}


.service_tabs{
    width: 100%;
    display: inline-block;
    padding-left: 40px;
}

.service_tabs_body{
    display:none;
}

.service_tabs_header{
    color: #99CC33;
    font-size: 35px;
    display: block;
    padding: 0px 0px 0px 40px;
    position: relative;
    cursor:pointer;
}

.service_tabs_header:before{
    content: "+";
    width: 40px;
    height: 50px;
    font-size: 50px;
    position: absolute;
    left: -15px;
    top: -10px;
    color: #fff;
}


.service_tabs_header.is_opened:before{
    content: "-";
    width: 31px;
    height: 44px;
    font-size: 50px;
    position: absolute;
    left: -11px;
    top: -10px;
    color: #fff;
}

.service_tabs_body ul li{
    list-style:none;
    position:relative;
    
}


.service_tabs_body ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #99CC33;
    position: absolute;
    top: 4px;
    left: -30px;
    
}


.last_ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #99CC33;
    position: absolute;
    top: 4px;
    left: -30px;
    
}

.last_ul{
        float: left;
    list-style: none;
}


.last_ul li{
    list-style:none;
    position:relative;
    
}


.service_row{
        width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.sv_page_header{
        width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    padding: 20px 0;
}

.sv_page_header h1{
        width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    padding: 20px 0;
}

.mod-languages  a{
    color:#fff;
        font-size: 15px;
}

.lang-active a{
        color: #99CC33;
}


.aboutTagsContent ul li:not(.active){
    display:none;
}

.about_subtitle{
        font-size: 38px;
        
}
.about_subtitle_description{
    font-size: 54px;
}

.about_firstblock{
    width: 100%;
    display: inline-flex;
    margin: 50px 0;
}

.about_firstblock table{
        border-collapse: inherit;
    width: 100%;
    border: none;
}

.about_firstblock table tr td{
    border: none;
}



.about_firstblock table tr td:nth-of-type(1){
        font-size: 25px;
    color: #99CC33;
}

.about_firstblock table tr td:nth-of-type(2){
    font-size: 20px;
    padding-bottom: 20px;
}




.about_firstblock h3 {
    color: #99CC33;
    font-size: 33px;
    text-transform: uppercase;
    padding: 0px 0px 10px 10px;
    position: relative;
}


.about_firstblock h3:before{
    content:"";
    background:url(../images/service_header_bg.png) no-repeat 0px 0px;
    width:48px;
    height:48px;
    position:absolute;
    left:-60px;
    top:0;
}




.about_firstblock ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #99CC33;
    position: absolute;
    top: 4px;
    left: -30px;
    
}

.about_firstblock ul{
    list-style: none;
}


.about_firstblock ul li{
    list-style:none;
    position:relative;
    
}


.about_centrblock{
        width: 100%;
    display: inline-block;
    background-size: 100%!important;
    background-position: 0px 0px!important;
    background-repeat: no-repeat!important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 685px;
    transition: background-color 0.1s ease-out;
        padding: 30px 0;
}


.about_centrblock:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}


.about_centrblock .container{
    position: relative;
    z-index: 9;
}


.about_centrblock .blockHeader h3 span:after{
    content: "";
    width: 50px;
    height: 45px;
    background: url(../images/header_bg.png) no-repeat center center;
    position: absolute;
    left: 49%;
    transform: translate(-45%, 0);
    bottom: -67px;
    padding: 5px 35px;
}



.about_centrblock .blockHeader h3{
    display: inline-block;
    border-bottom: none;
    padding-bottom: 50px;
    font-size: 48px;
    position:relative;
}

.about_centrblock .blockHeader h3:after{
     content: "";
    width: 46%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:#fff;
}


.about_centrblock .blockHeader h3:before{
     content: "";
    width: 46%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background:#fff;
}

.aboutTabNav{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 62%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    overflow: hidden;
}


.aboutTabNav li{
padding: 5px 20px;
    text-align: center;
}

.aboutTabNav li p{
    
    font-size: 25px;
    cursor:pointer;
    position:relative;
}

.abouttab.active,
.abouttab:hover{
    color:#99CC33!important;
}
.abouttab.active:before,
.abouttab:hover:before{
       content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:#99CC33;  
}



.aboutTagsContent{
    position: relative;
    width: 100%;
    display: inline-block;
    height: 310px;
}

.aboutTagsContent ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 100px;
    width:100%;
}
.aboutTagsContent ul li p{
    font-size: 25px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}

.aboutTagsContent ul li{
        text-align: center;
    font-size: 28px;
}


.about_lastblock{
        width: 100%;
    display: inline-block;
}

.about_block_row{
         width: 100%;
    display: inline-block;   
}

.about_block_row_item{
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}

.about_block_row .about_block_row_item:nth-of-type(1) .about_block_row_image{
    width: 40%;
    float: left;
    position: relative;
        height: 810px;
}

.about_block_row .about_block_row_item:nth-of-type(1) .about_block_row_text{
    width: 55%;
    float: right;
    font-size: 30px;
}


.about_block_row .about_block_row_item:nth-of-type(2) .about_block_row_image{
    width: 40%;
    float: right;
    position: relative;
        height: 810px;
}

.about_block_row .about_block_row_item:nth-of-type(2) .about_block_row_text{
    width: 55%;
    float: left;
    font-size: 30px;
}



.about_block_row .about_block_row_item  .about_block_row_image img:nth-of-type(2){
    position: absolute;
    right: 0;
    top: 19%;
    z-index: 5;
}

.about_block_row .about_block_row_item  .about_block_row_image img:nth-of-type(3){
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}






.about_bottomNav{
    width: 57%;
    display: block;
    background: #99CC33;
    color: #161619;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    margin: 80px auto;
   
}

.about_bottomNav a{
   cursor:pointer;  
}

.about_bottomNav:before{
    content: "";
    width: 50px;
    height: 50px;
    background: #222327;
    position: absolute;
    left: -25px;
    bottom: -25px;
    transform: rotate(45deg);
}


.news_item{
        width: 48%;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}

.news_preview{
        width: 49%;
    float: left;
    height:220px;
}

.news_preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_content{
        width: 50%;
    float: right;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    height:220px;
}

.p_date{
    font-size: 13px;
    color: #505050;
    padding: 6px 0;
    display: block;
}

.news_content h2 a{
        font-size: 18px;
    color: #99CC33;
    margin-bottom: 10px;
        text-decoration: none;
}

.news_content h2{
    line-height: 0.7;
    margin-bottom: 15px;
}

.newspage_box{
    margin:100px 0;
}

.newinnerp{
        margin: 50px 0;
}



.news_page_content{
        width: 100%;
    display: inline-flex;
    margin: 20px 0;
    padding: 20px 0;
}

.news_inner_left{
        width: 70%;
        padding-right: 50px;
}
.news_inner_right{
        width: 30%;
}

.news_inner_text{
    width: 90%;
    margin: 30px auto;
}


.news_pagination{
    background: rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.pagination_last{
        width: 100%;
    display: inline-block;
}

.pagination_last .previous{
        float: left;
            padding: 0px 0px 0px 20px;
}

.pagination_last .next{
        float: right;
            padding: 0px 20px 0px 0px;
}

.pagination_last .previous .visually-hidden{
    color: #fff;
}

.pagination_last .previous svg{
        margin-right: 15px;
}


.pagination_last .next .visually-hidden{
    color: #fff;
}

.pagination_last .next svg{
        margin-left: 15px;
}



.to_top {
    position: fixed;
    right: 3%;
    bottom: 0;
    transform: rotate(-90deg) translateX(-50px);
    transform-origin: left top;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 140%;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
    cursor:pointer;
}


.to_top.show {
    pointer-events: all;
    opacity: 1;
    transform: rotate(-90deg) translateX(0);
}


.to_top svg {
    stroke: #fff;
    margin-left: 10px;
}

.to_top span{
        color: #fff;
}

.recent_items{
    background: #1D1D1D;
    box-sizing: border-box;
}

.recent_items h4{
    text-align: center;
    font-size: 29px;
    padding: 15px 0px 0px 0px;
}

.rpbl {
    display: grid;
}

.rpost {
  display: -webkit-inline-box;
    border-top: 1px solid #333;
    width: 100%;
     padding: 15px;
    margin: 10px 0;   
}

.rpthumb {
    margin-right: 10px;
}

#news-ticker, .comment-details, .rpost, .rprojw_thumb, .rpthumb {
    overflow: hidden;
}

.rpthumb img {
    max-width: 100px!important;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    object-fit: cover;
}

.rpt a {
line-height: 1.4;
    display: block;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration:none!important;
}

.rpt{
    width: 285px;
    display: inline-block;
}

.rpt span{
        color: #999;
    font-size: 12px;
}


.discus_form .h_form {
    background:none;
}

.discus_form{
        width: 100%;
    display: inline-block;
    background: #1D1D1D;
    margin-top: 50px;
    padding: 20px;
}

.discus_form .contact{
    padding:0;
}


.discus_form .h3{
        text-align: center;
}

.discus_form .h3 span{
    color: #99CC33;
}

.discus_form .contact .contact-form #contact .form-group input[type=text]{
    width:100%;
}

.discus_form input,
.discus_form textarea{
    color:#fff;
}

.discus_form button[type=submit]{
    width:100%;
}



.section_bg {
    min-height: 400px;
    position: relative;
}

.image-wrap {
    transform: translateY(120px); 
    opacity: 0;
    transition: transform 0.9s ease-out, opacity 0.9s ease-out;
}

.image-wrap.animate {
    transform: translateY(0);
    opacity: 1;
}

.service_content_data{
    display:none;
    list-style:none;
}


.service_row{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px; 
}

.service_menu>ul{
     margin: 0;
    padding: 0;
    list-style: none; 
    
    position: sticky;
    top: 12px;    
    
}



.service_menu>ul>li span{
    font-weight: bold;
    font-size: 50px;
    color: #7E7E7E;
    cursor:pointer;
}

.service_menu>ul>li>ul{
    padding: 0px 0px 0px 20px;
    list-style: none;
}

.service_menu>ul>li>ul li span{
        font-size: 18px;
            text-transform: uppercase;
}


/*.service_menu_ul{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;    
}

.active .service_menu_ul{
  opacity: 1;
    transform: translateY(0); 
}
*/
.service_menu>ul>li.active ul li span,
.service_menu>ul>li.active>span{
    color:#fff;
}

.service_menu_ul li span{
    cursor:pointer;
}
.service_menu_ul li{
        width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.active_li span,
.service_menu_ul li:hover span{
        background: #fff;
    color: #000!important;
    padding: 5px 10px;
    border-radius: 5px;
}



.service_data{
    padding-top:20px;

}

.service_data ul{
       list-style:none; 

}


.technology_row{
        width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.technology_row ul{
    list-style:none;
        float: right;
        padding: 0;
    margin: 0;
    display: inline-flex;    
}

.technology_row ul li{
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 5px;
}


.tech_block_title{
        font-size: 30px;
    color: #fff;
    font-weight: bold;
    width: 40%;
    line-height: 1;
    float: left;
}



.content_block{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.content_block ul{
   padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
}

.content_block ul li{
        width: 100%;
    display: inline-block;
    position: relative;
        padding-top: 70px;
}

.content_block ul li strong{
        width: 100%;
    display: inline-block;
}


.content_block h3{
    border-bottom: 2px solid #5D5D5D;
    display: inline-block;
    margin-bottom: 20px;
}

.content_block ul li:nth-of-type(1):before{
    content: "01";
    position: absolute;
    left: 0;
    top: -24px;
    width: 70px;
    height: 82px;
    color: #fff;
    font-size: 70px;
}

.content_block ul li:nth-of-type(2):before{
    content: "02";
    position: absolute;
    left: 0;
    top: -24px;
    width: 70px;
    height: 82px;
    color: #fff;
    font-size: 70px;
}

.content_block ul li:nth-of-type(3):before{
    content: "03";
    position: absolute;
    left: 0;
    top: -24px;
    width: 70px;
    height: 82px;
    color: #fff;
    font-size: 70px;
}


.tab_content_block{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.tab_content_block h3 {
    border-bottom: 2px solid #5D5D5D;
    display: inline-block;
    margin-bottom: 20px;
}


.service_data ul{
        margin: 0;
    padding: 0;
}


.tab_content_block ul li h5{
    position:relative;
        margin: 7px 0;
    padding: 5px 0px 5px 50px;
    cursor:pointer;
}

.accordion-item{
    position: relative;
    padding-left: 20px;
}



.accordion {
    counter-reset: acc;
}

.accordion .accordion-item {
    position: relative;
    counter-increment: acc;
}

.accordion .accordion-item::before {
    content: counter(acc, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 2px;
    width: 50px;
    height: 32px;
    color: #5D5D5D;
    font-size: 27px;
    font-weight: bold;
}


.free_box{
        width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    font-size:23px;
}

.number_box_row,
.leftright_box{
    width: 100%;
    margin: 0px 0px 30px 0px;
    display:inline-block;
}

.number_box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    
}

.number_box_row h3,
.leftright_box h3{
        font-family: 'millionaire_demoregular';
  display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;

}


.number_item{
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 70px 5px 0px 5px;
}


.number_box .number_item:nth-of-type(1):before{
    content: "01";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}

.number_box .number_item:nth-of-type(2):before{
    content: "02";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}


.number_box .number_item:nth-of-type(3):before{
    content: "03";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}


.number_box .number_item:nth-of-type(4):before{
    content: "04";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}


.number_box .number_item:nth-of-type(5):before{
    content: "05";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}



.number_box .number_item:nth-of-type(6):before{
    content: "06";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}



.number_box .number_item:nth-of-type(7):before{
    content: "07";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}



.number_box .number_item:nth-of-type(8):before{
    content: "08";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}



.number_box .number_item:nth-of-type(9):before{
    content: "09";
    position: absolute;
    left: 0;
    top: 2px;
    width: 60px;
    height: 65px;
    color: #5D5D5D;
    font-size: 50px;
    font-weight: bold;
}


.number_text{
        font-size: 14px;
}


.leftRightBox {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}


.leftRightBox > div {
    width: 50%;
}


.leftright_box .leftRightBox:nth-child(odd) {
    flex-direction: row-reverse;
}

.blockPreview{
    border-radius:5px;
    overflow:hidden;
}

.blockPreview img {
    width: 100%;
    height: auto;
    display: block;
}

.lf_box ul{
        list-style: disc;
        padding-left:20px;
}


.tab_content_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.tab_content_block h5 {
    cursor: pointer;
    margin: 0;
    padding: 16px 0;
}


.content_tab_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: 
        opacity 0.3s ease,
        transform 0.4s ease;
        padding: 0px 0px 0px 50px;    
}


li.active_tab .content_tab_content {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}



.tabdata_box{
  min-height:300px;   

}

.tabdata_box h3{
     font-family: 'millionaire_demoregular';
     font-weight:normal;
}

.accordion {
  overflow: hidden;
}


.accordion-header {
  width: 100%;
  background: none;
  border: 0;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}


.icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.icon span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform .35s ease, opacity .35s ease;
}


.icon span.vertical {
  transform: translateY(-50%) rotate(90deg);
}


.icon span.horizontal {
  transform: translateY(-50%) rotate(0deg);
}


.accordion-item.active .icon span.vertical {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s ease;
}

.accordion-inner {
  padding: 0 24px 20px 24px;
  color: #fff;
  line-height: 1.6;
}



.accordion-header span{
    color:#fff;
}





.scroll-service-carousel {
    position: relative;
    height: calc(5rem * 7);
    overflow: hidden;
  }

  .scroll-inner {
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
  }

  .scroll-service-title {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: transform 1s, opacity 1s, font-size 1s; 
    opacity: 0.05;
  }


.talk_box{
        width: 100%;
    display: inline-block;
    margin-top:100px;
}

.talk_row{
    display: grid;
   grid-template-columns: 25% 55% 20%;
    column-gap: 10px;	
    width: 100%;  
}


.talk_left{
  width: 100%;
    text-align: right;
    font-size: 60px;
    align-content: center;  
}


.talk_center{
        width: 100%;
}
.button_nv a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    position:relative;
}

.button_nv a:after {
content: "";
    width: 34px;
    height: 100%;
    background: #fff url(../images/intro_nav.png) no-repeat right top;
    position: absolute;
    right: -51px;
    top: 0;
    background-position: 4px 1px;
}

.button_nv a:hover:after{
    background:#99CC33 url(../images/intro_nav.png) no-repeat right top;
    background-position: 4px 1px;
}



.talk_right{
        width: 100%;
            align-content: center;
            text-align:center;
}


.custom_header{
    font-family: 'millionaire_demoregular';
}



.fleur-de-leah-regular {
font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
}

.aboutPage{
    height: 170px;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    z-index:9;
}

.solution_row2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;    
    width:100%;
}

.s_block_item{
width: 100%;
    background-repeat: no-repeat !important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
}

.s_item_block_left{
        position: relative;
    z-index: 9;
    padding: 40px;
    box-sizing: border-box;
}


.s_item_title {
    color: #99CC33;
    font-size: 36px;
    text-transform: inherit;
    line-height: 1;
    margin-bottom: 20px;
}

.aboutPage h1{
        color: #99CC33;
    font-size: 74px;
        text-transform: uppercase;
        font-family: 'millionaire_demoregular';
}







.aboutBlockHeader{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}


.aboutBlockHeader h3{
    display: inline-block;
    border-bottom: 2px solid #253745;
    padding-bottom: 30px;
    font-size: 48px;
    width:100%;
}

.aboutBlockHeader h3 small{
    font-size:100%;
    color:#99CC33;
}

.aboutBlockHeader h3 span{
    position:relative;
}

.aboutBlockHeader h3 span:after{
    content: "";
    width: 111px;
    height: 95px;
    background: #222327 url(../images/about_logo.png) no-repeat center center;
    position: absolute;
    left: 45%;
    transform: translate(-45%, 0);
    bottom: -78px;
    padding: 5px 35px;
    background-size: 66px auto;
}




.about_previewBox{
     width: 37%;
    margin-right: 55px;   
}

.about_previewBox img{
        width: 100%;
}

.about_textBox{
    width: 60%;
    font-size: 26px;
}

.about_footer{
        text-align: center;
    font-size: 27px;
}

.about_lastBlock{
        width: 100%;
    display: inline-flex;
    padding: 100px;
    box-sizing: border-box;
}

.about_footer_preview{
        float: left;
        width: 30%;
}
.about_footer_content{
        width: 70%;
}

.about_footer_preview img{
        width: 250px;
}

.about_footer_content{
    float: left;
}

.about_footer_content strong{
        font-size: 25px;
    color: #99CC33;
}



.about_footer_content p:nth-last-of-type(-n+2) {
    font-family: 'millionaire_demoregular';
    font-size:30px;
}


.about_footer p:last-of-type{
       font-family: 'millionaire_demoregular';
    font-size:30px; 
}

.contact_page{
        width: 100%;
    display: inline-block;
  background: url(../images/contact_background.jpg) top center no-repeat;
  background-size: 100% auto;    
  padding-bottom:50px;
  background-attachment: fixed;
}

.contact_page .inner{
        width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 50px;
}


.contact_page .inner h1{
    color: #99CC33;
    font-size: 70px;
    font-family: 'millionaire_demoregular';
}

.contact_page .inner  p{
        display: inline-block;
    font-size: 43px;
    color: #fff;
}


.contact_inner{
        width: 100%;
    display: inline-block;
}

.contact_content{
        width: 100%;
    display: inline-flex;
}

.contact_preview{
        width: 40%;
    margin-right: 100px;
        text-align: center;
}

.contact_preview img{
    width:100%;
}

.contact_info{
        width: 53%;
        position: relative;
}

.contact_top_info{
        width: 100%;
    display: inline-flex;
    height: 440px;
}

.contact_preview p:nth-of-type(1){
        margin: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.contact_preview p:nth-of-type(2),
.contact_preview p:nth-of-type(3){
    margin: 5px 0;
    color: #fff;
    font-size: 19px;
}


.tp2{
        width: 35%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.tp3{
  width: 61%;
    color: #fff;
    font-size: 20px;  
}
.tp3 a{
    color:#fff;
    text-decoration:none!important;
}

.tp3 h3{
       font-size: 22px;
    margin-bottom: 20px; 
}

.contact_top_info .tp3 {
    padding-top:10px;
}

.contact_top_info .tp3  p{
  margin:0;    
}


.tp4{
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}



.contact_form{
        width: 100%;
    display: inline-block;
    padding: 80px 0;
    background: none;
}

.contact_form h2{
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.contact_form_box{
    display: inline-block;
    width: 100%;
}

.contact_form_box form{
        width: 100%;
    display: inline-flex!important;
}

.form_left_col{
width: 49%;
    margin-right: 40px;
}

.f_item{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.f_item input{
        width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color:#fff;
}

.f_item textarea{
        width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    resize:none;
    color:#fff;
}

.form_right_col{
        width: 50%;
}

.form_right_col .form_action{
    margin-top:40px;
}
.form_right_col p{
        color: #fff;
}

.form_right_col ul{
        margin: 0;
    padding: 0;
    list-style: none;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 40px;

}

.form_right_col ul li{
    width: 100%;
    text-align: center;
}

.form_right_col ul li span{
        background: #fff;
    display: block;
    padding: 10px;
    cursor: pointer;
}
.form_right_col ul li span:hover,
.form_right_col ul li.cont_active span {
    background:#99CC33;
    color:#fff;
}


.industrial_textBox{
        width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 21px;
        padding: 0px 0px 30px 0px;
}


.industrial_block{
        width: 100%;
    display: inline-block;
    padding-bottom:50px;
}




.industrialTabNav{
        padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.industrialTabNav li{
    background: #000;
    padding: 20px;
    box-sizing: border-box;
}

.industrialTabNav li h3{
        font-size: 26px;
    margin-bottom: 15px;
}


.indust_desc{
        font-size: 15px;
    height: 70px;
}

.indus_nav{
        width: 100%;
    display: inline-block;    
}

.indus_nav p{
        margin: 0;
    display: inline-block;
    padding:5px;
    
}


.industrialTabNav li:nth-of-type(1)  .indus_nav p{
    background: #3443fb;
}

.industrialTabNav li:nth-of-type(2)  .indus_nav p{
    background: #cfe93b;
}

.industrialTabNav li:nth-of-type(3)  .indus_nav p{
    background: #f2be26;
}

.industrialTabNav li:nth-of-type(4)  .indus_nav p{
    background: #f35b21;
}


.industrialTabNav li:nth-of-type(5)  .indus_nav p{
    background: #a0234c;
}


.industrialTabNav li:nth-of-type(6)  .indus_nav p{
    background: #8408ae;
}


.industrialTabNav li:nth-of-type(7)  .indus_nav p{
    background: #4200a2;
}

.industrialTabNav li:nth-of-type(8)  .indus_nav p{
    background: #3443fb;
}

.industrialTabNav li:nth-of-type(9)  .indus_nav p{
    background: #99CC33;
}








.form_action{
        width: 100%;
    display: inline-block;
    text-align: center;
    margin-top:0px;
}

.form_action button{
    background: #99CC33;
    border: none;
    position: relative;
    width: 300px;
    display: block;
    padding: 10px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    text-decoration:none!important;
    transition: all 0.5s;
}


.form_action button:before{
    content: "";
    width: 35px;
    height: 35px;
    background: #222327;
    position: absolute;
    left: -18px;
    bottom: -18px;
    transform: rotate(45deg);
}


.form_action button:after{
    content: "";
    width: 27px;
    height: 100%;
    background: url(../images/intro_nav.png) no-repeat right top;
    position: absolute;
    right: 13px;
    top: 17px;
}

.form_action button:hover{
    background: #fff;
    box-shadow: 0px 0px 2px 0px #999;
}


.contact_menu{
    width:100%;
    display: inline-block;
}


.contact_menu .tp2,
.contact_menu .tp3,
.contact_menu .tp3 a {
    color:#000;
}

.contact_menu p{
    margin:0;
}


.contact-form .form_action button:before{
        background: #fff;
}


.mobileVideo{
    display:none;
}

.form_left_col .form-group span{
    color:#fff;
}

.form_left_col .form-group input[type=text],
.form_left_col .form-group input[type=email],
.form_left_col textarea{
       border-bottom: 1px solid #fff;
}


.form_left_col .form-group input,
.form_left_col textarea{
    color:#fff;
}




.manager{
    display:none!important;
}



.overbg{
        position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display:none;
}

.formMessageBox{
        position: fixed;
    top: 10%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display:none;
}


.formMessageContent{
    width: 400px;
    height: 200px;
    background: #fff;
    margin: 0 auto;
    border: 2px solid green;
    border-radius: 10px;
        position: relative;
}

.formBox{
        padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
}

#closeFomMessage{
        width: 20px;
    height: 20px;
    display: inline-block;
    text-align: right;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -8px;
}









.about_centrblock {
  position: relative;
  overflow: hidden;
}

.about_centrblock::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity .5s;
  opacity: 1;
  z-index: 0;
}

/* чтобы контент был поверх */
.about_centrblock > .container {
  position: relative;
  z-index: 10;
}

/* класс для затухания */
.about_centrblock.bg-fade::before {
  opacity: 0;
}


.about_centrblock::before {
  background-image: var(--bg);
}



















