/* CONTENT */

/*--------------------------------------------------
	Hero Section
---------------------------------------------------*/

#hero {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

#hero.has-image {
  z-index: 2;

  overflow: hidden;
}

#hero-styles {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 2;
}

#hero.has-image #hero-styles {
  position: relative;
  height: auto;
}

#hero-caption {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  pointer-events: initial;
}

#hero-caption.text-align-center {
  justify-content: center;
}

#hero-caption.height-title {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

#hero #hero-caption.no-padding-bottom {
  padding-bottom: 0;
}

#hero.has-image #hero-caption {
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

#hero.has-image #hero-caption.align-start {
  align-items: flex-end;
  justify-content: flex-start;
}

#hero #hero-caption .inner {
  display: block;
  width: auto;
  height: auto;
}

#hero-caption.text-align-center .inner {
  text-align: center;
}

#hero.has-image #hero-caption .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  transform-origin: bottom left;
}

#hero.has-image #hero-caption.align-start .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

#hero-image-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
}

#hero-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

#hero-bg-image {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  overflow: visible;
  image-rendering: pixelated;
}

.load-project-page #hero-bg-image,
.load-next-project #hero-bg-image,
.load-project-thumb-with-title #hero-bg-image {
  opacity: 1 !important;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hero-title {
  font-size: calc(1rem + 24.15vw);
  line-height: calc(1rem + 22vw);
  font-weight: 500;
  position: relative;
  display: block;
  width: auto;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  margin-left: -0.6vw;
  color: #000;
}

.text-align-center .hero-title {
  margin-left: 0;
}

.height-title .hero-title {
  position: relative;
  overflow: visible;
  white-space: nowrap;
}

.height-title .hero-title div {
  display: inline-block;
}

.hero-title span {
  opacity: 0;
  display: block;
  margin-top: 0;
  min-width: 3vw;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
}

.height-title .hero-title span {
  box-sizing: border-box;
  display: inline-block;
  transform-origin: bottom center;
}

.light-content .hero-title {
  color: #fff;
}

.change-header .hero-title {
  color: #000;
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 50px;
  width: 100%;
  z-index: 10;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  color: #000;
  opacity: 0.4;
}

.subtitle-padding-left .hero-subtitle {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding-left: 50%;
  text-align: left;
}

.hero-subtitle span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
}

.inline-title .hero-subtitle span {
  display: inline-block;
}

.light-content .hero-subtitle {
  color: #fff;
}

.change-header .hero-subtitle {
  color: #000 !important;
}

.hero-arrow {
  width: 36px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: 80px;
  right: auto;
  margin: 0;
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
}

.text-align-center .hero-arrow {
  left: 0;
  right: 0;
  margin: auto;
}

.hero-arrow span {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: flex;
  box-sizing: border-box;
  background: transparent;
  justify-content: center;
  align-items: center;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  border-radius: 50px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}
.hero-arrow:hover span {
  border: 2px solid rgba(0, 0, 0, 1);
}

.light-content .hero-arrow span {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.light-content .hero-arrow:hover span {
  border: 2px solid rgba(255, 255, 255, 1);
}

.hero-arrow i.arrow-icon {
  border: solid #000;
  border-width: 0px 3px 3px 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg) scale(0.5);
}

#hero-footer {
  position: absolute;
  width: 100%;
  padding: 28px 80px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 60px;
  color: #222;
}

#hero-footer.has-border::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-out 0s;
}

.light-content #hero-footer.has-border::after {
  background-color: rgba(255, 255, 255, 0.15);
}

#hero-footer.has-border.visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.light-content #hero-footer {
  color: #fff;
}

#hero-footer:after {
  content: '';
  clear: both;
  display: table;
}

.hero-footer-left {
  float: left;
  opacity: 0;
  cursor: pointer;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.hero-footer-right {
  float: right;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.no-grid-option .hero-footer-right {
  float: none;
}

#hero-description {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 200px;
  margin: 0 auto;
  box-sizing: border-box;
  pointer-events: initial;
}

#hero-description .inner {
  padding-right: 55%;
}

#hero-description p {
  color: #000;
}

.light-content #hero-description p {
  color: #fff;
}

/*--------------------------------------------------
	Main Content
---------------------------------------------------*/

#main {
  position: relative;
  opacity: 0;
}

.load-project-page #main,
.load-next-project #main,
.load-next-page #main {
  opacity: 1;
}

#main-content,
#main-content-bg {
  position: relative;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#main-page-content {
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  max-width: none;
}

#main-page-content::after {
  clear: both;
  content: ' ';
  display: table;
}

#main-page-content.project-page {
  margin-bottom: calc(200vh - 120px);
}

.hero-below-caption #main-page-content.project-page {
  margin-bottom: calc(200vh - 120px);
}

#main-content.portfolio-page {
  overflow: hidden;
}

#main-content.portfolio-page #main-page-content {
  overflow: visible;
  width: 100%;
  max-width: none;
  padding: 0;
}

/*--------------------------------------------------
	Page Navigation
---------------------------------------------------*/

#page-nav {
  height: auto;
  width: 100%;
  color: #000;
  position: relative;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
}

.light-content #page-nav {
  color: #fff;
}

.page-nav-wrap {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.page-nav-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 130px;
  margin: 0 auto;
  height: 100%;
  top: 0;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
}

.page-nav-caption.height-title {
  height: calc(100vh - 120px);
  padding-top: 80px;
  padding-bottom: 80px;
}

#page-nav .inner {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
}

#page-nav .text-align-center .inner {
  text-align: center;
}

.page-title {
  margin: 0;
  width: auto;
  z-index: 10;
  color: #000;
  position: relative;
  display: table;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.text-align-center .page-title {
  margin: 0 auto;
}

.light-content .page-title {
  color: #fff;
}

.next-hero-title {
  font-size: calc(1rem + 24.15vw);
  line-height: calc(1rem + 14.5vw);
  font-weight: 500;
  position: relative;
  display: block;
  width: auto;
  overflow: hidden;
  padding: 0;
  margin-top: 0px;
  margin-left: -0.6vw;
  color: #000;
}

.height-title .next-hero-title {
  position: relative;
  overflow: visible;
  white-space: nowrap;
}

.text-align-center .next-hero-title,
.text-align-center .next-hero-subtitle {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.height-title .next-hero-title div {
  display: inline-block;
}

.height-title:not(.text-align-center) .next-hero-title div:first-child {
  display: none;
}

.next-hero-title span {
  display: block;
  min-width: 3vw;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.height-title .next-hero-title span {
  box-sizing: border-box;
  display: inline-block;
  transform-origin: top center;
}

.light-content .next-hero-title {
  color: #fff;
}

.change-header .next-hero-title {
  color: #000;
}

.next-hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  z-index: 10;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  color: #000;
  opacity: 0.4;
}

#page-nav .next-hero-subtitle {
  margin-top: 0px;
  margin-bottom: 50px;
}

.next-hero-subtitle span {
  position: relative;
  display: block;
}

.inline-title .next-hero-subtitle span {
  display: inline-block;
}

.light-content .next-hero-subtitle {
  color: #fff;
}

.change-header .next-hero-subtitle {
  color: #000;
}

/*--------------------------------------------------
	Project Page Navigation
---------------------------------------------------*/

/*--------------------------------------------------
	Temporary Hero
---------------------------------------------------*/

/*--------------------------------------------------
	General Width and Padding for Hero, Content, Page and Project Nav
---------------------------------------------------*/

.content-max-width {
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1320px;
}

.content-full-width {
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 100%;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1537px) {
  .hero-title {
    font-size: calc(1rem + 22.15vw);
    line-height: calc(1rem + 20.5vw);
  }

  .hero-subtitle {
    margin-top: 30px;
  }

  .hero-text {
    font-size: 26px;
    line-height: 36px;
  }

  #page-nav .next-hero-subtitle {
    margin-bottom: 30px;
  }

  .next-hero-title {
    font-size: calc(1rem + 22.15vw);
    line-height: calc(1rem + 12.5vw);
  }
}

@media only screen and (max-width: 1466px) {
  #hero-caption {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  #hero.has-image #hero-caption,
  .temporary-hero .outer {
    padding-bottom: 60px;
  }

  .temporary-hero .outer.middle {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  #hero-description {
    padding-bottom: 220px;
  }

  #hero-description .inner {
    padding-right: 45%;
  }

  #hero-footer {
    padding: 25px 60px;
  }

  .page-nav-caption {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .content-max-width,
  .content-full-width {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  #hero-caption {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  #hero.has-image #hero-caption,
  .temporary-hero .outer {
    padding-bottom: 40px;
  }
  .hero-subtitle {
    margin-top: 20px;
    font-size: 18px;
  }

  #hero-description {
    padding-bottom: 200px;
  }

  #hero-description .inner {
    padding-right: 35%;
  }

  #hero-footer {
    padding: 10px 40px;
  }

  .page-nav-caption {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  #page-nav .next-hero-subtitle {
    margin-top: 20px;
  }

  .next-hero-subtitle {
    font-size: 18px;
  }

  .next-hero-counter {
    top: 0px;
  }

  .content-max-width,
  .content-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #hero-caption {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #hero.has-image #hero-caption,
  .temporary-hero .outer {
    padding-bottom: 30px;
  }

  .temporary-hero .outer.middle {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .subtitle-padding-left .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }

  .hero-arrow {
    width: 30px;
    height: 45px;
    left: 30px;
    bottom: 38px;
  }

  #hero-description {
    padding-bottom: 180px;
  }

  #hero-description .inner {
    padding-right: 15%;
  }

  .hero-text {
    font-size: 22px;
    line-height: 32px;
  }

  #hero-footer {
    padding: 10px 30px;
  }

  .hero-footer-left {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }

  .hero-footer-left .button-text {
    display: none;
  }

  .page-nav-caption {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #page-nav .next-hero-subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .next-hero-counter {
    top: -2px;
  }

  .content-max-width,
  .content-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  #hero-caption {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #hero.has-image #hero-caption,
  .temporary-hero .outer {
    padding-bottom: 20px;
  }

  #hero-description {
    padding-bottom: 160px;
  }

  #hero-description .inner {
    padding-right: 0;
  }

  #hero-footer {
    padding: 10px 20px;
  }

  #hero .button-wrap .button-text {
    display: none;
  }

  .page-nav-caption {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .all-works {
    top: 0;
  }

  .next-hero-counter {
    top: -4px;
    right: -38px;
  }

  .content-max-width,
  .content-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* SHOWCASE */
/*--------------------------------------------------
	General Styles
---------------------------------------------------*/
#app {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0.3s;
  transition: all 0.1s ease-in-out 0.3s;
}

.load-project-thumb #app,
.load-project-thumb-with-title #app,
.load-project-thumb-with-title-and-scale #app {
  opacity: 1;
}

.grid__item-img--large {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.grid__item-hidden {
  pointer-events: none;
  position: fixed;
  opacity: 0;
}

/*--------------------------------------------------
Common Slider Styles
---------------------------------------------------*/

.clapat-slide a {
  height: 0px;
}

.clapat-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.clapat-slider {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 42vw 0 42vw;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  user-select: none;
  cursor: grab;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}

.clapat-state-dragging .clapat-slider {
  cursor: grabbing;
}

.clapat-state-dragging .cp-button-prev,
.clapat-state-dragging .cp-button-next {
  pointer-events: none;
}

.clapat-slider-viewport {
  display: flex;
  position: relative;
}

.clapat-slide {
  overflow: hidden;
  width: 16vw;
  box-sizing: border-box;
}

.clapat-slide:first-child {
  position: relative;
}

.clapat-slide:not(:first-child) {
  position: absolute;
  height: 100%;
}

.slide-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.clapat-state-dragging .clapat-slider .slide-inner {
  cursor: grabbing;
  pointer-events: none;
}

.disable-ajaxload .slide-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-transition: border-radius 0.4s ease-in-out 0s;
  transition: border-radius 0.4s ease-in-out 0s;
}

.rounded-borders .img-mask {
  border-radius: 12px;
}

.rounded-borders .above .img-mask {
  border-radius: 0px;
}

.section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.item-image {
  width: 100%;
  height: 100% !important;
  position: relative;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
}

.clapat-slider img {
  pointer-events: none;
}

.clapat-pagination {
  width: 100%;
  max-width: 900px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  z-index: 20;
  text-align: center;
  opacity: 0;
}

.clapat-pagination-bullet {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.showcase-carousel .clapat-pagination-bullet {
  position: relative;
  width: 1px;
  height: 10px;
  border-radius: 0px;
  display: inline-table;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 7px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}

.light-content .showcase-carousel .clapat-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}

.disable-scroll .showcase-carousel .clapat-pagination-bullet {
  transition: all 0s ease-out 0s;
}

.showcase-carousel .clapat-pagination-bullet.clapat-pagination-bullet-prev {
  height: 14px;
}

.showcase-carousel .clapat-pagination-bullet.clapat-pagination-bullet-next {
  height: 14px;
}

.showcase-carousel .clapat-pagination-bullet-active {
  height: 26px;
  background-color: #000;
}

.light-content .showcase-carousel .clapat-pagination-bullet-active {
  background-color: #fff;
}

.showcase-carousel
  .clapat-pagination-bullet.clapat-pagination-bullet-prev:last-child {
  height: 10px;
}

.showcase-carousel
  .clapat-pagination-bullet.clapat-pagination-bullet-next:first-child {
  height: 10px;
}

.clapat-pagination {
  width: 100%;
  max-width: 900px;
  height: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  z-index: 20;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}

.carousel-nav-wrapper {
  position: absolute;
  height: 60px;
  width: 100%;
  max-width: calc(84% + 60px);
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  z-index: 300;
  pointer-events: none;
  margin: 0 auto;
}

.cp-button-prev,
.cp-button-next {
  float: left;
  pointer-events: initial;
  background-color: #000;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  box-sizing: border-box;
  top: 18px;
  position: relative;
  cursor: pointer;
}

.light-content .cp-button-prev,
.light-content .cp-button-next {
  background-color: #fff;
}

.clapat-button.cp-button-prev,
.clapat-button.cp-button-next {
  opacity: 0;
}

.cp-button-next {
  float: right;
}

.cp-button-prev .icon-wrap-scale,
.cp-button-next .icon-wrap-scale {
  transform: scale(0);
  -webkit-transform: scale(0);
  display: block;
  position: absolute;
  left: 0;
  width: 44px;
  transition: all 0.3s ease-out;
  height: 44px;
}

.cp-button-next .icon-wrap-scale {
  left: auto;
  right: 0;
}

.cp-button-prev:hover .icon-wrap-scale,
.cp-button-next:hover .icon-wrap-scale {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.cp-button-prev .icon-wrap,
.cp-button-next .icon-wrap {
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  top: 4px;
  left: 4px;
}

.cp-button-prev .button-icon,
.cp-button-next .button-icon {
  height: 36px;
  width: 36px;
  color: #000;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 36px;
}

.light-content .cp-button-prev .button-icon,
.light-content .cp-button-next .button-icon {
  color: #fff;
  background-color: #000;
}

.cp-button-prev .button-icon i,
.cp-button-next .button-icon i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
}

.vertical-arrows .cp-button-prev .button-icon i,
.vertical-arrows .cp-button-next .button-icon i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cp-button-prev .button-text,
.cp-button-next .button-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  margin: 0;
  overflow: hidden;
  width: auto;
  padding: 0 36px 0 36px;
  color: #fff;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

.light-content .cp-button-prev .button-text,
.light-content .cp-button-next .button-text {
  color: #000;
}

.cp-button-prev:hover .button-text {
  padding: 0 36px 0 60px;
}

.cp-button-next:hover .button-text {
  padding: 0 60px 0 36px;
}

.disable-scroll .cp-button-prev,
.disable-scroll .cp-button-next {
  pointer-events: none;
}

.grid-open.disable-scroll .cp-button-prev,
.grid-open.disable-scroll .cp-button-next {
  pointer-events: initial;
}

.progress-info {
  position: absolute;
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  margin-top: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
}

.progress-info > .progress-info-fill,
.progress-info > .progress-info-fill-2 {
  position: relative;
  width: auto;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 100%;
}

.progress-info > .progress-info-fill-2 {
  position: absolute;
  top: 0px;
  left: auto;
  background-size: 100% 100%;
  background-position: right;
  right: auto;
  margin: auto;
  width: auto;
  display: block;
}

.light-content .progress-info > .progress-info-fill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.light-content .progress-info > .progress-info-fill-2 {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.disable-scroll .clapat-slider {
  pointer-events: none;
}

/*--------------------------------------------------
Showcase Overlapping Gallery
---------------------------------------------------*/

/*--------------------------------------------------
Showcase Portfolio
---------------------------------------------------*/

/*--------------------------------------------------
Showcase Gallery
---------------------------------------------------*/

/*--------------------------------------------------
16. Responsive
---------------------------------------------------*/

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

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

/* SHORTCODES */
/*--------------------------------------------------
	Pinned Section
---------------------------------------------------*/

.pinned-section {
  position: relative;
  display: table !important;
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

.full .pinned-section,
.full_elementor .pinned-section {
  max-width: 100%;
}

.pinned-section .pin-spacer {
  width: 50% !important;
}

.pinned-element {
  position: relative;
  display: block;
  height: auto;
  float: left;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}

.pinned-element.left {
  padding-right: 30px;
}

.pinned-element.right {
  padding-left: 30px;
}

.scrolling-element {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}

.scrolling-element.left {
  padding-right: 30px;
}

.scrolling-element.right {
  padding-left: 30px;
}

.scrolling-element img {
  display: block;
  height: auto;
  width: 100%;
}

/*--------------------------------------------------
	Content Text Effects
---------------------------------------------------*/

/*--------------------------------------------------
	Hover Reveal Image
---------------------------------------------------*/

.hover-reveal {
  position: fixed;
  width: 20vw;
  height: 30vw;
  pointer-events: none;
  opacity: 0;
  left: auto;
  right: auto;
  margin: auto;
}

.content-row > .hover-reveal {
  z-index: -1;
}

.rounded-borders .hover-reveal {
  border-radius: 8px;
  overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hover-reveal__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

/*--------------------------------------------------
	Carousel
---------------------------------------------------*/

.clapat-slider-wrapper.content-slider {
  width: 100%;
  height: auto;
  position: relative;
}

.content-slider .clapat-slider-viewport {
  display: flex;
  position: relative;
  margin: 0 auto;
}

.content-slider.looped-carousel .clapat-slider-viewport {
  max-width: 1280px;
}

.content-slider.small-looped-carousel .clapat-slider-viewport {
  max-width: 600px;
}

.content-slider .clapat-slider {
  padding: 0 0 0 0;
  height: auto;
  position: relative;
}

.content-slider .clapat-slide {
  width: 100%;
}

.content-slider.looped-carousel .clapat-slide {
  padding: 0 60px;
}

.content-slider.small-looped-carousel .clapat-slide {
  padding: 0 20px;
}

.rounded-borders .content-slider {
  border-radius: 8px;
  overflow: hidden;
}

.rounded-borders .content-slider.looped-carousel img,
.rounded-borders .content-slider.small-looped-carousel img {
  border-radius: 8px;
}

.content-slider.looped-carousel .clapat-button-prev,
.content-slider.looped-carousel .clapat-button-next {
  display: none;
}

.disable-cursor .content-slider.looped-carousel .clapat-button-prev,
.disable-cursor .content-slider.looped-carousel .clapat-button-next {
  display: block;
}

.content-slider.small-looped-carousel .clapat-button-prev,
.content-slider.small-looped-carousel .clapat-button-next {
  display: none;
}

.disable-cursor .content-slider.small-looped-carousel .clapat-button-prev,
.disable-cursor .content-slider.small-looped-carousel .clapat-button-next {
  display: block;
}

.content-slider .clapat-pagination {
  bottom: 20px;
}

.content-slider .slider-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.content-slider .slider-button-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.content-slider .clapat-pagination {
  opacity: 1;
}

.content-slider .clapat-pagination-bullet .parallax-wrap {
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
}

.content-slider .clapat-pagination-bullet .parallax-element {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50px;
}

.clapat-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash ease-in 3s;
  animation-iteration-count: unset;
}

.clapat-pagination-bullet .path,
.light-content.light-content-slider .clapat-pagination-bullet .path {
  stroke: #000;
}

.clapat-pagination-bullet .solid-fill,
.light-content.light-content-slider .clapat-pagination-bullet .solid-fill {
  fill: #000;
}

.light-content .clapat-pagination-bullet .path,
.dark-section .clapat-pagination-bullet .path,
.light-content-slider .clapat-pagination-bullet .path {
  stroke: #fff;
}

.light-content .light-section .clapat-pagination-bullet .path {
  stroke: #000;
}

.light-content .clapat-pagination-bullet .solid-fill,
.dark-section .clapat-pagination-bullet .solid-fill,
.light-content-slider .clapat-pagination-bullet .solid-fill {
  fill: #fff;
}

.light-content .light-section .clapat-pagination-bullet .solid-fill,
.light-content
  .dark-section
  .dark-cursor
  .clapat-pagination-bullet
  .solid-fill {
  fill: #000;
}

.light-cursor .clapat-pagination-bullet .path {
  stroke: #fff !important;
}

.dark-cursor .clapat-pagination-bullet .path {
  stroke: #000 !important;
}

.light-cursor .clapat-pagination-bullet .solid-fill {
  fill: #fff !important;
}

.dark-cursor .clapat-pagination-bullet .solid-fill {
  fill: #000 !important;
}

.path {
  display: none;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.disable-cursor .full .looped-carousel .clapat-controls,
.disable-cursor .full_elementor .looped-carousel .clapat-controls {
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.disable-cursor .full .small-looped-carousel .clapat-controls,
.disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
  position: absolute;
  width: calc(100% - 60px);
  max-width: 540px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.disable-cursor .slider-button-prev {
  position: absolute;
  top: calc(50% - 30px);
  left: 0px;
  margin: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.disable-cursor .slider-button-prev:hover {
  opacity: 1;
}

.disable-cursor .slider-button-prev::after {
  font: var(--fa-font-solid);
  content: '\f104';
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.disable-cursor .light-cursor .slider-button-prev::after,
.disable-cursor .light-cursor .slider-button-next::after {
  color: #fff;
}

.disable-cursor .dark-cursor .slider-button-prev::after,
.disable-cursor .dark-cursor .slider-button-next::after {
  color: #000;
}

.disable-cursor .slider-button-next {
  position: absolute;
  top: calc(50% - 30px);
  left: auto;
  right: 0px;
  margin: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.disable-cursor .slider-button-next:hover {
  opacity: 1;
}

.disable-cursor .slider-button-next::after {
  font: var(--fa-font-solid);
  content: '\f105';
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

/*--------------------------------------------------
	Light Box
---------------------------------------------------*/

.image-link,
.video-link {
  display: block;
  width: auto;
}

.rounded-borders .image-link img,
.rounded-borders .video-link img {
  border-radius: 8px;
}

.disable-cursor .image-link::after {
  font: var(--fa-font-solid);
  content: '\f002';
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.disable-cursor .image-link:hover::after {
  opacity: 1;
}

.disable-cursor .video-link::after {
  font: var(--fa-font-solid);
  content: '\f04b';
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.disable-cursor .video-link:hover::after {
  opacity: 1;
}

/*--------------------------------------------------
	Video Player
---------------------------------------------------*/

/*--------------------------------------------------
	Buttons
---------------------------------------------------*/

.button-box {
  line-height: 16px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  position: relative;
}

.text-align-center .button-box,
.text-align-center.button-box {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.text-align-center.button-box {
  display: flex;
  margin: auto;
}

.button-content .submit-box {
  color: #fff;
}

.clapat-button-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  min-width: 100px;
  height: 60px;
}

.clapat-button-wrap.circle {
  min-width: 104px;
  height: 104px;
}

.text-align-center .clapat-button-wrap {
  margin: 0 auto;
}

.clapat-button {
  opacity: 1;
}

.button-border {
  height: 50px;
  width: auto;
  border: solid 2px #000;
  background-color: #000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  color: #000;
  text-align: center;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  box-sizing: initial !important;
}

.light-content .button-border,
.dark-section .button-border {
  border: solid 2px #fff;
  background-color: #fff;
}

.light-content .light-section .button-border {
  border: solid 2px #000;
  background-color: #000;
}

.light-content .button-border a,
.dark-section .button-border a {
  color: #000;
}

.light-content .light-section .button-border a {
  color: #fff;
}

.button-border.rounded {
  border-radius: 30px;
}

.button-border.outline {
  border: solid 2px #000;
  color: #000;
  background-color: transparent;
}

.light-content .button-border.outline,
.dark-section .button-border.outline {
  border: solid 2px #fff;
  color: #fff;
  background-color: transparent;
}

.light-content .light-section .button-border.outline {
  border: solid 2px #000;
  background-color: transparent;
}

.clapat-button a {
  position: relative;
  display: block;
  height: 100%;
}

.light-content .button-border.outline a,
.dark-section .button-border.outline a {
  color: #fff;
}

.light-content .light-section .button-border.outline a {
  color: #000;
}

.dark-content .light-section .button-border a {
  color: #fff;
}

.dark-content .light-section .button-border.outline a {
  color: #000;
}

.circle .button-border {
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

.button-border span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0%;
  padding: 0 40px;
}

.button-border span::before {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  text-align: center;
}

.clapat-button:hover .button-border span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

.clapat-button-wrap.circle:hover .button-border {
  border: solid 2px transparent;
}

.clapat-button-wrap.circle .button-border input,
.clapat-button-wrap.circle .button-border a {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
}

/*--------------------------------------------------
	Appearing Items
---------------------------------------------------*/

.has-animation {
  opacity: 0;
  -webkit-transition: translateY(30px);
  transform: translateY(30px);
}

.has-animation.has-scale {
  opacity: 0;
  -webkit-transition: translateY(0px) scale(1.05);
  transform: translateY(0px) scale(1.05);
  transform-origin: 50% 0;
  will-change: transform;
}

.has-animation.has-scale-vertical {
  opacity: 0;
  -webkit-transition: translateY(0px) scaleY(1.1);
  transform: translateY(0px) scaleY(1.1);
  transform-origin: 50% 0;
  will-change: transform;
}

.has-animation.has-cover {
  opacity: 1;
  -webkit-transition: translateY(0px);
  transform: translateY(0px);
  overflow: hidden;
}

.has-animation.has-cover::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
  -o-transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated::after {
  width: 0;
}

.has-animation.has-cover img {
  opacity: 1;
  -webkit-transition: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
  -o-transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated img {
  opacity: 1;
  -webkit-transition: scale(1);
  transform: scale(1);
}

.has-mask {
  margin-bottom: 10px;
}

.has-mask span {
  display: inline-table;
  overflow: hidden;
}

.has-mask span > span {
  display: inline-table;
  margin: 0 !important;
  line-height: inherit;
  height: inherit;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

h1.big-title.has-mask span,
h1.big-title.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 12px;
}

h1.has-mask span,
h1.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 12px;
}

h2.has-mask span,
h2.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 10px;
}

h3.has-mask span,
h3.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 8px;
}

h4.has-mask span,
h4.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 7px;
}

h5.has-mask span,
h5.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 6px;
}

h6.has-mask span,
h6.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 5px;
}

.has-mask-fill > span {
  position: relative;
  display: inline;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 100%;
}

.has-mask-fill.block-title > span {
  display: block;
}

.light-content .has-mask-fill > span,
.dark-section .has-mask-fill > span {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.light-content .light-section .has-mask-fill > span {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
}

.has-indent {
  text-indent: 8vw;
}

.has-span-indent {
  margin-right: 30px;
  display: inline;
  vertical-align: top;
  line-height: inherit;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: initial;
  opacity: 0.4;
}

.has-hover-image {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

span.has-hover-image::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.2s ease-out;
}

.light-content span.has-hover-image::before,
.dark-section span.has-hover-image::before {
  background: rgba(255, 255, 255, 1);
}

.light-content .light-section span.has-hover-image::before {
  background: rgba(0, 0, 0, 1);
}

span.has-hover-image:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}

span.has-hover-image .hover-reveal {
  left: 0;
  width: 400px;
  height: 250px;
  overflow: hidden;
}

span.has-hover-image.vertical .hover-reveal {
  width: 300px;
  height: 400px;
}

.has-opacity span {
  opacity: 0.2;
}

.number-counter {
  position: relative;
  display: table;
}

.number-counter::after {
  content: attr(data-symbol);
  line-height: inherit;
  top: 0;
  position: absolute;
  left: calc(100% + 5px);
}

/*--------------------------------------------------
	Underline Link
---------------------------------------------------*/

a.link {
  display: inline-block;
  position: relative;
}

.light-content a.link {
  color: #fff;
}

.light-content .light-section a.link {
  color: #000;
}

a.link::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

h1 a.link::before {
  bottom: 0px;
  height: 3px;
}

.light-content a.link::before,
.dark-section a.link::before {
  background: rgba(255, 255, 255, 1);
}

.light-content .light-section a.link::before {
  background: rgba(0, 0, 0, 1);
}

a.link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/*--------------------------------------------------
	Icon Boxes
---------------------------------------------------*/

/*--------------------------------------------------
	Parallax Image
---------------------------------------------------*/

.parallax-image-content {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.parallax-image-content .outer {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.parallax-image-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.rounded-borders .parallax-image-content img {
  border-radius: 8px;
}

/*--------------------------------------------------
	Clients Table
---------------------------------------------------*/

.clients-table {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background-image: url('../images/clients-middle.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.light-content .clients-table,
.dark-section .clients-table {
  /* background-image: url('../images/clients-middle-white.png'); */
}

.light-content .light-section .clients-table {
  /* background-image: url('../images/clients-middle.png'); */
}

.clients-table::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  /* background-image:url("../images/clients-top.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.light-content .clients-table::before,
.dark-section .clients-table::before {
  /* background-image:url("../images/clients-top-white.png"); */
}

.light-content .light-section .clients-table::before {
  /* background-image:url("../images/clients-top.png"); */
}

.clients-table::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  /* background-image:url("../images/clients-bottom.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.light-content .clients-table::after,
.dark-section .clients-table::after {
  /* background-image:url("../images/clients-bottom-white.png"); */
}

.light-content .light-section .clients-table::after {
  /* background-image:url("../images/clients-bottom.png"); */
}

.clients-table li {
  position: relative;
  display: block;
  width: calc(100% / 4 - 40px);
  height: auto;
  aspect-ratio: 13/10;
  box-sizing: border-box;
  text-align: center;
  margin: 20px;
  overflow: hidden;
  padding: 30px;
}

.clients-table li img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0.6;
  position: relative;
  display: block;
  object-position: center;
  object-fit: cover;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.clients-table li:hover img {
  opacity: 1;
}

.clients-table.no-borders li {
  border: none;
}

.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 00;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  pointer-events: none;
}

.light-content .clients-table .overlay,
.dark-section .clients-table .overlay {
  background-color: rgba(255, 255, 255, 0.05);
}

.light-content .light-section .clients-table .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.clients-table li:hover .overlay {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  opacity: 1;
}

/*--------------------------------------------------
	Accordion
---------------------------------------------------*/

.accordion {
  padding: 20px 0;
  padding-top: 0;
  margin: 0;
}

.accordion.bigger-acc,
.light-content .accordion.bigger-acc,
.dark-section .accordion.bigger-acc,
.light-content .light-section .accordion.bigger-acc {
  border-top: none;
  border-bottom: none;
  padding: 0px 0;
}

.accordion dt {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.bigger-acc dt {
  font-size: calc(1rem + 1vw);
  line-height: calc(1rem + 1.5vw);
  margin-top: 40px;
  padding-top: 40px;
}

.uppercase-titles .accordion.bigger-acc dt {
  text-transform: uppercase;
}

.light-content .accordion dt,
.dark-section .accordion dt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.light-content .light-section .accordion dt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion dt:first-child {
  margin-top: 0px;
  border-top: none;
}

.accordion dt span {
  width: calc(100% - 30px);
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0px;
  color: #000;
  font-family: inherit;
}

.accordion:not(.bigger-acc) dt span em {
  font-family: inherit;
}

.accordion.bigger-acc dt span {
  font-family: inherit;
}

.accordion.bigger-acc dt span > div {
  position: relative;
  display: table;
  float: left;
  width: auto;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 100% 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.accordion.bigger-acc:hover dt span > div {
  transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  background-size: 0% 100%;
}

.accordion.bigger-acc:hover dt:hover span > div,
.accordion.bigger-acc:hover dt.accordion-active span > div {
  background-size: 100% 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.light-content .accordion.bigger-acc dt span > div,
.dark-section .accordion.bigger-acc dt span > div {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(#fff, #fff);
}

.light-content .light-section .accordion.bigger-acc dt span > div {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
}

.light-content .accordion dt span,
.dark-section .accordion dt span {
  color: #fff;
}

.light-content .light-section .accordion dt span {
  color: #000;
}

.accordion .accordion-content {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  padding-left: 0;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 0;
  position: relative;
}

.accordion.bigger-acc .accordion-content {
  font-size: 18px;
  line-height: 30px;
}

.light-content .accordion .accordion-content,
.dark-section .accordion .accordion-content {
  color: #ccc;
}

.light-content .light-section .accordion .accordion-content {
  color: #444;
}

.acc-icon-wrap {
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.accordion.bigger-acc .acc-icon-wrap {
  height: 50px;
  width: 50px;
}

.accordion dt:hover .acc-icon-wrap,
.accordion dt.accordion-active .acc-icon-wrap {
  opacity: 1;
}

.acc-button-icon {
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.accordion.bigger-acc .acc-button-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.accordion dt:hover .acc-button-icon,
.accordion dt.accordion-active .acc-button-icon {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.light-content accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
  background: rgba(255, 255, 255, 0.1);
}

.light-content .accordion dt:hover .acc-button-icon,
.dark-section .accordion dt.accordion-active .acc-button-icon {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.light-content .light-section accordion .acc-button-icon {
  background: rgba(0, 0, 0, 0.1);
}

.light-content .light-section dt:hover .acc-button-icon,
.light-content .light-section .accordion dt.accordion-active .acc-button-icon {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.light-content .accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
  color: #fff;
}

.light-content .light-section .accordion .acc-button-icon {
  color: #000;
}

.acc-button-icon i {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}

dt.accordion-active .acc-button-icon i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/

/*--------------------------------------------------
	Team Members
---------------------------------------------------*/

/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/

/*--------------------------------------------------
	Google Map
---------------------------------------------------*/

/*--------------------------------------------------
	Flex Lists
---------------------------------------------------*/

/*--------------------------------------------------
	Moving Gallery
---------------------------------------------------*/

.fw-gallery .wrapper-gallery {
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  clear: both;
}

.bw-gallery .wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.moving-gallery li {
  position: relative;
  width: 25vw;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  list-style: none;
}

.fw-gallery.random-sizes li:first-child,
.bw-gallery.random-sizes li:first-child {
  padding-left: 0px;
}

.fw-gallery.random-sizes li:last-child,
.bw-gallery.random-sizes li:last-child {
  padding-right: 0px;
}

.fw-gallery.random-sizes li:nth-child(1) {
  width: 25vw;
}

.fw-gallery.random-sizes li:nth-child(2) {
  width: 30vw;
}

.fw-gallery.random-sizes li:nth-child(3) {
  width: 45vw;
}

.fw-gallery.random-sizes li:nth-child(4) {
  width: 25vw;
}

.bw-gallery.random-sizes li:nth-child(1) {
  width: 25vw;
}

.bw-gallery.random-sizes li:nth-child(2) {
  width: 45vw;
}

.bw-gallery.random-sizes li:nth-child(3) {
  width: 30vw;
}

.bw-gallery.random-sizes li:nth-child(4) {
  width: 25vw;
}

.moving-gallery li img {
  height: auto;
  margin: 0px;
}

.moving-gallery li img {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.rounded-borders .moving-gallery li img {
  border-radius: 12px;
}

.moving-gallery-caption {
  position: absolute;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.moving-gallery li:hover .moving-gallery-caption {
  opacity: 0.4;
}

/*--------------------------------------------------
	Zoom Gallery
---------------------------------------------------*/

/*--------------------------------------------------
	Slowed Pin
---------------------------------------------------*/

/*--------------------------------------------------
	Horizontal Panels
---------------------------------------------------*/

/*--------------------------------------------------
	Team Panels
---------------------------------------------------*/

/*--------------------------------------------------
	Pinned Gallery
---------------------------------------------------*/

.pinned-image {
  box-sizing: border-box;
  padding-bottom: 300px;
  position: relative;
}

.pinned-image:first-child {
  padding-top: 0;
}

.pinned-image:last-child {
  z-index: 10;
  padding-bottom: 0px;
}

.rounded-borders .pinned-image img {
  border-radius: 8px;
}

/*--------------------------------------------------
	Reveal Gallery
---------------------------------------------------*/

.reveal-gallery {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.reveal-img {
  width: auto;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  right: auto;
  margin: auto;
  z-index: 0;
  opacity: 0.95;
}

.reveal-img-fixed {
  width: 50%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}

.reveal-img:first-child {
  left: 0;
  transform: rotate(-4deg);
}

.reveal-img:last-child {
  right: 0;
  transform: rotate(4deg);
}

.reveal-gallery img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
  object-position: center;
  object-fit: contain;
  margin: auto;
}

.rounded-borders .reveal-gallery img {
  border-radius: 8px;
}

/*--------------------------------------------------
	Clipped Immaged
---------------------------------------------------*/

/*--------------------------------------------------
	Carousel Shortcode
---------------------------------------------------*/

/*--------------------------------------------------
	List Rotator
---------------------------------------------------*/

/*--------------------------------------------------
	Move Thumbs Gallery
---------------------------------------------------*/

.move-thumbs-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.start-thumbs-caption {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}

.start-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 80px);
  height: calc(25vw - 40px);
  margin: 0 40px;
  margin-bottom: 40px;
}

.start-move-thumb:nth-of-type(3n + 2) {
  width: calc(15% - 80px);
  height: calc(15vw - 40px);
  margin-top: 50vh;
}

.start-move-thumb:nth-of-type(3n + 3) {
  width: calc(35% - 80px);
  height: calc(35vw - 40px);
  margin-top: 25vh;
}

.start-move-thumb .overlapping-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.end-move-thumb .move-thumb-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.rounded-borders .start-move-thumb .move-thumb-inner,
.rounded-borders .end-move-thumb .move-thumb-inner {
  border-radius: 12px;
  overflow: hidden;
}

.end-thumbs-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.end-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(33.33% - 80px);
  height: calc(33.33vw - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
  .button-border span {
    padding: 0 26px;
  }

  .clients-table li {
    width: calc(100% / 4 - 40px);
    margin: 20px;
    padding: 0;
  }

  .accordion.bigger-acc dt {
    margin-top: 30px;
    padding-top: 30px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 30px;
  }

  .full > .team-members-list li,
  .full_elementor .team-members-list li {
    padding: 40px 60px;
  }

  .team-members-list .hover-reveal {
    width: 250px;
    height: 333px;
  }

  span.has-hover-image .hover-reveal {
    width: 300px;
    height: 188px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 250px;
    height: 333px;
  }

  .flex-list {
    padding: 35px 60px;
  }

  .panels-container > .panel:first-child {
    margin-left: 60px;
  }

  .panels-container > .panel:last-child {
    margin-right: 60px;
  }

  .zoom-wrapper-gallery {
    padding: 0 50px;
  }

  .start-thumbs-wrapper {
    padding: 0 30px;
  }

  .start-move-thumb {
    width: calc(25% - 60px);
    height: calc(25vw - 30px);
    margin: 0 30px;
    margin-bottom: 30px;
  }

  .start-move-thumb:nth-of-type(3n + 2) {
    width: calc(15% - 60px);
    height: calc(15vw - 30px);
    margin-top: 50vh;
  }

  .start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 60px);
    height: calc(35vw - 30px);
    margin-top: 25vh;
  }

  .end-thumbs-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .end-move-thumb {
    width: calc(33.33% - 60px);
    height: calc(33.33vw - 60px);
    margin: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .content-slider.looped-carousel .clapat-slide {
    padding: 0 40px;
  }

  .content-slider.small-looped-carousel .clapat-slide {
    padding: 0 40px;
  }

  .disable-cursor .full .looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .looped-carousel .clapat-controls {
    width: calc(100% - 80px);
  }

  .disable-cursor .full .small-looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
    width: calc(100% - 80px);
    max-width: 520px;
  }

  textarea {
    margin-bottom: 30px;
  }

  .full .video-wrapper video.bgvid,
  .full_elementor .video-wrapper video.bgvid {
    position: relative;
    margin-top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
  }

  .full .control,
  .full_elementor .control {
    bottom: 10px;
    width: calc(100% - 100px);
  }

  #map_canvas {
    height: 50vh;
  }

  .clients-table li {
    width: calc(100% / 4);
    margin: 0px;
    padding: 0;
  }

  .clients-table li:hover .overlay {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    opacity: 1;
  }

  .accordion dt span {
    max-width: none;
  }

  .accordion .accordion-content {
    padding-right: 0;
  }

  .accordion.bigger-acc dt {
    margin-top: 30px;
    padding-top: 30px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 30px;
  }

  .full > .team-members-list li,
  .full_elementor .team-members-list li {
    padding: 40px 40px;
  }

  .team-members-list .hover-reveal {
    width: 200px;
    height: 266px;
  }

  .team-member {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 11.5vw);
  }

  span.has-hover-image .hover-reveal {
    width: 250px;
    height: 156px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 200px;
    height: 266px;
  }

  .has-animation.has-cover img {
    -webkit-transition: scale(1);
    transform: scale(1);
  }

  .flex-list {
    padding: 30px 40px;
  }

  .panels-container > .panel:first-child {
    margin-left: 40px;
  }

  .panels-container > .panel:last-child {
    margin-right: 40px;
  }

  .zoom-wrapper-gallery {
    padding: 0 30px;
  }

  .list-rotator-pin {
    height: auto;
  }

  .list-rotator li {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 11.5vw);
  }

  .start-thumbs-wrapper {
    padding: 0 20px;
  }

  .start-move-thumb,
  .start-move-thumb:nth-of-type(3n + 2),
  .start-move-thumb:nth-of-type(3n + 3) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }

  .end-thumbs-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .content-slider.looped-carousel .clapat-slide {
    padding: 0 30px;
  }

  .content-slider.small-looped-carousel .clapat-slide {
    padding: 0 30px;
  }

  .disable-cursor .full .looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .looped-carousel .clapat-controls {
    width: calc(100% - 60px);
  }

  .disable-cursor .full .small-looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
    width: calc(100% - 60px);
    max-width: 540px;
  }

  .content-slider .clapat-pagination-bullet .parallax-wrap {
    width: 20px;
    height: 20px;
  }

  .content-slider .clapat-pagination-bullet .parallax-wrap {
    width: 20px;
    height: 20px;
  }

  .video-wrapper {
    max-height: 50vh;
  }

  .control {
    display: none;
  }

  .name-box,
  .email-box {
    width: 100%;
    margin-right: 0;
  }

  .clients-table li {
    width: 50%;
  }

  .clients-table::before,
  .clients-table::after {
    height: 10px;
  }

  .empty-space,
  .empty-space.tx {
    height: 60px;
  }

  input[type='text'],
  textarea {
    font-size: 14px;
  }

  .accordion dt {
    font-size: 18px;
  }

  .accordion.bigger-acc dt {
    margin-top: 25px;
    padding-top: 25px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 25px;
  }

  .accordion.bigger-acc .acc-button-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 30px;
  }

  .acc-button-icon i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .full > .team-members-list li,
  .full_elementor .team-members-list li {
    padding: 30px 30px;
  }

  .team-member > div {
    float: none;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .team-member span {
    position: relative;
    float: none;
    line-height: 24px;
  }

  .team-member {
    font-size: calc(1rem + 13vw);
    line-height: calc(1rem + 12.5vw);
  }

  .team-members-list .hover-reveal {
    width: 150px;
    height: 200px;
  }

  span.has-hover-image .hover-reveal {
    width: 200px;
    height: 125px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 150px;
    height: 200px;
  }

  .flex-list {
    padding: 30px 30px;
    flex-direction: column;
  }

  .flex-list-left,
  .flex-list-center,
  .flex-list-right {
    width: 100%;
    text-align: left;
    line-height: 30px;
  }

  .slowed-image {
    margin: 100px 0;
  }

  .slowed-image img {
    max-width: 50% !important;
  }

  .moving-gallery li {
    width: 50vw;
  }

  .panels-container > .panel:first-child {
    margin-left: 30px;
  }

  .panels-container > .panel:last-child {
    margin-right: 30px;
  }

  .zoom-wrapper-gallery {
    padding: 0 20px;
  }

  .list-rotator li {
    font-size: calc(1rem + 13vw);
    line-height: calc(1rem + 12.5vw);
  }

  .start-thumbs-wrapper {
    padding: 0 15px;
  }

  .start-move-thumb,
  .start-move-thumb:nth-of-type(3n + 2),
  .start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .pinned-section .pin-spacer {
    width: 100% !important;
  }

  .pinned-element {
    float: none;
    width: 100%;
    margin: 0;
  }

  .pinned-element.left {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .pinned-element.right {
    padding-left: 0px;
  }

  .scrolling-element {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
  }

  .scrolling-element.left {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .scrolling-element.right {
    padding-left: 0px;
  }

  .content-slider.looped-carousel .clapat-slide {
    padding: 0 20px;
  }

  .content-slider.small-looped-carousel .clapat-slide {
    padding: 0 20px;
  }

  .disable-cursor .full .looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .looped-carousel .clapat-controls {
    width: calc(100% - 40px);
  }

  .disable-cursor .full .small-looped-carousel .clapat-controls,
  .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
    width: calc(100% - 40px);
    max-width: 560px;
  }

  .clapat-button {
    margin-bottom: 20px;
  }

  .full > .team-members-list li,
  .full_elementor .team-members-list li {
    padding: 30px 20px;
  }

  .team-member {
    font-size: calc(1rem + 14vw);
    line-height: calc(1rem + 13.5vw);
  }

  .team-members-list .hover-reveal {
    width: 100px;
    height: 133px;
  }

  .accordion.bigger-acc dt {
    margin-top: 20px;
    padding-top: 20px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 20px;
  }

  span.has-hover-image .hover-reveal {
    width: 150px;
    height: 94px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 100px;
    height: 133px;
  }

  .flex-list {
    padding: 20px;
  }

  .moving-gallery li {
    width: 60vw;
  }

  .panels-container > .panel:first-child {
    margin-left: 20px;
  }

  .panels-container > .panel:last-child {
    margin-right: 20px;
  }

  .zoom-wrapper-gallery {
    padding: 0 10px;
  }

  .list-rotator li {
    font-size: calc(1rem + 14vw);
    line-height: calc(1rem + 13.5vw);
  }

  .start-thumbs-wrapper {
    padding: 0 10px;
  }

  .start-move-thumb,
  .start-move-thumb:nth-of-type(3n + 2),
  .start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}

/* ASSETS */
/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/

main {
  overflow: hidden;
}
main .cd-main-content > div {
  height: 100%;
  min-height: 100vh;
}
main .cd-main-content {
  width: 100%;
}
main .cd-main-content.cd-index > div {
  vertical-align: middle;
}
main .cd-main-content.cd-index::after {
  background-color: rgba(64, 137, 166, 0);
  background-image: -webkit-linear-gradient(
    bottom,
    #4089a6,
    rgba(64, 137, 166, 0)
  );
  background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0));
}
main .cd-main-content.cd-index::before {
  background-color: rgba(64, 137, 166, 0);
  background-image: -webkit-linear-gradient(
    top,
    #4089a6,
    rgba(64, 137, 166, 0)
  );
  background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0));
}
main .cd-main-content.cd-about {
  background-color: #fff;
}
main .cd-main-content.cd-about > div {
  padding-top: 50px;
}
main .cd-main-content.cd-about::after {
  background-color: rgba(40, 48, 64, 0);
  background-image: -webkit-linear-gradient(
    bottom,
    #283040,
    rgba(40, 48, 64, 0)
  );
  background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0));
}
main .cd-main-content.cd-about::before {
  background-color: rgba(40, 48, 64, 0);
  background-image: -webkit-linear-gradient(top, #283040, rgba(40, 48, 64, 0));
  background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0));
}
.cd-cover-layer,
.cd-cover-layer.invisible {
  background-color: transparent;
}
.cd-cover-layer {
  position: fixed;
  z-index: 5000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 101%;
  width: 101%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
  transition: opacity 0.6s 0s, visibility 0s 0.4s;
}
.page-is-changing .cd-cover-layer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0.3s, visibility 0s 0s;
}

/*--------------------------------------------------
	Flex Nav
---------------------------------------------------*/

.flexnav,
.flexnav li ul {
  width: 100%;
  margin: 0;
}
.flexnav,
.flexnav li {
  margin: 0;
}
.flexnav li,
.flexnav li ul li {
  font-size: 100%;
}
.flexnav .touch-button:hover,
.menu-button {
  cursor: pointer;
}
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  max-height: 0;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav li,
.flexnav li a,
.flexnav li ul li {
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #222;
  display: block;
  padding: 20px 0;
  z-index: 2;
}
.oldie .flexnav li ul.open ul.open,
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
.flexnav li ul.flexnav-show li,
.oldie .flexnav,
.oldie .flexnav li,
.oldie .flexnav li a {
  overflow: visible;
}
.flexnav li ul li a {
  background: #fff;
  display: block;
  padding: 20px;
}
.flexnav ul li ul li a {
  background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}
.flexnav .touch-button {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 60px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 60px;
  z-index: 999;
}
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.8em;
  font-size: 12px;
  color: #666;
}
.menu-button {
  background: 0 0;
  border-bottom: medium none;
  box-sizing: border-box;
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  z-index: 0;
}
.no-button .menu-button {
  padding-right: 0;
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  background: 0 0;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}
@media all and (min-width: 1025px) {
  .flexnav li a,
  .flexnav li ul li a {
    border-bottom: none;
  }
  .flexnav,
  .flexnav li {
    overflow: visible;
  }
  body.one-page {
    padding-top: 70px;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
  }
  .flexnav li a {
    border-left: 1px solid #acaca1;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav li ul li > ul,
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li > ul li {
    width: 100%;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
}
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
}
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
.oldie .flexnav li ul.open,
.oldie .flexnav li ul.open ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li ul li ul {
  top: 0;
}
.oldie .flexnav li ul li a {
  border-bottom: none;
}
.oldie .flexnav li ul.open li {
  width: 100%;
}
.oldie .menu-button {
  display: none;
}
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/*--------------------------------------------------
	Tool Tips
---------------------------------------------------*/

/*--------------------------------------------------
	Social Share
---------------------------------------------------*/

/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/

/*--------------------------------------------------
	ClaPat Popup
---------------------------------------------------*/

.clapat-img-popup,
.clapat-video-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clapat-img-popup-viewport {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  padding: 80px 40px;
  margin: 0 auto;
  text-align: left;
  z-index: 100;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.clapat-video-popup-viewport {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  z-index: 100;
  height: auto;
  width: calc(100% - 80px);
  max-width: 900px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.clapat-video-popup-viewport::before {
  float: left;
  padding-top: 56.25%;
  content: '';
}

.clapat-img-popup-preloader,
.clapat-video-popup-preloader {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.clapat-img-popup-preloader div,
.clapat-video-popup-preloader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.clapat-img-popup-preloader div:nth-child(1),
.clapat-video-popup-preloader div:nth-child(1) {
  left: 8px;
  animation: clapat-img-popup-preloader1 0.6s infinite;
}

.clapat-img-popup-preloader div:nth-child(2),
.clapat-video-popup-preloader div:nth-child(2) {
  left: 8px;
  animation: clapat-img-popup-preloader2 0.6s infinite;
}

.clapat-img-popup-preloader div:nth-child(3),
.clapat-video-popup-preloader div:nth-child(3) {
  left: 32px;
  animation: clapat-img-popup-preloader2 0.6s infinite;
}

.clapat-img-popup-preloader div:nth-child(4),
.clapat-video-popup-preloader div:nth-child(4) {
  left: 56px;
  animation: clapat-img-popup-preloader3 0.6s infinite;
}

@keyframes clapat-img-popup-preloader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes clapat-img-popup-preloader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes clapat-img-popup-preloader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.clapat-img-popup img {
  position: relative;
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  margin: 0 auto;
  z-index: 10;
  pointer-events: initial;
}

.clapat-video-popup iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: initial;
}

.rounded-borders .clapat-img-popup img {
  border-radius: 8px;
}

.clapat-img-popup-bg-close,
.clapat-video-popup-bg-close {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.clapat-img-popup-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 60px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 0;
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
  pointer-events: initial;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.clapat-video-popup-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 0;
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
  pointer-events: initial;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.clapat-img-popup-close:hover,
.clapat-video-popup-close:hover {
  background-color: rgba(0, 0, 0, 1);
}

.clapat-img-popup-close::after,
.clapat-video-popup-close::after {
  font: var(--fa-font-solid);
  content: '\f00d';
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.clapat-img-popup-prev,
.clapat-video-popup-prev {
  position: absolute;
  width: 26px;
  height: 50px;
  left: 60px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 0;
  border-radius: 4px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.clapat-img-popup-prev:hover,
.clapat-video-popup-prev:hover {
  background-color: rgba(0, 0, 0, 1);
}

.clapat-img-popup-prev::after,
.clapat-video-popup-prev::after {
  font: var(--fa-font-solid);
  content: '\f104';
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.clapat-img-popup-next,
.clapat-video-popup-next {
  position: absolute;
  width: 26px;
  height: 50px;
  right: 60px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 0;
  border-radius: 4px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.clapat-img-popup-next:hover,
.clapat-video-popup-next:hover {
  background-color: rgba(0, 0, 0, 1);
}

.clapat-img-popup-next::after,
.clapat-video-popup-next::after {
  font: var(--fa-font-solid);
  content: '\f105';
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

@media only screen and (max-width: 479px) {
  .clapat-img-popup-viewport {
    padding: 60px 23px;
  }

  .clapat-video-popup-viewport {
    width: calc(100% - 60px);
  }

  .clapat-img-popup img {
    max-height: calc(100vh - 120px);
  }

  .clapat-img-popup-close {
    right: 3px;
    top: 40px;
  }

  .clapat-img-popup-prev {
    left: 10px;
  }

  .clapat-img-popup-next {
    right: 10px;
  }
}
