/*
Theme Name: Genesis Child Theme
Theme URI: https://madeneat.com.au/
Description: Madeneat Child Theme
Author: Madeneat.
Author URI: https://madeneat.com.au/
Template: genesis  
Text Domain: madeneat
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
Version:      1.1
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
  - Hide Temporary
	- Typographical Elements
	- Headings
  - Miscellaneous Text Styling
  - Buttons
	- Forms
  - Gravity Form
- Structure and Layout
	- Site Container
  - Page Header Title
  - Popup
- Site Header
  - Logo
- Site Navigation
  - Hamburger Menu Button
	- Header Menu
- Site Footer
  - Footer Widgets
  - Footer Social Links
- Pages
  - Home Page
  - About Us Page
  - Services Page
	- Landing Page
  - 404 Page
- Rotation Elements
- Location CTA
- WhereToNext CTA
- Testimonial Slider
- Image In Laptop Slider
- Portfolios
  - Portfolio Gallery
- Our Team
  - Team Grid
- Careers/Job Posting
  - Job Posting List
- Media Queries
	- Max-width: 992px & Min-width: 768px
    - Home Page
    - Our Team 
    - Team Grid
	- Min-width: 768px
    - Typewriter Effect
    - Animate Scroll
	- Max-width: 767px
    - Genesis Column
    - Header Menu
    - Home Page
		- Landing Page
    - Location CTA
    - WhereToNext CTA
		- Portfolio Gallery
    - Our Team 
    - Team Grid
	- Max-width: 480px
    - Header Menu
    - WhereToNext CTA
    - Our Team 
    - Team Grid
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
textarea {
  resize: vertical;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.bar-text {
  position: relative;
}
.wp-block-image {
  margin-bottom: 0 !important;
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Hide Temporary
--------------------------------------------- */
.temp-hide {
  display: none !important;
}

/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #111018;
  font-family: "Filson Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:focus,
a:hover {
  color: #7dabbe;
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}
.wp-block-separator {
  border-top: none !important;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 52px;
  line-height: 70px;
}

h2 {
  font-size: 30px;
  line-height: 45px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}
/* Miscellaneous Text Styling
--------------------------------------------- */
.bar-text:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 31px;
  border-bottom: 2px solid #fbe56a;
}
.highlight {
  display: inline-block;
  background-image: linear-gradient(to bottom, transparent 25%, #fbe56a 25%);
  word-break: break-all;
}
.wp-block-post-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wp-block-post-title:before {
  content: "";
  width: 50px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
  background-color: #fbe56a;
  vertical-align: middle;
}

/* Miscellaneous Text Styling
--------------------------------------------- */
.gb-button {
  color: #111018 !important;
  background-color: #f8d454 !important;
  font-size: 18px !important;
  font-weight: 500;
  padding: 14px 25px !important;
  border-radius: 0 !important;
}
.light .gb-button {
  background-color: transparent !important;
  border: 2px solid #f8d454 !important;
}
.gb-button > span[class^="icon-"] {
  vertical-align: middle;
}

/* Forms
--------------------------------------------- */
label {
  color: #111018;
  font-size: 16px !important;
  font-weight: 500 !important;
}
input,
textarea,
select {
  background-color: #fff;
  color: #111018;
  font-size: 14px !important;
  border: none;
  padding: 15px 20px !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #b3b1b7;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b1b7;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #b3b1b7;
}
input[type="submit"] {
  font-size: 18px !important;
  font-weight: 700;
  color: #111018;
  background-color: #fbe56a;
  padding: 13px 30px !important;
  min-width: 190px;
}
/* Gravity Forms
--------------------------------------------- */
.gform_wrapper .gfield_required {
  color: #111018 !important;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  position: relative;
}
/* Page Header Title
--------------------------------------------- */
.page-header-title {
  margin-top: 120px;
  padding-top: 45px;
  padding-bottom: 80px;
}
.page-header-title p {
  max-width: 635px;
  line-height: 32px;
}
.page-header-title lottie-player {
  margin-left: auto;
}
.page-header-title .neat-rotating-text {
  width: 100%;
  max-width: 310px;
  margin-left: auto;
}
/* Popup
--------------------------------------------- */
.popup-wrapper {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow-y: auto;
  padding: 130px 15px;
  display: none;
}
.popup-wrapper.open {
  display: flex;
}
.popup-wrapper .popup-content {
  width: 100%;
  max-width: 700px;
  padding: 50px 30px 30px;
  background-color: #fff;
  margin: auto;
  position: relative;
}
.popup-wrapper .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.popup-wrapper .close:after {
  transform: rotate(-45deg);
  top: 12px;
  left: 0;
  width: 24px;
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #111018;
}
.popup-wrapper .close:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  top: 12px;
  left: 0;
  width: 24px;
  transform: rotate(45deg);
  background: #111018;
}
.popup-wrapper input,
.popup-wrapper textarea,
.popup-wrapper select {
  background-color: #f7f7f7;
}
.popup-wrapper input[type="submit"] {
  background-color: #fbe56a;
}
/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 15px 40px 15px 15px;
  pointer-events: none;
}

.site-header > .wrap {
  display: flex;
  padding: 0;
}

/* Logo
--------------------------------------------- */
.custom-logo-link {
  z-index: 999;
  position: relative;
  pointer-events: auto;
}
/* Site Navigation
---------------------------------------------------------------------------- */

/* Hamburger Menu Button
--------------------------------------------- */

.menu-toggle {
  display: inline-block;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  line-height: 0.6;
  text-align: center;
  margin-left: auto;
  margin-top: 8px;
  pointer-events: auto;
}
.menu-toggle > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 34px;
  border-radius: 1px;
  background: #111018;
  vertical-align: middle;
  box-shadow: 0px 0px 2px #fff;
}
.menu-toggle > span:before,
.menu-toggle > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #111018;
  transition: all 200ms;
  box-shadow: 0px 0px 2px #fff;
}
.menu-toggle > span:before {
  top: -11px;
  left: 3px;
  width: 28px;
}
.menu-toggle > span:after {
  top: 11px;
  left: 6px;
  width: 22px;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle:hover > span:after,
.menu-toggle:hover > span:before {
  width: 34px;
  left: 0;
}
.menu-toggle.active > span {
  height: 0;
}
.menu-toggle.active > span:after,
.menu-toggle.active > span:before {
  top: 0px;
  left: 0;
  width: 34px;
}
.menu-toggle.active > span:after {
  transform: rotate(-45deg);
}
.menu-toggle.active > span:before {
  transform: rotate(45deg);
}
.menu-toggle.active > span:before,
.menu-toggle.active > span:after {
  background: #fff;
  box-shadow: none;
}
.menu-toggle.active > span {
  background: #fff;
  box-shadow: none;
}
/* Menu Home Page */
.menu-toggle.light > span:before,
.menu-toggle.light > span:after {
  background: #fff;
}
.menu-toggle.light > span {
  background: #fff;
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  height: 100%;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  transform: translate(0%, -100%);
  background-color: #111018;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
}
.nav-primary.active {
  transform: translate(0px);
  opacity: 1;
  visibility: inherit;
}
.nav-primary .wrap {
  padding: 130px 130px 40px;
  width: 100%;
}
.nav-primary .menu > li {
  margin-bottom: 45px;
  text-align: center;
}
.nav-primary .menu > li > a {
  color: #ffffff;
  font-size: 52px;
  line-height: 50px;
  font-weight: 700;
  opacity: 0;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in 0.4s;
  -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in 0.4s;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in 0.4s;
}
.nav-primary.active .menu > li > a {
  opacity: 1;
}
.nav-primary .menu > li > a:hover {
  color: #fbe56a;
}
.nav-primary .menu > li.current-menu-item > a {
  color: #fbe56a;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #f8d454;
}
.site-footer .wrap {
  text-align: right;
  color: #111018;
  font-size: 11px;
  padding: 25px 40px;
}

/* Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #f8d454;
  padding: 0 20px;
}
.footer-widgets .wrap {
  max-width: 1170px;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 50px;
}
.footer-widgets .widget-title {
  margin-bottom: 3px;
}
.footer-widgets .textwidget p {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
/* Footer Social Links
--------------------------------------------- */
.footer-social-links {
  display: block;
  margin-top: 25px;
}
.footer-social-links li {
  display: inline-block;
  margin-right: 15px;
}
.footer-social-links li:last-child {
  margin-right: 0;
}

/* Pages
---------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.banner-arrow {
  margin-top: 14vh;
}
.banner-arrow > span {
  border: 3px solid #fbe56a;
  border-radius: 100%;
  padding: 15px 8px;
  display: inline-block;
  cursor: pointer;
}
.what-we-do {
  background-color: #f7f7f7;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.what-we-do > div {
  width: 100%;
}
.what-we-do .wh-sub-text-wrapper {
  display: flex;
}
.what-we-do .wh-sub-text-wrapper .wh-sub-text {
  max-width: 550px;
}
.what-we-do .wh-sub-text-wrapper .wh-sub-text p {
  font-size: 16px;
  line-height: 25px;
}
.what-we-do .wh-sub-text-wrapper .wh-sub-text h2 {
  margin-bottom: 40px;
}
.what-we-do .wh-sub-text-wrapper .neat-rotating-text {
  width: 190px;
  margin-left: auto;
}
.what-we-do .service-box > div {
  background-color: #fff;
  padding: 40px 40px 35px;
  height: 100%;
}
.what-we-do .service-box {
  margin-bottom: 20px;
}
.one-tree-panted {
  padding-left: 20px;
  padding-right: 20px;
}
.one-tree-panted .gb-block-layout-column-inner {
  max-width: 533px;
}
.one-tree-panted .gb-block-layout-column-inner h2 {
  max-width: 495px;
  margin-bottom: 17px;
  margin-top: 30px;
}

.portfolio-logos > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-logos figure {
  margin: 15px 0px 50px !important;
}
.portfolio-logos figure img {
  transition: all 0.3s ease-in-out;
  filter: none;
}
.portfolio-logos figure img.touch {
  /* filter: invert(57%) sepia(3%) saturate(292%) hue-rotate(214deg)
    brightness(93%) contrast(91%); */
  opacity: 0.3;
}
.portfolio-logos a {
  display: inline-block;
}
.wp-management-section .gb-block-layout-column-inner {
  display: flex;
  align-items: center;
}
.wp-management-section .wp-management-image {
  width: 37%;
  margin-right: 10%;
  text-align: right;
}
.wp-management-section .wp-management-image lottie-player {
  position: absolute;
  top: 14%;
  max-width: 22% !important;
  left: 0%;
}
.wp-management-section .wp-management-image img {
  position: relative;
  max-width: 100%;
}
.wp-management-section .wp-management-content {
  width: 53%;
}

/* About Us Page
--------------------------------------------- */
.about-us-half-bg {
  background-image: linear-gradient(to bottom, #f7f7f7 68%, transparent 68%);
}
.gb-block-layout-column-gap-1 {
  grid-gap: 0 20px !important;
}
/* Services Page
--------------------------------------------- */
.what-we-do.service-page {
  min-height: auto;
  position: relative;
}
/* Landing Page
--------------------------------------------- */
.landing-banner {
  height: 100vh;
}
.landing-banner .wp-block-cover__inner-container {
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.landing-banner h1 {
  overflow: hidden;
}
.landing-banner p {
  max-width: 450px;
}
.landing-cta .wp-block-button a {
  border-color: #fff;
}

/* 404 Page
--------------------------------------------- */
.error404 main.content {
  margin: auto;
  max-width: 1210px;
  margin-top: 120px;
  padding: 8% 20px 15%;
  text-align: center;
  font-size: 18px;
}
.error404 main.content lottie-player {
  margin: auto;
}
.error404 .entry-title {
  margin-bottom: 20px;
}
.error404 .gb-button {
  margin-top: 20px;
}
.error404 main.content h2 {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

/* Rotation Elements
---------------------------------------------------------------------------- */
.rotating-list {
  position: relative;
  overflow: hidden;
}
.rotating-list ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  top: 0;
}
.rotating-list li {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0px 15px;
  text-align: center;
  letter-spacing: 2px;
}
.neat-rotating-text {
  position: relative;
}
.neat-rotating-text .neat-editor {
  width: 100%;
  padding: 17%;
}
.neat-rotating-text .neat-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: spin 50s linear infinite;
  -moz-animation: spin 50s linear infinite;
  animation: spin 50s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Location CTA
---------------------------------------------------------------------------- */
.location-cta .gb-block-layout-column {
  padding: 95px 20px 80px;
}
.location-cta .gb-block-layout-column:first-child {
  border-right: 2px solid #1f1f28;
}
.location-cta h2 {
  margin-top: 10px;
}
/* WhereToNext CTA
---------------------------------------------------------------------------- */
.where-to-next-cta .wp-block-buttons {
  display: grid;
  grid-gap: 0 55px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}
.where-to-next-cta .wp-block-buttons a {
  width: 100%;
  border-radius: 0 !important;
  background-color: #25252e;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 30px;
}

/* Testimonial Slider
---------------------------------------------------------------------------- */
.testimonial-slider > div {
  color: #fff;
}
.testimonial-slider-block .tns-nav > button {
  background-color: #80808e !important;
}
.testimonial-slider-block .tns-nav > button.tns-nav-active {
  background-color: #ffffff !important;
}
.testimonial-slider-block .tns-nav {
  margin-top: 20px;
}

/* Image In Laptop Slider
---------------------------------------------------------------------------- */
.imageinlaptop-slider .tns-controls > button {
  font-family: "icomoon" !important;
}
.imageinlaptop-slider .tns-controls > button:after {
  color: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.imageinlaptop-slider .tns-controls > button[data-controls="prev"]:after {
  content: "\e900" !important;
  transform: rotate(90deg);
}
.imageinlaptop-slider .tns-controls > button[data-controls="next"]:after {
  content: "\e900" !important;
  transform: rotate(-90deg);
}

/* Portfolios
---------------------------------------------------------------------------- */

/* Portfolio Gallery
--------------------------------------------- */

.portfolio-gallery {
  display: flex;
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.portfolio-gallery .portfolio-column:first-child {
  width: 52%;
}
.portfolio-gallery .portfolio-column {
  width: 24%;
  display: flex;
  flex-direction: column;
}
.portfolio-gallery .portfolio-row {
  display: flex;
}
.portfolio-gallery .portfolio-row .portfolio-item {
  width: 50%;
}
.portfolio-gallery .portfolio-item {
  margin: 6.5px;
  position: relative;
  overflow: hidden;
}
.portfolio-gallery .portfolio-item .portfolio-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.portfolio-gallery .portfolio-item:hover .portfolio-cover {
  transform: scale(1.1);
}
.portfolio-gallery .portfolio-column:first-child > .portfolio-item {
  height: 35vw;
  max-height: 504px;
}
.portfolio-gallery .portfolio-row > .portfolio-item {
  height: 17vw;
  max-height: 245px;
}
.portfolio-gallery
  .portfolio-column:nth-child(2)
  > .portfolio-item:first-child {
  height: 17vw;
  max-height: 245px;
}
.portfolio-gallery
  .portfolio-column:nth-child(2)
  > .portfolio-item:nth-child(2) {
  height: 35vw;
  max-height: 504px;
}
.portfolio-gallery
  .portfolio-column:nth-child(3)
  > .portfolio-item:first-child {
  height: 35vw;
  max-height: 504px;
}
.portfolio-gallery
  .portfolio-column:nth-child(3)
  > .portfolio-item:nth-child(2) {
  height: 17vw;
  max-height: 245px;
}
.portfolio-gallery .portfolio-content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.portfolio-gallery .portfolio-item:hover .portfolio-content-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
}
.portfolio-gallery .portfolio-content-wrapper .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
.portfolio-gallery .portfolio-item:hover .portfolio-content {
  transform: translate(0, 0%);
}
.portfolio-gallery .portfolio-item:hover .portfolio-content {
  display: block;
}
.portfolio-gallery .portfolio-content-wrapper .portfolio-name {
  font-size: 26px;
  letter-spacing: 2px;
}

/* Our Team
---------------------------------------------------------------------------- */
.team-single {
  max-width: 1210px;
  padding: 0 20px 200px;
  margin: auto;
}
.team-single {
  display: grid;
  grid-template-columns: 350px auto;
  grid-gap: 95px;
}
.team-single .team-cover > img {
  width: 100%;
}
.team-single .content h2 {
  margin-bottom: 7px;
}
.team-single .content .designation {
  margin-bottom: 28px;
  text-transform: uppercase;
}
.team-single .content p {
  margin-bottom: 26px;
}
.team-single .expertise {
  margin-top: 46px;
}
.team-single .expertise ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 2px;
}
.team-single .expertise ul li {
  color: #6d737e;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}
.team-single .expertise ul li:before {
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  background-color: #c4c4c4;
  left: 0;
  top: 14px;
  margin: auto;
}
/* Team Grid
--------------------------------------------- */
.our-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 55px;
}
.our-team-grid .our-team-item {
  height: 330px;
  position: relative;
  overflow: hidden;
}
.our-team-grid .our-team-item .our-team-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c4c4c4;
}
.our-team-grid .our-team-item .our-team-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.our-team-grid .our-team-item:hover .our-team-content-wrapper {
  background-color: rgba(81, 144, 170, 0.9);
}

.our-team-grid .our-team-item .our-team-content-wrapper .our-team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 30px;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
  width: 100%;
}
.our-team-grid .our-team-item:hover .our-team-content {
  transform: translate(0, 0%);
}
.our-team-grid .our-team-item .our-team-name {
  margin-bottom: 0;
  line-height: 28px;
}
.our-team-grid .our-team-item .our-team-title {
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Careers/Job Posting
---------------------------------------------------------------------------- */
/* Job Posting List
--------------------------------------------- */
.job-posting-list {
  margin-top: 45px;
}
.job-posting-list .job-posting-item {
  background-color: #f7f7f7;
  padding: 0 30px;
  margin-bottom: 25px;
}
.job-posting-list .job-posting-item:last-child {
  margin-bottom: 0px;
}
.job-posting-item .job-posting-header {
  padding: 30px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.job-posting-item .job-posting-header h3 {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.job-posting-item .job-posting-header h3 > .icon-wrapper {
  background-color: #f8d454;
  height: 43px;
  width: 43px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  color: #fff;
  font-size: 22px;
}
.job-posting-item .job-posting-header > .icon-wrapper {
  margin-left: auto;
  transform: rotate(-90deg);
  color: #8a8a8a;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.job-posting-item .job-posting-header.active > .icon-wrapper {
  transform: rotate(-180deg);
}
.job-posting-item .content-wrapper {
  padding: 0px 0;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.job-posting-item .content-wrapper hr {
  height: 0;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  border: none;
  border-top: 1px solid rgba(17, 16, 24, 0.1);
}
.job-posting-item .content-wrapper ul {
  padding-left: 20px;
}
.job-posting-item .content-wrapper ul li {
  list-style: disc;
}
.job-posting-item .content-wrapper ul {
  margin-bottom: 15px;
}
.job-posting-item .content-wrapper h4 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
}
.job-posting-item .content-wrapper ul:last-child {
  margin-bottom: 0;
}
.job-posting-item .content-wrapper .apply-button {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px !important;
}
.popup-wrapper.tag-job-form .popup-content {
  max-width: 1170px;
  padding: 55px 65px 45px;
}
.popup-wrapper.tag-job-form .popup-content > h2 {
  margin-bottom: 5px;
}
.popup-wrapper.tag-job-form .popup-content > p {
  font-size: 16px;
}
.popup-wrapper.tag-job-form .popup-content .gform_wrapper {
  margin-top: 35px;
}
.popup-wrapper.tag-job-form .popup-content .gform_wrapper label {
  margin-bottom: 5px;
}
.popup-wrapper.tag-job-form .popup-content .gform_footer {
  margin-top: 25px;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 992px) and (min-width: 768px) {
  /* Home Page
	--------------------------------------------- */
  .what-we-do .service-box > div {
    padding: 35px 20px 25px;
  }
  .what-we-do .gb-block-layout-column-gap-2 {
    grid-gap: 0 1em !important;
  }
  .what-we-do .wh-sub-text-wrapper .neat-rotating-text {
    flex-shrink: 0;
    margin-right: -20px;
  }
  .portfolio-logos figure img {
    width: 68%;
  }
  .wp-management-section .wp-management-image lottie-player {
    top: 27%;
    max-width: 20% !important;
    left: -4%;
  }
  /* Our Team 
	--------------------------------------------- */
  .team-single {
    grid-template-columns: 250px auto;
    grid-gap: 40px;
    padding-bottom: 150px;
  }
  .team-single .expertise ul {
    column-gap: 15px;
  }
  /* Team Grid 
	--------------------------------------------- */
  .our-team-grid .our-team-item {
    height: 25vw;
  }
}
@media only screen and (min-width: 768px) {
  /* Typewriter Effect
---------------------------------------------------------------------------- */
  .typewriter-effect .blinker:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 4px;
    height: 60px;
    background-color: #fff;
    margin-left: 4px;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Animate Scroll
  ---------------------------------------------------------------------------- */
  .animate-scroll.fade-up {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .animate-scroll.fade-up.scrolled {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* Genesis Column
	--------------------------------------------- */
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary .menu > li > a {
    font-size: 35px;
    line-height: 38px;
  }
  /* Footer Widgets
--------------------------------------------- */
  .footer-widgets .wrap {
    padding-top: 100px;
  }
  /* Home page
	--------------------------------------------- */
  .banner-arrow {
    margin-top: 40px;
  }
  .what-we-do {
    position: relative;
  }
  .wp-management-section .gb-block-layout-column-inner {
    display: block;
  }
  .wp-management-section .wp-management-image {
    max-width: 260px;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .wp-management-section .wp-management-image lottie-player {
    top: 20%;
    max-width: 68% !important;
    left: -22%;
  }
  .wp-management-section .wp-management-content {
    width: 100%;
    margin-top: 50px;
  }
  /* Landing page
	--------------------------------------------- */
  .landing-banner h1 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .portfolio-logos > div {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .portfolio-logos figure {
    margin: 20px 20px 30px !important;
  }
  /* Location CTA
	--------------------------------------------- */
  .landing-locations .gb-block-layout-column {
    padding: 50px 15px 35px;
  }
  .landing-locations .gb-block-layout-column:first-child {
    padding: 50px 15px 0px;
  }
  .landing-locations .gb-block-layout-column:first-child {
    border-right: none;
  }
  /* WhereToNext CTA
	--------------------------------------------- */
  .where-to-next-cta .wp-block-buttons {
    grid-gap: 0 30px;
  }
  .where-to-next-cta .wp-block-buttons a {
    padding: 20px 15px;
    font-size: 18px;
  }
  /* Portfolio Gallery
	--------------------------------------------- */
  .portfolio-gallery {
    display: block;
  }
  .portfolio-gallery .portfolio-column {
    width: 100% !important;
    display: block;
  }
  .portfolio-gallery .portfolio-row {
    width: 100%;
    display: block;
  }
  .portfolio-gallery .portfolio-item {
    width: 100% !important;
    margin: 0 0 15px !important;
    padding-top: 50vw !important;
  }
  .portfolio-gallery .portfolio-content-wrapper {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .portfolio-gallery .portfolio-content-wrapper .portfolio-content {
    transform: translate(0, 0);
  }
  /* Our Team 
	--------------------------------------------- */
  .team-single {
    display: block;
    padding-bottom: 100px;
  }
  .team-single .team-cover {
    width: 180px;
    float: left;
    margin-right: 35px;
  }
  .team-single .expertise ul {
    column-gap: 15px;
  }
  /* Team Grid 
	--------------------------------------------- */
  .our-team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .our-team-grid .our-team-item {
    height: 50vw;
    border: 1px solid #fff;
  }
  .our-team-grid .our-team-item:hover .our-team-content-wrapper {
    background-color: transparent;
  }
  .our-team-grid .our-team-item .our-team-content-wrapper .our-team-content {
    transform: translate(0, 0);
    background-color: rgba(81, 144, 170, 0.9);
  }
  /* Job Posting List
  --------------------------------------------- */
  .popup-wrapper.tag-job-form .popup-content {
    padding: 55px 25px 45px;
  }
}
@media only screen and (max-width: 480px) {
  /* Header Menu
  --------------------------------------------- */
  .nav-primary .wrap {
    padding: 165px 60px 40px;
  }
  /* WhereToNext CTA
	--------------------------------------------- */
  .where-to-next-cta .wp-block-buttons {
    grid-gap: 20px 0;
    grid-template-columns: 1fr;
  }
  /* Our Team 
	--------------------------------------------- */
  .team-single {
    display: block;
  }
  .team-single .team-cover {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .team-single .expertise ul {
    display: block;
  }
  /* Team Grid 
	--------------------------------------------- */
  .our-team-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .our-team-grid .our-team-item {
    height: 100vw;
  }
	
	.neat-rotating-text .neat-text {
		height: auto;
	}
}

/* Your Details Page */
#gform_wrapper_4 .gform_heading {
    margin-bottom: 50px;
}