/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1734866926
Updated: 2024-12-22 11:28:46

*/

/* Fontface */
/* @font-face {
    font-family: 'MullerThin';
    src: url('./fonts/muller-thin-250.otf') format('opentype');
    font-weight: 250;
}
@font-face {
    font-family: 'MullerLight';
    src: url('./fonts/muller-light-300.otf') format('opentype');
    font-weight: 300;
} */


body{
    background: #314046!important
}

body p{
    margin: 0;
}

body a{
    color: white!important;
    font-weight: 400!important;
}

body a:hover{
    color: white!important;
}

/* Projects */
@media(min-width: 768px){
  .projects.grid .swiper-wrapper{
      display: grid!important;
      grid-template-columns: repeat(2, 1fr)!important;
      gap: 20px!important;
      padding-bottom: 10px;
  }
  .team-members .swiper-wrapper{
    display: grid!important;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 4rem!important;
  }
}

/* Team members grid */
.team_members-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 83px;
  width: 100%;
}
.team_members-member{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.team_members-member-image{
  width: 100%;
}
.team_members-member-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team_members-member-content{
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid!important;
  border-left: 1px solid!important;
  border-image: linear-gradient(to bottom, #DBC8BE, transparent) 1!important;
}
.team_members-member-content h3,
.team_members-overlay h3{
  font-family: "Outfit";
  font-weight: 400;
  color: #314046;
  line-height: 146%;
  font-size: 2rem;
  letter-spacing: 0.01em;

}
.team_members-overlay h3{
  color: #F9F9F9;
  margin-bottom: 3rem;
}
.team_members-member-content h4,
.team_members-overlay h4{
  font-family: "Outfit";
  font-weight: 500;
  color: #DBC8BE;
  text-transform: uppercase;
  line-height: 160%;
  font-size: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 0.08em
}
.team_members-overlay p{
  color: #f9f9f980;
  font-weight: 400;
  line-height: 153%;
  letter-spacing: 0.25px;
  font-size: 1.25rem;
}
.team_members-overlay{
  position: absolute;
  top: 0;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 3rem 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #314046; /* dark transparent */
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team_members-member:hover .team_members-overlay {
  opacity: 1;
}

@media(min-width: 1024px){
  .team-members{
    max-width: 95vw;
  }
  .projects-carousel.swiper {
    width: 100%;
    height: 810px!important;
    position: relative;
    top: 1px;
  }
  .team-members .swiper-wrapper{
    display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 4rem!important;
  }
}

/* TIMELINE SWIPER */
.tl-content-swiper{
  height: 600px;
}
.tl-post{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
}
.tl-post-content-slide{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
  gap: 160px;
  background-color: white;
}
/* .tl-post-reverse{
  flex-direction: column-reverse!important;
} */
.tl-post-image-holder{
  height: 350px;
  width: 350px;
}
.tl-post-image-holder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 3rem;
  position: relative;
  left: -2rem;
  transform: scale(1.1);
}

.tl-post-line{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tl-post-line .line-date{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 1px;
  align-items: center;
}
.tl-post-line .line{
  height: 25px;
  width: 1px;
  background-color: #DBC8BE;
}
.tl-post-line .line-date .line{
  height: 60px;
}
.tl-post-line .date{
  text-align: left;
  width: fit-content;
  color: #DBC8BE;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.tl-post-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 0;
  max-width: 500px;
  height: 260px;
}
.tl-post-content h3{
  font-family: "Outfit";
  font-size: 2rem;
  color: #314046;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.tl-post-content p{
  font-family: "Outfit";
  font-size: 1rem;
  color: #314046;
  line-height: 160%;
  letter-spacing: 0.01em;
}

/* LINE SWIPER */
.tl-line-swiper{
  position: absolute !important;
  top: 340px;
  left: 0;
  width: 100%;
  z-index: 1 !important;
}

/* Find first tl-post within .swiper-wrapper */
.tl-line-slide:first-child .line.before{
  background: transparent;
}
.line.before:first-child{
  visibility: hidden;
}
.tl-line-slide:last-child .line.after{
  background: transparent;
}

/* CUSTOM SOLUTION */
.solutions-carousel{
  position: relative;
  bottom: 700px;
}
.solutions-carousel-item-holder{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
  height: auto!important;
}
.solutions-carousel-item{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  background-color: #F9F9F9;
  height: auto!important;
  flex-grow: 1;
}
.solution-carousel-content{
  display: flex!important;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px!important;
  flex-grow: 1;
}
.solution-carousel-content img{
  width: 70px;
}
.solutions-carousel-item h3{
  color: #DBC8BE;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.6em;
}
.solutions-carousel-item h4{
  color: #314046;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.46em;
  letter-spacing: 0.01em;
  margin: 0;
}
.solution-carousel-excerpt{
  color: #314046;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  line-height: 1.6em;
}
.solutions-carousel-nav.swiper-button-next,
.solutions-carousel-nav.swiper-button-prev{
  width: 88px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBC8BE;
}
.solutions-carousel-nav.swiper-button-prev:hover{
  background-color: #314046;
  background-image: url(./icons/chevron-left-beige-small.png) !important;
}
.solutions-carousel-nav.swiper-button-next:hover{
  background-color: #314046;
  background-image: url(./icons/chevron-right-beige-small.png) !important;
}
.solutions-carousel-nav.swiper-button-next{
  background-image: url(./icons/chevron-right-black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  position: relative;
  left: 700px;
  bottom: -50px;
}
.solutions-carousel-nav.swiper-button-prev{
  background-image: url(./icons/chevron-left-black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  position: relative;
  left: 600px;
  bottom: 8px;
}
.solutions-carousel-nav.swiper-button-next::after,
.solutions-carousel-nav.swiper-button-prev::after{
  display: none!important;
}
/* CUSTOM PROJECT */
.custom-post-title{
  color: #AFAFAF!important;
  font-size: 3rem!important;
  font-weight: 400!important;
  margin: 0!important;
}
.custom-post-title::after{
  position: absolute;
  left: calc(50% - 200px);
  width: 400px;
  color: #8383831A;
  font-weight: 700;
  height: 50px;
  top: calc(50% - 200px);
  font-size: 6.875rem;
}

.project-item{
    background-color: #5A666B;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    height: auto!important;
}
.project-logo-title{
    width: 100%;
}
.project-featured-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 60px;
}
.project-featured-image img{
  max-width: 200px!important;
  margin: auto;
  max-height: 100px;
  object-fit: contain;
}
.project-logo-title h2{
    font-weight: 800;
    font-size: 1.5rem!important;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: #FFFFFF!important
  }
  .project-logo-title h3{
    margin-top: 0;
    color: #FFFFFF
  }
  .project-logo-title h3{
  letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 1.5rem!important;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.project-border-left-to-down{
    border-left: 1px solid!important;
    border-image: linear-gradient(to bottom, #78787B, transparent) 1!important;
    position: absolute;
    left: 1.5rem;
    top: 0;
    height: 100%;
}
.js .cd-h-timeline__dates::before,
.js .cd-h-timeline__dates::after{
  background: none!important;
}
.js .cd-h-timeline__dates{
  margin: 0!important;
}
.timeline-post-logo{
  max-width: 100px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.timeline-post-logo img{
  object-fit: contain;
  filter: invert(0.2);
}

/* SERVICES */
@media(min-width: 1270px){
  .services-1{
    position: relative;
    left: -230px;
  }
  .services-2{
    position: relative;
    left: -230px;
    width: 640px;
    top: 100px;
  }
  .services-3{
    position: relative;
    top: -275px;
    left: -150px;
  }
  .services-4{
    position: relative;
    left: -230px;
  }
  .services-5{
    position: relative;
    left: 50px;
    top: 50px;
  }
}
.project-excerpt{
    border-top: 1px solid!important;
    border-image: linear-gradient(to right, #78787B, transparent) 1!important;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #FFFFFF;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 200px;
    display: flex;
    align-items: center;
    margin-top: auto;
}
.project-excerpt span{
  font-weight: 400;
  letter-spacing: 0.01em
}

.project-data{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-data-item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid!important;
    border-image: linear-gradient(to right, #78787B, transparent) 1!important;
}
/* First project data item within parent .project-data */
.project-data-item:first-child{
    border-top: 1px solid!important;
}
.project-data-item .project-data-item-title{
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.01em
  }
  .project-data-item .project-data-item-value{
    font-size: 1.125rem;
    font-weight: 400;
    color: white;
    letter-spacing: 0.01em
}
.project-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
    max-width: 80%;
}
.project-footer a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    background-color: #DBC8BE;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.project-footer a span{
    font-size: 0.9375rem;
    font-weight: 400;
    color: #314046;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.15em;
}
.project-footer a:hover{
    background-color: #314046;
}
.project-footer a:hover span{
    color: #DBC8BE;
}
.project-footer a img{
    width: 1.75rem;
}
.project-footer a:hover img{
    filter: invert(1);
}

/* Team members 2 */
.team-member_2{
  display: flex!important;
}
.team-member_2-image{
  max-width: 500px;
  width: 100%;
}
.team-member_2-image img{
  width: 100%;
}
.team-member_2-content{
  display: flex;
  flex-direction: column;
  padding: 2.5rem 4rem;
  background-color: #F9F9F9;
  position: relative;
  left: -120px;
  margin-top: 50px;
  width: 850px;
  height: 400px;
}
.team-member_2-content h4{
  color: #DBC8BE;
  letter-spacing: 1.5px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.team-member_2-content h3{
  color: #314046;
  font-size: 2rem;
  font-weight: 400;
  margin: 1rem 0;
}
.swiper-button-next.team_members_2-carousel-nav,
.swiper-button-prev.team_members_2-carousel-nav{
  width: 88px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBC8BE;
}
.swiper-button-next.team_members_2-carousel-nav{
  background-image: url(./icons/chevron-right-black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  position: relative;
  left: 620px;
  bottom: 150px;
}
.swiper-button-prev.team_members_2-carousel-nav{
  background-image: url(./icons/chevron-left-black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  position: relative;
  left: 520px;
  bottom: 208px;
}
.swiper-button-next.team_members_2-carousel-nav::after,
.swiper-button-prev.team_members_2-carousel-nav::after{
  display: none!important;
}
/* Homepage carousel */
.projects-carousel.swiper {
    width: 100%;
    height: 100%;
  }

  .projects-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-height: calc(100% - 138px); */
    /* background-color: red; */
  }

  .projects-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .project-carousel-item{
    display: flex;
    flex-direction: column;
  }
  .project-carousel-content-holder{
    display: flex;
    height: auto;
    width: 100%;
  }
  .project-carousel-content{
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    /* background: #515D63; */
    flex: 4;
  }
  .project-carousel-thumbnail{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* flex: 1; */
    /* background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten; */
  }
  .project-carousel-link-and-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }
  .project-carousel-link-and-logo-image-holder{
    max-width: 120px;
  }
  .project-carousel-content h4{
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.46;
    letter-spacing: 0.14em;
    position: relative;
    top: 20px;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
  }
  .project-carousel-content h3{
    letter-spacing: 0.01em;
    font-size: 2.25rem;
    font-weight: 500;
    color: #DCDCDC;
    margin: 0;
    line-height: 1.4em;
  }
  .project-carousel-excerpt{
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.125rem;
    width: 400px;
    height: 110px;
    line-height: 1.6em;
  }
  .project-carousel-content a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex!important;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    align-items: center;
    gap: 1rem;
    opacity: 0.46;
  }
  .project-carousel-content a img{
    filter: brightness(0) invert(1);
    width: 1.25rem!important;
  }
  .project-carousel-footer{
    height: 100px;
    /* background: #314046; */
  }
  .projects-carousel .swiper-pagination{
    bottom: 180px;
    height: 20px;
    left: 40px;
    right: unset;
    top: unset;
    width: fit-content;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    letter-spacing: 0.01em;
  }
  .projects-carousel .swiper-pagination .swiper-pagination-current{
    color: white;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
    letter-spacing: 0.02em;
  }
  .projects-carousel .swiper-pagination .swiper-pagination-current::before{
    content: "0"
  }
  .projects-carousel .swiper-pagination .swiper-pagination-total::before{
    content: "0"
  }
  .projects-carousel .swiper-button-next{
		color: #DBC8BE;
    background-color: #314046;
    bottom: 0; 
    right: 0px;
    height: 100px;
    width: 220px;
    bottom: 120px;
    left: unset;
    top: unset;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url(./icons/chevron-right-beige.png) !important;
    background-repeat: no-repeat;
    background-size: 1.0rem;
    background-position: 75% 50%;
    padding-right: 2rem;
  }
  .projects-carousel .swiper-button-prev{
    /* background-color: #314046; */
    background-color: #DBC8BE;
		color: #DBC8BE;
    bottom: 0; 
    right: 220px;
    height: 100px;
    width: 120px;
    bottom: 120px;
    left: unset;
    top: unset;
    background-image: url(./icons/chevron-left-black-2.png) !important;
    background-repeat: no-repeat;
    background-size: 1.0rem;
    background-position: center;
  }
  .projects-carousel .swiper-button-next:hover{
    background-color: #DBC8BE;
    color: #314046;
    background-image: url(./icons/chevron-right-black-2.png) !important;
  }
  .projects-carousel .swiper-button-next span{
    color: #F9F9F9;
    position: relative;
    left: -1.5rem;
    letter-spacing: 0.34em;
    font-size: 15px;
  }
  .projects-carousel .swiper-button-next:hover span{
    color: #314046;
  }
	.projects-carousel .swiper-button-prev:hover{
			background-color: #f1d6c7;
			color: #314046;
      /* background-image: url(./icons/chevron-left-black-2.png) !important; */
	}
	.projects-carousel .swiper-button-prev:after{
    display: none!important
	}
	.projects-carousel .swiper-button-next:after{
		display: none!important;
	}
  .team-member-content{
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .team-member-content h3{
    font-family: "Outfit", Sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #314046;
    margin: 0;
  }
  .team-member-content h4{
    font-family: "Outfit", Sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #DBC8BE;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
  }

  .timeline-post-flexbox{
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3rem;
  }

  .timeline-post-content{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
  }
  .timeline-image-holder {
    width: 350px;
    height: 300px;
    background-position: center;
    background-size: cover;
    flex: 1;
}

  .timeline-post-content .cd-h-timeline__event-date{
    font-size: 4rem;
    color: #314046;
    font-weight: 300;
    font-style: initial!important;
    margin: 0!important;
    line-height: 3.8rem!important;
  }
  .timeline-post-content .cd-h-timeline__event-action{
    font-size: 2rem;
    color: #DBC8BE;
    font-weight: 400!important;
    margin: 0!important;
  }
  .timeline-post-content .cd-h-timeline__event-title{
    color: #314046!important;
    font-weight: 400!important;
    font-family: "Outfit"!important;
    font-size: 0.875rem!important;
    letter-spacing: 2px!important;
    margin: 0!important;
  }
  .timeline-post-content .cd-h-timeline__event-description{
    color: #314046!important;
    margin: 0!important;
    font-size: 1.125rem!important;
  }
  .timeline-top-ol{
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    width: 90%;
    margin: auto;
  }
  .js .cd-h-timeline__date div{
    color: #DBC8BE;
    transform: rotate(-90deg);
    position: relative;
    top: -10px;
  }
  .js .cd-h-timeline__container{
    max-width: 100vw!important;
    width: 100%;
  }
  .js .cd-h-timeline__date{
    left: initial!important;
  }
  .cd-h-timeline__line,
  .cd-h-timeline__filling-line{
    width: 100%!important;
    transform: initial!important;
  }
  section.cd-h-timeline.js-cd-h-timeline{
    display: flex;
    flex-direction: column-reverse;
  }
  .js .cd-h-timeline__date--selected::after,
  .js .cd-h-timeline__date--older-event::after,
  .js .cd-h-timeline__date:hover::after{
    background-color: #DBC8BE!important;
    border-color: #DBC8BE!important;
  }
  .js .cd-h-timeline__filling-line{
    border-bottom: 1px solid!important;
    background-color: transparent!important;
    border-image: linear-gradient(to right, #DBC8BE, transparent) 1!important;
    height: 1px!important;
  }
  .js .cd-h-timeline__event-date::before{
    content: ''!important;
  }
  .section-content{
    max-width: unset!important;
  }
  .js .cd-h-timeline__line{
    background-color: transparent!important;
  }

  /* Single post - information hero bottom */
  .info-boxes-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .info-box {
    padding: 50px;
    flex: 1;
    min-width: 250px;
    border: 1px solid #48555A;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .info-name {
    text-transform: uppercase;
    color: #DBC8BE;
    font-family: "Outfit", Sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.08em;
  }

  .info-value {
    color: #FFFFFF;
    font-family: "Outfit", Sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }
  .info-value span{
    font-size: 1.25rem;
    line-height: 1.25;
    display: block;
    font-weight: 300;
  }

  /* Homepage - about company */
  @media(min-width: 1300px){
    .border-left-gradiented{
      border-left: 1px solid!important;
      border-image: linear-gradient(to bottom, #DBC8BE, transparent) 1!important;
      position: absolute;
      left: 5%;
      height: 100%;
    }
    .projects.grid .swiper-wrapper{
      grid-template-columns: repeat(3, 1fr)!important;
    }
    .border-right-gradiented{
      border-left: 1px solid!important;
      border-image: linear-gradient(to bottom, #DBC8BE, transparent) 1!important;
      position: absolute;
      left: 5%;
      height: 100%;
    }
    .border-left-solid{
      background: #DBC8BE;
      /* border-image: linear-gradient(to bottom, #DBC8BE, transparent) 1!important; */
      position: absolute;
      left: 2.5vw;
      height: 200vh;
      bottom: 0;
      width: 1px;
      z-index: 1;
    }
    .border-left-solid-left{
      background: #DBC8BE;
      /* border-image: linear-gradient(to bottom, #DBC8BE, transparent) 1!important; */
      position: absolute;
      left: -97.15vw;
      height: 200vh;
      bottom: 0;
      width: 1px;
    }
    .about-company{
      position: relative;
      top: -120px;
      left: -150px;
    }
    .about-company-numbers{
      position: relative;
      top: -120px;
      width: 98.3%!important;
    }
    .professional-approach{
      position: relative;
      left: -150px;
    }
  }

  @media(max-width: 1299px){
    .team_members-grid{
      grid-template-columns: repeat(2, 1fr);
      gap: 60px 50px;
    }
    .team_members-overlay{
      padding: 2rem 1.5rem;
    }
    .team_members-overlay h3{
      font-size: 1.5rem;
    }
    .team_members-overlay h4{
      font-size: 1.25rem;
    }
    .team_members-overlay p{
      font-size: 1rem;
    }
    .team_members-member-content{
      padding: 1.5rem 1rem;
    }
    .team_members-member-content h3{
      font-size: 1.5rem;
    }
    .team_members-member-content h4{
      font-size: 1.25rem;
    }
  }

  @media(min-width: 1620px){
    .project-carousel-content{
      padding: 3rem 15%;
    }
    .projects-carousel .swiper-pagination{
      left: 15%;
    }
    .projects-carousel .swiper-button-prev{
      right: calc(15% + 220px);
    }
    .projects-carousel .swiper-button-next{
      right: 15%;
    }
  }

	@media (max-width: 1200px) {
		.projects.grid{
			grid-template-columns: repeat(2, 1fr);
      padding-bottom: 3rem;
		}
    .custom-post-title:after{
      font-size: 4rem!important;
      line-height: 4rem!important;
      top: calc(50% - 125px)!important;
      left: calc(50% - 190px)!important;
    }
    /* Single post - information hero bottom */
    /* .info-boxes-container {
      grid-template-columns: repeat(2, 1fr);
    } */

	}
  @media(max-width: 1024px){
    .tl-post-content-slide{
      padding: 0 1rem;
    }
    .team-member_2{
      flex-direction: row;
      position: relative;
    }
    .project-carousel-content{
      padding: 3rem 2rem;
    }
    .project-carousel-excerpt{
      width: 100%;
      height: 70px;
    }
    .project-carousel-link-and-logo{
      position: relative;
      top: -32px;
      width: 100%;
    }
    .projects-carousel .swiper-button-next{
      bottom: 3rem;
      right: 2rem;
    }
    .projects-carousel .swiper-button-prev{
      bottom: 3rem;
      right: calc(2rem + 220px);
    }
    .projects-carousel .swiper-pagination{
      bottom: 6rem;
      left: 2rem
    };
    .info-value {
      font-size: 1.5rem;
    }
    .info-box{
      padding: 25px;
    }
    .team-member_2-content{
      position: initial;
      margin: 0;
      height: unset;
      padding: 2rem;
    }
    .swiper-button-next.team_members_2-carousel-nav, .swiper-button-prev.team_members_2-carousel-nav{
      left: unset;
      right: unset;
      bottom: unset;
      top: unset;
      margin: 0;
    }
    .team-member_2-image{
      max-width: unset;
    }
    .team-member_2-content{
      width: 100%;
    }
    .swiper-button-prev.team_members_2-carousel-nav{
      right: calc(-85vw + 98px);
      bottom: 200px;
    }
    .swiper-button-next.team_members_2-carousel-nav{
      right: -85vw;
      bottom: 120px;
    }
  }
  @media(max-width: 1000px){
    .team-member_2{
      flex-direction: column;
    }
    .swiper-button-next.team_members_2-carousel-nav, .swiper-button-prev.team_members_2-carousel-nav{
      display: none;
    }
  }
	@media (max-width: 767px) {
    .team_members-grid{
      grid-template-columns: repeat(1, 1fr);
      gap: 2rem;
    }
    .info-value {
      font-size: 1.25rem;
    }
    .info-box{
      padding: 16px;
      border-left: 0!important;
      border-right: 0!important;
      border-top: 1px solid #48555A;
    }
    .custom-post-title{
      font-size: 2rem!important;
      line-height: 2rem!important;
    }
    .timeline-top-ol{
      position: relative;
      right: 16px;
    }
    .project-carousel-content-holder{
      flex-direction: column;
      align-items: center;
    }
    /* .project-carousel-thumbnail{
      width: 100%;
      height: 105px;
      flex: unset;
    } */
    .solutions-carousel-item-holder{
      padding-left: 16px;
      padding-right: 16px;
    }
    .custom-post-title:after{
      font-size: 3rem!important;
      line-height: 3rem!important;
      top: calc(50% - 125px)!important;
      left: 0rem!important;
      width: 360px!important;
    }
		.projects.grid{
			grid-template-columns: repeat(1, 1fr);
		}
    /* .project-carousel-link-and-logo{
      top: -16px;
    } */
    .project-carousel-content{
      gap: 3rem;
      padding: 2rem 0rem;
      max-width: 90%;
    }
    .project-carousel-content a span{
      font-size: 0.875rem;
      color: #FFFFFF
    }
    .project-carousel-link-and-logo-image-holder{
      display: none;
    }
    .projects-carousel .swiper-pagination{
      left: 1rem;
    }
    .projects-carousel .swiper-button-prev{
      right: calc(1rem + 62px);
      width: 62px;
      height: 57px;
      background-size: 0.7em;
    }
    .projects-carousel .swiper-button-next{
      right: 1rem;
      width: 120px;
      background-position: 50%;
      width: 62px;
      height: 57px;
      background-size: 0.7em;
    }
    .projects-carousel .swiper-button-next span{
      display: none
    }
    .project-carousel-content h3{
      font-size: 1.8rem;
      height: 40px;
      line-height: 1.4em;
      padding-top: 0;
      white-space: nowrap;
      text-align: left;
    }
    .project-carousel-excerpt{
      height: 115px;
      font-size: 1rem;
    }
    
    /* .project-item{
      margin-left: 16px;
      margin-right: 16px;
    } */
    /* .project-carousel-content{
      padding: 1rem 1.5rem;
    }
    .projects-carousel .swiper-slide img{
      width: 2rem;
    }
    .projects-carousel .swiper-button-next span{
      display: none;
    }
    .projects-carousel .swiper-button-next {
      height: 100px;
      width: 100px;
      background-position: 55% 50%;
    }
    .projects-carousel .swiper-button-next:hover{
    }
    .projects-carousel .swiper-button-prev{
      right: 100px;
      background-position: 84% 50%;
      width: calc(100% - 100px);
    }
    .projects-carousel .swiper-pagination{
      width: calc(100% - 200px);
      background-color: #314046;
      height: 100px;
      bottom: 0px;
      left: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 3rem;
    } */
    .timeline-post-flexbox{
      flex-direction: column;
    }
    .solutions-carousel{
      position: relative;
      bottom: 850px;
    }
    .solutions-carousel-nav.swiper-button-next, .solutions-carousel-nav.swiper-button-prev{
      width: 65px;
      height: 60px;
    }
    .solutions-carousel-nav.swiper-button-next{
      left: 90px;
      bottom: -30px;
    }
    .solutions-carousel-nav.swiper-button-prev{
      left: 16px;
    }
	}
  @media(max-width: 600px){
    /* Single post - information hero bottom */
    .info-boxes-container {
      grid-template-columns: repeat(1, 1fr);
    }
    .tl-post-reverse{
      flex-direction: column!important;
    }
    .info-box {
      border: none;
      border-top: 1px solid #48555A;;
    }
    .tl-post-content-slide{
      gap: 100px;
    }
    .tl-line-swiper{
      top: 300px;
    }
    .tl-post-content,
    .tl-post-image-holder{
      font-size: 1rem;
      margin: auto;
    }
    .tl-post-image-holder img{
      margin-right: 0;
      left: 0;
    }
    .tl-post-content h3{
      font-size: 1.5rem;
      line-height: 1.5;
    }
  }
  @media(max-width: 500px){
    .project-carousel-content{
      gap: 20px;
    }
    .solutions-carousel{
      position: relative;
      bottom: 1000px;
    }
  }