/*
 Theme Name: Divi Child - Engenium
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #104F94;
}

::selection {
  color: #ffffff;
  background: #104F94;
}
.et-l--body ul ul {
	padding-bottom: 0 !important;
}
/* ::::::::::::::::::::: HEADER / MOBILE MENU */
button.et_pb_menu__search-button {
  padding: 0 10px;
}
.et_pb_menu__search {
  max-width: 400px;
}
.et_pb_menu .et_pb_menu__search-container {
  justify-content: flex-end !important;
}
.et_pb_menu__search-input {
  padding: 10px;
  border: 1px solid #C5C5C5 !important;
}
.et_mobile_menu li li {
	padding-left: 0 !important;
}
/* ::::::::::::::::::::: HEADLINES */
.lineheadline h3 {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.lineheadline h3.et_pb_module_heading:after {
	content: '';
	display: block;
	height: 3px;
	width: 70px;
	background: #F38C37;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.headline-preheadline h3 span {
	font-size: 22px;
	font-weight: 400;
	padding-right: 15px;
	color: #595A5A;
	position: relative;
}
.headline-preheadline h3 span:after {
	content: '';
	width: 75px;
	height: 3px;
	background: #F38C37;
	position: absolute;
	left: 100%;
	top: 50%;
}
.headline-preheadline a {
	border-bottom: 2px solid #104F94 !important;
	padding-bottom: 10px;
	padding-right: 0;
	transition: all .2s ease !important;
	position: relative;
}
.headline-preheadline a:after {
	content: '';
	width: 17px;
	height: 17px;
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	opacity: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -70%);
	transition: all .2s ease;
}
.headline-preheadline a:hover {
	border-bottom: 2px solid #F38C37 !important;
	padding-right: 25px;
}
.headline-preheadline a:hover:after {
	opacity: 1;
}
.headline-barabove h3 {
	position: relative;
}
.headline-barabove h3:before {
	content: '';
	display: block;
	height: 3px;
	width: 70px;
	background: #F38C37;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%, -50%);
}

/* ::::::::::::::::::::: TEXT/LINKS */
a.underline-button:hover {
	border-bottom: 3px solid #F38C37 !important;
}
div.underline-button.et_pb_module a.et_pb_button {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #104F94 !important;
	padding-bottom: 10px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	transition: all .2s ease !important;
	position: relative;
	border-radius: 0;
}
div.underline-button.et_pb_module a.et_pb_button:after {
	content: '';
	width: 17px;
	height: 17px;
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	opacity: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -70%);
	transition: all .2s ease;
}
div.underline-button.et_pb_module a.et_pb_button:hover {
	border-bottom: 2px solid #F38C37 !important;
	color: #F38C37 !important;
	padding-right: 25px !important;
	background: none;
}
div.underline-button.et_pb_module a.et_pb_button:hover:after {
	opacity: 1;
}
a.arrow-right {
	padding-right: 25px;
	transition: all .2s ease; 
	display: inline-block;
	background:  url('/wp-content/uploads/2025/01/arrow-right-blue.svg') no-repeat right center;
	
}
a.arrow-right:hover {
	color: #F38C37;
	padding-right: 30px;
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
}

a.df-post-read-more span {
	border-bottom: 2px solid #ffffff !important;
	border-color: #ffffff !important;
	border-width: 2px !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 25px !important;
	color: #104F94!important;
	background:  url('/wp-content/uploads/2025/01/arrow-right-blue.svg') no-repeat right center;
	transition: all .2s ease;
	display: inline-block;
	
}
a.df-post-read-more span:hover {
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	padding-right: 30px !important;
	color: #F38C37!important;
}

/* ::::::::::::::::::::: FOOTER */
footer .locations-container p, footer .locations-container a {
	color: #ffffff;
}
footer .location-name {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 17px;
}
footer .location-address {
	font-size: 15px;
	line-height: 1.6;
}
footer .location-item {
	margin-bottom: 20px;
	
}
@media screen and (max-width: 500px) {
	footer .lineheadline h3.et_pb_module_heading {
	    text-align: center;
	    width: 100%;
	    padding-right: 0 !important;
    }
    footer .lineheadline h3.et_pb_module_heading:after {
	    position: static;
	    margin: 10px auto 0;
    }
    footer .location-item {
	    text-align: center;
    }
    footer .et-social-linkedin a {
	    margin-right: 0;
    }
}
@media screen and (max-width: 980px) {
	#mobile_menu1 > .menu-item > a {
		position: relative;
	}
	#mobile_menu1 > .menu-item > a:after {
		content: '';
		width: 75px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,0);
	}
	#mobile_menu1 > .menu-item a:hover {
		color: #F38C37 !important;
	}
	#mobile_menu1 > .menu-item > a:hover:after {
		background: #F38C37 !important;
	}
}
@media screen and (min-width: 500px) {
	footer .locations-container {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 800px) {
	footer .locations-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 980px) {
	footer .locations-container {
		grid-template-columns: 1fr 1fr ;
	}
}
@media screen and (min-width: 1350px) {
	footer .locations-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 980px) {
    /* Force the full-width menu to display on mobile */
    #footermenu .et_mobile_menu, #footermenu .et_mobile_nav_menu {
        display: none; /* Hide the mobile menu */
    }
    #footermenu nav, #footermenu .et_pb_menu .et_pb_menu__menu {
        display: block; /* Show the desktop menu */
    }
	#footermenu .et_pb_menu__wrap {
		padding-top: 30px;
	}
    /* Adjust menu items for mobile (optional for spacing) */
    #footermenu nav ul li {
        display: flex;
        justify-content: center;
        margin: 0 10px 15px;
    }

    #footermenu nav ul, #footermenu .et_pb_menu .et_pb_menu__wrap {
        display: block;
    }
    #footermenu .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, #footermenu .et_pb_menu--style-left_aligned .et_pb_row {
	    display: block;
    }
    #footermenu .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	    padding: 10px 0;
	    text-align: center;
	    display: inline-block;
	    border-bottom: 2px solid #ffffff !important;
	    cursor: pointer;
    }
    #footermenu .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:hover {
	    color: #F38C37 !important;
	    border-bottom: 2px solid #F38C37 !important;
    }
    #footermenu .et_pb_menu__logo-wrap {
	    justify-content: center;
    }
    
}
/* ::::::::::::::::::::: TEASER PHOTOS */
#imagehover-row .imagehover-withimage:before {
	content: '';
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	opacity: 0;
	width: 1px;
	height: 1px;
}
#imagehover-row .imagehover-withimage a.dipi-hover-button {
	border-bottom: 2px solid #ffffff !important;
	border-color: #ffffff !important;
	border-width: 2px !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 25px !Important;
	background:  url('/wp-content/uploads/2025/01/arrow-right-white.svg') no-repeat right center;
	transform: translate(0,-20px);
	transition: all .2s ease;
}
#imagehover-row .imagehover-withimage a.dipi-hover-button:hover {
	background:  url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	padding-right: 30px !important;
}
/* ::::::::::::::::::::: PROJECT TEASERS */
.project-category p {
  position: relative;
  width: auto;
  display: inline-block;
}
.project-category p:before {
  content: '';
  width: 3px;
  height: 50px;
  background: #F38C37;
  display:block;
  left: 50%;
  bottom: 100%;
  position: absolute;
}
/* ::::::::::::::::::::: POST SLIDER & CARD SLIDER */
.difl_blogcarousel_0 .df_bc_arrows div.swiper-button-prev:after, .dipi_carousel_0.card-slider .swiper-button-prev {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-left-orange.svg') no-repeat left center !important;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
} 
.difl_blogcarousel_0 .df_bc_arrows div.swiper-button-next:after, .dipi_carousel_0.card-slider .swiper-button-next {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-big-right-orange.svg') no-repeat right center !important;;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.dipi_carousel_0.card-slider .swiper-button-prev:after, .dipi_carousel_0.card-slider .swiper-button-next:after {
	display: none !important;
}
.card-slider .dipi-image-wrap {
	min-height: 110px;
}
@media screen and (max-width: 768px) {
	.difl_blogcarousel_0 .df_bc_arrows {
		position: static !important;
		padding-top: 30px;
		
	}
	.difl_blogcarousel_0 .df_bc_arrows .swiper-button-next {
		margin-right: 0 !important;
	}
	.difl_blogcarousel_0 .df_bc_arrows .swiper-button-prev {
		margin-left: 0 !important;
	}
}
/* ::::::::::::::::::::: IMAGE SLIDER */ 
.project-gallery .swiper-button-prev:after {
	display: none !important;
}
.project-gallery .swiper-button-prev {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-left-orange.svg') no-repeat left center !important;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.project-gallery .swiper-button-next:after {
	display: none !important;
}
.project-gallery .swiper-button-next {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-big-right-orange.svg') no-repeat right center !important;;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
}
/* ::::::::::::::::::::: ANGLES */
/* ::::::: Top Right White */
.angle-top-right-white {
	position: relative;
}
.angle-top-right-white:before {
	content: '';
	display: block;
	width: 126px;
	height: 150px;
	position: absolute;
	top:0;
	right:0;
	z-index: 0;
	background: url('/wp-content/uploads/2025/01/angle-top-right.svg') no-repeat top right;
	background-size: contain;
}
.twocol-photo-color .et_pb_column:last-child {
	position: relative;
}
.twocol-photo-color .et_pb_column:last-child:before {
	content: '';
	display: block;
	width: 76px;
	height: 120px;
	position: absolute;
	top:-1px;
	right:-1px;
	z-index: 0;
	background: url('/wp-content/uploads/2025/01/angle-top-right.svg') no-repeat top right;
	background-size: contain;
}
@media screen and (min-width:768px) {
	.twocol-photo-color .et_pb_column:last-child:before {
		width: 176px;
		height: 260px;
	}
}
@media screen and (max-width:768px) {
	.twocol-photo-color .et_pb_column:last-child:before {
		display: none;
	}
}
.angle-bottom-left-white {
	position: relative;
}
.angle-bottom-left-white:before {
	content: '';
	display: block;
	width: 106px;
	height: 210px;
	position: absolute;
	bottom:-1px;
	left:-2px;
	z-index: 4;
	background: url('/wp-content/uploads/2025/01/angle-bottom-left-white.svg') no-repeat bottom left;
	background-size: contain;
}
@media screen and (min-width:768px) {
	.angle-bottom-left-white:before {
		height: 260px;
		width: 176px;
	}
}
/* ::::::: Top right Gray */
.angle-top-right-gray {
	position: relative;
}
.angle-top-right-gray:before {
	content: '';
	display: block;
	width: 115px;
	height: 190px;
	position: absolute;
	top:-1px;
	right:-1px;
	z-index: 0;
	background: url('/wp-content/uploads/2025/01/angle-top-right-gray.svg') no-repeat top right;
	background-size: contain;
}
@media screen and (min-width:768px) {
	.angle-top-right-gray:before {
		width: 136px;
		height: 190px;
	}
}
@media screen and (min-width:1200px) {
	.angle-top-right-gray:before {
		width: 164px;
		height: 230px;
	}
}
/* ::::::: Bottom Left Gray */
.angle-bottom-left-gray {
	position: relative;
}
.angle-bottom-left-gray:after {
	content: '';
	display: block;
	width: 164px;
	height: 233px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 4;
	background: url('/wp-content/uploads/2025/01/angle-bottom-left.svg') no-repeat bottom left;
}
.angle-bottom-left-gray .et_pb_column:first-child {
	position: relative;
}
.angle-bottom-left-gray .et_pb_column:first-child:after {
	content: '';
	display: block;
	width: 164px;
	height: 233px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 4;
	background: url('/wp-content/uploads/2025/01/angle-bottom-left.svg') no-repeat bottom left;
}

/* :::: Remove bottom angle */
@media screen and (max-width: 600px) {
	.angle-bottom-left-hide-mobile:after, .angle-bottom-left-hide-mobile .et_pb_column:first-child:after {
		display: none;
	}
}


/* ::::::::::::::::::::: CUTOUTS */
.quotebox-headshot {
	width: 220px !important;
	height: 220px;
	margin: 0 auto 50px !important;
	margin-bottom: 50px;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
}
.quotebox-quote {
	width: 90% !important;
}
.quote .et_pb_testimonial_content p {
	font-size: 1.3em;
}
@media screen and (min-width:1200px) {
	.quotebox {
		padding-bottom: 0 !important;
	}
	.quotebox-quote {
		min-height: 550px !important;
		padding-bottom: 50px;
	}
	.quotebox-quote .et_pb_testimonial {
		max-width: 60% !important;
	}
	.quotebox-headshot {
		background: transparent !important;
		border-radius: 0;
		width: 40% !important;
		height: auto;
		margin: 0 !important;
		margin-bottom: 50px;
		position: absolute;
		bottom: 0;
		right: 0;
		max-height: 770px !important;
	}
	.angle-bottom-left-white .quotebox-quote {
		padding-left: 70px;
	}
}
@media screen and (min-width:1500px) {
	.quotebox-quote {
		min-height: 550px !important;
		padding-bottom: 50px;
	}
	.quote .et_pb_testimonial_content p {
		font-size: 1.2em;
	}
	.bottom-right-cutout img {
		max-width: 700px !important;
	}
	.quotebox-headshot {
		width: 45% !important;
	}
	.quotebox-headshot img {
		max-height: 700px !important;
		width: 100%;
		max-width: 630px !important;
	}
	
}
/* ::::::::::::::::::::: QUOTE SECTION */

.quote .et_pb_testimonial_author {
	margin-top: 0;
	padding-top: 30px;
	position: relative;
}
.quote .et_pb_testimonial_author:before {
	content: '';
	width: 75px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #F38C37;
}
.quote .et_pb_testimonial_content p {
	margin-bottom: 0;
}

/* ::::::::::::::::::::: HOME - HEADER */
@media screen and (min-width: 1400px) {
	#home-hero video {
		transform: translate(0, -10%);
	}
}
@media screen and (min-width: 2000px) {
	#home-hero video {
		transform: translate(0, -15%);
	}
}

/* ::::::::::::::::::::: HOME - PROJECTS */
.featured_project {
	margin-bottom: 30px;
}
.featured_project_img {
	position: relative;
	background: #104F94;
}
.featured_project_img a {
	display: block;
	margin-bottom: 0;
}
.featured_project_img a img {
	display: block;
	margin-bottom: 0;
	width: 100%;
	}
.featured_project_img span {
	position: absolute; 
	top: 50%;
	left: 50%;
	font-size: 18px;
	color: #ffffff;
	opacity: 0;
	transform: translate(-50%, 100%);
	min-width: 300px;
	text-align: center;
}
.featured_project_img a:hover img {
	opacity: .5;
}
.featured_project_img a:hover span {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.featured_project_summary {
	background: #ffffff;
	padding: 20px;
	max-width: 90%;
	margin: 0 auto;
}
.featured_project_category a {
	color: #F38C37 !important;
	line-height: 1.8;
	font-weight: 600;
	font-size: 15px;
}
.featured_project_category a:hover {
	text-decoration: underline;
}
.featured_project_category {
	position: relative;
	color: #F38C37 !important;
}
.featured_project_category:before {
	content: '';
	width: 3px;
	height: 50px;
	background: #F38C37;
	display: block;
	left: 30px;
	bottom: 100%;
	position: absolute; 
}
.featured_project_text h3 {
	color: #595A5A!important;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}
.featured_project_text h3:hover {
	color: #F38C37 !important;
}
.featured_project_text p {
	font-size: 16px;
}
@media screen and (min-width: 1024px) {
	.featured_home_projects {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1400px) {
	.featured_home_projects .featured_project:last-child {
		margin-top: -130px;
	}
}
/* ::::::::::::::::::::: HOME - NEWS */
.new-news .dnxte-blogslider-content-icon {
  display: none;
}
.new-news .dnxte-blog-post-content {
  display:none;
}
.new-news .dnxte-post-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.new-news .dnxte-readmorewrapper a.et_pb_button {
padding-left: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
  padding-right: 30px !important;
  background: url(/wp-content/uploads/2025/01/arrow-right-blue.svg) no-repeat right 10px;
}
.new-news.dnxte_blog_slider_0 .swiper-button-prev {
  transform: translate(-50px,0);
}
.new-news.dnxte_blog_slider_0 .swiper-button-next {
  transform: translate(50px,0);
}
.new-news .dnxte_blog_slider_container .swiper-pagination {
  padding-top: 20px;
}
.new-news .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translate(-50%, 9px) !important;
}
.new-news .dnxte-authovcard {
	display: none;
}

.slider_featured_posts .swiper-slide {
	border: 1px solid #DCDFE1;
	height: auto !important;
}
.slider_featured_posts .slide-text {
	padding: 20px;
}
.slider_featured_posts .swiper-button-prev {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-left-orange.svg') no-repeat left center !important;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
	margin-left: -80px;
} 
.slider_featured_posts .swiper-button-next {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-big-right-orange.svg') no-repeat right center !important;;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
	margin-right: -80px;
}
.slider_featured_posts .slider-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	justify-content: space-between;
	z-index: 9;
	width: 100%;
}

.slider_featured_posts .post-title {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.slider_featured_posts .slide-image a {
	position: relative;
	display: block;
}
.slider_featured_posts .slide-image a:before {
	content: '';
	display:block;
	width: 100%;
	height: 100%;
	background: #104F94;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.slider_featured_posts .slide-image img {
	display: block;
}
.slider_featured_posts .slide-image a:hover:before {
	opacity: .5;
}
.slider_featured_posts h4.post-title {
	color: #595A5A;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
}
.slider_featured_posts h4.post-title a:hover {
	color: #F38C37;
}
.slider_featured_posts p.post-date {
	color: #666666;
	font-size: 15px;
}
.slider_featured_posts a.read-full-article-btn {
	color: #104F94!important;
	font-size: 15px;
	font-weight: 600;
	transition: all .2s ease;
	position: relative;
	padding-right: 25px !important;
}
.slider_featured_posts a.read-full-article-btn:after {
	content: '';
	display: block;
	background: url('/wp-content/uploads/2025/01/arrow-right-blue.svg') no-repeat right center;
	background-size: contain;
	width: 25px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.slider_featured_posts a.read-full-article-btn:hover {
	color: #F38C37 !important;
	padding-right: 35px !important;
}
.slider_featured_posts a.read-full-article-btn:hover:after {
	background: url('/wp-content/uploads/2025/01/arrow-right-orange.svg') no-repeat right center;
	background-size: contain;
}
.related-items .slide-image img {
	display: block;
}
@media screen and (min-width: 1200px) {
	.swiper-outter .slider_featured_posts .swiper-pagination {
		top: 100%;
	}
}


/* ::::::::::::::::::::: ABOUT PAGE */
 #video-bg-col1 {
   display: block !important;
   min-height: 300px !important;
}
 #video-bg-col1 .et_pb_section_video_bg {
	min-height: 300px;
   display: block;
}
.hero-interior-teamslider h1 span {
	font-size: 22px;
	font-weight: 400;
	padding-right: 15px;
	color: #FFFFFF;
	position: relative;
}
.hero-interior-teamslider h1 span:after {
	content: '';
	width: 75px;
	height: 3px;
	background: #F38C37;
	position: absolute;
	left: 100%;
	top: 50%;
}
.hero-interior-teamslider a {
	border-bottom: 2px solid #104F94 !important;
	padding-bottom: 10px;
}
.hero-interior-teamslider a:hover {
	border-bottom: 2px solid #F38C37 !important;
}
/* ::::::::::::::::::::: OUR TEAM PAGE */
#team-grid .df-cpt-taxonomies {
	display: block;
}
#team-grid .df-cpt-item .df-cpt-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#team-grid .team-member > div {
	background-position: top center !important;
}
#team-grid .team-member div.df-hover-trigger::before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #104F94;
	opacity: 0;
	top: 0;
	transition: all .2s ease;
	cursor: pointer;
}
#team-grid .team-member div.df-hover-trigger:hover::before {
	opacity: .5;
}
/* ::::::::::::::::::::: TEAM MEMBER DETAIL PAGE */
.single-team-member .et_pb_text_inner > h4, .team-member-connect h4 {
	color: #666666 !important;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 600;
	padding-bottom: 0;
}
.team-member-connect {
	display: flex;
	align-items: center;
}
.team-member-connect h4 {
	margin-bottom: 0px;
}
.team-member-connect {
	padding: 20px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}
.team-member-social-links {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 5px;
}
.team-member-social-links a {
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.team-member-photo {
	position: relative;
}
.team-member-photo:before {
	content: '';
	display: block;
	width: 156px;
	height: 200px;
	position: absolute;
	bottom:0;
	left:-1px;
	z-index: 4;
	background: url('/wp-content/uploads/2025/01/angle-bottom-left-white.svg') no-repeat bottom left;
	background-size: contain;
}

.slider_relationship .df-blogcarousel-container {
    overflow: hidden;
    position: relative;
}

.slider_relationship .swiper-container {
    width: 100%;
    height: auto;
    z-index: 1;
}

.slider_relationship .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-outter .arrow-middle .df_bc_arrows * {
	pointer-events: all !important;
}
.swiper-outter .swiper-button-prev {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-left-orange.svg') no-repeat left center !important;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
} 
.swiper-outter .swiper-button-prev:after {
	display: none;
}
.swiper-outter .swiper-button-next {
	content: '';
	background: url('/wp-content/uploads/2025/01/arrow-big-right-orange.svg') no-repeat right center !important;;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.swiper-outter .swiper-button-next:after {
	display: none;
}
.swiper-outter .slider-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	justify-content: space-between;
	z-index: 9;
}

.swiper-outter .slide-inner-wrap {
	position: relative;
}
.slider_relationship .slide-title, .slider_project_category .slide-title, .slider_post_category .slide-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
	padding: 20px;
	min-height: 50%;
	display: flex;
	align-items: end;
	background-image: linear-gradient(180deg,RGBA(255,255,255,0) 0%,#104F94 91%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.slider_relationship .slide-title h2, .slider_project_category .slide-title h2, .slider_post_category .slide-title h2 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
}

.swiper-outter .swiper-pagination {
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
.swiper-outter .swiper-pagination span.swiper-pagination-bullet-active {
	background: #F38C37 !important;
	transform: scale(1);
	width: 40px;
	border-radius: 20px;
	transition: all .3s ease;
	display: inline-block;
	margin: 0 2px;
}
.swiper-outter .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #dcdfe1 !important;
	opacity: 1;
}
.swiper-outter {
	padding: 0 40px 30px;
}
.swiper-outter .swiper-button-next {
	margin-right: -30px;
}
.swiper-outter .swiper-button-prev {
	margin-left: -30px;
}
@media screen and (min-width: 1200px) {
	.swiper-outter {
		padding: 0 0 0;
	}
	.swiper-outter .swiper-button-next {
		margin-right: -80px;
	}
	.swiper-outter .swiper-button-prev {
		margin-left: -80px;
	}
	.swiper-outter .swiper-pagination {
		top: 110%;
	}
}


/* ::::::::::::::::::::: Project Grid */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.projects-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
article.project-item {
	position: relative;
	opacity: 0;
	animation: fadeIn 0.4s ease-out forwards;
}
article.project-item a {
	padding: 20px;
	display: flex;
	align-items: end;
	background-size: cover;
	background-position: center center;
	margin-bottom: 0;
	aspect-ratio: 1/1;
	width: 100%;
	position: relative;
	transition: all .2s ease;
	cursor: pointer;
}
article.project-item a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg,RGBA(255,255,255,0) 0%,#104F94 91%);
	z-index: 1;
	opacity: .9;
	transition: all .2s ease;
}
article.project-item a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #104F94;
	z-index: 1;
	opacity: 0;
	transition: all .2s ease;
}
article.project-item a:hover:before {
	opacity: .7;
}
article.project-item .project-title h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.filter-buttons button {
	display: block;
}
.projects-filter-search h4 {
	display: inline-block;
	position: relative;
	color: #595A5A;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.projects-filter-search h4:after {
	content:'';
	width: 68px;
	height: 3px;
	background: #F38C37;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	transform: translate(15px,-1.5px);
}
.projects-filter-search .filter-by {
	border: 1px solid #C5C5C5;
	margin-bottom: 25px;
	border-bottom: 0;
}
.projects-filter-search .filter-btn {
	all: unset;
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	width: 100%;
	color: #666666;
	background: #FFFFFF url('/wp-content/uploads/2025/01/icon-check.svg') no-repeat 120% center;
	border-bottom: 1px solid #C5C5C5;
	outline: none;
	transition: all .2s ease;
}
.projects-filter-search .filter-btn:hover {
	background: #F1F3F4 url('/wp-content/uploads/2025/01/icon-check.svg') no-repeat 120% center;
}
.projects-filter-search .filter-btn.active {
	color: #104F94;
	background: #F1F3F4 url('/wp-content/uploads/2025/01/icon-check.svg') no-repeat 90% center;
}
.projects-filter-search .clear-btn {
	all: unset;
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	width: 100%;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	outline: none;
	transition: all .2s ease;
}
.projects-filter-search .clear-btn:hover {
	background: #F1F3F4;
}
.projects-search-form {
	margin-bottom: 20px;
}
.projects-search-form form {
	display: flex;
}
.projects-search-form input {
	all: unset;
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	outline: none;
	transition: all .2s ease;
	width: 100%;
}
.projects-search-form #search-button {
	all: unset;
	display:block;
	border: 1px solid #104F94;
	background: #104F94 url('/wp-content/uploads/2025/01/icon-search-white.svg') no-repeat center center;
	text-indent: -99999em;
	width: 60px;
	aspect-ratio: 1/1;
	cursor: pointer;
}
.projects-filter-search {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.projects-filter-wrapper {
	box-sizing: border-box;
	display: block;
	padding: 20px;
	width: 100%;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	outline: none;
	transition: all .2s ease;
	margin-bottom: 20px;
}
.projects-filter-wrapper .projects-filter-search {
	padding-top: 0;
	transition: all .2s ease;
}
.projects-filter-wrapper.active .projects-filter-search {
	padding-top: 20px;
}
.projects-filter-wrapper .projects-filter-search-toggle button {
	font-size: 18px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	color: #115194 !important;
	all: unset;
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	background: #f1f3f4;
	outline: none;
	cursor:pointer;
}
.projects-filter-wrapper .projects-filter-search-toggle button:after {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url('/wp-content/uploads/2025/01/arrow-right-blue.svg') no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	transition: transform .2s ease;
	margin-left: 10px;
}
.projects-filter-wrapper.active .projects-filter-search-toggle button:after {
	transform: rotate(-90deg);
}
.projects-grid-wrapper .pagination {
	grid-column-start: 2;
	padding: 10px 0;
	text-align: center;
}
.projects-grid-wrapper .pagination .page-numbers {
	font-size: 1.3em;
	padding: 0 10px;
}
.projects-grid-wrapper .pagination a.next {
	padding-left: 15px;
}
.projects-grid-wrapper .pagination a.prev {
	padding-left: 15px;
}
@media screen and (min-width: 700px) {
	.projects-grid {
		grid-template-columns: 1fr 1fr;
	}
	
}
@media screen and (min-width: 1024px) {
	.projects-grid-wrapper {
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-gap: 20px;
		align-items: start;
	}
	.projects-filter-search {
		max-height: 2000px;
		overflow: Hidden;
	}
	.projects-filter-search-toggle {
		display: none;
	}
	
	
}
@media screen and (min-width: 1200px) {
	.projects-grid {
	grid-template-columns: 1fr 1fr 1fr;
	}
}
	


/* ::::::::::::::::::::: Project Detail */

#project-content .et_pb_row {
	padding: 0 !important;
	max-width: 100%;
	width: 100%;
}
.share-project h4 {
	color: #666666 !important;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 600;
	padding-bottom: 0;
}
.share-project {
	display: flex;
	align-items: center;
}
.share-project h4 {
	margin-bottom: 0px;
}
.share-project {
	padding: 25px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}
.share-project .social-links {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 5px;
}
.share-project .social-links a {
	padding: 0 5px;
	display: flex;
	align-items: center;
}
#thumbnail-slider {
  padding-top: 10px;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border-color: #104F94!important;
}
.splide__arrow {
  background: #ffffff !important;
  width: 2.5em !important;
  height: 2.5em !important;
  padding: 4px !important;
}
#thumbnail-slider .splide__slide {
	opacity: .7 !important;
}
#thumbnail-slider .splide__slide.is-active {
	opacity: 1 !important;
}


/* ::::::::::::::::::::: News Listing */

@media screen and (min-width:768px) {
#newslisting article .df-post-image-wrap {
	width: 48%;
	float: left;
}
#newslisting article .df-post-inner-wrap {
	width: 48%;
	float: right;
}
#newslisting article .df-post-date-wrap {
	overflow: visible;
}
#newslisting article .df-post-date-wrap:before {
	content: '';
	width: 45px;
	height: 3px;
	display: block;
	background: #F38C37;
	margin-left: -49px;
	margin-right: 5px;
}
}

/* ::::::::::::::::::::: Job Listing */

.career-listing {
	padding-bottom: 20px;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 20px;
}
.career-listing h3, .career-listing h3 a {
	color: #20252c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0;
}
.career-listing h3 a:hover {
	color: #F38C37;
}
.career-listing .career-date {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}
.et_pb_post_content h2, .et_pb_post_content h3, .et_pb_post_content h4, .et_pb_post_content p  {
	margin-bottom: 20px;
}
.et_pb_post_content li {
	line-height: 1.8em;
}
.career-listing a.df-post-read-more span {
	border-bottom: 0 !important;
	font-weight: 600;
	font-size: 15px;
	
}
.career-listing .job-date {
	font-size: .9em;
}