*{box-sizing: border-box;}
html,body{
	width:100%;
	overflow-x:hidden;
}
body{
	font-family: 'Poppins', sans-serif;
	color: #1D1D1B;
	font-size: 18px;
	position: relative;
	overflow-x:hidden;
}

@media (max-width: 767px) {
	body.open-menu,
	body.show-popup {
	    overflow: hidden;
	}
}


.clearfix{ float: none; clear: both; }

a, a:hover{ color: inherit; }
a{
	display: inline-block;
  	text-decoration: none !important;
  	position: relative;
}

.img-responsive{max-width:100%;}



@media (max-width: 575px) {
	.visible-sm{ display: none; }
}
@media (max-width: 767px) {
	.visible-md{ display: none; }
}



@media (min-width: 576px) {
	.hidden-sm{ display: none; }
}
@media (min-width: 768px) {
	.hidden-md{ display: none; }
}



.color1 { color: #0d5b63;}
.color2 { color: #00878a;}
.color3 { color: #009cad;}
.color4 { color: #74c8e0;}
.color5 { color: #021719;}
.color6 { color: #343434;}

.font-size1 { font-size: 60px;}
.font-size2 { font-size: 40px;}
.font-size3 { font-size: 26px;}
.font-size4 { font-size: 22px;}
.font-size5 { font-size: 20px;}
.font-size6 { font-size: 18px;}
.font-size7 { font-size: 16px;}


a.arrow{ padding-right: 80px; position: relative; font-size: 16px; line-height: 30px; min-width: 200px;}
a.arrow:before{ content:''; position: absolute; right: 10px; top: 50%; height: 1px; width: 40px; border-bottom: 1px solid #0D5B63;}
a.arrow:after{ content:''; position: absolute; right: 10px; top: 50%; height: 10px; width: 10px; border-top: 1px solid #0D5B63; border-right: 1px solid #0D5B63; transform: rotate(45deg) translate(-3px,-3px);}

a.arrow:hover:before{ right: 0px;}
a.arrow:hover:after{ right: 0px;}


a.arrow-left{ padding-left: 55px; position: relative; font-size: 16px; line-height: 30px; }
a.arrow-left:before{ content:''; position: absolute; left: 0px; top: 50%; height: 1px; width: 40px; border-bottom: 1px solid #0D5B63;}
a.arrow-left:after{ content:''; position: absolute; left: 1px; top: 50%; height: 10px; width: 10px; border-top: 1px solid #0D5B63; border-right: 1px solid #0D5B63; transform: rotate(-135deg) translate(3px,4px);}

a.arrow-left:hover:before{ left: 5px;}
a.arrow-left:hover:after{ left: 5px;}


a.more-link{ padding-right: 80px; position: relative; font-size: 16px; line-height: 30px; min-width: 200px;color:#00878a;}
a.more-link:before{ content:''; position: absolute; right: 10px; top: 50%; height: 1px; width: 40px; border-bottom: 1px solid #0D5B63;}
a.more-link:after{ content:''; position: absolute; right: 10px; top: 50%; height: 10px; width: 10px; border-top: 1px solid #0D5B63; border-right: 1px solid #0D5B63; transform: rotate(45deg) translate(-3px,-3px);}

a.more-link:hover:before{ right: 0px;}
a.more-link:hover:after{ right: 0px;}








figure.size-full,
figure.full-width { width: 100% !important; }
figure.size-full > img,
figure.full-width > img {
	width: 100% !important;
	max-width: 100% !important;
}

/*** by brainchild 07/01/2021 ***/
h2,h3{
	color:#009cad;
	margin-bottom:1.5rem;
/*	margin-top:1.5rem;*/
	margin-top:0;
}

.blocks-gallery-grid, .wp-block-gallery{
	width:100%;
}

.wp-block-quote{
	border-left:0;
	padding-left:0;
	margin:0 0 2rem 0;
}

*+.wp-block-quote{
	margin:2rem 0;
}

	
.wp-block-quote cite{
	font-size:26px;
	color:black;
	margin-top:0.5rem;
}
.wp-block-quote p{
/*	font-size:54px;
	font-weight:bold;
*/	margin-bottom:0;
	
	font-size:18px;
	color:#74c8e0;
	margin-bottom:20px;
	font-weight:400;
}

.wp-block-columns{
	position:relative;
}

.wp-block-column h3{
	font-size:1.5rem;
	line-height:2rem;
}

.arrow.bottom{position:absolute;bottom:20px;}

	
@media (max-width: 767px) {
	.page-id-2 .arrow.bottom{bottom:-30px;}
	.page-id-456 .arrow.bottom{bottom:-20px;}
	.page-id-2 .wp-block-image{display:none;}
}
	

hr{margin:4rem;}
img{height:auto !important;}

/*** by brainchild 07/01/2021 ***/

.btn {
	border-radius: 0;
	line-height: 50px;
	padding: 0 13px;
	border: none;
	font-size: 18px;
	min-width: 200px;
}

.btn-primary {
	font-size: 18px;
	color: #fff !important;
	background-color: #009cad !important;
}
.btn-primary:hover {
	font-size: 18px;
	color: #fff !important;
	background-color: #0d5b63 !important;
}

.btn-secondary {
	font-size: 18px;
	color: #fff !important;
	background-color: #021719 !important;
}
.btn-secondary:hover {
	font-size: 18px;
	color: #021719 !important;
	background-color: #ffffff !important;
}

.wp-block-button.btn,
.wp-block-button.btn-primary,
.wp-block-button.btn-secondary {
	padding: 0;
	min-width: auto;
	margin-top: 30px;
}

.btn-primary .wp-block-button__link,
.btn-secondary .wp-block-button__link{ 
	border-radius: 0;
	line-height: 50px;
	padding: 0 13px;
	border: none;
	font-size: 18px;
	min-width: 200px;
}

.btn-primary .wp-block-button__link{ color: #fff !important; background-color: #009cad !important;}
.btn-primary .wp-block-button__link:hover{ color: #fff !important; background-color: #0d5b63 !important;}
.btn-secondary .wp-block-button__link{ color: #fff !important; background-color: #021719 !important;}
.btn-secondary .wp-block-button__link:hover{ color: #021719 !important; background-color: #ffffff !important;}




label {
	font-size: 16px;
	color: #021719;
}

input[type="text"] {
	font-size: 16px;
	line-height: 24px;
	padding: 12px;
	color: #021719;
	border: 1px solid #021719;
	border-radius: 5px;
}

input[type="text"]:focus {
	box-shadow: inset 0 0 0 1px #021719;
}






.container { max-width: 100%;}

@media (min-width: 576px) {
	/*.container { max-width: 540px;}*/
	/*.container { max-width: none;}*/

	
	/*.container { max-width: calc(100% - 160px);}*/
}
@media (min-width: 768px) {
	.container { max-width: 750px;} /*720px*/
	/*.container { max-width: none;}*/
	#mobile-page-title{display: none !important;}
}
@media (min-width: 992px) {
	.container { max-width: 960px;}
}
@media (min-width: 1200px) {
	.container { max-width: 1120px;}
}
@media (min-width: 1440px) {
	.container { max-width: 1280px;}
}






#main{
	padding-top: 105px;
	padding-bottom: 105px;
}

@media (max-width: 767px) {
	#main{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}









section.hero { position: relative; }
section.hero .slide .slide-content > .container > .row{
	padding: 210px 0 85px;
	color: #fff;
}
@media (max-width: 767px) {
	section.hero .slide .slide-content > .container > .row{
		padding: 110px 0 50px;
		color: #fff;
	}
}



section.hero-fullscreen .slide .slide-content > .container > .row{
	padding: 160px 0 100px;
	min-height: 100vh;
/*	min-height: -webkit-fill-available;*/
}
@media (max-width: 767px) {
	section.hero-fullscreen .slide .slide-content > .container > .row{
		padding: 60px 0 50px;
		min-height: 100vh;
	}	
}



section.hero .slider{
	background: #021719;
}
section.hero .slides{ overflow: hidden;}
section .slide{ position: relative;}

section.hero-fullscreen .slide{
	width: 100%;
}

/*
@media (min-width: 992px) {
	section .slide{ }

	section.hero .slide .slide-content > .container > .row{
		padding: 173px 0 50px;
	}
	section.hero.hero-fullscreen .slide .slide-content > .container > .row{
		padding: 123px 0 50px;
		min-height: 100vh;
	}
}
*/







section.hero .slide-active{
	display: block;
}
section.hero .slide .slide-bg{
	left:0; right:0;
	top:0; bottom:0;
	position: absolute;
}
section.hero .slide .slide-bg img{
	object-fit: cover;
	object-position: center center;
	
	height: 100%;
	
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/
	width: auto;
}
section.hero .slide .slide-bg .slide-bg-shade{
	position: absolute;
	left: 0; right: 0;
	top:0; bottom:0;
	background: rgba(0,0,0,0.5);
}





/*
section.hero .slide .slide-content h1{
	font-weight: normal;
	font-size: 60px;
	line-height: 72px;
	margin: 0;
}



section.hero .slide .slide-content p{
	font-size: 14px;
	line-height: 21px;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
	section.hero .slide .slide-content h1{
		font-size: 57px;
		line-height: 64px;
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	section.hero .slide .slide-content h1{
		font-size: 60px;
		line-height: 70px;
	}
}
*/

.owl-dots{
	position: absolute;
	bottom: 57px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-dots button.owl-dot{
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 5px;
	float: left;
	outline: none;
}
.owl-dots button.owl-dot.active{
	background: #80160E;
}


@media (min-width: 576px) {
}
@media (min-width: 768px) {
	.owl-dots{
		bottom: auto; top: 50%;
		transform: translateY(-50%);
		left: auto;
		/*right: calc(50% - 360px + 15px);*/
		right: 15px;
	}
	.owl-dots button.owl-dot{
		float: none;
	}
}
@media (min-width: 992px) {
	.owl-dots{
		top: 50%;
		transform: translateY(-50%);
		right: calc(50% - 480px + 15px);
	}
}
@media (min-width: 1200px) {
	.owl-dots{
		top: 50%;
		transform: translateY(-50%);
		right: calc(50% - 560px + 15px);
	}
}





section.hero header{
	position: absolute;
	top:0;
	left:0;
	right: 0;

	z-index: 1000;
}







/* Mobile header */
#fixed-mobile-header{
	background: #0D5B63;
	height: 60px;
	position: relative;
	z-index: 1000;
}
body.open-menu #fixed-mobile-header{
	position: fixed;
	left:0; right:0; top: 0;
}

#header-logo-mobile{
	position: absolute;
	left:0; top: 0;
}
a.toggle-menu,
a.toggle-search{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #00878A;
}

a.toggle-menu i.fa-bars{display: inline-block;}
a.toggle-menu i.fa-times{display: none;}

#fixed-mobile-header .search-form{position:absolute;
	width:100%;
	bottom:-60px;
	bottom:-58px;
	background:#083b40;
	padding:10px;
	text-align:center;
}

#fixed-mobile-header .search-form [type="search"]{
	font-size: 16px;
	line-height: 26px;
	padding: 5px 5px;
	color: #ffffff;
	border: none;
	background: none;
	width: 80%;
	outline: none;
	border:1px solid white;
    -webkit-appearance: none;
}

#fixed-mobile-header .search-form button{
	border: none;
	background: none;
	color: #fff;
}

body.open-menu a.toggle-menu i.fa-bars{display: none;}
body.open-menu a.toggle-menu i.fa-times{display: inline-block;}


#mobile-nav{
	display: none;
	background: #021719;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0; right: 0;
	padding-top: 60px;
	z-index: 999;
}
body.open-menu #mobile-nav{ display: block;}


#mobile-nav ul{
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
#mobile-nav ul li{
	display: block;
}
#mobile-nav ul li a{
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #425153;
}

#mobile-nav ul.sub-menu{ display: none; padding: 0;}
#mobile-nav ul.sub-menu li{}
#mobile-nav ul.sub-menu li a{
	text-transform: none;
	color: #74C8E0;
}

#mobile-nav li.menu-item-has-children.active ul.sub-menu{ display: block; }
/*#mobile-nav li.menu-item-has-children.active ~ li.menu-item{ display: none; }*/




#mobile-nav li.menu-item-has-children > a{ position: relative; padding-right: 45px; }
#mobile-nav li.menu-item-has-children > a:after{
	content: '\f054';
	position: absolute;
	right: 0px;
	top: 21px;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	line-height: 1;
	font-weight: 200;
}

#mobile-nav li.menu-item-has-children.active > a{ 
/*	padding-left: 30px;*/
	padding-right: 0;
}
#mobile-nav li.menu-item-has-children.active > a:after{
	content: '\f053';
	content: '';
	right: auto;
	left: 0;
}

#mobile-nav li.menu-item-has-children ul.sub-menu li ul.sub-menu{
	display:none;
	background:#0d5b63;
	padding-left:5px;
}

#mobile-nav li.menu-item-has-children ul.sub-menu li.active ul.sub-menu{
	display:block;
}

#mobile-nav  .lang-menu{ padding:0; }

#mobile-nav  .social { position: absolute; bottom: 30px;}
#mobile-nav  .social a { width: 20px; height: 20px; line-height: 20px; text-align: center; color: #74C8E0;}
#mobile-nav  .social a + a { margin-left: 10px;}
#mobile-nav  .social a i { font-size: 20px;}





/* / Mobile header */


















#top-nav {
	background: #021719;
}

ul#top-menu {
	border-right: 1px solid #00878a;
	float: right; padding: 0 0 0; margin:0;
}
ul#top-menu li {
	border-left: 1px solid #00878a;
	padding: 12px 20px;
	height: 50px;
	vertical-align: middle;
	display: inline-block;
}
ul#top-menu li,
ul#top-menu li a {
	font-size: 16px;
	line-height: 26px;
	text-transform:uppercase;
	color: #fff;
}

ul#top-menu input[type="search"] {
	font-size: 16px;
	line-height: 26px;
	padding: 0px 0px;
	color: #ffffff;
	border: none;
	background: none;
	width: 150px;
	outline:none;
}
ul#top-menu input[type="search"]:focus {
	border-width: 0;
}

ul#top-menu input[type="search"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	opacity: 1;
}
ul#top-menu input[type="search"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}
ul#top-menu input[type="search"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	opacity: 1;
}
ul#top-menu input[type="search"]:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	opacity: 1;
}


ul#top-menu button{
	border: none;
	background: none;
	color: #fff;
}




#main-nav {
	background: #0d5b63;
}
#header-logo{ margin-left: 0px; margin-top: -50px; position: absolute;  }


ul#main-menu{ float: right; padding: 0 0 0; margin:0; }
ul#main-menu li {
	list-style: none;
	float:left;
	border-left: 1px solid #0d5b63;
}

ul#main-menu li a {
	padding: 24px 20px;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
}

@media (min-width: 1024px) {
	ul#main-menu li a {
		padding: 24px 15px;
		font-size: 14px;
	}
}

ul#main-menu li.active a,
ul#main-menu li a:hover{
	background:#07383D;
}


ul#main-menu li a i{
	font-size: 20px;
	margin-left: 5px;
	transform: translateY(1px);
	font-weight: 200;
}
ul#main-menu li a i.fa-chevron-down{ display: inline-block;}
ul#main-menu li a i.fa-chevron-up{ display: none;}

ul#main-menu li.active a i.fa-chevron-down{ display: none;}
ul#main-menu li.active a i.fa-chevron-up{ display: inline-block;}


ul#main-menu li.menu-item-has-children > a{ position: relative; padding-right: 45px; }
ul#main-menu li.menu-item-has-children > a:after{
	content: '\f078';
	position: absolute;
	right: 20px;
	top: 24px;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	line-height: 1;
	font-weight: 200;
}

ul#main-menu li.menu-item-has-children.active > a{}
ul#main-menu li.menu-item-has-children.active > a:after{ content: '\f077';}

ul#main-menu li.menu-item-has-children .sub-menu li> a{ position: relative; padding-right: 45px; }
ul#main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after{
	top: 18px;
	content: '\f054';
}


ul#main-menu li.menu-item-has-children{ position: relative;}
ul#main-menu li.menu-item-has-children ul{
	display: none;
	position: absolute;
	top: 100%;
	left:0;
	padding: 0;
	background: #07383d;
}
ul#main-menu li.menu-item-has-children ul ul{
	top:0%;
}

ul#main-menu li.menu-item-has-children.active>ul{ display: block; z-index: 100;}
ul#main-menu li.menu-item-has-children.active ul li,
ul#main-menu li.menu-item-has-children.active ul li a{
	display: block;
	width: 100%;
	border-left:none;
}
ul#main-menu li.menu-item-has-children.active ul li a{
	white-space: nowrap;
	padding: 13px 20px;
	position:relative
}
ul#main-menu li.menu-item-has-children.active ul>li + li>a:before{
	content:'';
	position: absolute;
	top: 0px; left: 20px; right:20px;
	border-top: 1px solid #00878A;
}

ul#main-menu li.menu-item-has-children.active ul li a:hover{
	background-color: #009cad;
}

ul#main-menu li.menu-item-has-children.active ul li a{
	padding: 13px 50px 13px 20px;
}

ul#main-menu li.menu-item-has-children ul ul{
	position:absolute;
	left:100%;
	background:#0d5b63;
}

ul#main-menu li.menu-item-has-children ul ul a{
	background:#0d5b63;
}


footer{
	min-height: 180px;
	font-size: 12px;
	font-weight: 200;
	/*border-top: 1px solid red;*/
	padding: 0 0;
	background: #021719;
	color: #fff;
}
footer .row.mobile-view{}

@media (min-width: 768px) {
	footer .row.mobile-view{ display: none;}
}



.footer-address {
	display: none;
	color: #74c8e0;
	font-size: 14px;
	line-height: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .row.mobile-view .footer-address { display: block;}
.footer-address small {
	font-size: 12px;
	line-height: 22px;
	display: block;
	margin-top: 16px;
}
.footer-contacts {
	position: relative;
	width: 100%;
	color: #74c8e0;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 90px;
}

@media (min-width: 768px) {	
	footer .row.mobile-view {display: none;}
	
	.footer-address {
		display: block;
		font-size: 20px;
		line-height: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-address small {
		font-size: 16px;
		line-height: 26px;
		margin-top: 16px;
	}

	.footer-nav-container {
		padding: 40px 0;
	}
	.footer-contacts {
		width: 41.6666666667%;
		text-align: right;
		font-size: 20px;
		line-height: 40px;
		padding-top: 40px;
		padding-bottom: 30px;
		padding-right: calc(var(--bs-gutter-x) / 2);
	}
}





.footer-nav-container {
	border-top: 2px solid #042b2f;
	padding: 30px 0;
}

@media (min-width: 768px) {	
	.footer-nav-container {
		padding: 40px 0;
	}
}

.footer-logo-container {
	display: none;
	margin-right: auto;
}
.footer-nav-1{ display: none;}
/*
.footer-nav-2{ width: 50%;}
.footer-nav-3{ width: 50%;}
*/

@media (min-width: 768px) {	
	footer .footer-logo-container {
		display: block;
	}
	footer .footer-nav-container {}
	.footer-nav-1{ display: block;}
	footer .footer-nav-container .col {
		width: auto;
		flex: 0 0 0;
	}
}


footer .social { position: absolute; right:15px; top:30px;}
footer .social a { margin-left: 10px;}
footer .social a:hover { opacity:0.6;}
footer .social a i { font-size: 22px;}

@media (min-width: 768px) {	
	footer .social { position: static; margin-top: 10px;}
	footer .social a { margin-left: 16px;}
	footer .social a i { font-size: 36px;}
}





footer .footer-nav-container ul {
	padding: 0;
	margin: 0;
}
@media (min-width: 768px) {	
	footer .footer-nav-container ul {
		padding: 0;
		margin: 0 0 0 38px;
	}
}

footer .footer-nav-container ul li {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 6px;
	list-style: none;
}

@media (min-width: 768px) {	
}
@media (min-width: 992px) {
	footer .footer-nav-container ul li {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (min-width: 1200px) {
	footer .footer-nav-container ul li {
		font-size: 18px;
		line-height: 26px;
	}
}




footer .footer-nav-container ul li a {
	white-space: nowrap;
}
#nav_menu-1 ul li:first-child a {
	text-transform: uppercase;
	color: #74c8e0;
}
#nav_menu-2 ul li a {
	text-transform: uppercase;
	color: #74c8e0;
}

section h3 {
	font-size: 30px;
	line-height: 72px;
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	section h3 {
		font-size: 40px;
	}
}


section h6 {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#section-contact {
	background: #009cad url("../img/bg-contact.png") no-repeat;
	background-position: 10px 20px;
	background-size: auto 90%;
	color: #fff;
	padding: 30px 0 55px;
	font-size: 18px;
	line-height: 28px;
}

@media (min-width: 768px) {
	#section-contact { padding-top: 100px; padding-bottom: 100px;}
}


#section-contact h3 {
	color: #021719;
}
#section-contact h6 {
	color: #ffffff;
}
#section-contact p {
	margin-bottom: 1em;
}
#section-contact p a {
	color: #021719;
}

#section-contact label,
#frm_form_2_container label{
	color: #fff;
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
}
#frm_form_2_container span.frm_required{ color:#fff; }

#section-contact input[type="text"],
#frm_form_2_container input[type="text"],
#frm_form_2_container input[type="email"],
#frm_form_2_container input[type="tel"]{
	background: none;
	border-color: #fff;
	display: block;
	width: 100%;
}
/*
#section-contact input[type="text"]{
	margin-bottom: 15px;
}
*/

#frm_form_2_container .frm_error{
	color:#ccebef;
}
	
#section-contact input[type="text"]:focus,
#frm_form_2_container input[type="text"]:focus,,
#frm_form_2_container input[type="email"]:focus,,
#frm_form_2_container input[type="tel"]:focus,{
	box-shadow: inset 0 0 0 1px #fff;
}

#section-contact .btn {
	display: block;
	margin-top: 15px;
	width: 200px;
}
@media (min-width: 576px) {
	#section-contact .btn {
		width: 100%;
	}
}











#section-news {
	background: #ccebef;
	padding: 30px 0 40px;
	overflow: hidden;
}

@media (min-width: 576px) {
	#section-news { padding: 100px 0 80px;}
}

.row.equal-heights {
	align-content: center;
	align-items: stretch;
}
#section-news .row {
	padding: 0 0px 15px;
}

@media (min-width: 768px) {
	#section-news .row {
		padding: 0 0px 45px;
	}
}


#section-news h3 {
	color: #009cad;
	margin-bottom: 0px;
}
#section-news h6 {
	color: #021719;
}


@media (min-width: 768px) {
	#section-news h3 {
		margin-bottom: 15px;
	}

}

#section-news-view {
	white-space: nowrap;
	overflow-x: auto;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 15px;
	width: 100%;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	/*.container { max-width: 750px;}*/ /*720px*/
	#section-news-view {
		max-width: calc(50vw + 375px - 340px);
		margin-left: auto;
		margin-right: 0;
		padding-bottom: 0px;
	}
}
@media (min-width: 992px) {
	/*.container { max-width: 960px;}*/
	#section-news-view { max-width: calc(50vw + 480px - 340px);}
}
@media (min-width: 1200px) {
	/*.container { max-width: 1120px;}*/
	#section-news-view { max-width: calc(50vw + 560px - 340px);}
}
@media (min-width: 1440px) {
	/*.container { max-width: 1280px;}*/
	#section-news-view { max-width: calc(50vw + 640px - 340px);}
}








#section-news-view .row {
	/*padding: 0 35px 15px;*/
	/*padding: 0 0px 15px;*/
	padding: 0 6px;
	flex-wrap: nowrap;
	width: max-content;
}

@media (min-width: 768px) {
	#section-news-view .row {
		padding: 0 0px 15px;
	}
}





#section-news .item {
	width: 308px;
	min-height: 335px;

	position: relative;
	background: #e5f5f7;
	white-space: normal;
	margin-left: 8px;
	margin-right: 8px;
	overflow: hidden;
	vertical-align: top;

	padding: 25px 15px 40px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#section-news .item-category,
#section-news .item-date {
	font-size: 18px;
	line-height: 26px;
}
#section-news .item-date {
	margin-bottom: 22px;
}
#section-news .item-title {
	font-size: 26px;
	line-height: 40px;
	
	font-size: 24px;
	line-height: 36px;
	margin-bottom:20px;	
}
#section-news .item-content {
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
}
#section-news p {
	margin-bottom: 1em;
}

#section-news .item-link {
	padding: 0;
	margin-top: auto;
}
#section-news .item-link a {
	display: block;
}


#section-news .container-slide-arrow .row{
	padding:0;
	margin-top: 15px;
}

@media (min-width: 768px) {
	#section-news .container-slide-arrow .row{
		margin-top: -60px;
		padding-bottom: 45px;
	}
}

/*
@media (max-width: 1600px) {
	#section-news .item:nth-child(n+4){
		display:none;
	}
}

@media (max-width: 1280px) {
	#section-news .item:nth-child(n+3){
		display:none;
	}
}

@media (max-width: 768px) {
	#section-news .item:nth-child(n+2){
		display:none;
	}
}
*/

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#009cad;
}





section.hero .slide-content{
	position: relative;
}
section.hero .slide-content .subtitle{
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color:#74C8E0;
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
}
section.hero .slide-content .subtitle:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 40px;
	background: #74C8E0;
	left: 0; top: 50%;
}
section.hero .slide-content .title{
	font-size: 60px;
	line-height: 72px;
	font-weight: normal;
	color:#009CAD;
	margin: 0;
}
section.hero .slide-content .slide-text{
	margin-top: 25px;
	font-size: 20px;
	line-height: 30px;
}
section.hero .slide-content .slide-btn .btn{
	margin-top: 60px;
	width: 200px;
}

section.hero .slide-content .slide-arrow{
	position: absolute;
	bottom: 50px;
}
section.hero .slide-content .slide-arrow a.arrow:before,
section.hero .slide-content .slide-arrow a.arrow:after{ border-color: #fff;}


@media (max-width: 767px) {
	section.hero .slide-content .title{
		font-size: 30px;
		line-height: 40px;
	}section.hero .slide-content .slide-text{
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}
	section.hero .slide-content .slide-btn .btn{
		margin-top: 50px;
	}
	section.hero .slide-content .slide-arrow{ display: none;}
}




span.flag-icon{
	display: inline-block;
	width: 43px;
	height: 26px;
	background-size: 100% 100%;
	margin: 0 5px;
	vertical-align: middle;
}
span.flag-icon-gb{ background-image: url("../img/flags/gb.png");}
span.flag-icon-fr{ background-image: url("../img/flags/fr.png");}
span.flag-icon-de{ background-image: url("../img/flags/de.png");}

@media (max-width: 767px) {
	span.flag-icon{ width: 35px; height: 21px; }
}



a#lang-toggle{}
a#lang-toggle:after{ font-size: 26px; vertical-align: middle; color: #00878a;}
a.lang-item {line-height: 24px; vertical-align: middle;}
.lang-menu.dropdown-menu{
	position: absolute;
	left: auto !important; right: 0 !important;
	top: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: #021719;
	transform: none !important;
}
.lang-menu .dropdown-item{
	padding: 12px 20px;
}
.lang-menu .dropdown-item:hover{ background-color: #343434; color:#fff;}


@media (max-width: 767px) {
	a#lang-toggle:after{ position: absolute; right:0; top: 29px; }
}




#section-related-solutions,
#section-related-products{
	padding-bottom: 120px;
}

#section-related-solutions .container,
#section-related-products .container{
	padding-top: 60px;
/*	border-top: 1px solid #00878A;*/
}

#section-related-solutions #section-related-solutions-view,
#section-related-products #section-related-products-view{
	padding-top: 0;
	border-top: none;
	padding-bottom: 30px;
	margin-bottom: 2px;
	
	width: 100%;
	
	white-space: nowrap;
	overflow-x: auto;
	margin-left: auto;
	margin-right: 0;
}


#section-related-solutions-view .row,
#section-related-products-view .row{
	padding: 0 6px;
	flex-wrap: nowrap;
	width: max-content;
	
	border-top: none;
}


@media (min-width: 576px) {
}
@media (min-width: 768px) {
	/*.container { max-width: 750px;}*/ /*720px*/
	#section-related-solutions #section-related-solutions-view,
	#section-related-products #section-related-products-view{
		max-width: calc(50vw + 375px);
		margin-left: auto;
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	/*.container { max-width: 960px;}*/
	
	#section-related-solutions #section-related-solutions-view,
	#section-related-products #section-related-products-view{
		max-width: calc(50vw + 480px);
	}
}
@media (min-width: 1200px) {
	/*.container { max-width: 1120px;}*/
	#section-related-solutions #section-related-solutions-view,
	#section-related-products #section-related-products-view{
		/*max-width: calc(50vw + 560px);*/
		max-width: 1120px;
		
		margin-left: auto;
		margin-right: auto;
	}

	#section-related-solutions-view .row,
	#section-related-products-view .row{
		margin-right: calc(var(--bs-gutter-x)/ -2);
		margin-left: calc(var(--bs-gutter-x)/ -2);
		padding-right: 0;
		padding-left: 0;
		width: auto;
	}
}
@media (min-width: 1440px) {
	/*.container { max-width: 1280px;}*/
	#section-related-solutions #section-related-solutions-view,
	#section-related-products #section-related-products-view{
		/*max-width: calc(50vw + 640px);*/
		max-width: 1280px;
	}
}
















#section-related-solutions .arrow,
#section-related-products .arrow{
	margin-top:21px; color: #0D5B63;
}

#section-related-solutions .item,
#section-related-products .item{
	min-width: 250px;
}
#section-related-solutions .item .item-img a,
#section-related-products .item .item-img a{
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #85ACB0;
	border-bottom: none;
	line-height: 200px;
	text-align: center;
	overflow: hidden;
}

#section-related-products .item .item-img a img{
/*	width: 100%;*/
	height: auto;
	max-width: 200px;
	max-height: 170px;
}


#section-related-solutions .item .item-img a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#section-related-solutions .item .item-info,
#section-related-products .item .item-info{
	border: 1px solid #85ACB0;
	padding: 15px;
	height:calc(100% - 200px);
}
#section-related-solutions .item .item-title,
#section-related-products .item .item-title{
	font-size: 16px;
	line-height: 26px;
	color: #021719;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#section-related-solutions .item .item-subtitle,
#section-related-products .item .item-subtitle{
	font-size: 16px;
/*	line-height: 40px;*/
	color: #0D5B63;
	white-space:initial;
}
#section-related-solutions .item .item-link .arrow,
#section-related-products .item .item-link .arrow{
	color: #0D5B63;
}

@media (max-width: 1200px) {
	#section-related-solutions .item,
	#section-related-products .item{
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	#section-related-solutions,
	#section-related-products {
		position: relative;
		padding-bottom: 60px;
	}
	#section-related-solutions a.view-all,
	#section-related-products a.view-all{
		position: absolute;
		bottom: 30px; left: 20px;
	}		
}



.nav-tabs{
	border: 1px solid #D9D9D9;
	border-radius: 25px;
	margin: 30px 0px 60px;
}
.nav-tabs li{
	flex: 1 1 auto;
	margin-bottom:0 !important;
}

.nav-tabs li a{
	text-align: center;
	border: none !important;
    border-radius: 25px !important;
    font-size: 16px;
}
.nav-tabs li .nav-link.active {
    color: #fff;
    background-color: #00878A;
    border-color: none;
    margin: -1px;
}
.tab-content{
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.nav-tabs{
		margin: 0 0px 60px;
	}
}



body.single-product h1.product-title{
	font-size: 60px;
	line-height: 72px;
	color: #009CAD;
}
body.single-product .product-subtitle{
	font-size: 20px;
	line-height: 30px;
	color: #021719;
}
.product-gallery{
	margin-top: 60px;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 20px;
}
.product-gallery-item{ 
	width: 90px;
	height: 90px;
	position: relative;
	cursor: pointer;
 }
.product-gallery-item.active{ 
	border: 1px solid #0D5B63;
}
.product-gallery-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
}

#product-gallery-main-image{
	text-align: center;
}
#product-gallery-main-image img{
/* 	width: 80%; */
	max-height:200px;
}


body.single-product .tab-content .tab-pane ul,body.single-product .tab-content .tab-pane p{
	margin-bottom:1.5rem;
}

body.single-product .tab-content .tab-pane ul ul{
	margin-bottom:0.5rem;
}

body.single-product .tab-content .tab-pane h3{
	margin-top:3rem;
}


#product-main{
	padding-bottom: 60px;
	border-bottom: 1px solid #00878A;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	body.single-product h1.product-title {
	    font-size: 30px;
	    line-height: 40px;
    }
	#product-main {
	    position: relative;
	    padding-bottom: 150px;
	}
	.product-gallery{
		margin-top: 30px;
		position: absolute;
		bottom: 10px;
	}
	#product-gallery-main-image{margin-top: 20px;}
}




/* page ABOUT */
#section-about{
	background: #0D5B63;
	padding-top: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	
	margin-bottom: -25px;
}
#section-about h3{
	color: #ABDEEC;
}
#section-about a.arrow{
	min-width: 300px;
	margin: 30px 0 0;
}
#section-about a.arrow::before,
#section-about a.arrow::after{
	border-color: #fff !important;
}

#section-about .img-holder{
    position: relative;
    overflow-x: hidden;
    padding-top: 40px;
}

#section-about img{
	height: 100vh !important;
}

@media (min-width: 768px) {
	#section-about{
		padding-bottom: 60px;
		margin-bottom: 0;
	}
	#section-about .img-holder{
		padding-top: 0px;
	    position: relative;
	    overflow-x: visible;
	}
	#section-about img{
	    position: absolute;
	    height: calc(100% + 60px + 100px) !important;
	}
}








body.page-template-archive-product{}

body.page-template-archive-product article{
	padding: 40px 40px 40px 0;

}
body.page-template-archive-product article + article{
	border-top: 1px solid #00878A;
}
body.page-template-archive-product .product-img-col{ text-align: center;}
body.page-template-archive-product .product-img-holder{
	display: inline-block;
}
body.page-template-archive-product .product-img-holder img{
/*	width: 100%;*/
	max-width: 200px;
	max-height: 200px;
}

body.page-template-archive-product article header{
	margin-bottom: 12px;
}
body.page-template-archive-product article header a{
	font-size: 26px;
	line-height: 40px;
	color: #0D5B63;
}

body.page-template-archive-product article header .entry-content{
	font-size: 18px;
	line-height: 26px;
}
body.page-template-archive-product article .link-more,
body.page-template-archive-product article .more-link{
	display: none;
}


@media (max-width: 767px) {
	body.page-template-archive-product #main{ padding-bottom: 0; }
	body.page-template-archive-product article{ padding: 30px 0;}
	body.page-template-archive-product .product-img-col{ order: 2; padding-top:30px; padding-bottom:30px; }
	body.page-template-archive-product .product-info-col{ order: 1; }
	body.page-template-archive-product article header a{ font-size: 20px; line-height: 30px;}
}
@media (max-width: 767px) and (orientation: portrait) {
	body.page-template-archive-product .product-img-holder img{
		max-width: 80vw;
		max-height: 80vw;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	body.page-template-archive-product .product-img-holder img{
		max-width: 80vh;
		max-height: 80vh;
	}
}





body.page-template-archive-solution{}

body.page-template-archive-solution article{
	padding: 60px 0;
}
body.page-template-archive-solution  #solution-list .col-md-6:nth-child(n+3) {
	border-top: 1px solid #00878A;
}
body.page-template-archive-solution .solution-img-col{ text-align: center;}
body.page-template-archive-solution .solution-img-holder{
	display: inline-block;
}
body.page-template-archive-solution .solution-img-holder img{
	max-width: 200px;
	max-height: 150px;
}

body.page-template-archive-solution article header{
	margin-bottom: 12px;
}
body.page-template-archive-solution article header .category{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 10px;
}
body.page-template-archive-solution article header .title{
	font-size: 20px;
	line-height: 30px;
	color: #0D5B63;
}

body.page-template-archive-solution article header .entry-content{
	font-size: 18px;
	line-height: 26px;
}
body.page-template-archive-solution article .link-more,
body.page-template-archive-solution article .more-link{
	display: none;
}


@media (max-width: 767px) {
	body.page-template-archive-solution article{
		padding: 30px 0 90px;
		position: relative;
	}
	body.page-template-archive-solution  #solution-list .col-md-6:nth-child(n+2) {
		border-top: 1px solid #00878A;
	}
	body.page-template-archive-solution .solution-img-col{ order: 2; padding-top:0px; padding-bottom:0px;  }
	body.page-template-archive-solution .solution-info-col{ order: 1; padding-top:0px; padding-bottom:0px;}


	body.page-template-archive-solution .solution-img-holder img{
		width: 100%;
		max-width: none;
		max-height: none;
	}
	body.page-template-archive-solution article header{
		margin-bottom: 20px;
	}
	body.page-template-archive-solution article header .category{
		margin-bottom: 15px;
	}
	body.page-template-archive-solution article a.arrow{
		position: absolute;
		bottom: 30px;
	}
}





/* Page Contact */

#section-contact-form {
	background: url("../img/bg-contact2.png") no-repeat;
	background-position: 10px 20px;
	background-size: auto 90%;
	padding: 80px 0;
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 767px) {
	#section-contact-form {
		background-position: 0px 0px;
		background-size: 100vw auto;
		padding: 40px 0;
	}
}

#section-contact-form dl{ overflow: hidden; clear: both;}
#section-contact-form dt{
	float: left;
	font-weight: normal;
	padding-right: 10px;
}
#section-contact-form dd{
	float: left;
	color: #00878A;
}

#section-contact-map{
	padding-bottom: 80px;
}
#section-contact-map #contact-map{
	width:100% !important;
	min-height: 500px;
}
@media (max-width: 767px) {
	#section-contact-map{ padding-bottom: 40px; }
	#section-contact-map #contact-map{
		min-height: 350px;
		height: 350px;
	}
}

/* /Page Contact */






/* Page Single Event*/

body.single-event{}

body.single-event a.arrow-left{
	color:#00878A;
	font-size: 14px;
	margin-bottom: 40px;
}

body.single-event .event-organiser{
	font-size: 14px;
	line-height: 22px;
}
body.single-event .event-organiser h4{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color:#021719;
	margin-bottom: 20px;
}
body.single-event .event-organiser p{
	margin-bottom: 20px;
}
body.single-event .event-organiser a,
body.single-event .event-organiser span{
	color:#00878A;
}
body.single-event .event-organiser .event-organiser-text{
	color: #343434;	
}
body.single-event .event-organiser .event-organiser-text p{
	margin-bottom: 10px;
}


body.single-event .page-date{
	text-transform: uppercase;
	margin-bottom: 10px
}
body.single-event .page-date i{
	color: #00878A;
	margin-right: 15px;
	font-size: 22px;
}
body.single-event .page-location{
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align:right
}
body.single-event .page-location i{
	color: #00878A;
	margin-right: 15px;
	font-size: 22px;
}
body.single-event .page-title{
	font-size: 60px;
	line-height: 72px;
	color: #009CAD;
	margin-bottom: 15px;
	margin-top:40px;
}

@media (max-width: 767px) {
	body.single-event .page-title{
		font-size: 30px;
		line-height: 40px;
		margin-top:20px;
	}

	body.single-event .page-location{
		text-align:left;
	}
}


/* / Page Single Event */







.share-event{ margin-top: 50px;}
.share-event .share-event-title{ font-size: 14px; line-height: 20px; color:#00878A; margin-bottom: 15px; }
.share-event .share-event-links{}



@media (max-width: 767px) {
	.share-event{ margin: 20px 0;}
}

.navigation { margin-top: 60px; }
.navigation h2{ display:none; }
.navigation .nav-links{ overflow: hidden; clear: both; }

.navigation .nav-previous,
.navigation .nav-next{
	float: left; 
	width: 100%;
	max-width: 160px;
}

.navigation .nav-previous + .nav-next{ margin-left: 30px; }
.navigation .nav-next + .nav-previous{ margin-left: 30px; }

.navigation .nav-previous a,
.navigation .nav-next a{
	border-radius: 0;
	line-height: 45px;
	padding: 0 13px;
	border: none;
	width: 100%;
	font-size: 18px;
	color: #fff !important;
	background-color: #009cad !important;
	text-align: center;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover{
	font-size: 18px;
	color: #fff !important;
	background-color: #0d5b63 !important;
}


@media (max-width: 767px) {
	.navigation{ margin: 30px 0; }
	.navigation .nav-previous,
	.navigation .nav-previous {
		width: calc( 50% - 10px );
	}
}




/* Page Single news*/

body.single-news{}

body.single-news a.arrow-left{
	color:#00878A;
	font-size: 14px;
	margin-bottom: 40px;
}
body.single-news .page-date{
	margin-bottom: 50px;
	font-size: 14px;
}
body.single-news .page-date i{
	color: #00878A;
	margin-right: 15px;
	font-size: 22px;
}
body.single-news .page-title{
	font-size: 60px;
	line-height: 72px;
	color: #009CAD;
	margin-bottom: 20px;
}

body.single-news h4{
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 40px;
}
body.single-news hr.wp-block-separator{
	margin: 2rem 0;
}

@media (max-width: 767px) {
	body.single-news .page-title{
		font-size: 30px;
		line-height: 40px;
	}
	body.single-news h4{
		font-size: 20px;
		line-height: 30px;
	}
}

/* Page Single news*/








#section-news {
	background: #ccebef;
	padding: 30px 0 40px;
	overflow: hidden;
}

@media (min-width: 576px) {
	#section-news { padding: 100px 0 80px;}
}

.row.equal-heights {
	align-content: center;
	align-items: stretch;
}
#section-news .row {
	padding: 0 0px 15px;
}

@media (min-width: 768px) {
	#section-news .row {
		padding: 0 0px 45px;
	}
}


#section-news h3 {
	color: #009cad;
	margin-bottom: 0px;
}
#section-news h6 {
	color: #021719;
}


@media (min-width: 768px) {
	#section-news h3 {
		margin-bottom: 15px;
	}

}

#section-news-view {
	white-space: nowrap;
	overflow-x: auto;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 15px;
	width: 100%;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	/*.container { max-width: 750px;}*/ /*720px*/
	#section-news-view {
		max-width: calc(50vw + 375px - 340px);
		margin-left: auto;
		margin-right: 0;
		padding-bottom: 0px;
	}
}
@media (min-width: 992px) {
	/*.container { max-width: 960px;}*/
	#section-news-view { max-width: calc(50vw + 480px - 340px);}
}
@media (min-width: 1200px) {
	/*.container { max-width: 1120px;}*/
	#section-news-view { max-width: calc(50vw + 560px - 340px);}
}
@media (min-width: 1440px) {
	/*.container { max-width: 1280px;}*/
	#section-news-view { max-width: calc(50vw + 640px - 340px);}
}








#section-news-view .row {
	/*padding: 0 35px 15px;*/
	/*padding: 0 0px 15px;*/
	padding: 0 6px;
	flex-wrap: nowrap;
	width: max-content;
}

@media (min-width: 768px) {
	#section-news-view .row {
		padding: 0 0px 15px;
	}
}




#section-news-list {margin-bottom: 50px;}

#section-news-list .col-4,
#section-news-list .col-md-4{
	margin-bottom: 45px;
}

#section-news-list .item {
	/*
	width: 308px;
	min-height: 335px;
	*/

	position: relative;
	background: #e5f5f7;
	white-space: normal;

	height: 100%;
	overflow: hidden;
	vertical-align: top;

	padding: 25px 25px 40px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#section-news-list .item-category,
#section-news-list .item-date {
	font-size: 18px;
	line-height: 26px;
}
#section-news-list .item-date {
	margin-bottom: 22px;
}
#section-news-list .item-title {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 70px;
}
#section-news-list .item-content {
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
}
#section-news-list p {
	margin-bottom: 1em;
}

#section-news-list .item-link {
	padding: 0;
	margin-top: auto;
}
#section-news-list .item-link a {
	display: block;
}






#section-events-list {margin-bottom: 50px;}
#section-events-list .filter {
	background: #CCEBEF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 30px;
}
#section-events-list .filter .col-md-6{
	padding-top: 6px;
	padding-bottom: 6px;
}


#section-events-list .filter img{ width: 100%; }

#section-events-list h2{ color:#021719; font-size: 40px;; line-height: 72px; text-align: center;}
#section-events-list .item{ border: 1px solid #85ACB0; margin-bottom: 30px; }
#section-events-list .item .item-img{ padding:0; }
#section-events-list .item .item-img img{ width:100%; }
#section-events-list .item .item-main{ padding:25px 25px;}
#section-events-list .item .item-main h3{ font-size: 26px; line-height: 40px; margin-bottom: 5px; font-weight: normal; color: #0D5B63;}
#section-events-list .item .item-add{ border-left: 1px solid #85ACB0;  padding:25px; color: #00878A;}

#section-events-list .item .item-date,
#section-events-list .item .item-duration,
#section-events-list .item .item-address { margin-bottom: 25px; font-size: 18px; line-height: 24px;position:relative;padding-left:37px;}

#section-events-list .item .item-add i{width: 37px; font-size: 16px;position:absolute;left:0;top:0;}
						
#section-events-list .item .item-link{
	border-top: 1px solid #85ACB0;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: right;
}
#section-events-list .item .item-link .btn{
	line-height: 45px;
}

#section-events-list #em-wrapper{
	padding:0;
}
#section-events-list .em-search-wrapper{
	background:#ccebef;
	padding:10px;
	margin-bottom:40px;
	display:none;
}

#section-events-list .em-search-form input[type="text"]{
/*	width:100px;*/
}

#section-events-list .em-search-advanced input[type="text"]{
	width:100px;
}

#section-events-list .btn{
	min-width:210px;
}

@media (max-width: 767px) {
	#section-events-list h2{ font-size: 30px;}
	#section-events-list .item{ border: none; margin-left: 0px; margin-right: 0px;}
	#section-events-list .item-main{ border: 1px solid #85ACB0; border-top: none; }
	#section-events-list .item .item-main{ padding-top: 25px; padding-bottom: 25px; font-size: 16px; line-height: 22px;}
	#section-events-list .item .item-main h3{ font-size: 26px; line-height: 34px;}
	#section-events-list .item-add{ border: 1px solid #85ACB0;  border-top: none; border-bottom: none; }
	#section-events-list .item-link{ border: 1px solid #85ACB0;  border-top: none; }
}

.search-results article{
	margin-bottom:40px;
}

.search-results .screen-reader-text{
/*	display:none;*/
}

.wp-block-table{font-size:14px;}






/************ items list ************/

.section-items-list {margin-bottom: 50px;}

.section-items-list .item {
	position: relative;
	background: #e5f5f7;
	white-space: normal;

	height: 100%;
	overflow: hidden;
	vertical-align: top;

	padding: 25px 25px 40px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.section-items-list .col-md-6 {
	margin-bottom:25px;
}

.section-items-list .item-title {
	font-size: 40px;
	line-height: 72px;
	margin-bottom: 20px;
	color:#0D5B63;
}
.section-items-list .item-content {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}
.section-items-list p {
	margin-bottom: 1em;
}

.section-items-list .item-link {
	padding: 0;
	margin-top: auto;
}
.section-items-list .item-link a {
	display: block;
}






/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.page-id-137 section.hero .slide{
	background: url(/wp-content/uploads/2021/02/data.png) 50% 100% no-repeat;
	background-size: cover;
}

.page-id-138 section.hero .slide{
	background: url(/wp-content/uploads/2021/02/telecom.png) 50% 100% no-repeat;
	background-size: cover;
}

.page-id-139 section.hero .slide{
	background: url(/wp-content/uploads/2021/02/outdoor.png) 50% 100% no-repeat;
	background-size: cover;
}

.page-id-140 section.hero .slide{
	background: url(/wp-content/uploads/2021/02/commercial.png) 50% 100% no-repeat;
	background-size: cover;
}


@media (max-width: 767px) {
	.wp-block-columns.columns-2{
		flex:none;
		display:block;
		column-count:2;
	}

	.wp-block-columns.columns-2 .wp-block-column{
		width:auto;
	}
}


#bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}


.popup-bg{
	position:absolute;
}

.popup-subtitle{
	text-transform:uppercase;
	font-size:18px;
	line-height:25px;
}

.popup-title{
	font-size:40px;
	line-height:50px;
	margin:20px 0;
}

.popup-title{
	font-size:40px;
	line-height:50px;
	margin:20px 0;
}

.download-popup{}
.download-popup a,.download-popup address{
	color:#0D5B63;
}

.download-popup .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit{
	background-color:#000;
}

.download-popup .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:hover{
	background-color:#efefef;
}

.downloads-list{
	overflow:hidden;	
}

.downloads-list .item{
	float:left;
	width:50%;
	background:url(../img/icon-pdf.png) 0 50% no-repeat;
	background-size: 50px auto;
	padding:0 10px 0 90px;
	font-size:18px;
	line-height:26px;
	text-decoration:none;
}

.downloads-list .item span{
	display:block;
}

.downloads-list .item .item-title{
	font-weight:bold;
}

#frm_form_4_container{
	background:#CCEBEF url("../img/bg-contact2.png") no-repeat 2% 50%;
	background-size: auto 80%;
	padding:80px 0;
}

#frm_form_4_container .frm_description p{
	font-size:18px;
	text-align:center;
}
	 
#frm_form_4_container .frm_message{
	font-size:18px;
	text-align:center;
	background:transparent;
}
	 
#frm_form_4_container form { 
	max-width: 100%;
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;
	font-size:16px;
}

#frm_form_4_container .frm_submit button { 
	background-color:#009CAD;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
	#frm_form_4_container form { max-width: 750px;} /*720px*/
}
@media (min-width: 992px) {
	#frm_form_4_container form { max-width: 960px;}
}
@media (min-width: 1200px) {
	#frm_form_4_container form { max-width: 1120px;}
}
@media (min-width: 1440px) {
	#frm_form_4_container form { max-width: 1280px;}
}

/*** solutions page ***/

.wp-block-column.column-border .wp-block-columns{
	border:1px solid #009cad;
	min-height:200px;
	align-items: center;
	justify-content: center;
}

.wp-block-column.column-border .wp-block-columns .wp-block-column:nth-child(even){
}

@media (max-width: 767px) {
	.wp-block-column.column-border .wp-block-columns{
		text-align:center;
	}
	
	.wp-block-column.column-border .wp-block-image .alignright{
		float:none;
		margin:auto;
	}
	
}


.featured-post-wrapper{
	background:#009cad;
	color:#fff;
	font-size:14px;
	padding:115px 0;
}

.featured-post-wrapper .image{
	background-position:50% 50%;
	background-size:cover;
	border-radius:170px;
	width:340px;
	height:340px;
}

.featured-post-wrapper .title{
	color:#000;
	font-size:14px;
	font-size:36px;
	margin:35px 0;
}

.featured-post-wrapper .date{
	margin-bottom:45px;
}

.featured-post-wrapper .btn.btn-primary{
	background-color:black !important;
}

.featured-post-wrapper .btn.btn-primary:hover{
	opacity:0.7;
}


@media (max-width: 767px) {
	
	.featured-post-wrapper{
		padding:40px 0;
	}
	
	.featured-post-wrapper .title{
		margin:20px 0;
	}
	
	
	.featured-post-wrapper .image{
		display:none;
	}
}
ul.gw-go-body > li { min-height: 75px; }
.gw-go { display: flex!important;  overflow-x: auto!important; }
.gw-go-col-wrap { flex-shrink: 0!important;}/*max-width: 100px !important;width: 100px !important;*/

/*@media (max-width: 767px) {
	.gopricing_table_cls{
		overflow:auto;
	}
	.gopricing_table_cls .go-pricing{
		width:1200px;
	}
}*/