@charset "UTF-8";
@import url(_jquery.fullpage.css);
@import url(_slick.css);
@import url(_slick-theme.css);
@import url(_simplelightbox.min.css);
@import url(_bootstrap.min.css);

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

img {
  border: 0;
  max-width: 100%;
}

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

ol, ul {
  margin: 0;
  padding: 0;
}
.topButtonsWrapper {
  clear: both;
  width: 100%;
}
#modal1 .container {
	width: 1060px;
}
#modal1 .col-left iframe {
	width: 100%;
}
.topButtonsWrapper h4 {
  display: inline-block;
  font-size: 24px;
  float: left;
  position: relative;
  top: 15px;
  margin-right: 15px;
}
a {
  color: #ff9f12;
}

a:hover {
  text-decoration: underline;
  color: #ff9f12;
}
body .sl-overlay {
	z-index:1240;	
}
body .sl-wrapper .sl-close {
	z-index:1280;	
}
body .sl-wrapper .sl-counter {
	z-index:1280;	
}
body .sl-wrapper .sl-navigation {
	position:relative;
	z-index:1280;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #363634;
  font: 300 20px/30px Poppins;
  color: #fff;
  overflow-x: hidden;
}

body.posFix {

  /* position:fixed;  */
  overflow: hidden;
  height: 100%;
}

body.fp-viewing-sectionFour header .wrap .col-left a img.logoWhite {
  display: block;
}

body.fp-viewing-sectionFour header .wrap .col-left a img.logoBlack {
  display: none;
}

body.fp-viewing-sectionFour header .wrap .col-middle span {
  color: #fff;
}

body.fp-viewing-sectionFour header .wrap .col-middle ul li a:before {
  border-bottom: 1px solid #fff;
  color: #fff;
}

body.fp-viewing-sectionFour header .wrap .col-right span.text {
  color: #fff;
}

body.fp-viewing-sectionFour header .wrap .col-right .hamburger-inner, body.fp-viewing-sectionFour header .wrap .col-right .hamburger-inner::before, body.fp-viewing-sectionFour header .wrap .col-right .hamburger-inner::after {
  background-color: #fff;
}

* {
  outline: 0 !important;
}

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

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

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

.wrapper {
  /*min-height: 100%;*/
  overflow-x: hidden;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@-webkit-keyframes slit-in-diagonal-2 {
  0% {
    -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  54% {
    -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

}

@keyframes slit-in-diagonal-2 {
  0% {
    -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  54% {
    -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }

}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }

}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }

}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }

}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    opacity: 0;
  }

}

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 20px);
    transform: rotate(0) translate(0, 20px);
    opacity: 0;
  }

}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

}

@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

}

@-webkit-keyframes slit-out-diagonal-2 {
  0% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    opacity: 1;
  }

  54% {
    -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    opacity: 0;
  }

}

@keyframes slit-out-diagonal-2 {
  0% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    transform: translateZ(0) rotate3d(-1, 1, 0, 0);
    opacity: 1;
  }

  54% {
    -webkit-transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    transform: translateZ(-160px) rotate3d(-1, 1, 0, -87deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    transform: translateZ(-800px) rotate3d(-1, 1, 0, -90deg);
    opacity: 0;
  }

}

@-webkit-keyframes swing-out-bottom-bck {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }

}

@keyframes swing-out-bottom-bck {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }

}

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

}

@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

}

@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

}

@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

}

header {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

header i.overlay-white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 100ms linear 0s;
  -o-transition: height 100ms linear 0s;
  transition: height 100ms linear 0s;
}

header.posRel {
  position: relative;
}

header.posRel .wrap .col-right {
  position: fixed;
  top: 38px;
  right: 30px;
}

header.modal--active-opacity0 {
  display: none;
}

header.active i.overlay-white {
  height: 104px;
}

header.dark .wrap .col-left a img.logoWhite {
  display: none;
}

header.dark .wrap .col-left a img.logoBlack {
  display: block;
}

header.dark .wrap .col-middle span {
  color: #505152;
}

header.dark .wrap .col-middle ul li a:before {
  border-bottom: 1px solid #505152;
  color: #505152;
}

.btnswitchermenu.dark span.text {
  color: #505152;
}

.btnswitchermenu.dark .hamburger-inner, .btnswitchermenu.dark .hamburger-inner::before, .btnswitchermenu.dark .hamburger-inner::after {
  background-color: #505152;
}

header .wrap {
  font-size: 0;
  position: relative;
  z-index: 123;
}

header .wrap .col-left {
  width: 33.333333%;
  display: inline-block;
  vertical-align: middle;
}

header .wrap .col-left a img.logoBlack {
  display: none;
}

header .wrap .col-middle {
  width: 33.333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 11px;
}

header .wrap .col-middle span {
  display: inline-block;
  font: 500 20px/20px Poppins;
  color: #fff;
}

header .wrap .col-middle ul {
  display: inline-block;
  line-height: 0;
}

header .wrap .col-middle ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

header .wrap .col-middle ul li a {
  display: block;
  font: 500 20px/23px Poppins;
  color: #ff9f12;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dashed #ff9f12;
}

header .wrap .col-middle ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

header .wrap .col-middle ul li a:hover:before {
  max-width: 100%;
}

header .wrap .col-middle ul li.active a:before {
  max-width: 100%;
  content: attr(data-hover);
}

header .wrap .col-middle ul li ul {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -145px;
  opacity: 0;
  visibility: hidden;
  background-color: #1b1b1b;
  padding: 20px 20px 0 20px;
  max-width: 300px;
  min-width: 300px;
  text-align: left;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}

header .wrap .col-middle ul li ul:before {
  content: "\f0d8";
  display: inline-block;
  font: 35px/1 FontAwesome;
  color: #1b1b1b;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -10px;
  text-rendering: auto;
}

header .wrap .col-middle ul li ul:after {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  min-height: 30px;
  width: 100%;
  text-rendering: auto;
}

header .wrap .col-middle ul li ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .wrap .col-middle ul li ul li i {
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  min-width: 18px;
  text-align: center;
}

header .wrap .col-middle ul li ul li address {
  margin: 0;
  font: 400 16px/18px Poppins;
  color: #fff;
}

header .wrap .col-middle ul li ul li a {
  font: 400 16px/18px Poppins;
  color: #fff;
  border: 0 none;
  margin-bottom: 20px;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

header .wrap .col-middle ul li ul li a:hover {
  color: #ff9f12;
}

header .wrap .col-middle ul li.active ul {
  top: 40px;
  opacity: 1;
  visibility: visible;
}

header .wrap .col-right {
  width: 33.333333%;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  text-align: right;      /*

      * Slider

      */
}

header .wrap .col-right span.text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  padding-right: 18px;
  font: 500 20px/24px Poppins;
  color: #fff;
  text-transform: uppercase;
}

header .wrap .col-right .hamburger {
  padding: 0 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

header .wrap .col-right .hamburger:hover {
  opacity: 0.7;
}

header .wrap .col-right .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

header .wrap .col-right .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

header .wrap .col-right .hamburger-inner, header .wrap .col-right .hamburger-inner::before, header .wrap .col-right .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

header .wrap .col-right .hamburger-inner::before, header .wrap .col-right .hamburger-inner::after {
  content: "";
  display: block;
}

header .wrap .col-right .hamburger-inner::before {
  top: -10px;
}

header .wrap .col-right .hamburger-inner::after {
  bottom: -10px;
}

header .wrap .col-right .hamburger--slider .hamburger-inner {
  top: 2px;
}

header .wrap .col-right .hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

header .wrap .col-right .hamburger--slider .hamburger-inner::after {
  top: 20px;
}

header .wrap .col-right .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

header .wrap .col-right .hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  opacity: 0;
}

header .wrap .col-right .hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

a.gotonextpage {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 123;
  bottom: 40px;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}

a.gotonextpage i img {
  -webkit-animation: sdb05 ease 2.0s infinite;
  animation: sdb05 ease 2.0s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: 123;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}

.mobile-menu i.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active i.overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .wrap {
  right: 0;
}

.mobile-menu.active .wrap nav {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .wrap .shared-block {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .wrap .copyright {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .wrap .copyright i {
  font: 11px/11px Arial;
  position: relative;
  top: -5px;
  left: 2px;
}

.mobile-menu .wrap {
  background-color: #1b1b1b;
  display: inline-block;
  text-align: left;
  height: 100%;
  padding: 135px 45px 25px 45px;
  position: relative;
  right: -230px;
  -webkit-transition: right 150ms linear 0s;
  -o-transition: right 150ms linear 0s;
  transition: right 150ms linear 0s;
}

.mobile-menu .wrap nav {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 100px;
  -webkit-transition: all 400ms ease 100ms;
  -o-transition: all 400ms ease 100ms;
  transition: all 400ms ease 100ms;
}

.mobile-menu .wrap nav ul li {
  list-style: none;
}

.mobile-menu .wrap nav ul li a {
  font: 500 18px/42px Poppins;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

.mobile-menu .wrap nav ul li a span {
  font: 600 13px/13px Poppins;
  color: #ff9f12;
  position: relative;
  top: -5px;
}

.mobile-menu .wrap nav ul li.current-menu-item a, .mobile-menu .wrap nav ul li a:hover {
  color: #ff9f12;
}

.mobile-menu .wrap nav ul li.current-menu-item a span {
  color: #fff;
}

.mobile-menu .wrap .shared-block {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .wrap .shared-block h3 {
  font: 500 18px/42px Poppins;
  color: #fff;
}

.mobile-menu .wrap .shared-block ul li {
  list-style: none;
  display: inline-block;
  padding-left: 25px;
}

.mobile-menu .wrap .shared-block ul li:first-child {
  padding-left: 0;
}

.mobile-menu .wrap .shared-block ul li a {
  text-decoration: none;
}

.mobile-menu .wrap .shared-block ul li a i {
  font-size: 22px;
  color: #fff;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

.mobile-menu .wrap .shared-block ul li a:hover i {
  color: #ff9f12;
}

.mobile-menu .wrap .copyright {
  font: 400 16px/24px Poppins;
  color: #fff;
  position: absolute;
  bottom: -25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease 100ms;
  -o-transition: all 500ms ease 100ms;
  transition: all 500ms ease 100ms;
}

.mobile-menu .wrap .copyright a {
  font: 400 16px/24px Poppins;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

.mobile-menu .wrap .copyright a:hover {
  color: #ff9f12;
}

a.readmores {
  display: inline-block;
  font: 300 24px/24px Poppins;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

a.readmores span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #ff9f12;
  padding: 21px 40px;
}

a.readmores span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 95%;
  background: #ff9f12;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  padding: 21px 40px;
}

section.home-section1 a.readmores span:before {
  height: 98%;
}

a.readmores:hover span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

a.readmores:hover span:before {
  background-color: #fda628;
}

a.readmores:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

a.readmores:focus span:before {
  background-color: #fda628;
}

button.readmores {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0 none;
  padding: 0;
  font: 300 24px/24px Poppins;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

button.readmores span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #ff9f12;
  padding: 21px 80px;
}

button.readmores span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 95%;
  background: #ff9f12;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  padding: 21px 40px;
}

button.readmores:hover span {
  -webkit-transform: rotateX(88deg) translateY(-22px);
  transform: rotateX(88deg) translateY(-22px);
}

button.readmores:hover span:before {
  background-color: #fda628;
}

button.readmores:focus span {
  -webkit-transform: rotateX(88deg) translateY(-22px);
  transform: rotateX(88deg) translateY(-22px);
}

button.readmores:focus span:before {
  background-color: #fda628;
}

.fullpagejs {
  position: relative;
  z-index: 1;
}

.fullpagejs section.home-section1 {
  height: 100vh;
  overflow: hidden;
}

.fullpagejs section.home-section1 i.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.fullpagejs section.home-section1 .fp-tableCell {
}

.fullpagejs section.home-section1 .backgroundImage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

  .fullpagejs section.home-section1 .backgroundImage .videoBlock {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden; }
    .fullpagejs section.home-section1 .backgroundImage .videoBlock .videoBlock--item {
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      -webkit-transition: all 300ms ease 0s;
      -o-transition: all 300ms ease 0s;
      transition: all 300ms ease 0s; }
      .fullpagejs section.home-section1 .backgroundImage .videoBlock .videoBlock--item video {
	        position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: 0 auto;
          width: 100%;
          height: 100%; 
		  }
      .fullpagejs section.home-section1 .backgroundImage .videoBlock .videoBlock--item.active {
        opacity: 1;
        visibility: visible; }

.fullpagejs section.home-section1 .container {
  position: relative;
  z-index: 2;
}

.fullpagejs section.home-section1 .container .row .wrap {
  padding: 0 30px;
}

.fullpagejs section.home-section1 .container .row .wrap h2 {
  font: 500 24px/24px Poppins;
  color: #fff;
  padding-bottom: 20px;
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section1 .container .row .wrap h3, .fullpagejs section.home-section1 .container .row .wrap h1 {
  font: 600 88px/80px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section1 .container .row .wrap h3 span.yellow, .fullpagejs section.home-section1 .container .row .wrap h1 span.yellow {
  color: #ff9f12;
}
.fullpagejs section.home-section1 .container .row .wrap h1 span.font-small{
	font-size:74px;
}

.fullpagejs section.home-section1 .container .row .wrap h3 span.dark, .fullpagejs section.home-section1 .container .row .wrap h1 span.dark {
  color: #19191a;
}

.fullpagejs section.home-section1 .container .row .wrap a.readmores {
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section1.active .container .row .wrap h2 {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section1 .container .row .wrap h3, .fullpagejs section.home-section1 .container .row .wrap h1 {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.fullpagejs section.home-section1.active .container .row .wrap a.readmores {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.fullpagejs section.home-section2 {
  height: 100vh;
  overflow: hidden;
}

.fullpagejs section.home-section2 i.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.fullpagejs section.home-section2 .backgroundImage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.fullpagejs section.home-section2 .container {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1;
}

.fullpagejs section.home-section2 .container .row .wrap {
  padding: 0 30px;
  font-size: 0;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font: 300 20px/30px Poppins;
  color: #fff;
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left h2 {
  font: 500 20px/30px Poppins;
  color: #fff;
  padding-bottom: 30px;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left p {
  font: 300 20px/30px Poppins;
  color: #fff;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left ul {
  padding: 20px 0 30px 0;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left ul li {
  list-style: none;
  font: 300 20px/30px Poppins;
  color: #fff;
}

.fullpagejs section.home-section2 .container .row .wrap .col-left ul li span.yellow {
  font-weight: 600;
  color: #ff9f12;
}

.fullpagejs section.home-section2 .container .row .wrap .col-right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  -webkit-animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section2 .container .row .wrap .col-right h3 {
  font: 600 88px/100px Poppins;
  color: #fff;
  text-transform: uppercase;
}

.fullpagejs section.home-section2 .container .row .wrap .col-right h3 span.yellow {
  color: #ff9f12;
  display: block;
}

.fullpagejs section.home-section2.active .container .row .wrap .col-left {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section2.active .container .row .wrap .col-right {
  -webkit-animation: fade-in-right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section3 {
  height: 100vh;
  overflow: hidden;
}

.fullpagejs section.home-section3 i.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.fullpagejs section.home-section3 .backgroundImage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.fullpagejs section.home-section3 .container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 2;
}

.fullpagejs section.home-section3 .container .row .wrap {
  padding: 0 30px;
  font-size: 0;
}

.fullpagejs section.home-section3 .container .row .wrap .col-top h2 {
  font: 600 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 25px;
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-top h2 span.yellow {
  color: #ff9f12;
}

.fullpagejs section.home-section3 .container .row .wrap .col-top h3 {
  font: 300 20px/30px Poppins;
  color: #fff;
  padding-bottom: 45px;
  -webkit-animation: fade-out-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item {
  font-size: 0;
  margin: 0 -38px;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item {
  /*width: 33.333333%;*/
  width:25%;
  display: inline-block;
  vertical-align: top;
  /*padding: 0 38px;*/
  padding: 0 10px;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps {
  text-align: right;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps h4 {
  padding-bottom: 20px;
  font: 600 36px/36px Poppins;
  text-align: left;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps h4 a {
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps h4:first-letter {
  color: #ff9f12;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul {
  position: relative;
  min-height: 157px;
  margin-bottom: 85px;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms linear 1s;
  -o-transition: all 400ms linear 1s;
  transition: all 400ms linear 1s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li a {
  text-decoration: none;
  border: 4px solid #fff;
  pointer-events: none;
  display: block;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li a img {
  height: auto;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms linear 1.2s;
  -o-transition: all 600ms linear 1.2s;
  transition: all 600ms linear 1.2s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(3) {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 1.2s;
  -o-transition: all 500ms linear 1.2s;
  transition: all 500ms linear 1.2s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(4) {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 1.2s;
  -o-transition: all 500ms linear 1.2s;
  transition: all 500ms linear 1.2s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps a.readmore {
  font: 300 20px/30px Poppins;
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item .wraps a.readmore:hover {
  color: #ff9f12;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(1) {
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(2) {
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(2) ul li {
  -webkit-transition: all 400ms linear 1.1s;
  -o-transition: all 400ms linear 1.1s;
  transition: all 400ms linear 1.1s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(2) ul li:nth-child(2) {
  -webkit-transition: all 600ms linear 1.3s;
  -o-transition: all 600ms linear 1.3s;
  transition: all 600ms linear 1.3s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(2) ul li:nth-child(3) {
  -webkit-transition: all 500ms linear 1.3s;
  -o-transition: all 500ms linear 1.3s;
  transition: all 500ms linear 1.3s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(3) {
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(3) ul li {
  -webkit-transition: all 400ms linear 1.2s;
  -o-transition: all 400ms linear 1.2s;
  transition: all 400ms linear 1.2s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(3) ul li:nth-child(2) {
  -webkit-transition: all 600ms linear 1.4s;
  -o-transition: all 600ms linear 1.4s;
  transition: all 600ms linear 1.4s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(3) ul li:nth-child(3) {
  -webkit-transition: all 500ms linear 1.4s;
  -o-transition: all 500ms linear 1.4s;
  transition: all 500ms linear 1.4s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(4) {
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(4) ul li {
  -webkit-transition: all 400ms linear 1.2s;
  -o-transition: all 400ms linear 1.2s;
  transition: all 400ms linear 1.2s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(4) ul li:nth-child(2) {
  -webkit-transition: all 600ms linear 1.4s;
  -o-transition: all 600ms linear 1.4s;
  transition: all 600ms linear 1.4s;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:nth-child(4) ul li:nth-child(3) {
  -webkit-transition: all 500ms linear 1.4s;
  -o-transition: all 500ms linear 1.4s;
  transition: all 500ms linear 1.4s;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-top h2 {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-top h3 {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s both;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item .wraps ul li {
  opacity: 1;
  visibility: visible;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(2) {
  top: 15px;
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(3) {
  top: 35px;
  left: 35px;
  opacity: 1;
  visibility: visible;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item .wraps ul li:nth-child(4) {
  top: 35px;
  left: 35px;
  opacity: 1;
  visibility: visible;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item:nth-child(1) {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item:nth-child(2) {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s both;
}
.downloadPic:hover, .downloadPic:focus, .downloadPic:visited {
  text-decoration: none;
  color: #ff9f12;
}
.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item:nth-child(3) {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.fullpagejs section.home-section3.active .container .row .wrap .col-bottom .list-item .item:nth-child(4) {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item {
  display: none !important;
}

.fullpagejs section.home-section3 .container .row .wrap .col-bottom .list-item .item:first-child {
  display: block !important;
}

.fullpagejs section.home-section4 {
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.fullpagejs section.home-section4 .backgroundChanger i.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.fullpagejs section.home-section4 .backgroundChanger .backgroundImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  -webkit-transition: opacity 0.5s 0.2s ease, -webkit-transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, -webkit-transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease, -webkit-transform 5s 0.2s ease;
}

.fullpagejs section.home-section4 .backgroundChanger .backgroundImage.active {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.fullpagejs section.home-section4 .backgroundChanger .backgroundImage:nth-child(1) {
  opacity: 1;
}

.fullpagejs section.home-section4 .container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1;
}

.fullpagejs section.home-section4 .container .row .wrap {
  padding: 0 30px;
  font-size: 0;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font: 300 20px/30px Poppins;
  color: #fff;
  -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left h2 {
  font: 500 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left h2 span.yellow {
  color: #ff9f12;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul {
  font-size: 0;
  margin: 0 -15px 10px -15px;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li {
  list-style: none;
  width: 33.3333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 30px 15px;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 165px;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 13px 10px;
  -webkit-transition: background-color 150ms linear 0s;
  -o-transition: background-color 150ms linear 0s;
  transition: background-color 150ms linear 0s;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a i {
  font: 300 36px/36px Poppins;
  color: #fff;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a span {
  font: 300 18px/24px Poppins;
  color: #fff;
  text-transform: uppercase;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a.active {
  background-color: #ff9f12;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a:hover {
  background-color: #ff9f12;
}

.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a:focus {
  background-color: #ff9f12;
}

.fullpagejs section.home-section4.active .container .row .wrap .col-left {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section5 {
  height: 100vh;
  overflow: hidden;
  padding-top: 60px;
}

.fullpagejs section.home-section5 .backgroundImage {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.fullpagejs section.home-section5 .container {
  position: relative;
  z-index: 1;
}

.fullpagejs section.home-section5 .container .row .wrap {
  padding: 0 30px;
  font-size: 0;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top {
  padding-bottom: 70px;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top h2 {
  font: 600 48px/48px Poppins;
  color: #363636;
  text-transform: uppercase;
  padding-bottom: 40px;
  -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top h2 span {
  color: #ff9f12;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count {
  margin: 0 -35px;
  -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li {
  list-style: none;
  width: 25%;
  min-height: 256px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #000;
  padding: 25px 35px 0 35px;
  position: relative;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li:first-child {
  border-left: 0 none;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li span {
  font: 600 0/113px Poppins;
  color: #000;
  position: relative;
  -webkit-transition: font-size 0s linear 1s;
  -o-transition: font-size 0s linear 1s;
  transition: font-size 0s linear 1s;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li span:after {
  font-size: 113px;
  line-height: 113px;
  color: #000;
  content: "0";
  opacity: 1;
  -webkit-transition: opacity 0s linear 1s;
  -o-transition: opacity 0s linear 1s;
  transition: opacity 0s linear 1s;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li h3 {
  font: 300 24px/24px Poppins;
  color: #000;
  text-transform: uppercase;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li .additionalInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  font: 300 20px/30px Poppins;
  color: #fff;
  padding: 30px;
  -webkit-animation: slit-out-diagonal-2 .3s ease-in both;
  animation: slit-out-diagonal-2 .3s ease-in both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-top ul.count li:hover .additionalInfo {
  -webkit-animation: slit-in-diagonal-2 .35s ease-out both;
  animation: slit-in-diagonal-2 .35s ease-out both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom {
  -webkit-animation: swing-out-bottom-bck 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: swing-out-bottom-bck 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom h2 {
  font: 600 48px/48px Poppins;
  color: #363636;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom h2 span {
  color: #ff9f12;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom .reviews {
  position: relative;
  padding-left: 70px;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom .reviews:after {
  position: absolute;
  content: "“";
  top: 180px;
  left: 0;
  z-index: -1;
  font: 300 388px/0 Poppins;
  color: #e4e4e4;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom .reviews .item {
  position: relative;
  z-index: 1;
  -webkit-animation: slide-out-top 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both;
  animation: slide-out-top 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom .reviews .item h4 {
  font: 300 18px/24px Poppins;
  color: #000000;
}

.fullpagejs section.home-section5 .container .row .wrap .col-bottom .reviews .item.slick-active {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fullpagejs section.home-section5 a.gotonextpage {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  position: absolute;
  z-index: 123;
  bottom: 90px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}

.fullpagejs section.home-section5 a.gotonextpage i img {
  -webkit-animation: sdb05 ease 2.0s infinite;
  animation: sdb05 ease 2.0s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullpagejs section.home-section5.active .container .row .wrap .col-top h2 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section5.active .container .row .wrap .col-top ul.count {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section5.active .container .row .wrap .col-top ul.count li span {
  font-size: 113px;
  line-height: 0;
}

.fullpagejs section.home-section5.active .container .row .wrap .col-top ul.count li span:after {
  opacity: 0;
}

.fullpagejs section.home-section5.active .container .row .wrap .col-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s both;
}

.fullpagejs section.home-section6 {
  height: 100vh;
  overflow: hidden;
}

.fullpagejs section.home-section6 i.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.fullpagejs section.home-section6 .backgroundImage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.fullpagejs section.home-section6 .container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 2;
}

.fullpagejs section.home-section6 .container .row .wrap {
  padding: 0 30px;
  font-size: 0;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top {
  margin: 0 -15px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list {
  max-width: 100%;
  margin: 0 0 25px 0;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item {
  width:30%;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
  margin-bottom: 30px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps {
  padding: 15px;
  position: relative;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps i.border {
  position: absolute;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps i.border.b-bottom {
  width: 0%;
  height: 1px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  -webkit-transition: width 100ms linear .65s;
  -o-transition: width 100ms linear .65s;
  transition: width 100ms linear .65s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps i.border.b-left {
  width: 1px;
  height: 0%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: height 100ms linear .75s;
  -o-transition: height 100ms linear .75s;
  transition: height 100ms linear .75s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps i.border.b-top {
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: width 100ms linear .85s;
  -o-transition: width 100ms linear .85s;
  transition: width 100ms linear .85s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps i.border.b-right {
  width: 1px;
  height: 0%;
  background-color: #fff;
  right: 0;
  top: 0;
  -webkit-transition: height 100ms linear .95s;
  -o-transition: height 100ms linear .95s;
  transition: height 100ms linear .95s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps h2 {
  padding-bottom: 20px;
  font: 600 24px/30px Poppins;
  text-align: left;
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps h2:first-letter {
  color: #ff9f12;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul {
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 10px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li i {
  font-size: 18px;
  margin-right: 10px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li a {
  font: 500 16px/22px Poppins;
  color: #fff;
  text-decoration: none;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li a:hover {
  color: #ff9f12;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li address {
  margin: 0;
  font: 500 16px/22px Poppins;
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li:last-child {
  padding-bottom: 0;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title {
  position: relative;
  padding: 40px 0 30px 40px;
  margin-bottom: 40px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title i.border {
  position: absolute;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title i.border.b-bottom {
  width: 0%;
  height: 1px;
  background-color: #fff;
  right: 81%;
  bottom: 0;
  -webkit-transition: width 100ms linear 1.3s;
  -o-transition: width 100ms linear 1.3s;
  transition: width 100ms linear 1.3s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title i.border.b-left {
  width: 1px;
  height: 0%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: height 100ms linear 1.4s;
  -o-transition: height 100ms linear 1.4s;
  transition: height 100ms linear 1.4s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title i.border.b-top {
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: width 100ms linear 1.5s;
  -o-transition: width 100ms linear 1.5s;
  transition: width 100ms linear 1.5s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title h2 {
  font: 600 60px/60px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  -webkit-animation: fade-out-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms both;
  animation: fade-out-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms both;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title h2 span.yellow {
  color: #ff9f12;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .title h3 {
  font: 400 20px/30px Poppins;
  color: #fff;
  -webkit-animation: fade-out-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms both;
  animation: fade-out-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms both;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form {
  margin: 0 -17px;
  -webkit-animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-out-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  margin-bottom: 45px;
  position: relative;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-50 {
  width: 50%;
  margin-bottom: 50px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-100 {
  width: 100%;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits {
  text-align: right;
  margin-top: 40px;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap {
  display: inline-block;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap:after {
  display: none;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap:before {
  display: none;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap {
  position: relative;
  z-index: 123;
  line-height: 0;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 1px;
  background-color: #ff9f12;
  -webkit-transition: width 300ms linear 0s;
  -o-transition: width 300ms linear 0s;
  transition: width 300ms linear 0s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap label {
  font: 300 20px/30px Poppins;
  color: #fff;
  top: 8px;
  margin: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .05s linear;
  -o-transition: all .05s linear;
  transition: all .05s linear;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap span.wpcf7-form-control-wrap {
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input {
  width: 100%;
  min-height: 42px;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font: 400 20px/30px Poppins;
  color: #fff;
  position: relative;
  z-index: 2;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input::-webkit-input-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input:-moz-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input::-moz-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input:-ms-input-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea {
  width: 100%;
  min-height: 40px;
  height: 40px;
  resize: none;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  border-radius: 0;
  font: 400 20px/22px Poppins;
  color: #fff;
  position: relative;
  max-height: 100px;
  line-height: 24px;
  z-index: 2;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea::-webkit-input-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea:-moz-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea::-moz-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea:-ms-input-placeholder {
  color: #fff;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.focused .fl_label, .fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.populated .fl_label {
  top: -20px;
  font-size: 14px;
  color: #ff9f12;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap.focused .item-wrap:before {
  width: 100%;
}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap span.wpcf7-form-control-wrap > span {
  transition: width 150ms linear 0s;
  width: 100% !important;
}

.select2-container {width: 100% !important;}

.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: relative;
  z-index: 1;
}

div.wpcf7-validation-errors {
  border: 0 none;
  font-size: 16px;
  padding-left: 0;
  color: #f00;
  margin: -50px 0 0 0;
}

div.wpcf7-mail-sent-ok {
  border: 0 none;
  font-size: 16px;
  padding-left: 0;
  color: #fff;
  margin: -50px 0 30px 0;
}

.fullpagejs section.home-section6 a.gotonextpage {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 123;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fullpagejs section.home-section6 a.gotonextpage i img {
  -webkit-animation: sdb05 ease 2.0s infinite;
  animation: sdb05 ease 2.0s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps i.border.b-bottom {
  width: 100%;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps i.border.b-left {
  height: 100%;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps i.border.b-top {
  width: 100%;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps i.border.b-right {
  height: 100%;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps h2 {
  -webkit-animation: fade-in-bck .5s cubic-bezier(.39, .575, .565, 1.000) both;
  animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1.000) 1s both;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-top .list .item .wraps ul {
  -webkit-animation: fade-in-bck .5s cubic-bezier(.39, .575, .565, 1.000) both;
  animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1.000) 1s both;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title i.border {
  position: absolute;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title i.border.b-bottom {
  width: 210px;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title i.border.b-left {
  height: 100%;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title i.border.b-top {
  width: 350px;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title h2 {
  -webkit-animation: fade-in-left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
  animation: fade-in-left 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .title h3 {
  -webkit-animation: fade-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
  animation: fade-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
}

.fullpagejs section.home-section6.active .container .row .wrap .col-bottom .form {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
}

section.page-about {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.page-about i.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

section.page-about .backgroundImage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.page-about .container {
  position: relative;
  z-index: 2;
}

section.page-about .container .row .wrap {
  font-size: 0;
  padding: 0 30px;
}

section.page-about .container .row .wrap .col-left {
  font: 300 20px/30px Poppins;
  color: #fff;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

section.page-about .container .row .wrap .col-left iframe {
  width: 90%;
  min-height: 658px;
}

.modal section.page-about .container .row .wrap .col-left strong {
  display: block;
}

.modal section.page-about .container .row .wrap .col-left h2 {
  font: 600 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.modal section.page-about .container .row .wrap .col-left strong:last-child {
  padding-bottom: 30px;
}

section.page-about .container .row .wrap .col-left h1 {
  font: 600 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
}

section.page-about .container .row .wrap .col-left h1 span.yellow {
  color: #ff9f12;
}

section.page-about .container .row .wrap .col-left ul {
  padding: 20px 0 30px 0;
}

section.page-about .container .row .wrap .col-left ul li {
  list-style: none;
  font: 300 20px/30px Poppins;
  color: #fff;
}

section.page-about .container .row .wrap .col-left ul li span.yellow {
  font: 600 20px/30px Poppins;
  color: #ff9f12;
}

section.page-about.page404 .container .row .wrap .col-left ul {
  padding: 20px 0 30px 0;
}

section.page-about.page404 .container .row .wrap .col-left ul li {
  list-style: disc;
  list-style-position: inside;
}

section.page-about.page404 .container .row .wrap .col-left ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 150ms linear 0s;
}

section.page-about.page404 .container .row .wrap .col-left ul li a:hover {
  color: #ff9f12;
}

section.page-about .container .row .wrap .col-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  padding-left: 70px;
  text-align: right;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section.page-about .container .row .wrap .col-right .imageandtext {
  display: inline-block;
  padding: 8px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps img {
  height: auto;
  position: relative;
  z-index: 12;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps .text {
  position: relative;
  z-index: 99999;
  margin-top: -152px;
  left: -90px;
  top: -60px;
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps .text h3 {
  font: 600 62px/62px Poppins;
  color: #fff;
  text-transform: uppecase;
  -webkit-transform: translateZ(200px);
  transform: translateZ(200px);
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps .text h3 span {
  font-size: 88px;
}

section.page-about .container .row .wrap .col-right .imageandtext .wraps .text h4 {
  font: 600 41px/41px Poppins;
  color: #fff;
  text-transform: uppecase;
  -webkit-transform: translateZ(200px);
  transform: translateZ(200px);
}

section.page-about .container .row .wrap .col-right .gallery-single {
}

section.page-about .container .row .wrap .col-right .gallery-single .item {
  margin-bottom: 10px;
  max-height: 200px;
  overflow: hidden;
}

section.page-about .container .row .wrap .col-right .gallery-single .item a {
}

section.page-about .container .row .wrap .col-right .gallery-single .item a img {
  height: auto;
  -webkit-transition: -webkit-transform 150ms linear 0s;
  transition: -webkit-transform 150ms linear 0s;
  transition: transform 150ms linear 0s;
  transition: transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

section.page-about .container .row .wrap .col-right .gallery-single .item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.page-about .container .row .wrap p {
  font: 300 20px/30px Poppins;
  color: #fff;
}

section.page-about .container .row .wrap h1 {
  font: 600 60px/60px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

section.page-about .container .row .wrap h1 span.yellow {
  color: #ff9f12;
}

section.page-testimonials {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.page-testimonials i.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

section.page-testimonials .backgroundImage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.page-testimonials .container {
  position: relative;
  z-index: 2;
}

section.page-testimonials .container .row .wrap {
  font-size: 0;
  padding: 0 30px;
}

section.page-testimonials .container .row .wrap .col-left {
  font: 300 20px/30px Poppins;
  color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

section.page-testimonials .container .row .wrap .col-left h1 {
  font: 600 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 150px;
}

section.page-testimonials .container .row .wrap .col-left h1 span.yellow {
  color: #ff9f12;
}

section.page-testimonials .container .row .wrap .col-left .testimonials {
  max-width: 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

section.page-testimonials .container .row .wrap .col-left .testimonials:after {
  position: absolute;
  content: "";
  top: 55px;
  right: -372px;
  width: 208px;
  height: 215px;
  background: url(../images/page-testimonials-icon.png) no-repeat;
}

section.page-testimonials .container .row .wrap .col-left .testimonials .item {
	overflow:hidden;
	max-height:320px;
}

section.page-testimonials .container .row .wrap .col-left .testimonials .item .wraps {
  padding: 40px 45px;
}

section.page-testimonials .container .row .wrap .col-left .testimonials .item .wraps .text {
  font: 300 18px/24px Poppins;
  color: #fff;
  padding-bottom: 45px;
  min-height: 190px;
}

section.page-testimonials .container .row .wrap .col-left .testimonials .item .wraps h3.author {
  font: 500 20px/30px Poppins;
  color: #fff;
  text-transform: uppercase;
}

section.page-testimonials .container .row .wrap .col-left .testimonials .item .wraps h4.jobs {
  font: 300 14px/14px Poppins;
  color: #fff;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots {
  position: static;
  padding-left: 70px;
  display: inline-block !important;
  top: 15px;
  bottom: inherit;
  right: 0;
  width: inherit;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 0 15px 0;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li button {
  opacity: 1;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li button:before {
  content: "";
  opacity: 1;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li button span {
  display: block;
  width: 250px;
  position: relative;
  padding-left: 35px;
  text-align: left;
  top: -7px;
  left: 0;
  font: 300 20px/24px Poppins;
  color: #fff;          /*text-transform: uppercase;*/
  opacity: 0.3;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  z-index: 999;
  transition: all 150ms linear 0s;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li.slick-active button:before {
  background-color: #ff9f12;
}

section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots li.slick-active button span {
  opacity: 1;
  visibility: visible;
}

/*
::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
::-webkit-scrollbar-track{ 
background-color:transparent;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(255, 159, 18, 1);
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
*/
section.home-section6.page-contacts {
  overflow: hidden;
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.home-section6.page-contacts i.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

section.home-section6.page-contacts .backgroundImage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

section.home-section6.page-contacts .container {
  position: relative;
  z-index: 2;
}

section.home-section6.page-contacts .container .row .wrap {
  font-size: 0;
  padding: 0 30px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title {
  position: relative;
  padding: 40px 0 30px 40px;
  margin-bottom: 50px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title i.border {
  position: absolute;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title i.border.b-bottom {
  width: 210px;
  height: 1px;
  background-color: #fff;
  right: 81%;
  bottom: 0;
  -webkit-transition: width 100ms linear 1.3s;
  -o-transition: width 100ms linear 1.3s;
  transition: width 100ms linear 1.3s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title i.border.b-left {
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: height 100ms linear 1.4s;
  -o-transition: height 100ms linear 1.4s;
  transition: height 100ms linear 1.4s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title i.border.b-top {
  width: 350px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: width 100ms linear 1.5s;
  -o-transition: width 100ms linear 1.5s;
  transition: width 100ms linear 1.5s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title h1 {
  font: 600 60px/60px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title h1 span.yellow {
  color: #ff9f12;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .title h3 {
  font: 400 20px/30px Poppins;
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form {
  margin: 0 -17px 90px -17px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  position: relative;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-33 {
  width: 33.3333333%;
  margin-bottom: 70px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-100 {
  width: 100%;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits {
  text-align: right;
  margin-top: 0;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap {
  display: inline-block;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap:after {
  display: none;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-100.submits .item-wrap:before {
  display: none;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-80 {
  width: 80%;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-20 {
  width: 20%;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-20.submits {
  text-align: right;
  margin-top: -24px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-20.submits .item-wrap:before {
  display: none;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.item-w-20.submits .item-wrap:after {
  display: none;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap {
  position: relative;
  line-height: 0;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 1px;
  background-color: #ff9f12;
  -webkit-transition: width 300ms linear 0s;
  -o-transition: width 300ms linear 0s;
  transition: width 300ms linear 0s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap label {
  font: 300 20px/30px Poppins;
  color: #fff;
  top: 8px;
  margin: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all .05s linear;
  -o-transition: all .05s linear;
  transition: all .05s linear;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input {
  width: 100%;
  min-height: 42px;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font: 400 20px/30px Poppins;
  color: #fff;
  position: relative;
  z-index: 2;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap span.wpcf7-not-valid-tip {
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: relative;
  z-index: 1;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input::-webkit-input-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input:-moz-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input::-moz-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap input:-ms-input-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap select {
  width: 100%;
  min-height: 42px;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font: 400 20px/30px Poppins;
  color: #fff;
  position: relative;
  z-index: 2;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap select::-ms-expand {
  display: block;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap select option {
  background-color: #ff9f12;
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap select option:hover, section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap select option:focus {
  background-color: #f00;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea {
  width: 100%;
  min-height: 42px;
  padding-top: 15px;
  height: 40px;
  resize: none;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font: 400 20px/19px Poppins;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap button.readmores {
  margin-top: 15px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea::-webkit-input-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea:-moz-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea::-moz-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea:-ms-input-placeholder {
  color: #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap .item-wrap .readmores span {
  padding: 21px 65px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.focused .fl_label, section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.populated .fl_label {
  top: -20px;
  font-size: 14px;
  color: #ff9f12;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .form .fl_wrap.focused .item-wrap:before {
  width: 100%;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  margin-bottom: 50px;
}
section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item.contactsItem {
  height: 220px;
  width: 79.5%;
}
section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item.contactsItem .block.office-maps {
  display: none;
}
section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item.contactsItem .block.office-address {
  width: 66.666%;
}
section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block {
  width: 33.333333%;
  display: inline-block;
  vertical-align: middle;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom div.wpcf7-validation-errors {
  margin: -50px 0 30px 0;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-img img {
  width: 100%;
  height: auto;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address {
  padding: 28px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address h3 {
  font: 600 30px/30px Poppins;
  color: #fff;
  padding-bottom: 25px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address h3:first-letter {
  color: #ff9f12;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font: 500 18px/20px Poppins;
  color: #fff;
  padding-bottom: 15px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address ul li i {
  font-size: 18px;
  color: #fff;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address ul li a {
  font: 500 18px/20px Poppins;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-address ul li a:hover {
  color: #ff9f12;
}

section.home-section6.page-contacts .container .row .wrap .col-bottom .list .item .block.office-maps img {
  width: 100%;
  height: auto;
}

section.page-our-projects {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;  /**

   * Material Modal CSS

   */
}

section.page-our-projects i.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

section.page-our-projects .backgroundImage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.page-our-projects .container {
  position: relative;
  z-index: 2;
}

section.page-our-projects .container .row .wrap {
  font-size: 0;
  padding: 0 30px;
}

section.page-our-projects .container .row .wrap .col-top {
  font: 300 20px/30px Poppins;
  color: #fff;
}

section.page-our-projects .container .row .wrap .col-top h1 {
  font: 600 48px/48px Poppins;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 100px;
}

section.page-our-projects .container .row .wrap .col-top h1 span.yellow {
  color: #ff9f12;
}

section.page-our-projects .container .row .wrap .col-top .projects-list {
  padding-bottom: 95px;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list {
  margin: 0 -20px;
  overflow: visible;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps {
  padding: 0 20px;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image {
  padding: 10px;
  border: 1px solid #fff;
  margin-bottom: 15px;
  position: relative;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image img {
  width: 100%;
  height: auto;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image i.overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image a {
  font: 300 21px/21px Poppins;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 210px;
  padding: 23px 0 20px 0;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image a:hover {
  background-color: #fff;
  color: #000;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .image a.modal__trigger--active {
  z-index: 999999;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .teaser h3 {
  padding-bottom: 5px;
  line-height: 30px;
  font: 300 27px/30px Poppins;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps .teaser h4 {
  padding-bottom: 0;
  line-height: 19px;
  font: 300 19px/19px Poppins;
  color: #ff9f12;
  text-decoration: none;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps:hover .image i.overlay {
  opacity: 1;
  visibility: visible;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-list .item .wraps:hover .image a {
  opacity: 1;
  visibility: visible;
  margin-top: -33px;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  font: 300 20px/30px Poppins;
  color: #fff;
  text-transform: uppercase;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow i {
  font-size: 20px;
  color: #fff;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow.prev {
  bottom: 0;
  left: 0;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow.prev i {
  margin-right: 15px;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow.next {
  bottom: 0;
  right: 0;
}

section.page-our-projects .container .row .wrap .col-top .projects-list .slick-arrow.next i {
  margin-left: 15px;
}

section.page-our-projects .modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;    /*overflow-y: auto;
    overflow-x: hidden;*/
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

section.page-our-projects .modal--active {
  visibility: visible;
  opacity: 1;
  display: block; z-index:1234;
}

section.page-our-projects .modal--align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.page-our-projects .modal__bg {
  background: transparent;
}

section.page-our-projects .modal__dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}

section.page-our-projects .modal__content {
  will-change: transform, opacity;
  position: absolute;
  padding: 2.4rem;
  height: 100%;
  right: -0;
  left: 0;
  top: 0;
  background: #000;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-our-projects .modal__content .container .row .wrap {
  text-align: center;
}

section.page-our-projects .modal__content .container .row .wrap img {
  display: inline-block;
}

section.page-our-projects .modal__content .container .row .wrap .teaser {
  text-align: left;
  margin-top: 30px;
  font: 300 20px/24px Poppins;
  color: #fff;
}

section.page-our-projects .modal__content .container .row .wrap .teaser h2 {
  font: 300 20px/24px Poppins;
  color: #fff;
  padding-bottom: 20px;
}

section.page-our-projects .modal__content .container .row .wrap .teaser ul {
  padding-bottom: 20px;
}

section.page-our-projects .modal__content .container .row .wrap .teaser ul li {
  list-style: none;
  padding-bottom: 5px;
}

section.page-our-projects .modal__content--active {
  opacity: 1;
}

section.page-our-projects .modal__close {
  z-index: 1100;
  cursor: pointer;
}

section.page-our-projects .modal__trigger {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-our-projects .modal__trigger:hover {
  background: #e5d3d6;
}

section.page-our-projects #modal__temp {
  will-change: transform, opacity;
  z-index: 123;
  position: absolute;
  top: -7px;
  left: -20px;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-our-projects .demo-close {
  position: absolute;
  top: 0;
  height: 46px;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-our-projects .demo-close svg {
  width: 34px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}

section.page-our-projects .demo-close:hover {
  background: rgba(0, 0, 0, 0.6);
}

section.page-collection-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;  /**

   * Material Modal CSS

   */
}

section.page-collection-grid i.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

section.page-collection-grid .backgroundImage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.page-collection-grid .container {
  position: relative;
  z-index: 2;
}

section.page-collection-grid .container .row .wrap {
  padding: 0 30px;
}

section.page-collection-grid .container .row .wrap .col-top {
  padding-bottom: 5px;
}

section.page-collection-grid .container .row .wrap .col-top h2 {
  font: 600 20px/36px Poppins;
  color: #fff;
  text-transform: uppercase;
}

section.page-collection-grid .container .row .wrap .col-top h2:first-letter {
  color: #ff9f12;
}

section.page-collection-grid .container .row .wrap .col-top .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  margin-left: 9px;
  position: relative;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li:after {
  position: absolute;
  content: "|";
  top: 0;
  left: 0;
  color: #acabab;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li:first-child:after {
  display: none;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li a {
  font: 400 18px/20px Poppins;
  color: #acabab;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li a:hover {
  color: #fff;
}

section.page-collection-grid .container .row .wrap .col-top .wraps ul li.active a {
  color: #fff;
}
section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info span i {
  color: #ff9f12;
  margin-right: 10px;
}

section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info span address {
  margin: 0;
  font: 400 18px/20px Poppins;
  color: #acabab;
  text-decoration: none;
}

section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info span a {
  font: 400 18px/20px Poppins;
  color: #acabab;
  text-decoration: none;
}

section.page-collection-grid .container .row .wrap .col-top .wraps .contact-info span a:hover {
  color: #fff;
}

section.page-collection-grid .container .row .wrap .col-middle h2 {
  font: 600 20px/36px Poppins;
  color: #fff;
  text-transform: uppercase;
}

section.page-collection-grid .container .row .wrap .col-middle h2:first-letter {
  color: #ff9f12;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  margin-left: 9px;
  position: relative;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li:after {
  position: absolute;
  content: "|";
  top: 0;
  left: 0;
  color: #acabab;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li:first-child:after {
  display: none;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li a {
  font: 400 18px/20px Poppins;
  color: #acabab;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li a:hover {
  color: #fff;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps ul li.active a {
  color: #fff;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher {
  cursor: pointer;
  margin: 0 13px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher .content {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 24px;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher .text {
  display: none;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.is-disabled {
  opacity: 0.4;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  min-width: 44px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default input {
  display: none;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default .slider {
  background-color: #ff9f12;
  border-radius: 0;
  height: 18px;
  left: 3px;
  position: absolute;
  top: 3px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 18px;
  z-index: 2;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default .text {
  width: 50%;
  display: none;
  *display: inline;
  *zoom: 1;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default .textYes {
  color: white;
  float: left;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default .textNo {
  color: #9f9f9f;
  float: right;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.is-active {
  background-color: #ff9f12;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.is-active .slider {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.short {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.short input {
  display: none;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.short .content {
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  height: 18px;
  padding: 0;
  width: 18px;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.short .slider {
  background-color: #519b20;
  border-radius: 50%;
  height: 12px;
  margin: 3px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 12px;
}

section.page-collection-grid .container .row .wrap .col-middle .wraps .switchers .switcher.default.short.is-active .slider {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

section.page-collection-grid .grid-list {
  margin-top: 30px;
}

section.page-collection-grid .grid-list .container .row .grid {
  -webkit-transition: opacity 200ms linear 0s;
  transition: opacity 200ms linear 0s;
  padding: 0;     /* overflow:hidden;*/
  margin: 0;
  font-size: 0;
}

section.page-collection-grid .grid-list .container .row .grid .item {
  padding: 0 15px 20px 15px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

section.page-collection-grid .grid-list .container .row .grid .item.active {
  z-index: 123;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps a {
  text-decoration: none;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps .image {
  padding: 6px;
  border: 1px solid #fff;
  margin-bottom: 8px;
  -webkit-transition: border-color 150ms linear 0s;
  -o-transition: border-color 150ms linear 0s;
  transition: border-color 150ms linear 0s;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps .image img {
  width: 100%;
  height: auto;
  min-height: 160px;            /* optional way, set loading as background */
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps .title {
  text-align: center;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps .title h3 {
  font: 300 20px/30px Poppins;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps:hover .image {
  border-color: #ff9f12;
}

section.page-collection-grid .grid-list .container .row .grid .item .wraps:hover .title h3 {
  color: #ff9f12;
}

section.page-collection-grid .list-3d {
  margin-top: 10px;
  -webkit-transition: opacity 200ms linear 0s;
  transition: opacity 200ms linear 0s;
  overflow: visible;
  position: relative;
}

section.page-collection-grid .list-3d .grid-3d {
  font-size: 0;
  padding-top: 0;
}

section.page-collection-grid .list-3d .grid-3d .item {
  padding: 0;
  width: 50%;
}

section.page-collection-grid .list-3d .grid-3d .item.swiper-slide-active .wraps .image {
  margin-bottom: 30px;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .image {
  padding: 6px;
  border: 1px solid #fff;
  margin-bottom: 0;
  -webkit-transition: border-color 150ms linear 0s;
  -o-transition: border-color 150ms linear 0s;
  transition: border-color 150ms linear 0s;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .image a {
  text-decoration: none;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .image a img {
  width: 100%;
  height: auto;
  max-height: 540px;              /* optional way, set loading as background */
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .title {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: -1;
  margin-top: 30px;
  -webkit-transition: opacity 300ms linear 0s;
  -o-transition: opacity 300ms linear 0s;
  transition: opacity 300ms linear 0s;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .title h3 {
  line-height: 30px;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps .title h3 a {
  font: 300 20px/30px Poppins;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps:hover .image {
  border-color: #ff9f12;
}

section.page-collection-grid .list-3d .grid-3d .item .wraps:hover .title a {
  color: #ff9f12;
}

section.page-collection-grid .list-3d .grid-3d .item.swiper-slide-prev .wraps .image a {
  pointer-events: none;
}

section.page-collection-grid .list-3d .grid-3d .item.swiper-slide-prev .wraps .title h3 {
  display: none;
}

section.page-collection-grid .list-3d .grid-3d .item.swiper-slide-next .wraps .image a {
  pointer-events: none;
}

section.page-collection-grid .list-3d .grid-3d .item.swiper-slide-next .wraps .title h3 {
  display: none;
}

section.page-collection-grid .list-3d .grid-3d .item .swiper-slide-shadow-left {
  background: none !important;
}

section.page-collection-grid .list-3d .grid-3d .item .swiper-slide-shadow-right {
  background: none !important;
}

section.page-collection-grid .list-3d .arrowsblock {
  max-width: 950px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 30px;
  text-transform: uppercase;
  z-index: 0;
}

section.page-collection-grid .list-3d .arrowsblock:hover {
  z-index: 12345;
}

section.page-collection-grid .list-3d .arrowsblock .swiper-button-next {
  position: static;
  float: right;
  background: none;
  margin: 0;
  width: inherit;
  height: inherit;
}

section.page-collection-grid .list-3d .arrowsblock .swiper-button-next i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -5px;
}

section.page-collection-grid .list-3d .arrowsblock .swiper-button-prev {
  position: static;
  float: left;
  background: none;
  margin: 0;
  width: inherit;
  height: inherit;
}

section.page-collection-grid .list-3d .arrowsblock .swiper-button-prev i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -5px;
}

section.page-collection-grid .modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;    /*overflow-y: auto;*/
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.getfiltrs {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.getfiltrs .preloader-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  max-height: 600px;
  min-height: 600px;
  background-position: 50% 50%;
}

section.page-collection-grid .modal--active {
  visibility: visible;
  opacity: 1;
}

section.page-collection-grid .modal--align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.page-collection-grid .modal__bg {
  background: transparent;
}

section.page-collection-grid .modal__dialog {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

section.page-collection-grid .modal__content {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.4rem;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-collection-grid .modal__content .container .row .wrap {
  text-align: center;
}

section.page-collection-grid .modal__content .container .row .wrap img {
  display: inline-block;
}

section.page-collection-grid .modal__content .container .row .wrap .teaser {
  text-align: left;
  margin-top: 30px;
  font: 300 20px/24px Poppins;
  color: #fff;
}

section.page-collection-grid .modal__content .container .row .wrap .teaser h2 {
  font: 300 20px/24px Poppins;
  color: #fff;
  padding-bottom: 20px;
}

section.page-collection-grid .modal__content .container .row .wrap .teaser ul {
  padding-bottom: 20px;
}

section.page-collection-grid .modal__content .container .row .wrap .teaser ul li {
  list-style: none;
  padding-bottom: 5px;
}

section.page-collection-grid .modal__content--active {
  opacity: 1;
}

section.page-collection-grid .modal__close {
  z-index: 1100;
  cursor: pointer;
}

section.page-collection-grid .modal__trigger {
  display: block;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-collection-grid #modal__temp {
  will-change: transform, opacity;
  z-index: 123;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-collection-grid .demo-close {
  position: absolute;
  top: 0;
  height: 46px;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

section.page-collection-grid .demo-close svg {
  width: 34px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}

section.page-collection-grid .demo-close:hover {
  background: rgba(0, 0, 0, 0.6);
}

.btnswitchermenu {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 124;
}

.btnswitchermenu span.text {
  color: #fff;
}

.btnswitchermenu .hamburger-inner, .btnswitchermenu .hamburger-inner::before, .btnswitchermenu .hamburger-inner::after {
  background-color: #fff;
}

.btnswitchermenu span.text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  padding-right: 18px;
  font: 500 20px/24px Poppins;
  color: #fff;
  text-transform: uppercase;
}

.btnswitchermenu .hamburger {
  padding: 0 0;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.btnswitchermenu .hamburger:hover {
  opacity: 1;
}

.btnswitchermenu .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.btnswitchermenu .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.btnswitchermenu .hamburger-inner, .btnswitchermenu .hamburger-inner::before, .btnswitchermenu .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btnswitchermenu .hamburger-inner::before, .btnswitchermenu .hamburger-inner::after {
  content: "";
  display: block;
}

.btnswitchermenu .hamburger-inner::before {
  top: -10px;
}

.btnswitchermenu .hamburger-inner::after {
  bottom: -10px;
}

.btnswitchermenu .hamburger--slider .hamburger-inner {
  top: 2px;
}

.btnswitchermenu .hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.btnswitchermenu .hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.btnswitchermenu .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.btnswitchermenu .hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  opacity: 0;
}

.btnswitchermenu .hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* MODAL home section 1 */
.modals-homepage .modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.modals-homepage .modal--active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.modals-homepage .modal--align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.modals-homepage .modal__bg {
  background: transparent;
}

.modals-homepage .modal__dialog {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.modals-homepage .modal__content {
  will-change: transform, opacity;
  position: fixed;
  padding: 2.4rem;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modals-homepage .modal__content .container .row .wrap {
  text-align: center;
}

.modals-homepage .modal__content .container .row .wrap img {
  display: inline-block;
}

.modals-homepage .modal__content .container .row .wrap .teaser {
  text-align: left;
  margin-top: 30px;
  font: 300 20px/24px Poppins;
  color: #fff;
}

.modals-homepage .modal__content .container .row .wrap .teaser h2 {
  font: 300 20px/24px Poppins;
  color: #fff;
  padding-bottom: 20px;
}

.modals-homepage .modal__content .container .row .wrap .teaser ul {
  padding-bottom: 20px;
}

.modals-homepage .modal__content .container .row .wrap .teaser ul li {
  list-style: none;
  padding-bottom: 5px;
}

.modals-homepage .modal__content--active {
  opacity: 1;
}

.modals-homepage .modal__close {
  z-index: 1100;
  cursor: pointer;
}
section.home-section1 .readmores.modal__trigger--active {
  z-index: 5;
}
#modal2 .container {
  width: 100%;
}
#modal2 .col-left iframe {
  width: 100%;
  min-height: 800px;
}
section.home-section1 .readmores {
  position: relative;
  z-index: 2;
  display: inline-block;
  left:0;
  margin-left:0;
  margin-right: 15px;
  padding: 0;
  color: #fff;
  float: left;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
section.home-section1 .readmores:last-child {
  margin-right: 0;
}

section.home-section1 .readmores:hover {
  background: #e5d3d6;
}

section.home-section1 #modal__temp {
  will-change: transform, opacity;
  z-index: 123;
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  background: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modals-homepage .demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modals-homepage .demo-close svg {
  width: 34px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}

.modals-homepage .demo-close:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* CONTACTS FOR FOOTER */
.contacts-for-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  background-color: #000;
  padding: 5px 0 5px 0;
  text-align: center;
}
.contacts-for-mobile.z-index{
	z-index: 123;
}
.contacts-for-mobile .col-middle {
  display: inline-block;
}

.contacts-for-mobile .col-middle span {
  display: inline-block;
  font: 500 20px/20px Poppins;
  color: #fff;
}

.contacts-for-mobile .col-middle ul {
  display: inline-block;
  line-height: 0;
}

.contacts-for-mobile .col-middle ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.contacts-for-mobile .col-middle ul li a {
  display: block;
  font: 500 20px/23px Poppins;
  color: #ff9f12;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dashed #ff9f12;
}

.contacts-for-mobile .col-middle ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.contacts-for-mobile .col-middle ul li a:hover:before {
  max-width: 100%;
}

.contacts-for-mobile .col-middle ul li.active a:before {
  max-width: 100%;
  content: attr(data-hover);
}

.contacts-for-mobile .col-middle ul li ul {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -145px;
  opacity: 0;
  visibility: hidden;
  background-color: #1b1b1b;
  padding: 20px 20px 0 20px;
  max-width: 300px;
  min-width: 300px;
  text-align: left;
  -webkit-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}

.contacts-for-mobile .col-middle ul li ul:before {
  content: "\f0d8";
  display: inline-block;
  font: 35px/1 FontAwesome;
  color: #1b1b1b;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -10px;
  text-rendering: auto;
}

.contacts-for-mobile .col-middle ul li ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts-for-mobile .col-middle ul li ul li i {
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}

.contacts-for-mobile .col-middle ul li ul li address {
  margin: 0;
  font: 400 16px/18px Poppins;
  color: #fff;
}

.contacts-for-mobile .col-middle ul li ul li a {
  font: 400 16px/18px Poppins;
  color: #fff;
  border: 0 none;
  margin-bottom: 20px;
  -webkit-transition: color 150ms linear 0s;
  -o-transition: color 150ms linear 0s;
  transition: color 150ms linear 0s;
}

.contacts-for-mobile .col-middle ul li ul li a:hover {
  color: #ff9f12;
}

.contacts-for-mobile .col-middle ul li.active ul {
  top: 40px;
  opacity: 1;
  visibility: visible;
}

/* HACKFORIE */
body.ie-11 .backgroundImage {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

body.ie-11 section.page-collection-grid .list-3d .grid-3d .item {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}

body.ie-11 a.readmores:hover span, body.ie-11 button.readmores:hover span {
  -webkit-transform: none !important;
  transform: none !important;
}

body.ie-11 section.page-collection-grid #modal__temp {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.noswitch {
  z-index: -1111;
  opacity: 0.5;
}

.item-w-80.focused .fl_label {
  top: -30px !important;
}

section.page-about .withfullwith .row .wrap .col-left iframe {
  max-width: 100%;
}

.ct .fl_wrap {
  width: 33.3333333%;
  margin-bottom: 70px;
}

.ct .fl_wrap.item-w-80 {
  width: 80%;
}

.ct .fl_wrap.item-w-20.submits, .ct .fl_wrap.item-w-20 {
  text-align: right;
  margin-top: -24px;
  width: 20%;
}

.ct .fl_wrap.item-w-20.submits .item-wrap:after {
  display: none
}

.ct .fl_wrap .item-wrap select {
  width: 100%;
  min-height: 42px;
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font: 400 20px/30px Poppins;
  color: #fff;
  position: relative;
  z-index: 2;
}

.hidenover {
  overflow: hidden !important;
}

.noitem_msg {
  text-align: center;
  color: #fff;
  z-index: 999;
  padding-top: 50px;
  display: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
}
.notransform {
  transform: none !important;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fullpagejs section.home-section6 .container .row .wrap .col-bottom .form .fl_wrap .item-wrap textarea{ line-height: 24px !important; }
	header .wrap .col-middle ul li ul li address{ max-width:220px; }
	.fullpagejs section.home-section6 .container .row .wrap .col-top .list .item .wraps ul li address{ max-width:220px; }
	section.page-testimonials .container .row .wrap .col-left h1{ padding-bottom:30px; }
	section.page-testimonials .container .row .wrap .col-left .testimonials{
		display:block;	font-size:0;
	}
	section.page-testimonials .slick-slider .slick-track, 
	section.page-testimonials .slick-slider .slick-list{ display:inline-block; max-width:584px; }
	section.page-testimonials .container .row .wrap .col-left .testimonials ul.slick-dots{ padding-left:70px; }
	.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a{ position:relative; }
	.fullpagejs section.home-section4 .container .row .wrap .col-left ul li a span{
		position: absolute; bottom:15px; left:0; padding-left:15px; 
	}
	
	button.readmores span:before{ display:none; }
	button.readmores span{
		border: 0 none;
	}
	button.readmores:focus span, 
	button.readmores:hover span{ 
		-webkit-transform: none;-ms-transform: none;transform: none;
		background-color:#1b1b1b;
		-webkit-transition: background-color 200ms ease 0s;-o-transition: background-color 200ms ease 0s;transition: background-color 200ms ease 0s;
	}
}