.page-template-landingpage #consultation,
.page-template-landingpage .departments_box {
	display: none;
}

.page-template-landingpage .landing_top {
	background: #031233;
	color: #fff;
	padding: 8em 0 5em 0;
}

.landing_top h1 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

.hero_flex {
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
}

.hero_thumb {
	height: 270px;
}

.hero_col {
	flex: 1 1 30%;
}

.hero_desc {
	padding-top: 1em;
	background: #031233;
	position: relative;
	z-index: 9;
}

.hero_col img {
	width: auto;
}

@media (max-width: 768px) {
	.hero_flex {
		display: block;
	}

	.hero_thumb {
		height: auto;
		margin-top: 3em;
	}
}

#landing_consultation {
	position: relative;
	background: url(../img/bgs/contact-section.jpg);
}

.landing_contact {
	padding: 5em 0;
}

.team-image-swiper .swiper-button-next:before,
.team-image-swiper .swiper-button-prev:before {
	position: absolute;
	display: block;
	width: 50px;
}

.team-image-swiper .swiper-button-next:before {
	content: url(../img/l_next.svg);
}

.team-image-swiper .swiper-button-prev:before {
	content: url(../img/l_prev.svg);
}

.team_description h2, #info h2 {
	text-transform: uppercase;
	font-size: 2.2em;
}

.team_image {
	margin-bottom: 1.5em;
}

.info_col {
	margin: 3.5em 0;
}

.addit_info {
	background: linear-gradient(90deg,rgba(46, 156, 235, 0.18) 0%, rgba(215, 237, 251, 0) 100%);
	padding: 0.5em;
	border-left: solid 2px #2E9CEB;
	margin-bottom: 1.5em;
	height: 60px;
	display: flex;
	align-items: center;
}

.addit_info .icon_shield {
	float: left;
	width: 45px;
	margin-right: 0.5em;
}

.vert_team {
	display: flex;
	align-items: center;
}

.team_image img {
	min-width: 100%;
}

div.form_col {
	padding-right: 2.5em;
}

.form_desc {
	padding: 3em 1.5em;
	background: linear-gradient(90deg,rgba(46, 156, 235, 0.35) 0%, rgba(46, 156, 235, 0) 100%);
	font-size: 1.125em;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: solid 1.5px #2E9CEB;
}

.form_desc .amp {
	margin-bottom: 2em;
}

.avatar_photo {
	float: left;
	margin-right: 1em;
}

.name_position {
	margin-top: 1.5em;
}

.form_title {
	font-size: 2.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #011333;
}

.landing_form {
	padding: 2em!important;
}

/* CF7 CUSTOM SELECT */

.form_select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 100%;
	background: transparent;
	border: solid 1px #99A6B6;
	border-radius: 4px;
	padding: 1.2em 1em;

	cursor: pointer;
	transition: all 0.25s ease;

	font-size: 0.85em;
	font-weight: 300;
}

.form_select select:focus {
	outline: none;
}

.form_select select option:first-child {
  	color: #5A667D;
}

.form_select .wpcf7-form .wpcf7-form-control-wrap {
  	position: relative;
}

.form_select .wpcf7-form .wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	pointer-events: none;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #011333;
	border-bottom: 2px solid #011333;
}

.landing_form .submit p {
	margin-bottom: 0;
}