/*
 * Services Single
*/

#subheader .container {
	min-height: unset;
	padding-top: 6.8em;
	padding-bottom: 3em;
}

.sectors-title h1 {
	margin: 0;
	font-weight: 700;
	margin-top: 0.2em;
	padding-left: 2.2em;
}

.sectors-title .b1 {
	font-weight: 200;
	line-height: 1.31;
	color: #4F4D88;
}

#subheader .b5 {
	margin-top: 2.35em;
}

.sectors-title img {
	margin-right: 1.55em;
}

.banner {
	display: flex;
	align-items: flex-end;
	min-height: 36em;
	padding: 3em 0 1.2em;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.banner::before {
	content: "";
	display: block;
	height: 72%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, #164771 17.35%, rgba(22, 71, 113, 0.0001) 92%);
	mix-blend-mode: normal;
	opacity: 0.5;
}

.banner .b1 {
	margin-bottom: 0.5em;
	text-align: center;
}

.main-content {
	padding: 4.5em 0 2em;
}

.main-content h2 {
	margin-bottom: 0.65em;
}

.main-content p {
	font-weight: 300;
	font-size: 1.33em;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #4F4D88;
}

section.transactions {
	padding: 2.6em 0;
}

.transactions .row {
	margin: 0 -15px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-auto-flow: row dense;
}

.latest-news {
	padding: 2em 0 1em;
}

.latest-news article .wp-post-image {
	display: none;
}

.experts-list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}

.experts-list article {
	max-width: 16em;
	margin: 0 -2em;
	position: relative;
}

.experts-list article img {
    height: 340px;
    width: auto;
    object-fit: contain;
    margin-bottom: -20px;
}

.experts-list article .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3em;
	position: absolute;
	bottom: 0;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	left: 0;
	right: 0;
	font-size: .7em;
	line-height: 1;
	z-index: 1;
}

.experts-list article .content .title {
	margin-bottom: 0.4em;
}

.experts-list article .content a {
	margin-bottom: 0.3em;
	display: inline-block;
	color: #fff;
}

.experts-list article .content a svg {
	max-width: 1.1em;
}

@media screen and (min-width: 576px) {
	.experts-list article .content {
		padding: 0 2em;
		font-size: 1em;
	}
}

@media (max-width: 767px) {
	.experts-list article {
		max-width: 100%;
		margin: 0;
		position: relative;
		text-align: center;
	}
	.experts-list article img {
		margin-bottom: 0;
	}
}

.experts-list article a:hover {
	opacity: 1;
}

.experts-list article .content a[href*="mailto"]:hover {
	opacity: 0.8;
}

.meet-the-experts .meet {
	position: relative;
	padding-top: 2em;
}

.meet-the-experts .meet::before {
	content: "";
	height: 6.3em;
	width: 100%;
	bottom: 0;
	border-radius: 0px;
	background: #000000;
	mix-blend-mode: normal;
	opacity: 0.6;
	position: absolute;
	box-shadow: 0 -2em 6em 0 #164771;
	z-index: 1;
}

.meet-the-experts .meet h2 {
	text-align: center;
	margin-bottom: 0.5em;
}

.meet-the-experts .the {
	position: relative;
	background: #AEAEB8;
	color: #FFFFFF;
	padding: 3em 0 2.5em;
	text-align: center;
}

.meet-the-experts .the h2 {
	color: #fff;
	margin-bottom: 0.35em;
}

.meet-the-experts .the .content {
	opacity: 0.8;
	max-width: 39em;
	margin: auto;
	line-height: 1.78;
}

.meet-the-experts .experts {
	background: #767688;
	text-align: center;
	padding: 0.5em 0 1.2em;
}

.meet-the-experts .experts .b3 {
	color: #fff;
}

#experts {
	border: none;
	background: transparent;
	border-bottom: 1px solid #fff;
	margin: 0 15px;
	color: #fff;
	padding: 5px 35px 5px 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0.8;
	border-radius: 0;
}

.meet-the-experts .experts .connect {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.connect-dropdown {
	position: relative;
}

.experts-icon {
	position: absolute;
	right: 15px;
	top: 30%;
	pointer-events: none;
}

.meet .glide__arrows {
	display: none;
}

.sectors-all {
	padding: 2em 0 3em;
	text-align: center;
}

.sectors-all h2 {
	margin-bottom: 1.4em;
}

.sectors-all-items {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sector-item {
	max-width: 10em;
	margin: 0 1em;
	flex: auto;
}

.sector-item img {
	max-width: 4em;
	max-height: 4em;
	margin-bottom: 1.8em;
	min-height: 4em;
	object-fit: contain;
}

section.services {
	padding: 3em 0 2em;
}

.services h2 {
	margin-bottom: 0.7em;
	text-align: center;
}

section.services .row >* {
	margin-bottom: 0.5em;
	text-align: center;
}

.services-item {
	display: inline-block;
	position: relative;
	padding: 0 0.5em;
	text-align: center;
}

.services-item .h6 {
	color: #164771;
}

@media (max-width: 991px) {
	.banner {
		min-height: 20em;
	}

	.transactions .row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {

	.sectors-title h1 {
		padding-left: 1.2em;
	}

	.banner {
		min-height: 16em;
	}

	.main-content {
		padding: 3.5em 0 1em;
	}

	.main-content p {
		font-size: 1.13em;
	}

	.transactions .row {
		grid-template-columns: repeat(1, 1fr);
	}
 
	.transactions .row .grid-item--width2 {
		grid-column: span 1;
	}

	section.services .row > :nth-child(2n+1),
	section.services .row > :nth-child(2n) {
		text-align: center;
	}

	.services-item {
		text-align: center;
	}

	.sectors-all-items {
		flex-wrap: wrap;
	}

	.sector-item {
		max-width: 35%;
		margin-bottom: 2em;
	}

	.meet-the-experts .meet::before {
		height: 5em;
		z-index: 0;
	}

	.experts-list article .content {
		height: 5em;
		justify-content: center;
		position: relative;
	}

	.meet .glide__arrows {
		display: block;
	}

	.meet .glide__arrow {
		border: none;
		box-shadow: none;
		top: 45%;
	}

	.meet .glide__arrow--right {
		right: 0;
	}

	.meet .glide__arrow--left {
		left: 0;
	}

}

@media ( max-width: 575px ) {
	.experts-list article .content {
		height: 7em;
	}
}

@media (max-width: 480px) {
	.experts-list article .content {
		padding: 0 1em;
	}
}