/*
Theme Name: Atelier Ellis Architects
Theme URI: https://www.atelier-ellis-architects.co.uk/
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Atelier Ellis Architects
Text Domain: atelierellisarchitects
version: 1.0
*/
/*******************************************
Global
*******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.menu-active {
  overflow: hidden;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

/*******************************************
Typography
*******************************************/
/*******************************************
Style Classes
*******************************************/
.pad-top-none {
  padding-top: 0;
}

.pad-top-sm {
  padding-top: 60px;
}

.pad-top-md {
  padding-top: 80px;
}

.pad-top-lg {
  padding-top: 120px;
}

.pad-top-xl {
  padding-top: 140px;
}

.pad-top-xxl {
  padding-top: 220px;
}

.pad-bottom-none {
  padding-bottom: 0;
}

.pad-bottom-sm {
  padding-bottom: 60px;
}

.pad-bottom-md {
  padding-bottom: 80px;
}

.pad-bottom-lg {
  padding-bottom: 120px;
}

.pad-bottom-xl {
  padding-bottom: 140px;
}

.pad-bottom-xxl {
  padding-bottom: 220px;
}

.aea-bg-white {
  background-color: #fff;
}

.aea-bg-antique-petal {
  background-color: #E9E4E4;
}

.aea-flex-section {
  position: relative;
}
.aea-flex-section .flex-bg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
.aea-flex-section .flex-bg.bg-is-at-Top {
  top: 0;
}
.aea-flex-section .flex-bg.bg-is-at-Bottom {
  bottom: 0;
}
.aea-flex-section .content {
  position: relative;
  z-index: 2;
}

.img-label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #191919;
  padding: 10px 14px;
}
.img-label.light-label {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.img-label p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.img-label p span {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}

.img-label-block {
  padding: 0px;
  margin: 30px 0 18px 0;
}
.img-label-block.light-label {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.img-label-block p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.8px;
  color: #191919;
  display: flex;
  align-items: center;
}
.img-label-block p span {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #191919;
  margin: 0 5px;
}

/*******************************************
Buttons
*******************************************/
.btn-wrapper-primary {
  display: inline-flex;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-primary .btn-magic {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #191919;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-primary .bg {
  background-color: #191919;
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-primary .text {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #191919;
}
.btn-wrapper-primary .hover-text {
  position: absolute;
  left: 20px;
  bottom: -100%;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-primary .arrow-magic {
  width: 41px;
  height: 41px;
  border-radius: 41px;
  border: 1px solid #191919;
  margin: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-primary .arrow-magic .arrow {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-dark.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-primary .arrow-magic .arrow-hover {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-light.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(0% - 20px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 3;
}
.btn-wrapper-primary .arrow-magic .arrow-bg {
  width: 44px;
  height: 44px;
  background-color: #191919;
  top: -2px;
  right: -44px;
  position: absolute;
  border-radius: 41px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 1;
}
.btn-wrapper-primary:hover .text {
  opacity: 0;
}
.btn-wrapper-primary:hover .hover-text {
  bottom: 0px;
  transform: translate(0, -38%);
}
.btn-wrapper-primary:hover .bg {
  left: 0;
}
.btn-wrapper-primary:hover .arrow-magic .arrow {
  left: calc(100% + 20px);
  transform: rotate(45deg);
}
.btn-wrapper-primary:hover .arrow-magic .arrow-hover {
  left: calc(50% - 5px);
  transform: rotate(45deg);
}
.btn-wrapper-primary:hover .arrow-magic .arrow-bg {
  right: 0px;
}

.btn-wrapper-secondary {
  display: inline-flex;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-secondary .btn-magic {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-secondary .bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-secondary .text {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.btn-wrapper-secondary .hover-text {
  position: absolute;
  left: 20px;
  bottom: -100%;
  color: #191919;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-secondary .arrow-magic {
  width: 41px;
  height: 41px;
  border-radius: 41px;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
.btn-wrapper-secondary .arrow-magic .arrow {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-light.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn-wrapper-secondary .arrow-magic .arrow-hover {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-dark.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(0% - 20px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 3;
}
.btn-wrapper-secondary .arrow-magic .arrow-bg {
  width: 44px;
  height: 44px;
  background-color: #fff;
  top: -2px;
  right: -44px;
  position: absolute;
  border-radius: 41px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 1;
}
.btn-wrapper-secondary:hover .text {
  opacity: 0;
}
.btn-wrapper-secondary:hover .hover-text {
  bottom: 0px;
  transform: translate(0, -38%);
}
.btn-wrapper-secondary:hover .bg {
  left: 0;
}
.btn-wrapper-secondary:hover .arrow-magic .arrow {
  left: calc(100% + 20px);
  transform: rotate(45deg);
}
.btn-wrapper-secondary:hover .arrow-magic .arrow-hover {
  left: calc(50% - 5px);
  transform: rotate(45deg);
}
.btn-wrapper-secondary:hover .arrow-magic .arrow-bg {
  right: 0px;
}

/*******************************************
Header
*******************************************/
.site-logo {
  position: fixed;
  z-index: 300;
  left: 72px;
  top: 58px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.site-logo.over-dark {
  filter: none;
}
.site-logo.fade-logo {
  opacity: 0;
}
.site-logo.logo-gone {
  display: none;
}

.burger {
  border: 1.5px solid #191919;
  display: inline-block;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 72px;
  top: 40px;
  border-radius: 55px;
  z-index: 300;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.burger span {
  position: absolute;
  width: 18px;
  height: 1.75px;
  border-radius: 2px;
  display: block;
  background-color: #191919;
  left: 17px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.burger span:nth-child(1) {
  top: 21px;
}
.burger span:nth-child(2) {
  top: 29px;
}
.burger::before {
  content: "Explore";
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 71px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 26px;
}
.burger.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 26px;
}
.burger.active::before {
  content: "Close";
}
.burger.over-dark {
  border: 1.5px solid #fff;
}
.burger.over-dark span {
  background-color: #fff;
}
.burger.over-dark::before {
  color: #fff;
}

body.menu-active .logo {
  filter: none;
}
body.menu-active .burger {
  border: 1.5px solid #fff;
}
body.menu-active .burger span {
  background-color: #fff;
}
body.menu-active .burger::before {
  color: #fff;
}

body.logged-in .site-logo {
  top: 90px;
}
body.logged-in .burger {
  top: 72px;
}

/*******************************************
Menu
*******************************************/
.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 210;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.curtain.show {
  opacity: 1;
  visibility: visible;
}

.menu-wrapper {
  background-color: #191919;
  padding: 150px 115px;
  position: fixed;
  right: -60vw;
  z-index: 250;
  width: 60vw;
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.menu-wrapper.active {
  right: 0;
}
.menu-wrapper ul.site-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-wrapper ul.site-menu li {
  margin: 0 0 14px 0;
}
.menu-wrapper ul.site-menu li:last-child {
  margin: 0;
}
.menu-wrapper ul.site-menu li a {
  font-size: 34px;
  color: #fff;
}
.menu-wrapper ul.site-menu li a:hover {
  opacity: 0.6;
}
.menu-wrapper .site-menu, .menu-wrapper .contact {
  flex: 0 1 auto;
  margin: 0 10px;
}
.menu-wrapper .contact .contact-point {
  margin: 0 0 50px 0;
}
.menu-wrapper .contact .contact-point:last-child {
  margin: 0;
}
.menu-wrapper .contact .contact-point h6 {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.menu-wrapper .contact .contact-point p {
  color: #fff;
  font-size: 20px;
}
.menu-wrapper .contact .contact-point p a {
  color: #fff;
}
.menu-wrapper .contact .contact-point p a:hover {
  opacity: 0.6;
}
.menu-wrapper .contact .contact-point .social {
  margin: 14px 0 0 0;
}
.menu-wrapper .contact .contact-point .social a {
  margin: 0 0 0 22px;
  display: inline-block;
}
.menu-wrapper .contact .contact-point .social a img {
  height: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.menu-wrapper .contact .contact-point .social a img:hover {
  transform: scale(1.4);
}
.menu-wrapper .contact .contact-point .social a:first-child {
  margin: 0;
}

/*******************************************
Footer
*******************************************/
footer {
  background-color: #191919;
  padding: 80px 0 40px 0;
  color: #fff;
}
footer .logo {
  margin: 0 0 40px 0;
}
footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20%;
}
footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-menu li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 8px 0;
}
footer .footer-menu li:last-child {
  margin: 0;
}
footer .footer-menu li a {
  color: #fff;
  opacity: 0.6;
}
footer .footer-menu li a:hover {
  opacity: 1;
}
footer .social {
  margin: 0 0 30px 0;
}
footer .social a {
  margin: 0 0 0 22px;
  display: inline-block;
}
footer .social a img {
  height: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .social a img:hover {
  transform: scale(1.4);
}
footer .social a:first-child {
  margin: 0;
}
footer .contact-details a {
  display: table;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}
footer .contact-details a:hover {
  opacity: 1;
}
footer .footer-logos {
  margin: 25px 0 0 0;
}
footer .footer-logos img {
  height: 50px;
  margin: 0 30px 0 0;
}
footer .footer-logos img:last-child {
  margin: 0;
}
footer .copyright {
  padding: 60px 0 0 0;
}
footer .copyright p {
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
  margin: 0;
}
footer .copyright p a {
  color: #fff;
}
footer .copyright p a:hover {
  text-decoration: underline;
}
footer .copyright .legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
footer .copyright .legal-menu li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 12px;
}
footer .copyright .legal-menu li:first-child {
  margin: 0;
}
footer .copyright .legal-menu li a {
  color: #fff;
  opacity: 0.7;
}
footer .copyright .legal-menu li a:hover {
  opacity: 1;
}
footer h4 {
  margin: 0 0 40px 0;
}
footer .newsletter-signup {
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 70px 0 0 0;
}
footer .newsletter-signup input[type=submit] {
  width: 1px;
  height: 1px;
  border: none;
  font-size: 0px;
  opacity: 0;
}
footer .newsletter-signup input[type=email] {
  background-color: transparent;
  border: none;
  width: calc(100% - 51px) !important;
  height: 60px;
  padding: 0 !important;
  border-radius: 0px;
  outline: none;
  color: #fff;
}
footer .newsletter-signup ::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
footer .newsletter-signup ::placeholder {
  color: #fff;
  opacity: 0.7;
}
footer .newsletter-signup .gform_footer {
  padding: 0px !important;
  height: 0px !important;
}
footer .newsletter-signup .arrow-btn {
  width: 41px;
  height: 41px;
  border-radius: 41px;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  bottom: 20%;
  right: 0;
}
footer .newsletter-signup .arrow-btn .arrow {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-light.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .newsletter-signup .arrow-btn .arrow-hover {
  width: 10px;
  height: 10px;
  background-image: url("./img/btn-arrow-dark.svg");
  position: absolute;
  background-size: cover;
  background-position: center;
  top: calc(50% - 5px);
  left: calc(0% - 20px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 3;
}
footer .newsletter-signup .arrow-btn .arrow-bg {
  width: 44px;
  height: 44px;
  background-color: #fff;
  top: -2px;
  right: -44px;
  position: absolute;
  border-radius: 41px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 1;
}
footer .newsletter-signup .arrow-btn:hover .arrow {
  left: calc(100% + 20px);
  transform: rotate(45deg);
}
footer .newsletter-signup .arrow-btn:hover .arrow-hover {
  left: calc(50% - 5px);
  transform: rotate(45deg);
}
footer .newsletter-signup .arrow-btn:hover .arrow-bg {
  right: 0px;
}

/*******************************************
Heros
*******************************************/
.home-hero {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  background-color: #191919;
}
.home-hero .filter-top {
  position: absolute;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 100;
}
.home-hero .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.4);
  z-index: 10;
}
.home-hero .hero-lable-wrapper {
  position: absolute;
  bottom: 72px;
  width: 100%;
  z-index: 200;
}
.home-hero .hero-lable-wrapper .img-label {
  margin-left: auto;
  position: relative;
  display: table;
  margin: 0 0 0 auto;
  left: initial;
  bottom: initial;
  right: 0;
}
.home-hero .hero-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.home-hero .hero-content h1 {
  color: #fff;
  font-size: 34px;
  padding-right: 6%;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.home-hero .hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.home-hero .hero-slider .slick-list,
.home-hero .hero-slider .slick-track {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-hero .hero-slider .hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-hero .hero-slider .hero-slide .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-hero .hero-slider .hero-slide .slide-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .custom-dots {
  position: absolute;
  z-index: 90;
  top: 50%;
  transform: translate(0, -50%);
  right: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-hero .custom-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-hero .custom-dots ul li {
  height: 10px;
  margin: 0 0 10px 0;
  position: relative;
  width: 10px;
}
.home-hero .custom-dots ul li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.home-hero .custom-dots ul li.slick-active button {
  background: transparent;
  border: 2px solid #fff;
}
.home-hero .stat-slide-wrapper {
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  z-index: 90;
}
.home-hero .stat-slide-wrapper .stats-slider {
  display: flex;
  justify-content: center;
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content {
  background-color: #fff;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: flex-start;
  padding: 20px 0;
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content .stat-item {
  width: auto;
  padding: 10px 30px;
  max-width: 230px;
  box-sizing: border-box;
  border-right: 1px solid rgba(177, 193, 216, 0.4);
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content .stat-item:last-child {
  border-right: none;
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content .stat-item p.stat {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content .stat-item p.stat span {
  font-size: 14px;
  vertical-align: super;
  margin-left: 4px;
}
.home-hero .stat-slide-wrapper .stats-slider .stat-slide .stat-slide-content .stat-item p.text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2px 0 4px 0;
}

.page-hero {
  padding-top: 220px;
}
.page-hero .content h1 {
  font-weight: 400;
  font-size: 34px;
  margin: 0;
}

.img-hero {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  background-color: #191919;
}
.img-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.img-hero .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #191919;
  z-index: 2;
}
.img-hero .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.img-hero .content h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding: 0 10%;
  line-height: 1.4;
}
.img-hero .hero-lable-wrapper {
  position: absolute;
  bottom: 72px;
  width: 100%;
  z-index: 200;
}
.img-hero .hero-lable-wrapper .img-label {
  margin-left: auto;
  position: relative;
  display: table;
  margin: 0 0 0 auto;
  left: initial;
  bottom: initial;
  right: 0;
}

.slider-hero {
  height: 100vh;
  background-color: #191919;
  max-height: 1200px;
  position: relative;
}
.slider-hero .filter {
  background-color: #191919;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slider-hero .filter-top {
  position: absolute;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 100;
}
.slider-hero .hero-slider-two {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-hero .hero-slider-two .slick-list,
.slider-hero .hero-slider-two .slick-track {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-hero .hero-slider-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.slider-hero .text-content {
  z-index: 20;
  position: absolute;
  width: 100%;
  bottom: 72px;
}
.slider-hero .text-content h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}
.slider-hero .custom-dots {
  position: absolute;
  z-index: 90;
  top: 50%;
  transform: translate(0, -50%);
  right: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-hero .custom-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-hero .custom-dots ul li {
  height: 10px;
  margin: 0 0 10px 0;
  position: relative;
  width: 10px;
}
.slider-hero .custom-dots ul li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.slider-hero .custom-dots ul li.slick-active button {
  background: transparent;
  border: 2px solid #fff;
}
.slider-hero .hero-lable-wrapper {
  position: absolute;
  bottom: 72px;
  width: 100%;
  z-index: 200;
}
.slider-hero .hero-lable-wrapper .img-label {
  margin-left: auto;
  position: relative;
  display: table;
  margin: 0 0 0 auto;
  left: initial;
  bottom: initial;
  right: 0;
}

/*******************************************
Sections
*******************************************/
.introduction-text.text-is-left p {
  padding: 0 8% 0 0;
}
.introduction-text.text-is-right p {
  padding: 0 0 0 8%;
  text-align: right;
}
.introduction-text.text-is-centred p {
  padding: 0 4%;
  text-align: center;
}
.introduction-text p {
  font-size: 28px;
}
.introduction-text p a {
  color: #191919;
  text-decoration: underline;
}
.introduction-text p a:hover {
  text-decoration: none;
}
.introduction-text p:last-child {
  margin: 0;
}
.introduction-text ul li,
.introduction-text ol li {
  font-size: 28px;
}
.introduction-text .intro-md p {
  font-size: 22px;
}
.introduction-text .intro-sm p {
  font-size: 18px;
}

.lg-img {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  overflow: hidden;
}
.lg-img .filter {
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.lg-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.recent-projects {
  overflow-x: hidden;
  position: relative;
}
.recent-projects .project-slider-wrapper {
  padding-left: 100px;
  position: relative;
}
.recent-projects .project-slider-wrapper h3 {
  transform: rotate(-90deg);
  position: absolute;
  font-weight: 400;
  top: 85px;
  left: -90px;
}
.recent-projects .project-slider-wrapper h3::before {
  content: "";
  width: 338px;
  height: 1px;
  display: block;
  background-color: #191919;
  position: absolute;
  right: 222px;
  top: 16px;
}
.recent-projects .project-slider-wrapper .controls {
  margin: 40px 0 0 0;
}
.recent-projects .project-slider-wrapper .controls img {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.recent-projects .project-slider-wrapper .controls img:first-child {
  margin: 0 12px 0 0;
}
.recent-projects .project-slider-wrapper .controls img:hover {
  transform: scale(1.1);
}
.recent-projects .project-slider-wrapper .recent-projects-slider {
  width: 150%;
  overflow-x: hidden;
}
.recent-projects .project-slider-wrapper .recent-projects-slider .slick-slide {
  margin: 0 40px;
}
.recent-projects .project-slider-wrapper .recent-projects-slider .slick-list {
  margin: 0 -40px;
}
.recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .slide-img {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .slide-img:hover img {
  transform: scale(1.08);
}
.recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .project-excerpt {
  font-size: 24px;
  color: #191919;
  margin: 0;
  padding: 0 24% 0 0;
}

.quick-links .img-box-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 815px;
  overflow: hidden;
}
.quick-links .img-box-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-links .accordion-item {
  border-bottom: 1px solid #191919;
  background: transparent;
}
.quick-links h2.accordion-header {
  overflow: hidden;
}
.quick-links h2.accordion-header button {
  font-size: 24px;
  padding: 28px 0;
  position: relative;
  background: transparent;
}
.quick-links h2.accordion-header button::after {
  display: none;
}
.quick-links h2.accordion-header button .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #191919;
  top: 0;
  left: -100%;
  display: block;
  z-index: 1;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.quick-links h2.accordion-header button .title {
  z-index: 2;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.quick-links h2.accordion-header button:hover .bg {
  left: 0;
}
.quick-links h2.accordion-header button:hover .title {
  color: #fff;
  padding-left: 20px;
}
.quick-links h2.accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #191919;
  box-shadow: none;
}
.quick-links h2.accordion-header .accordion-button:not(.collapsed):hover .bg {
  left: -100%;
}
.quick-links h2.accordion-header .accordion-button:not(.collapsed):hover .title {
  color: #191919;
  padding-left: 0;
}
.quick-links .accordion-body {
  padding: 0 0 38px 0;
}
.quick-links .accordion-body .btn-wrapper-primary {
  margin: 14px 0 0 0;
}

.project-listing .flex-bg {
  height: 316px;
}
.project-listing .aea-search-form {
  padding: 0 0 60px 0;
}
.project-listing .aea-search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
.project-listing .aea-search-form ul li {
  padding: 0;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li {
  display: inline-block;
  margin: 0 14px 0 0;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li:last-child {
  margin: 0;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li input {
  display: none;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li label {
  padding: 10px 20px;
  background-color: #DED6D6;
  border-radius: 40px;
  color: #191919;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li label:hover {
  background-color: #191919;
  color: #fff;
}
.project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li.sf-option-active label {
  background-color: #191919;
  color: #E9E4E4;
}
.project-listing .project-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 60px;
}
.project-listing .project-listing-grid .project .img-wrapper {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}
.project-listing .project-listing-grid .project .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.project-listing .project-listing-grid .project .img-wrapper:hover img {
  transform: scale(1.1);
}
.project-listing .project-listing-grid .project h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #191919;
  padding: 0 10% 0 0;
}
.project-listing .pager-navigation {
  margin: 70px 0 0 0;
}
.project-listing .pager-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.project-listing .pager-navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.project-listing .pager-navigation ul li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  border-radius: 42px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  color: #191919;
  font-weight: 500;
}
.project-listing .pager-navigation ul li a:hover {
  border: 1px solid #191919;
}
.project-listing .pager-navigation ul li.active a {
  border: 1px solid #191919;
}

.service-listing .service-item {
  margin: 0 0 120px 0;
}
.service-listing .service-item:last-child {
  margin: 0;
}
.service-listing .service-item .text-is-left {
  padding: 0 30px 0 0;
}
.service-listing .service-item .text-is-right {
  padding: 0 0 0 30px;
}
.service-listing .service-item h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 14px 0;
}
.service-listing .service-item .btn-wrapper-primary {
  margin: 6px 0 0 0;
}
.service-listing .service-item .img-wrapper {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.service-listing .service-item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-block .contact-form {
  padding: 0 30px 0 0;
}
.contact-block .contact-form input[type=text],
.contact-block .contact-form input[type=tel],
.contact-block .contact-form input[type=email],
.contact-block .contact-form select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #191919;
  padding-left: 0px !important;
  height: 69px;
  outline: none;
  background: transparent;
}
.contact-block .contact-form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #191919;
  padding-left: 0px !important;
  height: 200px !important;
  outline: none;
  background: transparent;
}
.contact-block .contact-form input[type=submit] {
  font-size: 0px;
  border: none;
  background: transparent;
}
.contact-block .contact-form .btn-wrapper-primary {
  float: right;
}
.contact-block .contact-form ::-moz-placeholder {
  color: #191919;
  font-weight: 500;
}
.contact-block .contact-form ::placeholder {
  color: #191919;
  font-weight: 500;
}
.contact-block .contact-form select {
  font-weight: 500;
}
.contact-block .contact-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-top: none;
  border-left: none;
  border-right: none;
}
.contact-block .contact-form .gfield_validation_message {
  background-color: #191919 !important;
  border: none !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 500;
}
.contact-block .contact-form .gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: #191919;
  border: none;
  color: #fff;
}
.contact-block .contact-form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  color: #fff;
}
.contact-block .contact {
  padding: 0 0 0 30px;
}
.contact-block .contact .contact-point {
  margin: 0 0 50px 0;
}
.contact-block .contact .contact-point:last-child {
  margin: 0;
}
.contact-block .contact .contact-point h6 {
  color: #191919;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact-block .contact .contact-point p {
  color: #191919;
  font-size: 22px;
}
.contact-block .contact .contact-point p a {
  color: #191919;
}
.contact-block .contact .contact-point p a:hover {
  opacity: 0.6;
}
.contact-block .contact .contact-point .social {
  margin: 14px 0 0 0;
}
.contact-block .contact .contact-point .social a {
  margin: 0 0 0 22px;
  display: inline-block;
}
.contact-block .contact .contact-point .social a img {
  height: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.contact-block .contact .contact-point .social a img:hover {
  transform: scale(1.4);
}
.contact-block .contact .contact-point .social a:first-child {
  margin: 0;
}

.journal-listing .journal-search {
  margin: 0 0 60px 0;
}
.journal-listing .journal-search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.journal-listing .journal-search ul li {
  display: inline-block;
  margin: 0 14px 0 0;
  padding: 0;
}
.journal-listing .journal-search ul li label select,
.journal-listing .journal-search ul li label input[type=text] {
  background-color: #DED6D6;
  border: none;
  height: 41px;
  min-width: 240px;
  border-radius: 40px;
  color: #191919;
  padding-left: 20px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.journal-listing .journal-search ul li label select {
  background-image: url("./img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}
.journal-listing .journal-search ul li label input[type=text] {
  background-image: url("./img/search.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.journal-listing .journal-search ::-moz-placeholder {
  color: #191919;
}
.journal-listing .journal-search ::placeholder {
  color: #191919;
}
.journal-listing .flex-bg {
  height: 390px;
}
.journal-listing article .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 65%;
}
.journal-listing article .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.journal-listing article .img-wrapper:hover img {
  transform: scale(1.1);
}
.journal-listing article h2 {
  font-size: 24px;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
  margin: 0;
  padding: 0 30% 0 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.journal-listing article h2:hover {
  opacity: 0.6;
}
.journal-listing article ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 18px 0;
}
.journal-listing article ul.post-categories li {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #E9E4E4;
  padding: 10px 14px;
  letter-spacing: 1px;
  margin: 0 12px 0 0;
}
.journal-listing .journal-grid {
  display: grid;
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
.journal-listing .journal-grid article:first-child {
  grid-column: 1/-1;
}
.journal-listing .journal-grid article:first-child .img-wrapper {
  padding-top: 60%;
}
.journal-listing .pager-navigation {
  margin: 70px 0 0 0;
}
.journal-listing .pager-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.journal-listing .pager-navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.journal-listing .pager-navigation ul li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  border-radius: 42px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  color: #191919;
  font-weight: 500;
}
.journal-listing .pager-navigation ul li a:hover {
  border: 1px solid #191919;
}
.journal-listing .pager-navigation ul li.active a {
  border: 1px solid #191919;
}

.article-text p {
  line-height: 1.8;
}
.article-text p .aea-lead {
  font-size: 24px;
}
.article-text p:last-child {
  margin: 0;
}
.article-text p a {
  color: #191919;
  text-decoration: underline;
}
.article-text p a:hover {
  opacity: 0.8;
}
.article-text h1 {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.article-text h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.article-text h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.article-text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.article-text h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.article-text h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.article-text ul,
.article-text ol {
  padding: 0 0 0 20px;
}
.article-text ul li,
.article-text ol li {
  margin: 0 0 14px 0;
  line-height: 1.7;
}
.article-text ul li b,
.article-text ol li b {
  font-weight: 600;
}
.article-text ul li:last-child,
.article-text ol li:last-child {
  margin: 0;
}

.article-video .img-wrapper {
  width: 100%;
  padding: 32% 0;
  position: relative;
  overflow: hidden;
}
.article-video .img-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.article-video .img-wrapper .play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.article-video .img-wrapper .play-btn img {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.article-video .img-wrapper .play-btn:hover img {
  transform: scale(1.2);
}

.back-journal {
  text-align: center;
  padding: 0 0 120px 0;
}

.journal-post-hero {
  background-color: #E9E4E4;
  text-align: center;
  padding: 220px 0 60px 0;
}
.journal-post-hero p.date {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.journal-post-hero h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}
.journal-post-hero ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 18px 0;
}
.journal-post-hero ul.post-categories li {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DED6D6;
  padding: 10px 14px;
  letter-spacing: 1px;
  margin: 0 6px;
}

.journal-hero-img {
  position: relative;
}
.journal-hero-img img {
  width: 100%;
  height: auto;
  max-height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
.journal-hero-img .bg {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #E9E4E4;
  z-index: 1;
}

.faqs .faq-intro {
  padding: 0 10% 0 0;
  position: sticky;
  top: 40px;
}
.faqs .faq-intro h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.faqs .faq-intro p:last-of-type {
  margin: 0;
}
.faqs .faq-intro .btn-wrapper-primary {
  margin: 40px 0 0 0;
}
.faqs .accordion {
  margin-top: -30px;
}
.faqs .accordion-item {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.faqs .accordion-button {
  background: transparent;
  font-size: 18px;
  box-shadow: none;
  padding: 30px 0;
}
.faqs .accordion-button::after {
  background-image: url("./img/faq-plus.svg");
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
}
.faqs .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.faqs .accordion-body {
  padding: 0 0 20px 0;
}
.faqs .accordion-body .btn-wrapper-primary {
  margin: 10px 0 20px 0;
}
.faqs .accordion-button:not(.collapsed) {
  background: transparent;
  color: #191919;
}

.img-with-text .img-is-left {
  padding: 0 0 0 10%;
}
.img-with-text .img-is-right {
  padding: 0 10% 0 0;
}
.img-with-text .content-column h3 {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.img-with-text .content-column p a {
  color: #191919;
  text-decoration: underline;
}
.img-with-text .content-column p a:hover {
  text-decoration: none;
}
.img-with-text .content-column ul {
  padding: 0 0 0 16px;
}
.img-with-text .content-column ul li {
  margin: 0 0 12px 0;
}
.img-with-text .content-column ul li:last-child {
  margin: 0;
}
.img-with-text .content-column ul li a {
  color: #191919;
  text-decoration: underline;
}
.img-with-text .content-column ul li a:hover {
  text-decoration: none;
}
.img-with-text .content-column .btn-wrapper-primary {
  margin: 20px 0 0 0;
}

.img-grid .img-grid-row {
  margin: 0 0 10px 0;
}
.img-grid .img-grid-row:last-child {
  margin: 0;
}
.img-grid .img-grid-row .img-grid-one img {
  width: 100%;
  height: auto;
}
.img-grid .img-grid-row .img-grid-two .img-wrap {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.img-grid .img-grid-row .img-grid-two .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-grid .img-grid-row .img-grid-two.equal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.img-grid .img-grid-row .img-grid-two.heavy-right-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.img-grid .img-grid-row .img-grid-two.heavy-right-grid .img-wrap {
  padding-top: 70%;
}
.img-grid .img-grid-row .img-grid-two.heavy-right-grid .left {
  grid-area: 1/1/2/6;
}
.img-grid .img-grid-row .img-grid-two.heavy-right-grid .right {
  grid-area: 1/6/2/13;
}
.img-grid .img-grid-row .img-grid-two.heavy-left-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.img-grid .img-grid-row .img-grid-two.heavy-left-grid .img-wrap {
  padding-top: 70%;
}
.img-grid .img-grid-row .img-grid-two.heavy-left-grid .left {
  grid-area: 1/1/2/8;
}
.img-grid .img-grid-row .img-grid-two.heavy-left-grid .right {
  grid-area: 1/8/2/13;
}
.img-grid .img-grid-row .img-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.img-grid .img-grid-row .img-grid-three .img-wrap {
  width: 100%;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.img-grid .img-grid-row .img-grid-three .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial {
  text-align: center;
}
.testimonial .testimonial-text {
  font-size: 24px;
  line-height: 1.6;
  padding: 0 8%;
}
.testimonial .name {
  font-weight: 500;
  margin: 10px auto 0 auto;
  display: inline-block;
}
.testimonial .name span {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #191919;
  margin: 0 5px;
  position: relative;
  top: -4px;
}

.project-details table {
  width: 100%;
  position: sticky;
  top: 60px;
}
.project-details table tr {
  border-bottom: 1px solid #E4E4E4;
}
.project-details table tr:first-child td {
  padding: 8px 0 30px 0;
}
.project-details table tr:last-child {
  border-bottom: none;
}
.project-details table tr td {
  font-size: 14px;
  padding: 30px 0;
}
.project-details table tr td:first-child {
  font-weight: 500;
}
.project-details table tr td:last-child {
  text-align: right;
}
.project-details .text-content h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.project-details .text-content p {
  line-height: 1.8;
}
.project-details .text-content p:last-child {
  margin: 0;
}
.project-details .text-content ul,
.project-details .text-content ol {
  padding: 0 0 0 20px;
}
.project-details .text-content ul li,
.project-details .text-content ol li {
  margin: 0 0 14px 0;
  line-height: 1.7;
}
.project-details .text-content ul li b,
.project-details .text-content ol li b {
  font-weight: 600;
}
.project-details .text-content ul li:last-child,
.project-details .text-content ol li:last-child {
  margin: 0;
}

.text-block-alt .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10% 0 0;
  position: relative;
  height: 100%;
}
.text-block-alt .left h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.text-block-alt .left .btn-wrapper-primary {
  margin: 20px 0 0 0;
}
.text-block-alt .left img {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.text-block-alt .right h1 {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.text-block-alt .right h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.text-block-alt .right h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.text-block-alt .right h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.text-block-alt .right h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.text-block-alt .right h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.text-block-alt .right p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.text-block-alt .right p:last-child {
  margin: 0;
}
.text-block-alt .right .sm-sc-title {
  display: none;
}

.team-listing .content {
  position: relative;
}
.team-listing .team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
.team-listing .team-grid .team-item {
  cursor: pointer;
}
.team-listing .team-grid .team-item .img-wrapper {
  width: 100%;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
}
.team-listing .team-grid .team-item .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.team-listing .team-grid .team-item .img-wrapper:hover img {
  transform: scale(1.1);
}
.team-listing .team-grid .team-item .text {
  margin: 30px 0 0 0;
}
.team-listing .team-grid .team-item .text h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.team-listing .team-grid .team-item .text h6 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.team-listing .title {
  white-space: nowrap;
  transform: rotate(-90deg);
  top: 90px;
  position: absolute;
  left: 0;
  padding: 0 0 0 20px;
  z-index: 3;
  font-weight: 400;
}
.team-listing .title::before {
  content: "";
  width: 394px;
  height: 1px;
  background-color: #191919;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 216px;
  z-index: 2;
}

.aea-team-member-modal .modal-lg {
  max-width: 590px;
}
.aea-team-member-modal .modal-lg .modal-content {
  border-radius: 2px;
  border: none;
}
.aea-team-member-modal .modal-lg .modal-body {
  padding: 0;
}
.aea-team-member-modal .modal-lg .modal-body .profile-img-wrap {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.aea-team-member-modal .modal-lg .modal-body .profile-img-wrap button {
  position: absolute;
  z-index: 300;
  background-color: #191919;
  opacity: 1;
  color: #fff;
  background-image: url("./img/close.svg");
  background-size: 10px;
  box-shadow: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 10px;
  right: 10px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.aea-team-member-modal .modal-lg .modal-body .profile-img-wrap button:hover {
  transform: rotate(90deg) scale(1.2);
}
.aea-team-member-modal .modal-lg .modal-body .profile-img-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px 2px 0 0;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content {
  padding: 40px;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content .mail {
  float: right;
  color: #191919;
  font-size: 14px;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content .mail span {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("./img/mail.svg");
  background-position: center;
  border: 1px solid #191919;
  background-repeat: no-repeat;
  border-radius: 41px;
  margin: 0 0 0 10px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content .mail:hover span {
  transform: scale(1.1);
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content h4 {
  font-size: 24px;
  font-weight: 400;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content h5 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content p {
  line-height: 1.8;
}
.aea-team-member-modal .modal-lg .modal-body .aea-modal-content p:last-child {
  margin: 0;
}

.modal-backdrop {
  background-color: rgba(25, 25, 25, 0.4);
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.values .content {
  overflow: hidden;
}
.values .intro {
  margin: 0 0 80px 0;
}
.values .intro h3 {
  font-weight: 400;
  font-size: 24px;
  padding: 0 10% 0 0;
  line-height: 1.6;
}
.values .intro p {
  line-height: 1.8;
}
.values .intro p:last-child {
  margin: 0;
}
.values .value-slider {
  width: 175%;
  overflow: hidden;
  display: block;
}
.values .value-slider .slick-slide {
  margin: 0 40px;
}
.values .value-slider .slick-list {
  margin: 0 -40px;
}
.values .value-slider .value-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 65px 40px;
  width: 600px;
}
.values .value-slider .value-item p {
  font-size: 16px;
  line-height: 1.8;
}
.values .value-slider .value-item .rotated-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  width: 80px;
}
.values .value-slider .value-item .rotated-title {
  display: flex;
  flex-direction: row; /* Ensure the elements are in a row */
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transform: rotate(-90deg); /* Rotate the entire title block */
  transform-origin: center;
  white-space: nowrap;
}
.values .value-slider .value-item .rotated-title .number {
  font-size: 28px;
  font-weight: 400;
  margin-right: 20px;
}
.values .value-slider .value-item .rotated-title .line {
  width: 80px;
  height: 1px;
  background-color: black;
  margin-right: 20px;
}
.values .value-slider .value-item .rotated-title .title {
  font-weight: 400;
  font-size: 28px;
}
.values .controls {
  margin: 40px 0 4px 0;
}
.values .controls img {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.values .controls img:first-child {
  margin: 0 12px 0 0;
}
.values .controls img:hover {
  transform: scale(1.1);
}
.values.values-bg-white .value-slider .value-item {
  background-color: #E9E4E4;
}

.error-page {
  padding: 280px 0 200px 0;
  background-color: #E9E4E4;
  text-align: center;
}
.error-page h1 {
  font-size: 82px;
}
.error-page h2 {
  margin: 0 0 20px 0;
}
.error-page .btn-wrapper-primary {
  margin: 40px 0 0 0;
}

/*******************************************
Media Queries
*******************************************/
@media only screen and (max-width: 1200px) {
  .site-logo {
    left: 15px;
  }
  .burger {
    right: 15px;
  }
  .menu-wrapper {
    width: 75vw;
    right: -75vw;
  }
  .team-listing .title {
    position: relative;
    transform: none;
    top: initial;
    left: initial;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .team-listing .title:before {
    display: none;
  }
  .team-listing .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .values .value-slider .slick-slide {
    margin: 0 30px;
  }
  .values .value-slider .slick-list {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 992px) {
  .pad-top-sm {
    padding-top: 40px;
  }
  .pad-top-md {
    padding-top: 60px;
  }
  .pad-top-lg {
    padding-top: 80px;
  }
  .pad-top-xl {
    padding-top: 100px;
  }
  .pad-top-xxl {
    padding-top: 180px;
  }
  .pad-bottom-sm {
    padding-bottom: 40px;
  }
  .pad-bottom-md {
    padding-bottom: 60px;
  }
  .pad-bottom-lg {
    padding-bottom: 80px;
  }
  .pad-bottom-xl {
    padding-bottom: 100px;
  }
  .pad-bottom-xxl {
    padding-bottom: 180px;
  }
  .menu-wrapper {
    width: 100vw;
    right: -100vw;
    padding: 150px 100px 150px 15px;
  }
  .home-hero .stat-slide-wrapper {
    display: none;
  }
  .home-hero .custom-dots {
    left: 15px;
    bottom: 40px;
    top: initial;
    right: initial;
  }
  .home-hero .custom-dots ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .home-hero .hero-lable-wrapper {
    width: 80%;
    right: 0;
    bottom: 46px;
  }
  .home-hero .hero-content {
    top: initial;
    transform: none;
    bottom: 200px;
  }
  .recent-projects .project-slider-wrapper h3::before {
    width: 248px;
  }
  .recent-projects .project-slider-wrapper .recent-projects-slider {
    width: 190%;
  }
  .recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .slide-img {
    height: 480px;
  }
  .recent-projects .project-slider-wrapper {
    padding: 0;
  }
  .recent-projects .project-slider-wrapper h3 {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    margin: 0 0 30px 0;
  }
  .recent-projects .project-slider-wrapper h3::before {
    display: none;
  }
  footer h4 {
    margin: 50px 0 30px 0;
  }
  footer .newsletter-signup {
    margin: 50px 0 0 0;
  }
  footer .copyright {
    padding: 40px 0 0 0;
  }
  footer .copyright .legal-menu {
    text-align: left;
    margin: 10px 0 0 0;
  }
  .project-listing .project-listing-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
  .project-listing .project-listing-grid .project .img-wrapper {
    height: 300px;
  }
  .project-listing .project-listing-grid .project h3 {
    padding: 0;
    font-size: 20px;
  }
  .slider-hero .custom-dots {
    left: 15px;
    bottom: 40px;
    top: initial;
    right: initial;
  }
  .slider-hero .custom-dots ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .slider-hero .hero-lable-wrapper {
    width: 80%;
    right: 0;
    bottom: 46px;
  }
  .slider-hero .text-content {
    top: initial;
    transform: none;
    bottom: 120px;
    width: 80%;
  }
  .project-details table {
    margin: 0 0 40px 0;
  }
  .service-listing .service-item {
    margin: 0 0 60px 0;
  }
  .service-listing .service-item .text-is-right {
    padding: 0;
  }
  .service-listing .service-item .service-description {
    margin: 30px 0 0 0;
  }
  .img-hero .hero-lable-wrapper {
    bottom: 20px;
  }
  .img-with-text img {
    margin: 0 0 30px 0;
  }
  .img-with-text .img-is-left {
    padding: 0;
  }
  .img-with-text .img-is-right {
    padding: 0;
  }
  .faqs .faq-intro {
    padding: 0;
    margin: 0 0 60px 0;
  }
  .faqs .faq-intro .btn-wrapper-primary {
    margin: 30px 0 0 0;
  }
  .text-block-alt .right .sm-sc-title {
    display: block;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  .text-block-alt .left {
    padding: 0;
  }
  .text-block-alt .left h3 {
    display: none;
  }
  .text-block-alt .left .btn-wrapper-primary {
    margin: 30px 0 0 0;
  }
  .team-listing .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 24px;
  }
  .values .value-slider {
    width: 100%;
  }
  .values .value-slider .slick-slide {
    margin: 0 15px;
  }
  .values .value-slider .slick-list {
    margin: 0 -15px;
  }
  .values .value-slider .value-item {
    display: block;
  }
  .values .value-slider .value-item .rotated-content {
    width: initial;
    display: block;
  }
  .values .value-slider .value-item .rotated-title {
    display: block;
    transform: none;
    text-align: left;
    margin: 0 0 20px 0;
  }
  .values .value-slider .value-item .rotated-title .line {
    display: none;
  }
  .values .value-slider .value-item .rotated-title .number {
    margin: 0 8px 0 0;
  }
  .journal-listing .journal-grid {
    display: grid;
    -moz-column-gap: 44px;
    column-gap: 24px;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .journal-listing .journal-grid article h2 {
    padding: 0;
  }
  .journal-post-hero {
    padding: 160px 0 60px 0;
  }
  .journal-post-hero h1 {
    font-size: 28px;
  }
  .contact-block .contact {
    padding: 0;
    margin: 0 0 40px 0;
  }
  .contact-block .contact .contact-point {
    margin: 0 0 30px 0;
  }
  .contact-block .contact-form {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pad-top-sm {
    padding-top: 30px;
  }
  .pad-top-md {
    padding-top: 50px;
  }
  .pad-top-lg {
    padding-top: 60px;
  }
  .pad-top-xl {
    padding-top: 80px;
  }
  .pad-top-xxl {
    padding-top: 120px;
  }
  .pad-bottom-sm {
    padding-bottom: 30px;
  }
  .pad-bottom-md {
    padding-bottom: 50px;
  }
  .pad-bottom-lg {
    padding-bottom: 60px;
  }
  .pad-bottom-xl {
    padding-bottom: 80px;
  }
  .pad-bottom-xxl {
    padding-bottom: 120px;
  }
  .home-hero {
    min-height: 100vh;
  }
  .home-hero .hero-content {
    bottom: 100px;
  }
  .home-hero .hero-content h1 {
    padding: 0;
    font-size: 26px;
  }
  .hero-lable-wrapper {
    display: none;
  }
  .introduction-text p {
    font-size: 22px;
  }
  .introduction-text.text-is-left p {
    padding: 0;
  }
  .quick-links h2.accordion-header button {
    padding: 20px 0;
    font-size: 20px;
  }
  .recent-projects .project-slider-wrapper .controls {
    margin: 20px 0 0 0;
  }
  .recent-projects .project-slider-wrapper .recent-projects-slider {
    width: 100%;
    overflow: initial;
  }
  .recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .slide-img {
    height: 320px;
  }
  .recent-projects .project-slider-wrapper .recent-projects-slider .project-slide .project-excerpt {
    padding: 0;
    font-size: 20px;
  }
  .lg-img {
    height: 60vh;
  }
  .quick-links .img-box-wrapper {
    min-height: 50vh;
  }
  .project-listing .flex-bg {
    height: 8%;
  }
  .project-listing .aea-search-form {
    padding: 0 0 40px 0;
  }
  .project-listing .aea-search-form ul li.sf-field-taxonomy-project-category ul li label {
    padding: 6px 16px;
  }
  .project-listing .project-listing-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
  .project-listing .project-listing-grid .project .img-wrapper {
    height: initial;
    padding-top: 50%;
  }
  .project-listing .project-listing-grid .project .img-wrapper img {
    top: 0;
    left: 0;
  }
  .project-listing .project-listing-grid .project h3 {
    padding: 0;
    font-size: 20px;
  }
  .page-hero {
    padding-top: 160px;
  }
  .page-hero .content h1 {
    font-size: 28px;
  }
  .slider-hero {
    min-height: 100vh;
  }
  .slider-hero .text-content {
    bottom: 100px;
    width: 100%;
  }
  .slider-hero .text-content h1 {
    padding: 0;
    font-size: 26px;
  }
  .testimonial .testimonial-text {
    padding: 0;
    font-size: 19px;
  }
  .article-text p .aea-lead {
    font-size: 19px;
  }
  .project-details .text-content h3 {
    font-size: 20px;
  }
  .img-hero .content h1 {
    padding: 0 5%;
    font-size: 26px;
  }
  .journal-listing .journal-grid {
    display: grid;
    -moz-column-gap: 44px;
    column-gap: 24px;
    row-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .journal-listing .flex-bg {
    height: 8%;
  }
  .journal-post-hero {
    padding: 160px 0 60px 0;
  }
  .journal-post-hero h1 {
    font-size: 24px;
  }
  .article-text h1 {
    font-size: 24px;
  }
  .menu-wrapper {
    display: block;
  }
  .menu-wrapper .contact {
    margin: 40px 0 0 0;
  }
  .menu-wrapper .contact .contact-point {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  .site-logo {
    width: 240px;
    top: 30px;
  }
  body.menu-active .burger {
    border: none;
    top: 10px;
  }
  .burger {
    border: none;
    top: 12px;
    right: 0px;
  }
  .burger.over-dark {
    border: none;
  }
  .burger::before {
    content: "";
  }
  .burger.active::before {
    content: "";
  }
  footer {
    text-align: center;
  }
  footer .footer-flex {
    display: block;
    padding: 0;
  }
  footer .footer-flex .flex-col:last-child {
    margin: 30px 0 0 0;
  }
  footer .contact-details {
    text-align: center;
  }
  footer .contact-details a {
    display: table;
    margin: 10px auto;
  }
  footer .newsletter-signup input[type=email] {
    width: 100% !important;
  }
  footer .copyright .legal-menu {
    text-align: center;
  }
  .page-hero {
    padding-top: 100px;
  }
  .page-hero .content h1 {
    font-size: 24px;
  }
  .project-listing .flex-bg {
    height: 4%;
  }
  .project-listing .aea-search-form {
    display: none;
  }
  .project-listing .project-listing-grid .project .img-wrapper {
    padding-top: 70%;
  }
  .testimonial .name {
    text-align: center;
    display: block;
  }
  .testimonial .name span {
    display: table;
    margin: 14px auto 6px auto;
    text-align: center;
  }
  .article-text p .aea-lead {
    font-size: 18px;
  }
  .faqs .accordion-button {
    padding: 16px 0;
    line-height: 1.6;
  }
  .faqs .accordion-button:after {
    margin-left: 40px;
  }
  .team-listing .team-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }
  .values .value-slider .value-item {
    padding: 30px 20px;
  }
  .journal-listing article h2 {
    font-size: 18px;
  }
  .journal-listing .journal-search ul li {
    display: block;
  }
  .journal-listing .journal-search ul li label select, .journal-listing .journal-search ul li label input[type=text] {
    width: 100%;
  }
  .journal-listing .journal-search ul li {
    margin: 0 0 20px 0;
  }
  .journal-listing .journal-search ul li label {
    width: 100%;
  }
  .journal-listing .journal-search ul li:last-child {
    margin: 0;
  }
  .article-video .img-wrapper .play-btn img {
    width: 60px;
  }
  .journal-post-hero {
    padding: 130px 0 60px 0;
  }
}
.b-a-toggle {
  margin: 10px 0;
}
.b-a-toggle .ba-wrapper {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.b-a-toggle .ba-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-a-toggle #toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 90;
  top: 20px;
  cursor: pointer;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #191919;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.b-a-toggle #toggle-text {
  margin-right: 20px;
  font-size: 14px;
}
.b-a-toggle #toggle-switch {
  width: 60px;
  height: 30px;
  background-color: #191919;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.b-a-toggle #toggle-ball {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.3s ease;
}
.b-a-toggle #toggle-switch.active {
  background-color: #191919;
}
.b-a-toggle #toggle-switch.active #toggle-ball {
  left: 35px;
}

@media only screen and (max-width: 600px) {
  .b-a-toggle #toggle-switch {
    display: none;
  }
  .b-a-toggle #toggle-container {
    top: 6px;
    left: 6px;
    padding: 4px 12px;
  }
  .b-a-toggle #toggle-text {
    margin: 0;
  }
}
footer .newsletter-signup .gform_validation_errors {
  background-color: #fff !important;
  border: none !important;
}
footer .newsletter-signup .gform_validation_errors h2 {
  color: #191919 !important;
}
footer .newsletter-signup .gfield_validation_message {
  background-color: #fff !important;
  border: none !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  color: #191919 !important;
  font-weight: 600;
  font-size: 12px !important;
}
footer .newsletter-signup .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none !important;
}

.link-block h2 {
  margin: 0 0 40px 0;
}
.link-block .link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.link-block .link-grid.grid-three {
  grid-template-columns: repeat(3, 1fr);
}
.link-block .link-grid.grid-four {
  grid-template-columns: repeat(4, 1fr);
}
.link-block .link-grid .link-grid-item {
  background-color: #E9E4E4;
  color: #191919;
  padding: 14px 22px;
}
.link-block .link-grid .link-grid-item:hover {
  background-color: #191919;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .link-block .link-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .link-block .link-grid.grid-three {
    grid-template-columns: repeat(1, 1fr);
  }
  .link-block .link-grid.grid-four {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */