div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

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

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

.dropdown-lang {
	padding-bottom: 0 !important;
}

.dropdown-lang a {
	min-width: auto !important;
	border: none !important;
}

.lang_link {
	display: flex !important;
	align-items: center;
	height: 100%;
}

.lang_link img {
	margin-right: 5px;
}

.lang-dropdown {
	display: none !important;
}

@media(max-width: 1022px) {
	.dropdown {
		display: none !important;
	}

	.lang-dropdown {
		display: flex !important;
	}

	.lang-dropdown .lang_link {
		padding-right: 0 !important;
	}

	.lang-dropdown .lang_link:last-child {
		padding-left: 15px !important;
	}
}

.button {
	width: auto;
	padding: 1rem 2rem;
	background: #ffdd40;
	color: black;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px !important;
}
.video-popup-model {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999999;
	transition: all 0.5s ease;
	opacity: 0;
}
.video-popup-model.smooth_show {
	opacity: 1;
}
.video-popup-model .video-layer {
	width: 100%;
	height: 100%;
	background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 800px) {
	.video-popup-model .video-layer {
		background-color: rgba(0,0,0,0.5);
   }
}
.video-popup-model .video-layer .video-model-close-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.video-popup-model .video-layer .model-wrapper {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.video-popup-model .video-layer .model-wrapper {
		max-width: 65%;
   }
}
.video-popup-model .video-layer .model-wrapper .videomodel {
	width: 100%;
	height: auto;
	background-color: black;
}
@media screen and (min-width: 800px) {
	.video-popup-model .video-layer .model-wrapper .videomodel {
		position: relative;
		padding: 0.5rem;
		background-color: white;
		border-radius: 0;
   }
}
.video-popup-model .video-layer .model-wrapper .videomodel .videoscreen {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: #000000;
}
.video-popup-model .video-layer .model-wrapper .videomodel .videoscreen video, .video-popup-model .video-layer .model-wrapper .videomodel .videoscreen iframe {
	width: 100%;
	object-fit: cover;
	height: auto;
	border: 0;
	outline: none;
	display: block;
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn {
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	border: 0.2rem solid white;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
@media screen and (min-width: 800px) {
	.video-popup-model .video-layer .model-wrapper .modelCloseBtn {
		background-color: white;
		right: -1rem;
		top: -2rem;
   }
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
	content: " ";
	width: 0.1rem;
	height: 1.2rem;
	position: absolute;
	left: 1rem;
	top: 0.4rem;
	background-color: white;
}
@media screen and (min-width: 800px) {
	.video-popup-model .video-layer .model-wrapper .modelCloseBtn:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
		background-color: black;
   }
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:before {
	transform: rotate(45deg);
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
	transform: rotate(-45deg);
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:hover:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:hover:after {
	opacity: 0.8;
}

.btn-youtube {
	display: flex !important;
	align-items: center !important;
	padding: 11px 14px !important;
} 



.btn-youtube svg {
	margin-right: 5px;
}

@media(max-width: 768px) {
	.btn-youtube {
		padding: 7px 10px !important;
		font-size: 10px !important;
	} 
	.btn-youtube svg {
		width: 15px;
		height: 15px;
	}
}


/* 1. Ensure this sits above everything when visible */
.modal {
	position: absolute;
	z-index: 10000; /* 1 */
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
position: fixed;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: hsla(0, 0%, 0%, 0.5);
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}

.modal-wrapper {
position: fixed;
z-index: 9999;
top: 3em;
max-height: 80%;
overflow-y: auto;
left: 50%;
width: 38em;
margin-left: -19em;
background-color: #fff;
box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
border-radius: 6px;
}

@media(max-width: 768px) {
	.modal-wrapper {
		opacity: 1;
		width: 98%;
		left: 1%;
		margin-left: 0;
	}
}

.modal-transition {
transition: all 0.3s 0.12s;
transform: translateY(-10%);
opacity: 0;
}

.modal.is-visible .modal-transition {
transform: translateY(0);
opacity: 1;
}

.modal-header,
.modal-content {
padding: 2em;
}

.modal-header {
position: relative;
background-color: #fff;
box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
border-bottom: 1px solid #e8e8e8;
}

.modal-close {
position: absolute;
top: 2px;
right: -1px;
color: #aaa;
background: none;
border: 0;
cursor: pointer;
}

.modal-close:hover {
color: #777;
}

.modal-heading {
font-size: 1.125em;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
margin-top: 0;
}

.modal-content > *:last-child {
margin-bottom: 0;
}

.service_title {
	color: #1B236C;
	font-weight: 500;
	margin-bottom: 15px;
}

.service_content p {
	display: block;
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #000;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
}

.service_content p:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}
