/* .wpcf7-form-control-wrap br {
	display: none;
} */
h3 {
	margin-bottom: 20px;
}
.lang-dropdown a img {
	width: 24px !important;
	height: 24px !important;
	border-radius: 50%;
	object-fit: fill;
	object-position: top right;
}
.menu-lang-mob a img {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	object-fit: fill;
	object-position: top right;
}
.menu-lang-mob a {
	line-height: 32px;
}
.menu-lang-mob > li > a {
	display: flex;
	align-items: center;
}
.form-wrap .form-item.flex .shadow {
	width: auto;
}
.form-wrap .form-item label.focus {
	transition-duration: 0.4s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	font-size: 12px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(38%, rgba(248, 248, 248, 0)),
		color-stop(50%, #f8f8f8)
	);
	background: linear-gradient(180deg, rgba(248, 248, 248, 0) 38%, #f8f8f8 50%);
}
.cell .module.wp-post-image {
	min-height: 289px;
}
.link_cat_list,
section.template-single-post-hero p .link_cat_list a {
	display: inline-block;
	margin-top: 0;
}
section.template-single-post-hero {
	margin-top: 0;
}
.button {
	padding-left: 62px;
	padding-right: 62px;
}
.link_cat_list {
	margin-top: 1rem;
	display: block;
}
section.template-single-post .left-col ol.content-list li::before {
	line-height: normal;
}
ul.breadcrumb-hero {
	position: absolute;
	top: 30px;
	color: #fff;
}
@media print, screen and (max-width: 39.99875em) {
	footer.site-footer .infobox .flex .item {
		text-align: center;
	}
	.hero-notice .cell img {
		height: 34px;
		width: auto;
	}
	.infobox .item span {
		max-width: 70%;
	}
	footer.site-footer .infobox .item img + a,
	footer.site-footer .infobox .item span {
		margin-left: 0;
		margin-top: 8px;
	}
}

/* #breadcrumbs */

#breadcrumbs > span > span > a {
	font-size: 0;
}

#breadcrumbs > span > span > a::before {
	content: "";
	display: block;
	width: 20px;
	height: 25px;
	background-image: url("../images/home.svg");
	background-repeat: no-repeat;
}
#breadcrumbs > span > span > a:after {
	font-size: 16px;
}
/* breadcrumbs end  */

/* THE CONTENT OF THE ARTICLE */

div.lwptoc:first-child {
	margin-top: 0;
}
div.lwptoc {
	margin: 0;
}
div.lwptoc_i {
	padding: 0;
}
div.lwptoc_header {
	margin-bottom: 53px;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
	color: #36445c;
}
.lwptoc_title {
	font-family: "Cormorant", serif;
}

section.template-single-post .left-col .content-list {
	list-style-type: none;
	counter-reset: li;
	margin-left: 0;
	margin-bottom: 77px;
}

section.template-single-post .left-col .content-list .lwptoc_items > ol > li {
	margin-bottom: 52px !important;
	position: relative;
	padding-left: 84px !important;
}
section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li::before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #295392;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 5px 5px 40px rgba(69, 80, 103, 0.2);
	box-shadow: 5px 5px 40px rgba(69, 80, 103, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li
	> a {
	position: relative;
	top: -12px;
}
.lwptoc-light .lwptoc_i .lwptoc_item a,
.lwptoc_itemWrap {
	color: inherit;
	font-size: inherit;
}
.lwptoc-light .lwptoc_i .lwptoc_item a:visited,
.lwptoc-light .lwptoc_i .lwptoc_item a:focus {
	color: inherit;
}
.lwptoc_item_number {
	display: none;
}
section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li
	li {
	font-weight: 500;
	line-height: 120%;
	line-height: 120%;
	color: rgba(54, 68, 92, 0.7);
	position: relative;
	padding-left: 25px !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li
	ol {
	margin: 0 !important;
}
section.template-single-post
	.left-col
	.content-list
	.lwptoc_items
	> ol
	> li
	li::before {
	content: "";
	background-image: url(../images/check-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 2px;
	left: 0;
}
section.hero-unit.bg-image {
	background-position-y: top;
	margin-top: 150px;
	padding: 9.4rem 0;
	max-height: 730px;
	min-height: 318px;
	position: relative;
}
section.bg-image.padding_x2 {
	padding: 18.4rem 0;
}
.breadcrumbs {
	padding-top: 130px;
}
section.template-single-post-hero img {
	object-position: top;
}
.grid-container.breadcrumbs.breadcrumbs-hero {
	position: static;
	padding: 0 30px;
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
}
.breadcrumbs ul.breadcrumb-hero a:after {
	color: #fff;
}
#breadcrumbs.breadcrumb-hero > span > span > a::before {
	background-image: url(../images/home_white.svg);
}
@media print, screen and (min-width: 64em) {
	header.section-header {
		margin-bottom: 2.5rem;
	}
}
@media print, screen and (min-width: 64em) {
	section.content-block {
		margin-top: 2.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.site-header .navbar {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}
@media print, screen and (max-width: 63.99875em) {
	section.bg-image.padding_x2 {
		padding: 8.4rem 0;
	}
	section.hero-unit.bg-image {
		margin-top: 150px;
	}
	section.hero-unit.bg-image {
		margin-bottom: 150px;
		padding-bottom: 0;
	}
	section.hero-unit .hero-cell {
		background: #fff;
		color: #295392;
		padding: 25px 0;
		margin-top: 0;
		position: relative;
		top: 100px;
		-webkit-box-shadow: 15px 5px 40px rgb(54 68 92 / 15%);
		box-shadow: 15px 5px 40px rgb(54 68 92 / 15%);
	}
	section.hero-unit .hero-cell h1 {
		font-size: 28px;
		font-weight: 700;
	}
	section.hero-unit .hero-cell .button {
		padding-left: 12px;
		padding-right: 12px;
		margin: 0 22px;
	}
	section.hero-unit header .subheadline {
		text-align: center;
	}
	section.hero-unit.bg-image .module.text-editor,
	section.hero-unit.bg-image header .subheadline span {
		color: #295392;
	}

	section.hero-unit .overlay {
		background: radial-gradient(
			0 at 62%,
			rgba(54, 68, 92, 0.62),
			rgba(54, 68, 92, 0.22)
		);
	}
	section.hero-unit .module.stack-order-1 {
		padding-bottom: 0;
	}
}

@media print, screen and (max-width: 39.99875em) {
	section.template-single-post .left-col .content-list {
		margin-bottom: 50px;
	}
	section.hero-unit.bg-image {
		margin-top: 120px;
	}
	ul.breadcrumb-hero {
		top: 20px;
	}
}

.text-editor-block ul {
	list-style: none;
	margin-left: 0;
}

.text-editor-block ul li {
	font-weight: 500;
	line-height: 120%;
	line-height: 120%;
	color: rgba(54, 68, 92, 0.7);
	position: relative;
	padding-left: 29px;
}
.text-editor-block ul li + li {
	margin-top: 8px;
}
.post-thumbnails-archive {
	/* min-height: 454px; */
	width: 100%;
}
.post-thumbnails-single {
	min-width: 100%;
	height: 335px;
	object-fit: cover;
}
.text-editor-block ul li::before {
	content: "";
	background-image: url(../images/check-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

/* THE CONTENT OF THE ARTICLE end  */

/* testimonials  */

.reviews-slider-item-text-show-more.visible {
	display: block;
	visibility: visible;
	opacity: 0.6;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.reviews-slider-item-text-show-more {
	visibility: hidden;
	opacity: 0;
	display: none;
	cursor: pointer;
	padding-top: 5px;
	font-weight: 500;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.reviews-slider-item-text-show-less.visible {
	display: block;
	visibility: visible;
	opacity: 0.6;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.reviews-slider-item-text-show-less {
	visibility: hidden;
	display: none;
	opacity: 0;
	cursor: pointer;
	padding-top: 5px;
	font-weight: 500;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.reviews-slider-item-text-wrap {
	height: 85px;
	overflow: hidden;
	position: relative;
}
.brand.shrink {
	outline: none;
}
section.hero-unit.bg-image header.no-border:after {
	height: 0;
	opacity: 0;
}
/* testimonials end  */

@media print, screen and (max-width: 39.99875em) {
	header.section-header .headline {
		text-align: left;
	}
	header.section-header .headline::before {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
