.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
    opacity: 0;
}
.newsletter-page-counts .older-entry p {
    color: #232323;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 100px;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.masonry-gallery {
    column-count: 3;
    column-gap: 13px;
}
.masonry-gallery .item {
    break-inside: avoid;
    margin-bottom: 13px;
    position: relative;
    display: flex;
    width: 100%;
}
.masonry-gallery .item img {
    width: 100%;
    display: block;
}
.masonry-gallery .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.masonry-gallery .item:hover .overlay {
    height: 100%;
}
.masonry-gallery .text {
    color: white;
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
.masonry-gallery .text svg{
    margin-bottom: 10px;
}
.masonry-gallery .text h3{
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 103.125% */
    letter-spacing: -0.64px;
    margin: 0;
    color: white;
}
.masonry-gallery .text h5{
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    color: white;
}
.masonry-gallery .item:first-child img,.item:last-child img {
    height: 230px;
    object-fit: cover;
}
.masonry-gallery .item:nth-child(2) img,.item:nth-child(5) img  {
    height: 540px;
    object-fit: cover;
}
.masonry-gallery .item:nth-child(3) img,.item:nth-child(4) img {
    height: 385px;
    object-fit: cover;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .masonry-gallery {
        column-count: 2;
    }
}
@media only screen and (max-width:767px) {
    .masonry-gallery {
        column-count: 1;
    }
}

/* Newsletter Block START */
.newsletter_block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px; 
    row-gap:40px;
}
.newsletter-item {
    break-inside: avoid;
    margin-bottom: 13px;
    position: relative;
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.newsletter-item img {
    width: 100%;
    display: block;
}
.newsletter-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-360deg, #004990 1.11%, #59BBF2 100.32%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: 0.9;
}
.newsletter-item:hover .overlay {
    height: 100%;
}
.newsletter-item .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin:0 auto;
}
.news-bottom-text h3{
    font-family: Arial !important;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.64px;
    margin: 0;
    color: #004890 !important;
}
.news-bottom-text h5{
    font-family: Arial !important;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    color: #232323 !important;
    margin: 0;
}
.newsletter_block a.download_pdf{
    font-family: Arial !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.28px;
    text-decoration-line: underline;
    color: #232323 !important;
    display: block;
    margin-top: 20px;
}
.newsletter_block a.download_pdf:hover{
    color: #004890 !important;
}
.newsletter_block a.read_newsletter{
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.64px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    display: block;
}
div#newsletter-posts-counter {
    color: #004890;
    text-align: right;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
    display: none;
}
div#newsletter-year-range{
    color: #004890;
    text-align: right;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .newsletter_block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:767px) {
    .newsletter_block{
        grid-template-columns: repeat(1, 1fr);
    }
    div#newsletter-year-range{
        margin-top: 20px;
    }
}
/* Newsletter Block END */

/* Case Study START */
div#case-studies {
    margin-top: 50px;
}
.casestudyContent .case-study-grid{
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto the next line */
    column-gap: 26px;
    justify-content: center;
}
.casestudyContent .casestudy-item{
    background-color: #fff;
    padding: 32px 32.242px 0px 31.68px;
    height: 534px;
    border-radius: 5px;
    border:1px solid #e6f4f0;
    flex-basis: 31.9%;
    margin-bottom: 52px;
}
select#case-study-filter {
    border-radius: 8px;
    border: 1px solid #004890;
    background: #FFF;
    padding: 12px 24px;
    color: #004890;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background: url(https://kenaidan.treefrog.dev/wp-content/uploads/2024/01/chevron-down.png);
    background-repeat: no-repeat;
    background-position: 160px 16px;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    margin: 20px 0;
}
.casestudyContent .casestudy-item img{
    height: 285px;
    object-fit: cover;
    width: 100%;
}
.casestudyContent .casestudy_category{
    color: #004890;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-transform: uppercase;
}
.casestudyContent .casestudy_category p{
    margin: 0;
}
.casestudyContent .casestudy-item h4{
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #004890;
    padding: 21px 0;
    margin: 0;
}
.casestudyContent .casestudy_btn{
    border-radius: 35px;
    border:1px solid #E6F4F0;
    background: #FFF;
    color: #004890;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.28px;
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-decoration: none;
}
.casestudyContent .casestudy_btn:hover{
    border-radius: 35px;
    border: #004890;
    background: #004890;
    color: #fff;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .casestudyContent .casestudy-item {
        flex-basis: 47.9%;
    }
}
@media only screen and (max-width:767px) {
    .casestudyContent .casestudy-item {
        flex-basis: 100%;
    }
}
/* Case Study END */
/* Projects Gallery Start */
a.services-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
a.feature-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
a.project-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.gallery-filters span {
    color: #004890;
}
.gallery-filters {
    margin-bottom: 50px;
}
select#project-service-filter,select#project-sector-filter, select#project-location-filter, #newsletter_year_filter{
    border-radius: 8px;
    border: 1px solid #004890;
    background: #FFF;
    padding: 12px 24px;
    color: #004890;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background: url(https://kenaidan.treefrog.dev/wp-content/uploads/2024/01/chevron-down.png);
    background-repeat: no-repeat;
    background-position: top 15px right 10px;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 253px;
	min-width: 253px;
	width: 100%;
    margin-top: 20px;
}
select#project-sector-filter {
	max-width: 385px;
}
select#project-service-filter {
	max-width: 382px;
}

.newsletter_filter {
	margin-bottom: 2rem;
}
.opp-description p {
    padding: 20px 0 !important;
}
.project-list-gallery {
    display: flex;
    gap: 16px; 
    flex-wrap: nowrap;
}
.project-list {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.project-list img {
    width: 100%;
    height: 428px;
    object-fit: cover;
}
.project-list .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    overflow: hidden;
    width: 100%;
    height: 0;
}
.project-list:hover .overlay {
    height: 428px;
    top: 0;
}
.project-list .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-25px, -25px);
}
.project-list .text svg{
    margin-bottom: 10px;
}
.project-list .bottom-text{
    margin: 16px 0;
    display: block;
}
.project-list .bottom-text h3{
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 103.125% */
    letter-spacing: -0.64px;
    color:#004890;
    margin: 0;
}
.project-list .bottom-text h5{
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    color: #232323;
    margin: 0;
    display: none;
}
.project-list-gallery-row1 .project-list:nth-child(1),.project-list-gallery-row3 .project-list:nth-child(2){
    flex-basis: 66.25%;
}
.project-list-gallery-row1 .project-list:nth-child(2),.project-list-gallery-row3 .project-list:nth-child(1) {
    flex-basis: 32.75%;
}
.project-list-gallery-row2 .project-list:nth-child(1),.project-list-gallery-row2 .project-list:nth-child(2),.project-list-gallery-row2 .project-list:nth-child(3) {
    flex-basis: 32.75%;
}
@media only screen and (max-width: 1329px){
    .all-projects button{
        margin-top: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .project-list-gallery {
        column-count: 2;
    }
    .project-list-gallery-row2 .project-list:nth-child(1),.project-list-gallery-row2 .project-list:nth-child(2),.project-list-gallery-row2 .project-list:nth-child(3) {
        flex-basis: 100%;
    }
    .project-list-gallery {
        flex-wrap: wrap;
    }
    .project-list-gallery-row1 .project-list:nth-child(1),.project-list-gallery-row3 .project-list:nth-child(2){
        flex-basis: 100%;
    }
    .project-list-gallery-row1 .project-list:nth-child(2),.project-list-gallery-row3 .project-list:nth-child(1) {
        flex-basis: 100%;
    }
}
@media only screen and (max-width:767px) {
    .project-list-gallery {
        column-count: 2;
    }
    .project-list-gallery-row2 .project-list:nth-child(1),.project-list-gallery-row2 .project-list:nth-child(2),.project-list-gallery-row2 .project-list:nth-child(3) {
        flex-basis: 100%;
    }
    .project-list-gallery {
        flex-wrap: wrap;
    }
    .project-list-gallery-row1 .project-list:nth-child(1),.project-list-gallery-row3 .project-list:nth-child(2){
        flex-basis: 100%;
    }
    .project-list-gallery-row1 .project-list:nth-child(2),.project-list-gallery-row3 .project-list:nth-child(1) {
        flex-basis: 100%;
    }
}
/* Projects Gallery End */

/* Awards CSS START */
.award-tabs {
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.award-tab-links {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin:0 auto;
    gap:30px;
}
.award-tab-links li {
    list-style: none;
}
.award-tab-links a {
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    color: #232323;
    transition: all 0.3s ease;
    text-decoration: none;
}
.award-tab-links a:hover {
    color: #004890;
}
li.award-active a, li.award-active a:hover {
    color: #004890;
    text-decoration-line: underline;
}

.award-tab {
    display: none;
    padding: 15px;
}
.award-tab.award-active {
    display: block;
}
.award-box-item{
    border: 0.5px solid #EAEAE7;
    background: #FFF;
    padding: 70px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    margin-bottom: 50px;
}
.award-item{
    position: relative;
}
.award-item img{
    width: 100%;
	object-fit: cover;
    max-height: 505px;
}
.award-tab .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(112deg, #004990 1.11%, #59BBF2 100.32%);
    opacity: 0.76;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.award-item:hover .overlay {
    height: 100%;
}
.award-item .text {
    color: white;
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
.award-item h3 {
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.64px;
    margin: 10px 0;
    color: white;
}
.award-item h5 {
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    color: white;
}
.view-project a {
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.64px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
a.award-link{
    color: #004890;
    text-align: right;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    text-decoration-line: underline;
    display: block;
    margin:20px 0 0;
}
.award-right-content h2{
    color: #004890;
    text-align: right;
    font-family: Arial;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; 
    letter-spacing: -2.75px;
    margin:0;
}
.award-left-content h3{
    color: #004890;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.64px;
    text-align: left;
    margin:0 0 30px;
}
.award-left-content h4{
    color:#232323;
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24px;
    text-align: left;
    margin:0;
}
.award-item-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}
/* Awards CSS END */
/* Home service slide CSS */
.flex-container {
    font-family: Arial;
    width: 70%;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    flex-wrap: wrap;
}
.flex-title {
  font-family: Arial;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px; 
  letter-spacing: -0.24px;
  color: #f1f1f1;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 50%;
  padding: 0 20px;
  left: 0;
  right: 0;
  word-break: normal;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-description{
    display: none;
    margin-top: 20px;
}
.flex-slide:hover .flex-description{
    display: block;
}
.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: absolute;
  width: 90%;
  padding:10px;
  top: 36%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-slide:hover {
  -webkit-flex-grow: 1.5;
  flex-grow: 1.5;
}
.expanddiv-overlay{
  background: linear-gradient(rgba(0, 72, 144, 0.88), rgba(0, 72, 144, 0.88));
  height:100%;
  width:100%;
}
.flex-slide:hover .expanddiv-overlay{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
}
.home,.about,.work,.contact {
  height: 565px;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-color: #004890 !important;
  position: relative;
}
.contrast-fix {
	background-color: #004890;
	color: #fff;
}
.sbi-screenreader {
	background-color: #004890;
	color: #fff;
}

@keyframes aboutFlexSlide {
    0% {
      -webkit-flex-grow: 1;
      flex-grow: 1;
    }
    50% {
      -webkit-flex-grow: 3;
      flex-grow: 3;
    }
    100% {
      -webkit-flex-grow: 1;
      flex-grow: 1;
    }
  }
  .flex-about-home {
    opacity: 0;
  }
  @keyframes flexAboutHome {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /* THIS CLASS BREAKS DIVI NOT SURE WHAT ITS FOR DO NOT UNCOMMENT
  .spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
  }
  
  */
  .cube1, .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
  }
  .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  @-webkit-keyframes sk-cubemove {
    25% {
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @keyframes sk-cubemove {
    25% {
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }
  @media screen and (max-width: 1440px){
      .flex-container{
          width:95%;
      }
      .flex-title{
          top: 20% !important;
      }
  }
  @media screen and (max-width:1200px){
      .flex-container{
          width: 95%;
      }
      .home, .about, .work, .contact {
          flex: 0 0 47%;
          height: 55vh;
      }
      .flex-title{
          top: 8% !important;
          font-size: 18px;
      }
  }
  

  @media screen and (min-width:1024px) and (max-width: 1366px) {
    .w-90,.et_pb_module.w-90{
        max-width: 90% !important;
    }
    .et_pb_heading_3.w-90,.et_pb_heading_7.w-90,.et_pb_heading_8.w-90{
        max-width: 90% !important;
    }
    .et_pb_row.row-flex .et_pb_column {
        width: 100%;
    }
    .row-flex {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .et_pb_row.row-flex .et_pb_column {
        padding-left: 0px !important;
    }
    .et_pb_row.row-flex.full-width-col .et_pb_column:first-child {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 50px !important;
    }
    .et_pb_row.row-flex.full-width-col-2 .et_pb_column:last-child {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 50px !important;
    }
}
@media screen and (max-width: 768px) {
  .flex-about {
    top:35%;
  }
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
  .flex-slide p {
    font-size: 20px;
  }
  .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
  .flex-title-home {
    top: 50%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
  .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
  .home, .about, .work, .contact{
    flex: 0 0 47%;
    height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .home, .about, .work, .contact {
      flex: 0 0 100%;
      height: 50vh;
  }
  .flex-about {
      top: 28%;
  }
  .flex-slide:hover .flex-title {
        top: 20px !important;
    }
}
/* Culture Service Section */
.culture-services {
    display: flex;
    gap: 13px;
    justify-content: center;
    flex-wrap: wrap;
 }
 .culture-service-item {
     position: relative;
     display: flex;
     width: 100%;
     object-fit: cover;
     flex-direction: column;
     flex:0 0 47%;
 }
 .culture-service-item img {
     width: 100%;
     display: block;
     object-fit: cover;
     height: 450px;
 }
 .culture-service-item .culture-overlay img {
    width: auto;
    display: none;
    object-fit: cover;
    color: white;
    position: absolute;
    bottom: 70px;
    left: 0px;
    text-align: left;
    height: auto;
}
 .culture-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     overflow: hidden;
     width: 100%;
     height: 100%;
     transition: .5s ease-in-out;
     background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0.42%, #004990 97.65%);
 }
 .culture-service-item:hover .culture-overlay {
     height: 100%;
     background: rgb(0 0 0 / 60%);
 }
 .culture-service-item:hover .culture-overlay img {
    display: block;
 }
 .culture-text {
     color: white;
     position: absolute;
     bottom: 65px;
     left: 65px;
     right: 65px;
     text-align: left;
 }
 .culture-text p{
     margin-bottom: 10px;
     width: auto;
     opacity: 0;
     transition: .5s ease-in-out;
     font-family: Arial;
     font-size: 24px;
     font-style: italic;
     font-weight: 400;
     line-height: 28px; /* 116.667% */
     letter-spacing: -0.24px;
 }
 .culture-service-item:hover .culture-overlay .culture-text p{
     opacity: 1;
     margin-top: 70px;
 }
 .culture-text h3{
     font-family: Arial;
     font-size: 32px;
     font-style: normal;
     font-weight: 400;
     line-height: 33px; /* 103.125% */
     letter-spacing: -0.64px;
     margin: 0;
     position: absolute;
     bottom: 0;
     color: #fff;
 }
 .culture-service-item:hover .culture-overlay .culture-text h3{
     bottom: unset;
 }
 @media only screen and (max-width:1366px){
    .page-id-636 .row-flex{
        padding: 30px 0;
    }
    .mobile-width,.et_pb_heading_4 .mobile-width,.et_pb_heading_3 .mobile-width{
        max-width: 90% !important;
    }
     .culture-text{
         bottom: 20px;
         left: 20px;
         right: 20px;
     }
     button.opp-next-arrow {
        left: 60%;
    }
    .culture-text h3{
        font-size: 26px;
     }
 }
 @media only screen and (min-width:768px) and (max-width:1024px){
     .whatwedo-services {
         flex:0 0 100%;
     }
     .culture-text p{
        font-size: 18px;
        line-height: 22px;
     }
     .culture-text h3{
        font-size: 26px;
     }
     .culture-service-item:hover .culture-overlay .culture-text p{
        margin-top: 100px;
     }
 }
 @media only screen and (max-width:767px) {
     .whatwedo-services {
         flex:0 0 100%;
     }
     .culture-text p{
        font-size: 16px;
        line-height: 22px;
     }
     .culture-service-item:hover .culture-overlay .culture-text p{
        margin-top: 90px;
     }
 }
ul.et_pb_tabs_controls {
    background-color: #eaebec !important;
}

.opportunities-slider .slick-slide {
	width: 80vw;
	max-width: 840px;
	height: auto;
}
.opportunities-slider .slick-track {
	display: flex;
	align-items: stretch;
}

#mobile_menu1 {
max-height: 80vh;
  overflow-y: scroll;
}
