/*
Theme Name: Downer Group
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0
Text Domain:  downergroup
*/

/* Biennale Regular (400) */
@font-face {
  font-family: 'Biennale Regular';
  src: url('fonts/Biennale.eot');
  src: url('fonts/Biennale.eot?#iefix') format('embedded-opentype'),
    url('fonts/BiennaleRegular.woff2') format('woff2'),
    url('fonts/BiennaleRegular.woff') format('woff'),
    url('fonts/Biennale.ttf') format('truetype'),
    url('fonts/Biennale.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Biennale Bold';
  src: url('fonts/Biennale-semi-bold.eot');
  src: url('fonts/Biennale-semi-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BiennaleBold.woff2') format('woff2'),
    url('fonts/BiennaleBold.woff') format('woff'),
    url('fonts/Biennale-semi-bold.ttf') format('truetype'),
    url('fonts/Biennale-semi-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

b,
bold,
strong {
  font-weight: 400 !important;
  font-family: 'Biennale Bold';
}

.page-template-home-page main {
  padding: 0 !important;
}

.fusion-fullwidth .fusion-row {
  z-index: auto !important;
}

.fullwidth-section {
  margin-left: -30px;
  margin-right: -30px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.progress-segment {
  flex: 1;
  position: relative;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 6px;
}

.progress-segment span {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12px;
  white-space: nowrap;
}

.progress-segment .bar {
  height: 100%;
  width: 0%;
  background: #0073aa;
  transition: width 0.1s linear;
}


.blue-btn {
  display: inline-flex;
  background: #55C1E9;
  color: #000;
  text-decoration: none !important;
  font-weight: 600;
  gap: 16px;
  border-radius: 100px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-right: 16px;
  align-items: center;
  transition: all 0.3s ease;
}

.blue-btn:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url(imgs/button-chevrone.svg) no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.blue-btn:hover {
  background: #000;
  color: #fff;
}

.bigger-text {
  font-size: 18px;
  line-height: 140%;
}

.big-content {
  font-size: 22px;
  line-height: 140%;
}

select.fusion-form-input {
  font-size: 22px !important;
  line-height: 140% !important;
  border: none;
  border-bottom: 1px solid #000 !important;
  width: 278px !important;
  border-radius: 0 !important;
  padding: 8px 14px !important;
  margin-top: -4px !important;
  background: url("data:image/svg+xml,<svg height='7px' width='14px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 24px) center !important;
  background-size: 16px 16px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

select.fusion-form-input+.select-arrow {
  display: none !important;
}

.rainbow-text {
  background: linear-gradient(90deg, #55C1E9 57.69%, #94D600 92.79%);
  color: transparent;
  background-clip: text;
}

.mb-32 * {
  margin-bottom: 32px !important;
}

.about-card .about-card-image-wrapper {
  height: 227px;
  width: 100%;
}

.about-card .about-card-image-wrapper img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.about-card .about-card-text {
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) 1;
  padding: 16px 24px 24px 24px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.about-card .about-card-text h4 {
  margin-top: 0 !important;
  line-height: 28px;
  margin-bottom: 12px;
}

.about-card .about-card-text p:last-child {
  margin-bottom: 0;
  position: relative;
  display: flex;
  height: auto;
  flex-grow: 1;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
}

a.more,
p.more,
.big-case .fusion-portfolio-post .fusion-portfolio-buttons a,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a {
  font-weight: 600;
  margin-top: -12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
  width: fit-content;
}

a.more:after,
p.more:after,
.big-case .fusion-portfolio-post .fusion-portfolio-buttons a:after,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a:after {
  content: '';
  background: url('imgs/button-chevrone.svg') no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-flex;
  width: 8px;
  height: 22px;
  align-items: center;
  flex-direction: row;
  margin-left: 18px;
}

a.more:hover,
p.more:hover,
.big-case .fusion-portfolio-post .fusion-portfolio-buttons a:hover,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a:hover {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

a.more.white-more:after,
p.more.white-more:after,
.big-case .fusion-portfolio-post .fusion-portfolio-buttons a.white-more:after,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a.white-more:after {
  background: url('imgs/button-chevrone-white.svg') no-repeat;
  width: 12px;
  height: 16px;
  position: relative;
  top: -4px;
}

a.more.white-more:hover,
p.more.white-more:hover,
.big-case .fusion-portfolio-post .fusion-portfolio-buttons a.white-more:hover,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a.white-more:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.awb-menu__mega-wrap .tab-pane.active h5,
.awb-menu__mega-wrap .tab-pane.active h4 {
  font-size: 20px;
}

.awb-menu__mega-wrap .fusion-text p a {
  text-decoration: none !important;
}

.awb-menu__mega-wrap .tab-pane.active .more:after {
  content: "";
  background: url('imgs/button-chevrone-white.svg') no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 8px;
  height: 22px;
  align-items: center;
  flex-direction: row;
  margin-left: 18px;
}

.awb-menu__main-background-active {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
}

.text-left-section h3 {
  font-size: 40px !important;
  margin: 60px 0 20px !important;
}

.text-left-section img {
  min-height: 350px !important;
  width: 100%;
  object-fit: cover;
}

.follow-us .social-btn {
  width: 100%;
}

.follow-us h3 {
  font-size: 40px !important;
  margin: 0 0 26px 0 !important;
}

.two-cols-select {
  padding: 25px 0;
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.two-cols-select .col-left {
  display: flex;
  justify-content: flex-end;
  width: 56%;
}

.two-cols-select .col-left h3 {
  font-family: 'Biennale Bold';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}

.two-cols-select .col-right {
  display: flex;
  width: 50%;
}

.custom-select {
  position: relative;
  border-bottom: 3px solid #000;
  background: #fff;
  cursor: pointer;
  padding: 8px 24px 8px 12px;
  width: 275px;
  background: url("data:image/svg+xml,<svg height='7px' width='14px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 24px) center !important;
  background-size: 16px 16px;
}

@media (max-width: 600px) {
  .custom-select{
    width: 90%;
  }
}

.custom-select-display {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;

}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0 0 8px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 10;
}

.custom-select.open .custom-select-options {
  max-height: 200px;
  overflow-y: auto;
}

.custom-select-options li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.custom-select-options li:hover {
  background: #f0f0f0;
}

.two-cols-media-text h2 {
  margin-bottom: 52px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.image-left-layout .col-left {
  width: 51%;
}

.two-cols-media-text {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.two-cols-media-text .fusion-lightbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.two-cols-media-text .fusion-lightbox:before {
  content: '';
  /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"  fill="currentColor" viewBox="0 0 24 24"><path d="M18.022 12.103 6.007 5.036v13.958Z" /></svg>');*/
  mask: url('imgs/play.svg') no-repeat center / contain;
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 28px;
  left: 28px;
  padding: 0px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #000;
  border-radius: 50%;
}

.two-cols-media-text .fusion-lightbox:hover::before {
  background: #fff;
}

.two-cols-media-text .fusion-lightbox:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 16px;
  left: 16px;
  background: #fff;
  border-radius: 50%;
}

.two-cols-media-text .fusion-lightbox:hover::after {
  background: #000;
}

.two-cols-media-text .btn {
  margin-top: 10px;
}

.two-cols-media-text .col-left,
.two-cols-media-text .col-right {
  h4 {
    margin-top: 0 !important;
  }
}

.two-cols-media-text .left-image {
  width: 100%;
  min-height: 340px;
  height: auto;
  object-fit: cover;
  /*object-position: left center;*/
  object-position: center;
}

.image-left-layout .col-right {
  width: 49%;
  padding: 66px 0px 24px 85px;
}

.image-right-layout .col-left {
  width: 51%;
  padding: 68px 85px 16px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .image-right-layout{
    flex-direction: column-reverse;
  }
  .image-right-layout .col-left {
      width: 100%;
      padding: 20px 0 0 0 !important;
    }
    .col-right {
      width: 100% !important;
      padding: 0;
    }
}

.two-cols-media-text .col-left.pad_t0,
.two-cols-media-text .col-right.pad_t0 {
  padding-top: 0;
}

.two-cols-media-text .col-left.pad_t0 h4,
.two-cols-media-text .col-right.pad_t0 h4 {
  margin-top: 0;
}

@media(max-width: 767px) {
  .two-cols-media-text.main_section .flex-row {
    gap: 25px;
  }
}

.image-right-layout .col-left.no-top-padding {
  padding: 0 16px 16px 0;

}

.image-right-layout .col-left.small-right-padding {
  width: 71%;
  padding: 50px 128px 16px 0;
}

.image-right-layout .col-right {
  width: 49%;
}

.two-cols-media-text .right-image {
  width: 100%;
  min-height: 371px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.image-right-layout .col-left h3,
.social-links-left-layout .col-right h3 {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0;
}

.image-right-layout .col-left h3 {
  margin: 0 0 16px 0;
}

.image-right-layout .col-left h4 {
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 16px 0;
}

.two-cols-media-text h4 span {
  background: linear-gradient(90deg, #55C1E9 57.69%, #94D600 92.79%);
  background-clip: border-box;
  color: transparent;
  background-clip: text;
}


.social-links-left-layout .col-left {
  width: 42%;
  background: #f6f6f6;
  padding: 40px;
  margin-right: 11%;
}

.social-text h3 {
  margin: 0 0 24px 0;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
}

.social-links-left-layout .social-buttons {
  display: flex;
  flex-direction: column;
}

.social-buttons .social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  text-align: center;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 100px;
}

.social-button .social-icon {
  width: 24px;
  height: 24px;
  padding: 1px;
  margin-right: 16px;
}

.social-button .social-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}

.social-links-left-layout .col-right {
  width: 51%;
  padding: 12px 0 8px 2px;
}

.social-links-left-layout .col-right h3 {
  margin: 0 0 26px 0;
}

.two-cols-media-text .social-links-left-layout .btn {
  margin-top: 16px;
}

.three-columns-cards {
  padding: 80px 0 50px 0;
}

.three-columns-cards.simple-cards .cards-title h3 {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 24px;
}

.three-columns-cards .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.three-columns-cards .cards-wrapper:before {
  display: none;
}

.three-columns-cards .card {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  text-decoration: none !important;
}

.three-columns-cards .card.simple-card {
  height: 360px;
}

.three-columns-cards .card .card-image-wrapper {
  flex: 0 0 auto;
  width: 100%;
  height: 226px;
  overflow: hidden;
}

.three-columns-cards .card.simple-card .card-image-wrapper {
  height: 360px;
}

.three-columns-cards .card.simple-card .card-image-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.8) 43%);
  transition: 0.3s all ease;
}

.three-columns-cards .card.simple-card:hover .card-image-wrapper:before {
  content: '';
  z-index: 2;
  margin-top: -100%;
}

.three-columns-cards .card .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  transition: all 0.3s ease;
}

.three-columns-cards .card.simple-card .card-image-wrapper .card-image {
  border-bottom: none;
  height: 100%;
}

.three-columns-cards .card:hover .card-image {
  transform: scale(1.2);
}

.three-columns-cards .card.simple-card .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -54px;
  transition: 0.3s all ease;
}

.three-columns-cards .card.simple-card:hover .card-content {
  bottom: 0px;
}

.three-columns-cards .card .card-text-wrapper {
  flex: 1 1 auto;
  padding: 20px 24px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.three-columns-cards .card.simple-card .card-text-wrapper {
  justify-content: flex-end;
}

.three-columns-cards .card-text-wrapper h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
}

.three-columns-cards .card-text-wrapper p {
  margin-top: 0;
  color: #000;
}

.three-columns-cards.simple-cards .card-text-wrapper h4,
.three-columns-cards.simple-cards .card-text-wrapper p {
  color: #fff;
}

.three-columns-cards .card .card-link-wrapper {
  flex: 0 0 auto;
  padding: 0 24px 10px;
}

.three-columns-cards .card .card-link-wrapper p {
  color: #000;
  display: inline-block;
}

.three-columns-cards .card .card-link-wrapper p.more {
  display: inline-flex;
}

.three-columns-cards .card .card-link-wrapper p.more:after {
  height: 19px;
}

.three-columns-cards.simple-cards .card .card-link-wrapper p {
  color: #fff;
}

.three-columns-cards.simple-cards .card p.more {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.three-columns-cards.simple-cards .card .more:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.three-columns-cards.simple-cards .card p.more:after {
  background: url(imgs/button-chevrone-white.svg) no-repeat;
  background-size: contain;
}

.latest-news-section {
  padding: 80px 0 160px 0;
}

@media(min-width: 768px) {
  .page-template .latest-news-section {
    margin-inline: -30px;
  }
}

.latest-news-section .news-title,
.case-studies .case-title {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.latest-news-section .news-title h3,
.case-studies .case-title h3 {
  margin: 0;
  font-size: 40px;
  line-height: 110%;
}

.latest-news-section .news-title .more,
.case-studies .case-title .more {
  position: absolute;
  right: 22px;
  top: 22px;
  font-size: 18px;
  line-height: 130%;
  color: #000;
}

.latest-news-section .news-slider {
  overflow: visible;
}

.latest-news-section .news-slider .slick-slide {
  margin: 0 15px;
}

.latest-news-section .news-slider .slick-list {
  margin: 0 -15px;
}

.latest-news-section .news-card {
  position: relative;
  min-height: 410px;
  display: flex !important;
}

.latest-news-section .news-card:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.72) 100%);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: all 0.3s ease;
}

.latest-news-section .news-card:hover::before {
  background: transparent;
}

.latest-news-section .news-card-link {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.latest-news-section .news-card-bg {
  width: 100%;
  position: absolute;
  min-height: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.latest-news-section .news-card-top-label {
  z-index: 1;
  background: #fff;
  color: #000;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100px;
  padding: 8px 6px;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.latest-news-section .news-card-bottom {
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 16px;
}

.latest-news-section .news-card-bottom .news-card-category {
  background: #55C1E9;
  color: #000;
  border-radius: 30px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
}

.latest-news-section .news-card-bottom h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  vertical-align: middle;
  color: #fff;
}

.latest-news-section .slick-prev,
.latest-news-section .slick-next {
  width: 40px;
  height: 40px;
  background: #55C1E9;
  border-radius: 50%;
  top: calc(100% + 59px);
  z-index: 10;
}

.latest-news-section .slick-prev:before,
.latest-news-section .slick-next:before {
  content: unset;
}

.latest-news-section .slick-prev {
  right: 68px;
  left: unset;
}

.latest-news-section .slick-next {
  right: 16px;
}

.case-studies {
  padding: 80px 0;
  /*background: url(imgs/before-gradient.png) no-repeat;*/
  background-repeat: no-repeat;
  background-size: 250%;
  background-position: center;
  margin: 0 -2%;
}

.case-studies .cases-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.case-studies .cases-grid .big-case {
  flex: 1;
  margin-left: -30px;
}

.case-studies .cases-grid .small-cases {
  flex: 1;
  display: grid;
  gap: 30px;
  margin-right: -30px;
}

.fusion-portfolio div:has(ul.fusion-filters) {
  display: none;
}

.big-case .fusion-portfolio-post .fusion-portfolio-buttons a,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a {
  background: none;
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.big-case .fusion-portfolio-post .fusion-portfolio-buttons a:after,
.small-case .fusion-portfolio-post .fusion-portfolio-buttons a:after {
  height: 12px;
}

.big-case .case-thumb,
.small-case .case-thumb {
  overflow: hidden;
}

.big-case .fusion-portfolio-post img,
.big-case .case-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2.2;
  object-fit: cover;
  transition: all 0.3s ease;
}

.big-case .fusion-portfolio-post img,
.big-case .case-thumb {
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
}

.big-case:hover .case-thumb img {
  transform: scale(1.1);
}

.big-case .fusion-portfolio-post .fusion-image-wrapper {
  margin-bottom: 0;
}

.big-case .fusion-portfolio-post .fusion-portfolio-content,
.big-case .case-content {
  background: #fff;
  padding: 24px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  color: #000;
}

.big-case .case-content .case-title {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  color: #000;
}

.big-case .case-content .case-excerpt {
  color: #000;
}

.big-case .fusion-portfolio-post .fusion-post-title,
.small-case .fusion-portfolio-post .fusion-post-title {
  order: 2;
  font-size: 24px !important;
  line-height: 120% !important;
  margin-bottom: 12px !important;
}

.big-case .fusion-portfolio-post .fusion-portfolio-meta,
.small-case .fusion-portfolio-post .fusion-portfolio-meta {
  order: 1;
  margin-bottom: 23px;
}

.big-case .fusion-portfolio-post .fusion-portfolio-meta a,
.small-case .fusion-portfolio-post .fusion-portfolio-meta a,
.big-case .case-content .case-category,
.small-case .case-content .case-category {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #55C1E9;
  padding: 4px 8px;
  border-radius: 100px;
  color: #000;
  transition: all 0.3s ease;
}

.big-case .fusion-portfolio-post .fusion-portfolio-meta a:hover,
.case-studies .case-content .case-category:hover {
  background: #000 !important;
  color: #fff;
}

.big-case .fusion-portfolio-post .fusion-post-content,
.small-case .fusion-portfolio-post .fusion-post-content {
  order: 3;
}

.big-case .fusion-portfolio-post .fusion-post-content .fusion-portfolio-buttons {
  margin: 36px 0 10px;
  padding: 0;
}

.big-case .fusion-portfolio-post .fusion-separator,
.small-case .fusion-portfolio-post .fusion-separator {
  display: none;
  height: 0;
  padding: 0;
  margin: 0;
}

@media(min-width: 992px) {

  .big-case.alone .case-item.big {
    display: flex;
    flex-direction: row-reverse;
  }

  .big-case.alone .case-item.big .case-content {
    flex: 0 0 356px;
    border-top: 4px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  }

  .big-case.alone .case-item.big .case-content .case-title {
    margin-top: 0;
  }

  .big-case.alone .case-item.big .case-content .more {
    margin-top: 10px;
  }

  .big-case.alone .case-item.big .case-thumb {
    border-bottom: none;
  }
}

.case-studies .cases-grid .small-case {
  display: flex;
}

.case-studies .cases-grid .small-case h4.case-title {
  margin: 16px 0 24px;
  font-size: 24px;
  font-family: "Biennale Bold";
}

.case-studies .case-content a {
  text-decoration: none !important;
}

.small-case .fusion-portfolio-post .fusion-image-wrapper,
.small-case .case-thumb {
  width: 34%;
  padding: 0;
  margin: 0;
}

.small-case .fusion-portfolio-post img,
.small-case .case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

.small-case .fusion-portfolio-post .fusion-portfolio-content,
.small-case .case-content {
  width: 66%;
  background: #fff;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
}

.small-case .fusion-portfolio-post .fusion-post-content .fusion-portfolio-buttons {
  margin: 0;
  padding: 0;
}

.small-case .fusion-portfolio-post .fusion-image-wrapper:hover img,
.small-case .fusion-portfolio-post .fusion-image-wrapper:hover img,
.small-case:hover .case-thumb img {
  transform: scale(1.1);
}

.custom-overlays {
  position: relative;
  overflow: hidden;
}

.custom-overlays::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -1020px;
  width: 2063px;
  height: 1454px;
  background: url(imgs/before-gradient.png) no-repeat center / cover;
  transform: rotate(163deg);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.custom-overlays::after {
  content: "";
  position: absolute;
  top: -187px;
  left: -1524px;
  width: 3276px;
  height: 1133px;
  background: url(imgs/after-gradient.png) no-repeat center / contain;
  transform: rotate(114deg);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.fullwidth-video-block {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fullwidth-video-block:hover {
  opacity: 0.8;
}

.fullwidth-video-block .awb-lightbox {
  width: 100%;
  min-height: 713px;
  position: absolute;
  text-align: center;
  padding-top: 356px;
}

.fullwidth-video-block .awb-lightbox::after {
  content: attr(data-alt);
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  color: #fff;
}

.fullwidth-slider .slide-content-container {
  height: 100%;
  padding-top: 42px !important;
  padding-left: 39px !important;
  padding-bottom: 54px !important;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 67.39%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.fullwidth-slider .slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fullwidth-slider .slide-content .buttons {
  display: flex;
  flex-direction: row;
  padding-left: 14px !important;
}

.fullwidth-slider .slide-content .buttons>div {
  border-left: 2px solid #55C1E9;
  width: 50%;
  padding: 0 24px !important;
}

.fullwidth-slider .slide-content .buttons h4 {
  font-size: 60px;
  line-height: 110% !important;
  color: #fff;
  margin-bottom: 16px;
}

.fullwidth-slider .slide-content .buttons p {
  margin-bottom: 8px;
  font-size: 16px;
}

.fullwidth-slider .flex-control-paging {
  position: relative;
  bottom: unset !important;
  margin-top: 78px !important;
  display: flex;
  flex-direction: row;
  width: calc(100% - 134px);
}

.fullwidth-slider .main-flex {
  overflow: visible;
}

.fullwidth-slider .flex-control-paging li {
  display: inline-flex;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.fullwidth-slider .flex-control-paging li a {
  height: 0;
  border: 2px solid #55C1E933;
  width: 100%;
}

.fullwidth-slider .flex-control-paging li a.flex-active {
  border: 2px solid #55C1E9;
}

.fullwidth-slider .flex-prev,
.fullwidth-slider .flex-next {
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  bottom: -100px !important;
  top: unset !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  color: transparent;
  background: #55C1E9 !important;
  padding: 8px !important;
  transition: all 0.3s ease;
}

.fullwidth-slider .flex-prev:hover,
.fullwidth-slider .flex-next:hover {
  color: transparent;
  background: #fff !important;
}

.fullwidth-slider .flex-prev {
  right: 52px;
  left: unset !important;
}

.fullwidth-slider .flex-prev:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('imgs/left.svg');
}

.fullwidth-slider .flex-next:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('imgs/right.svg');
}

.card-with-title {
  height: 349px;
  overflow: hidden;
  position: relative;
}

.card-with-title .fusion-column-inner-bg-image {
  transition: background-size 0.3s ease;
  background-position: center;
}

.card-with-title:hover .fusion-column-inner-bg-image {
  background-size: 200%;
}

.card-with-title .fusion-column-wrapper {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.08%, rgba(0, 0, 0, 0.8) 85.71%) !important;
}

.card-with-title .fusion-column-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease;
  z-index: 0;
  opacity: 0;
}

.card-with-title:hover .fusion-column-wrapper:before {
  opacity: 1;
}

.card-with-title .fusion-text {
  margin-bottom: -48px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.card-with-title:hover .fusion-text {
  margin-bottom: 0;
}

.card-with-title .fusion-text h4 {
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 16px 0;
}

.card-with-title .fusion-text * {
  color: #fff;
}

.event-block-date:before,
.event-block-location:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  float: left;
  background-position: center bottom !important;
  margin-right: 8px;
}

.event-block-date:before {
  background: url(imgs/date-icon.svg) no-repeat;
}

.event-block-location:before {
  background: url(imgs/location-icon.svg) no-repeat;
}

.awb-imageframe-style-navin.caption-bottom-padding .awb-imageframe-caption-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.awb-imageframe-style-navin.caption-bottom-padding .awb-imageframe-caption {
  position: relative;
  padding: 2em 0em 4em 0em;
}

/* Universal Downer lightbox for the content */

@keyframes downerLightboxShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.96);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes downerLightboxOverlayFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes downerLightboxHide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.96);
  }
}

@keyframes downerLightboxOverlayHideFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.downer-lightbox-trigger {
  text-decoration: none !important;
}

.downer-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  display: none;
  z-index: 99999;
  padding: 0;
  overflow: hidden;
  /*animation:downerLightboxOverlayFade .20s ease forwards;*/
}

/* Modal popup window */
.downer-lightbox-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 80vw;
  width: auto;
  height: 50vh;
  max-height: 50vh;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /*animation:downerLightboxShow .25s cubic-bezier(.2,.6,.2,1) forwards;*/
  will-change: transform, opacity;
}

.downer-lightbox-overlay.downer-lightbox-hide {
  animation: downerLightboxOverlayHideFade .20s ease forwards;
}

.downer-lightbox-overlay.downer-lightbox-hide .downer-lightbox-box {
  animation: downerLightboxHide .25s cubic-bezier(.2, .6, .2, 1) forwards;
}

.downer-lightbox-container {
  overflow-y: auto;
  flex: 1;
}

.downer-lightbox-close {
  position: fixed;
  top: 60px;
  right: 60px;
  border: 0;
  background: none;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 100000;
  opacity: 0.2;
  transition: all ease 0.3s;
}

.downer-lightbox-close:hover {
  opacity: 1;
}

body.downer-lightbox-open {
  overflow: hidden;
}

.downer-lightbox-content h4 {
  text-align: center;
}

.lightbox-image-wrapper {
  text-align: center;
  aspect-ratio: 1 / 1;
  width: 50%;
  margin: 0 auto 16px auto;
  border-radius: 50%;
  overflow: hidden;
}

.side-by-side-text {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 80px 0;
}

.side-by-side-text .left-text {
  width: 43%;
  margin: 0;
  padding: 0;
}

.side-by-side-text .left-text h4 {
  margin: 0;
  padding: 0;
}

.side-by-side-text .right-text {
  width: 57%;
  margin: 0;
  padding: 0;
}

.side-by-side-text .right-text p {
  margin-bottom: 0;
}

.counters .counters-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  row-gap: 32px;
  column-gap: 0;
  flex-wrap: wrap;
  margin-bottom: 80px;
}



.counters .counters-wrapper .col {
  display: flex;
  flex: 0 0 231px;
}

.counters .counters-wrapper .counter-block {
  padding: 8px 24px;
  border-left: 2px solid #55C1E9;
}

.counters .counters-wrapper .counter-block .number-block {
  font-family: Biennale Bold;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
}

.counters .counters-wrapper .counter-block .caption-block {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 600px) {
  .operations-regions .cards-tab {
    background: #ffffff !important;
  }
  .side-by-side-text .left-text {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
  }

  .side-by-side-text .right-text {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .counters .counters-wrapper {
    margin-bottom: 44px;
    align-items: self-start;
    justify-content: flex-start;
    padding-left: 15px;
  }

  .counters .counters-wrapper .col {
    flex: 0 0 45%;
    min-width: 195px;
  }
}

.operations-regions>.container {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: 31px;
}

.operations-regions .view-toggle {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
}

.operations-regions .view-toggle .map-tab-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100px;
  padding: 12px 24px;
  background: #fff;
  font-family: Biennale Bold;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  transition: background 0.3s ease;
}

.operations-regions .view-toggle .map-tab-switcher.active {
  background: #55C1E9;
}

.operations-regions .view-toggle .map-tab-switcher svg {
  margin-left: 10px;
}

.operations-regions .map-tab {
  aspect-ratio: 8 / 5;
  width: 100%;
  position: relative;
}

.operations-regions .map-tab img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.operations-regions .map-tab .map-tooltip {
  padding: 17px 24px;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}

.operations-regions .map-tab .map-tooltip a {
  line-height: 1;
  text-decoration: none !important;
  font-size: 18px;
  font-family: Biennale Bold;
}

.operations-regions .map-tab .map-icon {
  position: absolute;
  text-align: center;
  transform: translate(-50%, -100%);
}

.operations-regions .map-tab .map-icon:hover .map-tooltip {
  opacity: 1;
}

.operations-regions .map-tab .map-icon:hover svg rect,
.operations-regions .map-tab .map-icon:hover svg g path {
  cursor: pointer;
  transition: fill 0.3s ease;
}

.operations-regions .map-tab .map-icon:hover svg rect,
.operations-regions .map-tab .map-icon:hover svg {
  fill: #000;
}

.operations-regions .map-tab .map-icon:hover svg g path {
  fill: #fff;
}

.operations-regions .cards-tab {
  background: #F6F6F6;
  padding-top: 148px;
  padding-bottom: 80px;
}

.add-top-margin {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  a.awb-menu__main-a {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media only screen and (min-width: 1024px) {
  .fusion-tabs.vertical-tabs.clean .nav {
    width: 25% !important;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 1024px) {
  .fusion-form-form-wrapper .fusion-form-field .fusion-select-wrapper {
    display: flex;
    justify-content: center;
  }

  .big-case .fusion-portfolio-content-wrapper {
    display: flex;
  }

  .big-case .fusion-portfolio-post .fusion-image-wrapper {
    width: 34%;
    padding: 0;
    margin: 0;
  }

  .big-case .fusion-portfolio-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom: none;
  }

  .big-case .fusion-portfolio-post .fusion-portfolio-content {
    width: 66%;
    background: #fff;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
  }

  .big-case .fusion-portfolio-post .fusion-post-content .fusion-portfolio-buttons {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .three-columns-cards .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .three-columns-cards .card {
    flex: 1 1 calc(50% - 30px);
  }

  .case-studies .cases-grid {
    flex-direction: column;
  }

  .case-studies .cases-grid .big-case {
    margin-right: -30px;
  }

  .case-studies .cases-grid .small-cases {
    margin-left: -30px;
  }

  .case-item.big {
    display: flex;
  }

  .big-case .case-thumb {
    width: 34%;
    border-bottom: none;
  }

  .big-case .case-content {
    width: 66%;
  }

  .big-case .case-thumb img {
    aspect-ratio: unset;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100% !important;
  }

  h1 {
    font-size: 36px !important;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 30px !important;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 24px !important;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }

  h5 {
    font-size: 20px !important;
    margin-bottom: 16px;
  }

  h6 {
    font-size: 18px !important;
    margin-bottom: 16px;
  }

  .two-cols-select,
  .two-cols-media-text,
  .three-columns-cards,
  .case-studies {
    padding: 40px 0 !important;
  }

  .two-cols-select,
  .flex-row {
    flex-direction: column;
  }

  .two-cols-select .col-left,
  .two-cols-select .col-right,
  .two-cols-media-text .col-left,
  .two-cols-media-text .col-right {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }

  .add-top-margin {
    margin-top: 40px;
  }

  .side-by-side-text {
    padding: 40px 0;
  }

  .counters {
    margin-bottom: 40px;
  }

  .two-cols-media-text h2 {
    margin-bottom: 16px;
  }

  .image-right-layout .col-left.no-top-padding {
    padding: 0 0 16px 0;
    margin-top: 0;
  }

  .image-right-layout .col-left.small-right-padding {
    width: 100%;
    padding: 0 0 16px 0;
  }

  .three-columns-cards .cards-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .three-columns-cards .card {
    flex: 1 1 100%;
  }

  .latest-news-section {}

  .latest-news-section .news-title .more,
  .case-studies .case-title .more {
    line-height: 1;
  }

  .big-case .fusion-portfolio-content-wrapper,
  .small-case .fusion-portfolio-content-wrapper {
    display: flex !important;
    flex-direction: column;
  }

  .big-case .fusion-portfolio-post .fusion-image-wrapper,
  .small-case .fusion-portfolio-post .fusion-image-wrapper {
    width: 100%;
  }

  .big-case .fusion-portfolio-post img,
  .small-case .fusion-portfolio-post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-bottom: 4px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  }

  .big-case .fusion-portfolio-post .fusion-portfolio-content,
  .small-case .fusion-portfolio-post .fusion-portfolio-content {
    width: 100%;
    background: #fff;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
  }

  .case-studies .cases-grid .big-case,
  .case-studies .cases-grid .small-cases {
    margin: 0;
  }

  .big-case .case-item,
  .case-studies .cases-grid .small-case {
    flex-direction: column;
  }

  .case-studies .cases-grid .case-thumb,
  .case-studies .cases-grid .case-content {
    width: 100%;
  }

  .case-studies .cases-grid .case-thumb {
    aspect-ratio: 3 / 2.2;
    border-bottom: 4px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  }
}

@media screen and (max-width: 640px) {
  .about-card .about-card-image-wrapper img {
    /*height: auto;*/
    width: 100%;
  }

  .fusion-flex-justify-content-flex-end {
    justify-content: flex-start !important;
  }
}
