/*
	Theme Name: Schoolcms
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 5.0.2

*/
:root {
	--body_colour : #1e2746;
	--title_colour : #1e2746;
	--link_colour : #1e2746;
	--link_colour_hover : #009475;	
	--button_bg: #97acb9;
	--button_colour: #1e2746;
	--button_bg_hover: #009475;
	--button_colour_hover: #1e2746;
}

/*Content Wrapper*/

/*
	font-family: "Abril Fatface", serif;
	font-family: "Montserrat", serif;
	font-family: "Poppins", serif;
*/

/* clear */
.body-text iframe {
	max-width:100%;
}
.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	font-size: 0 !important;
	width: 31px;
	height: 31px;
	border: 4px solid rgba(255, 255, 255, 0);
	background: rgba(65, 89, 104, 0.3);
	border-radius: 50%;
	display: inline-block !important;
	margin: 0 7px;
	cursor: pointer;
}
.sbi-owl-dots span {
	font-size: 0 !important;
	width: 31px !important;
	height: 31px !important;
	border: 4px solid rgba(255, 255, 255, 0) !important;
	background: rgba(255, 255, 255, 0.6) !important;
	border-radius: 50% !important;
	display: inline-block !important;
	margin: 0 7px !important;
	cursor: pointer !important;
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev {
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.owl-dots, .sbi-owl-dots {
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.owl-dots .owl-dot, .sbi-owl-dots .owl-dot {
	display:inline-block;
	opacity:1;
}
.owl-dots .owl-dot.active, .sbi-owl-dots .sbi-owl-dot.active {
	opacity:1;
}
.owl-dots .owl-dot.active span {
	background: rgba(255, 255, 255, 0);
	border-color: #415968;
}
.sbi-owl-dots .sbi-owl-dot.active span {
	background: rgba(255, 255, 255, 0) !important;
	border-color: #ffffff !important;
}
.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
}
.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
}
.searchform input.searchInput {
	border: 0;
	height:30px;
	width:100%;
	background:transparent;
	padding: 4px 10px;
    outline: 0;
}
.searchform .searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}


/*news*/
.list-item{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.list-item-image{
	text-align:center;
}
.list-item-image a{
	display:block;
	padding:10px 0;
}
.list-item-text{

}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align:center;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color:#ffffff;
	background: transparent;
	border-bottom: none;
	transition:300ms;
	padding: 34px 54px 34px 54px;
	z-index:220;
	position:fixed;
	height:182px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
	background: #1e2746;
}
.socialDesktop {
	justify-content: end;
    display: flex;
}

.headGroup .container {
	max-width: 100%;
}
.fixedHeader .headGroup .container .row {
	align-items: center;
}

.header-logo {
	padding: 0;
}
.header-right {
	padding: 0;
}



.homeBanner .hero .slide .slideImage:before, #pageBanner .hero .slide:before,
.bannerWrap .hero .slide:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.85;
	z-index: 11;
	mix-blend-mode: multiply;
}

.homeBanner .hero .slide .slideImage:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.5;
	z-index: 11;
}


.header-buttons {
	display: inline-block;
	margin-right: 52px;
}
.header-buttons .button {
	margin: 0px 16px;
}

.headGroup {
}
.fixedHeader .headGroup .stickyLogo {
	max-width: 83px;
}





/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	padding-right:40px;	
	display:inline-block;
	cursor:pointer;
	height:30px;	
    color: #ec3822;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:30px;
	height:30px;
	right:0;
	top:0px;
	transition:300ms;
}
@media (min-width:992px){
	.menu-toggle .toggleText{
		display:inline-block;
	}
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 26px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:2px;
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -8px;
}
.menu-toggle .toggleIcon span:after {
    top: 8px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	overflow-x: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:440px;
	max-height:680px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 43.897%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
@media(min-width:768px){
	#homeBanner {
		max-height:880px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/

#footer{
	margin-top:2rem;
}
#menu-useful {
	list-style:none;
	padding:0;
}
.footerLower {
	background:#000;
	color:#ffffff;
	padding:20px 0;
	font-size:14px;
	text-align:center;
}
.footerLower p,
.footerLower ul{
	margin:10px 0;
}
.footerLower a{
	color:#dddedf;	
	text-decoration:none;
}
.footerInfo {
	text-align:center;
	line-height:1.87;
	margin-bottom:20px;
}
.footerInfo h3{
	font-size:1.5em;
	margin:30px 0 20px;
}
.footerInfo a:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 300ms;
    margin-right: 0px;
}
.footerInfo a:hover:before {
    width: 5px;
    margin-right: 5px;
}
.footer-links{
	margin:0;
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.footer-links li{
	display: inline;
}
.footer-links li:after{
	content:" | ";
	margin: 0 1px 0 1px;
	display: inline;
}
.footer-links li:last-child:after{
	content:"";
}
.footer-links li a{
	display: inline;
	white-space:nowrap;
}
@media (min-width:1200px){
	.footerInfo {
		margin-bottom:70px;
	}
}

/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/

.dynamicContent {
	margin-top:00px;
	margin-bottom:30px;
}
/*******Dividers******/
.dividera{
	clear: both;
    width: 100%;
    height: 100px;
   position:relative;
}
.dividera:before{
	content:'';
	width:90%;
	height:1px;
	border-bottom:solid 1px #8ba4b1;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	 background-image: url('images/icon.png?time=1');
    background-position: center center;
	background-size:70px;
	height: 100px;
	width: 100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
    background-repeat: no-repeat;
	position:absolute;
	background-color: #8ba4b1;
	border-radius: 50%;
}
.dividerb{
    clear: both;
    width: 100px;
    height: 100px;
    background-image: url('images/icon.png?time=1');
    background-position: center center;
	background-color: #8ba4b1;
    background-repeat: no-repeat;
	background-size: 70px;
	display: block;
	margin: 0px auto;
	border-radius: 50%;
}

.dynamic-divider {
	padding: 40px;
	margin: 0;
}

/*******FAQS*****/
.faqs{

}
.faqs .faq{
	border-bottom:solid 2px #fff;
}

.faq-question{
	position:relative;
	margin:0;
	padding:0.625rem 1.5rem;
    padding-right: 2em;
	background: #a2a6a9;
	color:#fff;
	cursor:pointer;
}
.faq.open .faq-question{
	background:#969696;
}
.faq-question:hover{
	background: #000;
}
.faq-question:after {
    content: '\f054';
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
	text-align:center;
    position: absolute;
    right: 5px;
    top:0.625rem;
	font-size:0.8em;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
    transform: rotate(0deg);
	transition:300ms;
}
.faq.open .faq-question:after {
  transform:rotate(90deg);
}

.faqs .faq:last-child .faq-answer{
	border-bottom:solid 1px #a2a6a9;
}
.faqs .faq.open:last-child .faq-answer{
	border-color:#969696;	
}


/******Staff********/
.staffMember {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #eee;
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
	font-weight:700;
}
.staff-meta.featured-staff-metas .staff-meta > *{
	display:inline-block;
}
.staff-meta a.email-value{
	font-size: 0;
    color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.staff-meta a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
	transition:300ms;
}
.staff-meta a.email-value:hover:before{
	background-color:#ccc;
}
/*****Quotes******/
.quoteContainer .quotesTitle{ 
	margin:10px 0 0;
	text-align:center;
	padding:0 15px;
}
.quoteContainer {
	background:#e0e0e0;	
	color:#000;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.quoteContainer .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
}
.quoteContainer .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
	width:15px;
	text-align:center;
	opacity:0.8;
	font-size:20px;
}
.quoteContainer .cycle-pager span.cycle-pager-active{
	opacity:1;
}
.quoteContainer blockquote.quote-text{
	padding-top:1em;
	padding-bottom:0.1em;
	margin-bottom:0;
	
}
.quoteContainer .quote-cite{
	/*text-align:center;
	font-weight:700;
	padding:0 15px 15px;*/
}
/****Documents******/
a.button.document-link {
	padding-right:50px;
	width:100%;
}
a.button.document-link:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f56d";
	display:block;
	position:absolute;
	top:50%;	
    right: 10px;
    transform: translateY(-50%);
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: #fff;
    background: #969696;
	font-size:1em;
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	font-size:1em;
	margin:0.5em 0;
}
.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.callout.hasbg .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.callout .coimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}

.callout.hasbg .calloutContent {
	padding-bottom:75px;
	padding-top:150px;
}
.callout.hastext.hasbg .calloutContent {
	padding-bottom:35px;
	padding-top:100px;
}

/***POIS****/
.row.pois {
    --bs-gutter-y: 1.5rem;
}

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: transparent;
	color:#fff;
	margin-bottom:30px;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}

.poiImage .poiImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}


.poiImage {
	background:inherit;
}
.poi:hover .poiImage .poiImageBG {

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size:20px;
	font-weight:400;
	position:relative;
	padding:10px 15px;
	text-transform:uppercase;
}

.poi .textOnlyBlock .poiTitle{
	margin:5px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

.textOnlyBlock .poiText{
	display:block;	
	text-align:center;
}

.poi:hover .textOnlyBlock {
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	text-decoration:none;
}

.poiImage .poiText {
	padding:10px 20px;
	position: relative;
	bottom:0;
	left:0;
	width:100%;	
	bottom: auto;
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom: auto;
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
.welcomeBlock {
	margin-bottom:40px;
}
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	color:#676767;
	display:inline-block;
	text-decoration:none;
	padding:0.5rem 1rem;
}
#menu-side a:hover {
	text-decoration:none;
}
/*Top level item*/
#menu-side > li > .sub-menu{
	margin:10px 0;
}
/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a{	
}
#menu-side .sub-menu li.current-menu-item > a{
	color:#676767;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow {
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 27px;
	position: absolute;
	left: 12px;
	top: 10px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
	transform:rotate(90deg);
}
#menu-side .sub-menu li a:hover{
	color:#676767;
}
#menu-side .sub-menu .sub-menu {
	background:rgba(0,0,0,0.1);
	padding-bottom:10px;
	display:none;
}
#menu-side .sub-menu .sub-menu li{
	margin:0;
}
#menu-side .sub-menu li.open > .sub-menu {
	display:block;
}
@media (max-width:991.99px){
	.side-menu-container {
		display:none;
	}
}

/*Blog sidebar*/
#blognav ul {
	list-style:none;
}
.sidebarSec {	
    padding:0px 15px 15px;
	margin:0 auto 10px;
}
@media (min-width:1200px){

}
/*Animation*/


.hideme {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.hideme.active {
	opacity:1;
	top:0;
}



.container {
	max-width: 1140px;
}


footer#footer {
	background: #1e2746;
	color: #ffffff;
	padding: 156px 0 10px;
	margin: 0;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-family: "Poppins", serif;
	--link_colour:#fff;
}
footer#footer > .container > h2 {
	margin-left: -35px;
	font-size: 125px;
	line-height: 125px;
	color: #97acb9;
	font-family: "Abril Fatface", serif;
	margin-bottom: 40px;
}
footer#footer > .container > h2 span {
	color: #ffffff;
	font-size: 75px;
	line-height: 82px;
	display: block;
	margin-left: 95px;
}
.footersocial {
	margin-top: 30px;
}
.footersocial ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footersocial ul li {
	display: inline-block;
	padding: 0px 8px;
	min-width: inherit;
	font-size: 26px;
}
.footersocial ul li:first-child {
	padding-left: 0;
}
.footersocial ul li:last-child {
	padding-right: 0;
}

.footersocial ul li a {
	color: #ffffff;
}
.footersocial ul li a:hover {
	color: #97acb9;
}



.footer_buttons, .hivis  {
	margin-top: 20px;
}

.footer_buttons .button {
	margin: 0px 9px;
}
.footer_buttons .button:first-child {
	margin-left: 0;
}
.footer_buttons .button:last-child {
	margin-right: 0;
}

footer#footer .footer-inner-col-2 a {
	color: #ffffff;
}
footer#footer .footer-inner-col-2 a:hover {
	color: #97acb9;
}




.footer-col-2 {
	text-align: right;
}
.footer-col-2 h2 {
	font-size: 50px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0px !important;
	text-align: right;
	font-family: "Montserrat", serif;
	margin-top: -27px;
}
.footer-col-2 input {
	background: rgba(255, 255, 255, 0.15) !important;
	height: 58px !important;
	padding: 0 31px !important;
	line-height: 58px;
	color: #fefefe !important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px !important;
	font-weight: 600 !important;
	font-family: "Poppins", serif !important;
	border-radius: 14px !important;
}

.footer-col-2 input::-ms-input-placeholder { /* Edge 12-18 */
	color: #fefefe !important;
	opacity: 1 !important;
}
.footer-col-2 input::placeholder {
	color: #fefefe !important;
	opacity: 1 !important;
}

.wpforms-submit, .wpforms-page-button {
	display: inline-block;
    color: var(--button_colour,#fff) !important;
    border: none !important;
    background: var(--button_bg,#000) !important;
	text-decoration:none;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "Poppins", serif !important;
	letter-spacing: 1.5px !important;
    line-height: 28px !important;
    padding: 15px 25px !important;
    position: relative;
    transition: 300ms;
	min-width: 210px !important;
	border-radius: 15px !important;
	text-align: center;
	height: auto !important;
}

.wpforms-submit:hover {
	background: #009475 !important;
	color: #1e2746 !important;
}
.wpforms-page-prev, .wpforms-page-next {
    background-color: var(--button_bg)!important;
}
.wpforms-page-next:hover, .wpforms-page-prev:hover {
    background-color: var(--button_bg_hover)!important;
}
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
	color:#fff!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider h3, div.wpforms-container-full .wpforms-field-label-inline, div.wpforms-container-full .wpforms-field-label {
    color: var(--button_color)!important;
}
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    background-color: #fff!important;
}

.wpforms-container .wpforms-page-indicator.connector .active .wpforms-page-indicator-page-number {
	background-color: #007475!important;
}

.bodyContent .wpforms-container ul li:before {
    content: none!important;
}

.menu-toggle {
	width: 79px;
	height: 79px;
	background: #415968;
	padding: 0;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;

}
.menu-toggle:hover {
	background: #009475;
}

.menu-toggle .toggleIcon {
	position: absolute;
    width: 34px;
    height: 21px;
    right: 21px;
    top: 29px;
    transition: 300ms;
}

.menu-toggle .toggleIcon span {
	width: 26px;
	height: 1px;
	left: 7px;
}
.menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
	width: 34px;
	left: -8px;
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}

.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
	background: #1e2746;
}


.dynamic-callout {
	margin: 0;
}

.callout {
	width: 100%;
}
.callout.hasbg .coimg {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.callout .coimg img {
	position: relative;
	min-height: 942px;
	max-height: 942px;
	object-fit: cover;
}


.callout.hasbg .calloutContent {
	padding: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 275px;
	max-width: 100%;
	text-align: left;
}

.callout.hasbg .calloutContent .col {
	max-width: 1140px;
	margin: 0px auto;
}
.callout .calloutContent .calloutTitle h3 {
	font-size: 125px;
	line-height: 125px;
	font-weight: 400;
	margin-bottom: 64px;
	margin-left: -20px;
	font-family: "Abril Fatface", serif;
}
.callout .calloutContent .calloutTitle h3 span {
	display: block;
	font-size: 75px;
	line-height: 82px;
	margin-left: 94px;
}

.callout .calloutContent .button {
	background: #1e2746;
	color: #ffffff;
	margin-left: 50px;
}
.callout .calloutContent .button:hover {
	background: #009475;
	color: #1e2746;
}

.callout-pager {
	position: absolute;
	left: 50%;
	bottom: 175px;
	width: 100%;
	max-width: 946px;
	z-index: 111;
	display: block;
	transform: translateX(-50%);
}

.callout-pager span {
	font-size: 0;
	width: 31px;
	height: 31px;
	border: 4px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
}

.callout-pager span.cycle-pager-active {
	background: rgba(255, 255, 255, 0);
	border-color: #ffffff;
}


.callout_container {
	position: relative;
}



.dynamic-quote {
	margin: 0;
	background: #009475;
	padding: 115px 0 150px;
	color: #1e2746;
	position: relative;
	overflow:hidden;
}
.dynamic-quote:before {
	content: '';
	width: 751px;
	height: 605px;
	background: url('images/quotes-icon.png') center center no-repeat;
	position: absolute;
	right: 102px;
	top: 108px;
	display: block;
}
.dynamic-quote .quoteContainer {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
	background: transparent;
	color: #1e2746;
}

.quoteContainer blockquote.quote-text {
	padding: 0;
	background: transparent;
}

.quoteContainer blockquote.quote-text:before {
	width: 61px;
	height: 52px;
	content: '';
	background: url('images/quotes-icon-before.png') center top no-repeat;
	display: block;
	margin-bottom: 45px;
}


.quoteContainer blockquote.quote-text em {
	color: #ffffff;
	font-style: normal;
}

.quoteContainer blockquote cite {
	color: #ffffff;
}


.quoteContainer .cycle-pager {
	width: 100%;
	z-index: 111;
	text-align: left;
	display: block;
	position: relative;
	padding-left: 0;
	padding-right: 0;
    padding-top: 75px;
}

.quoteContainer .cycle-pager span {
	font-size: 0 !important;
	width: 31px;
	height: 31px;
	border: 4px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: inline-block !important;
	margin: 0 7px;
	cursor: pointer;
}
.quoteContainer .cycle-pager span:first-child {
	margin-left: 0;
}
.quoteContainer .cycle-pager span:last-child {
	margin-right: 0;
}

.quoteContainer .cycle-pager span.cycle-pager-active {
	background: rgba(255, 255, 255, 0);
	border-color: #ffffff;
}


.dynamic-logos {
	margin: 0;
	padding: 300px 0 105px;
}

.dynamic-logos .logo_container {
	max-width: 880px;
	margin: 0px auto;
	text-align: center;
}

.dynamic-logos img {
	max-width: 100%;
	width: auto !important;
	display: block;
	margin: 0px auto;
	height: 150px;
	object-fit: contain;
}
.destination-logo_container {
	margin-bottom: 122px;
}

.dynamic-logos .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	top: -190px;
	text-align: center;
}

.dynamic-logos .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.dynamic-logos .owl-nav button {
	/*transform: translateY(-50%);*/
	margin-top: -10px !important;
}
.owl-nav button i {
	display: none;
}
.owl-nav button {
	width: 52px;
	height: 20px;
	background-color: #97acb9 !important;
	mask-image:url('images/owl-arrow.png');
	mask-position:center;
	mask-repeat:no-repeat;
	font-size: 0 !important;
}
.owl-nav .owl-prev {
	transform: rotate(180deg);
}
.owl-nav button:hover {
	background-color: #009475 !important;
}

.dynamic-logos .owl-prev {
	left: -16%;
}
.dynamic-logos .owl-next {
	right: -16%;
}

.dynamic-logos .button {
	background: #009475;
	color: #1e2746;
}

.dynamic-logos .button:hover {
	background: #97acb9;
	color: #1e2746;
}


.dynamic-news {
	background: #415968;
	margin: 0;
	padding: 175px 0 150px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.dynamic-news .news-img-main {
	display: block;
	border-radius: 50%;
}
.dynamic-news .news-img-main .sliderThumb {
	width: 100%;
	position: relative;
}
.dynamic-news .news-img-main .sliderThumb:after {
	width: 275px;
	height: 176px;
	background: url('images/down-arrow-round.png') top right no-repeat;
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	bottom: -130px;
	z-index: 11;
}

.dynamic-news .news-img-main img {
	width: 100%;
	max-width: inherit;
	border-radius: 50%;
	border: 40px solid #324856;
	margin-top: -330px;
	object-fit: cover;
}

.news_image_container {
	margin-left: -8.5%;
	padding-right: 45px;
}
.news_text_container {
	padding-left: 25px;
}

.section_title {
}
.section_title h2 {
	font-size: 125px;
	line-height: 125px;
	font-weight: 400;
	margin-bottom: 90px;
	margin-left: -20px;
	color: #97acb9;
	font-family: "Abril Fatface", serif;
}
.section_title h2 span {
	display: block;
	font-size: 75px;
	line-height: 82px;
	margin-left: 120px;
	color: #ffffff;
}

.news_text_inner .section_title {
	padding-left: 100px;
}

.news_text_inner h3 {
	margin: 0;
	font-size: 50px;
	line-height: 65px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
}

.news_text_inner h3 a {
	color: #ffffff;
	text-decoration: none;
}

.news_text_inner h3 a:hover {
	color: #97acb9;
}


.news_text_inner {
	font-size: 50px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 400;
	max-width: 580px;
}
.news-read-btn {
	line-height: 24px;
	margin-bottom: 55px;
}

.news_readmore {
	font-size: 14px;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: #ffffff;
	line-height: 24px;
}
.news_readmore:hover {
	text-decoration: underline;
	color: #97acb9;
}

.news_text_inner:after {
	content: '';
	display: table;
	clear: both;
}

.news_text_inner .floating_section_link {
	float: right;
	background: #009475;
	color: #1e2746;
}
.news_text_inner .floating_section_link:hover {
	background: #97acb9;
	color: #1e2746;
}




.welcomeBlock {
	background: #1e2746;
	margin: 0;
	padding: 172px 0 80px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.welcomeBlock .welcomeBlockText {
	padding-left: 130px;
}

.welcomeBlock .welcomeImage {
	display: block;
	border-radius: 50%;
	width: 100%;
	position: relative;
}
.welcomeBlock .welcomeImage:after {
	width: 275px;
	height: 176px;
	background: url('images/down-arrow-round.png') top right no-repeat;
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	bottom: -109px;
	z-index: 11;
}

.welcomeBlock .welcomeImage img {
	width: 110%;
	max-width: inherit;
	border-radius: 50%;
	border: 40px solid #324856;
	margin-top: -330px;
	object-fit: cover;
	margin-left: -5%;
}

.welcomeBlock .welcome_image_container {
	margin-left: -8.5%;
	padding-right: 45px;
}

.welcomeBlockText-inner {
	max-width: 480px;
}


.welcomeBlockText h1 {
	font-size: 125px;
	line-height: 125px;
	font-weight: 400;
	margin-bottom: 96px;
	margin-left: 0px;
	color: #009475;
}
.welcomeBlockText h1 span {
	display: block;
	font-size: 75px;
	line-height: 82px;
	margin-left: 80px;
	color: #ffffff;
}

.welcomeBlockText blockquote {
	padding: 0 50px 0 0;
	margin-bottom: 70px;
}

.welcomeBlockText blockquote:before {
	width: 38px;
	height: 32px;
	content: '';
	background: url('images/quotes-icon-before.png') center top no-repeat;
	background-size: cover;
	display: block;
	margin-bottom: 25px;
}
	
.welcomeBlockText .button {
	margin: 0px 18px;
}
.welcomeBlockText .button:first-child {
	margin-left: 0px;
}
.welcomeBlockText .button:last-child {
	margin-right: 0px;
}


.welcomeBlockText blockquote cite {
	color: #8ba4b1;
}
.welcomeBlockText blockquote cite:before {
	background-color: #8ba4b1 !important;
}



.body-container {
	background-color: #1e2746;
	margin: 0;
	color: #ffffff;
	--body_colour:#fff;
    --title_colour: #fff;
    --link_colour: #97acb9;
    --link_colour_hover: #009475;
    --button_bg: #97acb9;
    --button_colour: #1e2746;
    --button_bg_hover: #009475;
    --button_colour_hover: #1e2746;
}



/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 40px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 10px;
    border-bottom: none;
    min-height: 30px;
    font-weight: 400;
	display: block;
}

.breadcrumbs em {
	margin: -3px 10px 0px;
	width: 1px;
	height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.breadcrumbs span > span {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs a:hover {
    color: rgba(255, 255, 255, 1);
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */





.bodyContent table {
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.bodyContent table td h4 {
    margin: 0px !important;
}



.bodyContent h1 {
	margin-bottom: 35px;
}

/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/






.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {

    margin: 0px 0 10px;

}



.bodyContent {
	margin-top:40px;
}
.bodyContent .dynamicContent {
	margin-bottom:  0px;
}

.bodyContent .dynamic-image {
	margin-bottom: 101px;
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}

.bodyContent ul:not([class]) li:not([class]){
    padding-left: 40px;
    position: relative;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
}

.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 17px;
    height: 17px;
    background: #97acb9;
    position: absolute;
    left: 0px;
    border-radius: 17px;
    top: 6px;
}
#iubenda_policy {
	background:#fff;
}

.bodyContent #iubenda_policy ul:not([class]) li:not([class]){
    margin-left: 0px;
	padding-left:	40px;
}

.bodyContent {
	margin-top: 0;
}


.main-large-text {
	line-height: 55px;
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 200;
}

.body-text .buttons {
	padding-top: 15px;
}
.body-text .buttons .button {
	margin: 0px 13px;
}


.body-text .buttons .button:first-child {
	margin-left: 0;
}
.body-text .buttons .button:last-child {
	margin-right: 0;
}


.dynamic-text {
	margin: 0;
}
.dynamic-text .section_padding {
	padding: 30px 0 50px 0;
}
.dynamic-text .bg-blue {
	background: #1e2746;
	--body_colour: #fff;
    --title_colour: #fff;
    --link_colour: #97acb9;
    --link_colour_hover: #009475;
    --button_bg: #97acb9;
    --button_colour: #1e2746;
    --button_bg_hover: #009475;
    --button_colour_hover: #1e2746;
}
.dynamic-text .bg-light-blue {
	background: #97acb9;
	color: #1e2746;
	--body_colour: #1e2746;
    --title_colour: #1e2746;
    --link_colour: #1e2746;
    --link_colour_hover: #009475;
    --button_bg: #1e2746;
    --button_colour: #fff;
    --button_bg_hover: #009475;
    --button_colour_hover: #fff;
}
.dynamic-text .bg-green {
	background:#009475;
	--body_colour: #fff;
    --title_colour: #fff;
    --link_colour: #97acb9;
    --link_colour_hover: #1e2746;
    --button_bg: #1e2746;
    --button_colour: #fff;
    --button_bg_hover: #97acb9;
    --button_colour_hover: #fff;
}

.bodyContent .bg-light-blue ul li:before {
    background: #415968;
}

.full_thumbnail_container .main-large-text {
	padding-top: 115px;
	padding-bottom: 80px;
}

.main-large-text .postThumb {

}
.main-large-text .postThumb {
	display: block;
	border-radius: 50%;
	width: 100%;
	position: relative;
}
.main-large-text .postThumb:before {
	width: 275px;
	height: 176px;
	background: url('images/down-arrow-round.png') top right no-repeat;
	content: '';
	display: block;
	position: absolute;
	bottom: -43px;
	z-index: 11;
	right: auto;
	left: 10px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.main-large-text .main_left_col_image img {
	width: 110%;
	max-width: inherit;
	border-radius: 50%;
	border: 40px solid #324856;
	object-fit: cover;
	margin-top: 10px;
}

.main-large-text .dynamic-text-image-block .main_left_col_image {
	margin-right: -8.5%;
	padding-left: 0px;
	margin-left: 0;
}

@media (min-width:992px){
	.main-large-text .main_left_col_image img {
		margin-top: -110px;
	}
}


.dynamic-text#column_content_1 .section_padding {
	padding: 15px 0 135px;
}
article.bodyContent section:last-child:after {
	display: none;
}


.dynamic-text-image-block {
	margin: 0;
	position: relative;
}
.dynamic-text-image-block .text-block-main {
	padding-top: 30px;
	padding-bottom: 30px;
}



.dynamic-text-image-block .img-box .image-item {
	display: block;
	border-radius: 50%;
    width: calc(100%);
	position: relative;
}
.dynamic-text-image-block .img-box .image-item:before {
	width: 275px;
	height: 176px;
	background: url('images/down-arrow-round.png') top right no-repeat;
	content: '';
	display: none;
	position: absolute;
	right: -40px;
	bottom: 43px;
	z-index: 11;
}

.dynamic-text-image-block .img-box img {
	border: 20px solid #324856;
	width: 100%;
	max-width: inherit;
	border-radius: 50%;
	object-fit: cover;
}



@media (min-width:992px){
	.dynamic-text-image-block .img-box .image-item:before {
			display:block;
	}
	.dynamic-text-image-block .img-box img {
		border: 40px solid #324856;
	}
	
.dynamic-text-image-block .img-box .image-item {
    width: calc(100% - 50px);	
    margin-left: 50px;
}

.dynamic-text-image-block .img-box {
	margin-left: -8.5%;
	padding-right: 0px;
}

.dynamic-text-image-block .img-box.image_on_left {
	margin-left: -8.5%;
}
	.dynamic-text-image-block .img-box.image_on_right {
		margin-right: -8.5%;
		padding-left: 0px;
		margin-left: 0;
	}
	.dynamic-text-image-block .img-box.image_on_right .image-item:before {
		right: auto;
		left: -40px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
.image-text-banner-inner {
	max-width: 555px;
}
.dynamic-text-image-block .image-pos-right .image-text-banner-inner, .main_left_col_text .image-text-banner-inner {
	margin: 0px 0 0 auto;
}
.dynamic-text-image-block .image-pos-right.text-block-main {
	padding-right: 40px;
}
.dynamic-text-image-block .image-pos-left.text-block-main {
	padding-left: 40px;
}
.dynamic-text-image-block .img-box .image-item {
	width:100%;
	margin-left:0;
}
}
@media (min-width:1200px){
	.dynamic-text-image-block .image-pos-right.text-block-main {
		padding-top:110px
	}
	.dynamic-text-image-block .image-pos-right.text-block-main {
		padding-right: 110px;
	}
	.dynamic-text-image-block .image-pos-left.text-block-main {
		padding-left: 110px;
	}
}

.bodyContent .dynamic-quote, .bodyContent .dynamic-quote .quoteContainer {
	color: #ffffff;
}



.wp-caption-text.gallery-caption {
    display: none;
}

.wpmf-gallery-item img {
    transition: all 0.3s;
}

.wpmf-gallery-item:hover img {
    transform: scale(1.1);
}

.wpmf-gallery-item .wpmf-gallery-icon {
    overflow: hidden;
}

/*.dynamic-quote .cycle-pager {
   display: none;
}*/

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}


.dynamic-faq {
	padding: 30px 0;
}
.dynamic-faq:after {
	content: '';
	width: 100%;
	max-width: 1116px;
	background: url('images/faq-after.png') center center no-repeat;
	height: 3px;
	display: block;
	position: relative;
	margin: 35px auto 0;
	background-size: 100% 100%;
}

.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 20px;
	background: transparent;
	border-radius: 14px;
}
.faq-question {
	position: relative;
    padding: 15px 68px 15px 34px;
    background-color: #97acb9;
    color: #1e2746 !important;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    border: none;
	font-weight: 600;

	font-family: "Poppins", serif;

	margin: 0px !important;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 14px;
}
.faq.open .faq-question {
    background-color: #009475;
    color: #1e2746 !important;
	border: 0;
	border-radius: 14px 14px 0 0;
}
.faq-question:hover {
    background-color: #009475;
    color: #1e2746;
	border: 0;
}
.faq-question:after {
	content: '';
	background-color: #1e2746;

	-webkit-mask-image: url("images/faq-arrow.png");
    mask-image: url("images/faq-arrow.png");

	width: 19px;
	height: 32px;
	line-height: 32px;
	display: block;
	right: 34px;
	position: absolute;
	top: 12px;

}

.faq.open .faq-question:after {
	transform: rotate(180deg);
}

.faq .faq-question:hover:after {
	transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0px;
	background:#009475;
	--body_colour: #fff;
    --title_colour: #fff;
    --link_colour: #97acb9;
    --link_colour_hover: #1e2746;
    --button_bg: #1e2746;
    --button_colour: #fff;
    --button_bg_hover: #97acb9;
    --button_colour_hover: #fff;
    border: none;
    margin-bottom: 0px;
	border-radius: 0 0 14px 14px;
}
.faq-answer .col-md {
    padding: 25px 90px 40px 46px;
	position: relative;
}



.faq-answer > h3, .faq-answer > h2 {
    margin-top: 0px;
}

.faq-answer h3, .faq-answer h2 {
    margin-top: 0px;
	margin-bottom: 10px;
}




.dynamic-documents {

}

.dynamic-documents .document {
	margin-bottom: 26px;
}
a.document-link.button {

	position: relative;
    padding: 15px 68px 15px 34px;
    background-color: #97acb9;
    color: #1e2746;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    border: none;
	font-weight: 600;
	font-family: "Poppins", serif;

	margin: 0px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 14px;

}

a.document-link.button:hover {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

a.document-link.button:focus {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

a.document-link.button:after {
	content: '';

	background-color: #1e2746;
    -webkit-mask-image: url("images/download-icon.png");
    mask-image: url("images/download-icon.png");

	width: 17px;
	height: 26px;
	display: block;
	line-height: 26px;
	right: 38px;
	position: absolute;
	top: 29px;
}
a.document-link.button:hover:after {
	background-color: #1e2746;
}

.bodyContent .dynamicContent.dynamic-documents {
    margin-top:0;
}


.quicklink>a, a>.quicklink, a.quicklink {

	position: relative;
    padding: 15px 68px 15px 34px;
    background-color: #97acb9;
    color: #1e2746;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    border: none;
	font-weight: 600;
	font-family: "Poppins", serif;

	margin: 0px 0 22px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 14px;

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
	content: '';
	background-color: #1e2746;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
	width: 27px;
	height: 26px;
	display: block;
	right: 34px;
	position: absolute;
	top: 15px;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
	background-color: #1e2746;
}

.dynamicContent.dynamic-html {
	margin-bottom:60px;
}


.linkbutton>a, a>.linkbutton, a.linkbutton {

	position: relative;
    padding: 15px 68px 15px 34px;
    background-color: #97acb9;
    color: #1e2746;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    border: none;
	font-weight: 600;
	font-family: "Poppins", serif;

	margin: 0px 0 22px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 14px;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {

	content: '';
	background-color: #1e2746;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
	width: 27px;
	height: 26px;
	display: block;
	right: 34px;
	position: absolute;
	top: 15px;

}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
	background-color: #1e2746;
}







.dynamic-web-links .sn_web_link {

	position: relative;
    padding: 15px 68px 15px 34px;
    background-color: #97acb9;
    color: #1e2746;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    border: none;
	font-weight: 600;
	font-family: "Poppins", serif;

	margin: 0px 0 22px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 14px;

}

.dynamic-web-links .sn_web_link:hover {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

.dynamic-web-links .sn_web_link:focus {
    background-color: #009475;
    color: #1e2746;
	border: 0;
	text-decoration: none;
}

.dynamic-web-links .sn_web_link:after {

	content: '';
	background-color: #1e2746;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
	width: 27px;
	height: 26px;
	display: block;
	right: 34px;
	position: absolute;
	top: 15px;

}
.dynamic-web-links .sn_web_link:hover:after {
	background-color: #1e2746;
}

.bodyContent .callout .calloutContent .calloutTitle h3 {
	font-size: 75px;
    line-height: 82px;
	margin-left: 0;
}
.bodyContent .callout .calloutTitle {
	max-width: 750px;
}
.bodyContent .callout .calloutContent .button {
	margin-left: 0;
}

.bodyContent .callout-pager {
	max-width: 1130px;
}

.dynamic-carousel {
	margin: 0;
	padding: 120px 0 130px;
	background: #ffffff;
}

.dynamic-carousel h2, .dynamic-carousel h3, .dynamic-carousel h4 {
	color: #1e2746;
	margin-bottom: 70px;
}
.dynamic-gallery h2, .dynamic-gallery h3, .dynamic-gallery h4 {
	color: #1e2746;
	margin-bottom: 60px;
}

.dynamic-carousel .item .image {
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.dynamic-carousel .owl-dots {
	max-width: 280px;
	margin: 0px auto;
}

.dynamic-carousel .owl-nav {
	max-width: 380px;
	margin: 0px auto;
}

.dynamic-carousel .item {
	margin-bottom: 75px;
}


.callout.notext {
	background: #97acb9;
	color: #1e2746;
	padding: 110px 30px;
}

.bodyContent .callout.notext .calloutTitle {
	margin: 0px auto 30px;
}
.bodyContent .callout.hasbg.notext .calloutTitle {
	margin: 0px;
}


.callout.notext h3 {
	color: #1e2746;
}
.callout.callout.hasbg.notext h3 {
	color: #ffffff;
}

.dynamic-poi {
	background: #ffffff;
	color: #1e2746;
	--body_colour:#1e2746;
    --title_colour: #1e2746;
    --link_colour: #97acb9;
    --link_colour_hover: #009475;
	padding: 145px 0 220px;
	position: relative;
}

.dynamic-poi + .dynamic-poi:after {
	content: '';
	width: 100%;
	max-width: 1116px;
	background-color: #1e2746 !important;
	mask-image:url('images/faq-after.png');
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size: 100% 100%;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}



.dynamic-poi .section_title_inner h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 100px;
	font-family: "Abril Fatface", serif;
	color: #1e2746;
	text-align: center;
}
@media (min-width:992px){
	.dynamic-poi .section_title_inner h2 {
		font-size: 75px;
	}
}
.dynamic-poi .poi {
	display: block;
	background: transparent;
	max-width: 355px;
	margin-left:auto;
	margin-right:auto;
}

.dynamic-poi .poi .poiImage:before {
	display: none;
}
.dynamic-poi .poi .poiImage .poiImageBG {
	border: 16px solid #415968;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background: #415968;
	position: relative;
	margin-bottom: 15px;
}
.dynamic-poi .poiImage .poiImageBG:before {
	display: table;
	content: '';
	padding-top: 100%;
}

.dynamic-poi .poi .poiImage .poiImageBG img {
	left: 0;
	top: 0;
}

.dynamic-poi .poi .poiImage .poiImageBG:after {
	display: none;
}
.dynamic-poi .poi .poiImage .poiText {
	position: relative;
	text-align: center;
	padding: 0;
}
.dynamic-poi .poi .poiTitle {
	padding: 0;
	font-size: 30px;
	color: #1e2746;
	line-height: 40px;
	text-align: center;
	text-transform: inherit;
}
.dynamic-poi .poi:hover .poiImage .poiText {
	position: relative;
}


.dynamic-poi .poi:hover .poiImage .poiImageBG {
	border: 16px solid #1e2746;
}


.dynamic-poi .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
}

.dynamic-poi .owl-nav button {
	margin-top: -10px;
}

.dynamic-poi .owl-nav .owl-next {
	right: -100px;
}
.dynamic-poi .owl-nav .owl-prev {
	left: -100px;
}




.dynamic-poi .owl-dots {
	position: absolute;
	bottom: -140px;
	width: 100%;
	transform: translateY(-50%);
}

.dynamic-poi .textOnlyBlock {
	padding: 0;
	background: #415968;
	color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.dynamic-poi .textOnlyBlock:before {
	display: table;
	content: '';
	padding-top: 100%;
}

.dynamic-poi .textOnlyBlock .poiTitle {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin: 0 0 15px;
}
.dynamic-poi .textOnlyBlock .poiText {
	position: absolute;
	left: 0;
	top: 0;
	padding: 80px 45px 55px;
	text-align: center;
}

.dynamic-poi .textOnlyBlock .poiEx {
	margin-bottom: 25px;
}

.dynamic-poi .textOnlyBlock .poi-btn {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	font-weight: 600;
	display: inline-block;
	color: #8ba4b1;
	font-family: "Poppins", serif;	
}
.dynamic-poi .textOnlyBlock .poi-btn:hover {
	color: #ffffff;
}

.dynamic-poi .poi:hover .textOnlyBlock {
	background: #009475;
}


.callout.hasbg.notext {
	padding: 0;
}


.dynamic-gallery {
	margin: 0;
	padding: 120px 0;
	background: #ffffff;
}

.dynamic-gallery .img_centered a {
	border: 10px solid #ffffff !important;
	border-radius: 50%;
}

.dynamic-staff {
	padding: 145px 0 60px;
	position: relative;
	background: #f4f4f6;
	color: #1e2746;
}

.staffMember {
    border-bottom: 2px solid #97acb9;
    padding-bottom: 85px;
    margin-bottom: 85px;
}
.staffMember:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.standard-staff-image {
	max-width: 355px;
	border-radius: 50%;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.standard-staff-image img {
	object-fit: cover;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.standard-staff-text {
	padding: 25px 30px 25px 30px;
}

.standard-staff-text h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #1e2746;
}
.standard-staff-text .staff-readmore {
	font-size: 19px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #97acb9;
	font-weight: 600;
	font-family: "Poppins", serif;
}
.standard-staff-text .staff-readmore:hover {
	color: #009475;
}
.standard-staff-text .staff-meta .meta-label {
	float: left;
	margin-right: 5px;
	text-transform: inherit;
}

.dynamic-mini-pois {
	padding: 85px 0 175px;
	background: #1e2746;
	color: #ffffff;
	margin: 0;
}
.mini_pois_left_content {
	padding-top: 45px;
}
.mini_pois_left_content .mini_pois_title {
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 40px;
}

.mini_pois_carousel_item_inner {
}

.mini_pois_container {
	max-width: 352px;
	width: 100%;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.05);
	padding: 63px 15px 40px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.mini_pois_carousel_item {
	width: 100% !important;
}

.mini_pois_carousel_item_inner a {
	display: block;
	text-align: center;
}

.mini_pois_carousel_item_inner a img {
	display: block;
	margin: 0 auto 40px;
}

.mini_pois_carousel_item_inner a span {
	display: block;
	color: #ffffff;
	font-size: 50px;
	line-height: 65px;
}

.mini_pois_carousel_item_inner a:hover, .mini_pois_carousel_item_inner a:hover span {
	color: #97acb9;
}


.mini_pois_container .mini_pois-pager {
	width: 100%;
	z-index: 111;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: -90px;
}

.mini_pois_container .mini_pois-pager span {
	font-size: 0 !important;
	width: 31px;
	height: 31px;
	border: 4px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: inline-block !important;
	margin: 0 7px;
	cursor: pointer;
}
.mini_pois_container .mini_pois-pager span:first-child {
	margin-left: 0;
}
.mini_pois_container .mini_pois-pager span:last-child {
	margin-right: 0;
}

.mini_pois_container .mini_pois-pager span.cycle-pager-active {
	background: rgba(255, 255, 255, 0);
	border-color: #ffffff;
}

.dynamic-ethos-carousel {
	margin: 0;
	padding: 95px 0 120px;
	position: relative;
	background: #97acb9;
}

.dynamic-ethos-carousel .ethos_title {
	color: #1e2746;
	font-size: 125px;
	line-height: 125px;
	margin-bottom: 60px;
	margin-left: -20px;
	font-family: "Abril Fatface", serif;	
}
.dynamic-ethos-carousel .ethos_title span {
	color: #ffffff;
	font-size: 75px;
	line-height: 82px;
	margin-left: 135px;
	display: block;
}

.dynamic-ethos-carousel .button {
	margin-left: 50px;
	background: #415968;
	color: #ffffff;
}
.dynamic-ethos-carousel .button:hover {
	background: #009475;
	color: #1e2746;
}
.etho_carousel_item_inner {
	font-size: 50px;
	line-height: 65px;
	color: #1e2746;
	font-weight: 400;
}
.etho_carousel_item {
	width: 100%;
}

.ethos-pager {
	width: 100%;
	z-index: 111;
	text-align: left;
	display: block;
	position: relative;
	padding-top: 30px;
}

.ethos-pager span {
	font-size: 0 !important;
	width: 31px;
	height: 31px;
	border: 4px solid rgba(255, 255, 255, 0);
	background: #8298a6;
	border-radius: 50%;
	display: inline-block !important;
	margin: 0 7px;
	cursor: pointer;
}
.ethos-pager span:first-child {
	margin-left: 0;
}
.ethos-pager span:last-child {
	margin-right: 0;
}

.ethos-pager span.cycle-pager-active {
	background: rgba(255, 255, 255, 0);
	border-color: #415968;
}



.dynamic-instagram {
	background-color: #415968;
	margin: 0;
	color: #ffffff;
}
.sbi-header-type-text:before {
	content: "\f16d";
	display: inline-block;
	font-weight: 400;
	font-family: "Font Awesome 6 Brands";
	transform: rotate(0deg);
	transition: 300ms;
	font-size: 42px;
	position: relative;
	color: #ffffff;
	margin-right: 30px;
}
.sbi-header-type-text {
	padding: 0 !important;
	max-width: 1140px;
	width: 100%;
	margin: 0px auto 40px;
	font-size: 50px !important;
	line-height: 65px !important;
}
#sb_instagram #sbi_images.sbi_carousel .sbi_item {
	padding: 0 !important;
}
#sb_instagram #sbi_images.sbi_carousel {
	padding: 0 !important;
}
.sbi-owl-dots {
	position: absolute;
    top: -90px;
    right: 13.5%;
    padding: 0;
    margin: 0;
}

.footerLower a {
	color: #ffffff;
}
.footerLower a:hover {
	color: #97acb9;
}
.footerLower {
	padding-top: 20px;
	padding-bottom: 0;
	background: transparent;
	font-size: 14px;
}
.footer-lower-col-2 a {
	margin-left: 7px;
	margin-right: 7px;
}


.home_banner_buttons {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 110px;
	left: 0;
	z-index: 111;
	display: block;
}
.home_banner_buttons .button {
    margin: 0px 16px;
}

.home_banner_buttons .button:first-child {
    margin-left: 0px;
    margin-right: 0px;
}
.footerIcons {
	margin-top:0;
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:1.5rem;
	align-items:center;
}
.footerIcons .col-auto {
	max-width:240px;
}
.footerIcons img{
	max-height:90px;
	width:auto;
	object-fit:contain;	
}


@media only screen and (max-width : 991px) {

	#homeBanner {	
		max-height:640px;
		height: 100%;
		min-height: 640px;
	}
	.header-buttons {
		display: none;
	}

	.headGroup {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 11px;
		height: 103px;
		padding-bottom: 11px;
	}
	.fixedHeader .headGroup {
	}
	.headerIcon a img {
		max-width: 122px;
	}

	.header-right {
		width: 30%;
		text-align: right;
	}
	.header-logo {
		width: 70%;
		text-align: left;
		padding-top: 20px;
	}
	.fixedHeader .header-logo, .menuopen .header-logo {
		padding-top: 0px;
	}

	.home_banner_buttons {
		bottom: 10px;
		max-width: 230px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		display: block;
	}
	.home_banner_buttons .button {
		display: inline-block;
		margin: 0 auto 15px;
	}

	.welcomeBlock .welcomeImage img {
		border: 21px solid #324856;
		margin-top: -260px;
		width: 120%;
	}

	.welcomeBlock .welcome_image_container {
		margin-left: -22.5%;
		padding-right: 12px;
	}

	.welcomeBlock .welcomeImage:after {
        margin: 20px 0 0 !important;
        position: relative;
        right: auto;
        bottom: auto;
        background-size: 275px;
        width: 110%;
    }

	.welcomeBlock .welcomeBlockText {
		padding-left: 35px;
		padding-right: 35px;
	}
	.welcomeBlockText h1 {
		font-size: 62px;
		line-height: 41px;
		margin-bottom: 50px;
	}
	.welcomeBlockText h1 span {
		font-size: 37px;
		line-height: 41px;
	}

	.welcomeBlockText blockquote {
		padding: 0 0px 0 0;
		margin-bottom: 65px;
	}
	blockquote {
		font-size: 38px;
		font-weight: 400;
		line-height: 52px;
	}
	blockquote cite {
		padding: 30px 0 0;
	}
	.welcome-buttons {
		max-width: 220px;
	}
	.welcome-buttons .button {
		margin: 0 0 20px;
	}
	.dynamic-mini-pois {
		padding: 0 0 175px;
	}
	.mini_pois_left_content {
		padding: 0 25px 100px;
	}
	.mini_pois_right_content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mini_pois_carousel_item_inner a span {
		display: block;
		color: #ffffff;
		font-size: 38px;
		line-height: 52px;
	}
	
	


	.dynamic-ethos-carousel .ethos_title {
		font-size: 62px;
		line-height: 41px;
		margin-bottom: 50px;
		margin-left: 0;
	}
	.dynamic-ethos-carousel .ethos_title span {
		font-size: 37px;
		line-height: 41px;
	}

	.ethos_left_content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.dynamic-ethos-carousel .button {
		margin-left: 0;
		margin-bottom: 100px;
	}
	.etho_carousel_item_inner {
		font-size: 38px;
		line-height: 52px;
		padding-bottom: 40px;
	}

	.callout .calloutContent .calloutTitle h3 {
		font-size: 62px;
		line-height: 41px;
		margin-left: 0;
	}
	.callout .calloutContent .calloutTitle h3 span {
		font-size: 37px;
		line-height: 41px;
	}

	.callout.hasbg .calloutContent {
		bottom: 180px;
		padding: 0px 25px;
	}
	.callout .calloutContent .button {
		margin-left: 0;
	}
	.callout-pager {
		bottom: 100px;
		padding: 0 25px;
	}

	.dynamic-quote {
		padding: 85px 25px 100px;
	}

	.quoteContainer blockquote.quote-text {
		font-size: 22px;
		line-height: 32px;
	}
	.quoteContainer .quote-cite {
		padding: 0 !important;
	}
	
	.dynamic-quote:before {
		width: 100%;
		right: 0;
		display: block;
	}
	.dynamic-logos {
		padding: 242px 0 105px;
	}
	.dynamic-logos .owl-dots {
		top: -142px;
	}
	.destination-logo_container {
		margin-bottom: 100px;
	}
	.dynamic-logos .owl-prev {
		left: 25px;
	}
	.dynamic-logos .owl-next {
		right: 25px;
	}

	.dynamic-news .news-img-main img {
		width: 120%;
		max-width: inherit;
		border-radius: 50%;
		border: 20px solid #324856;
		margin-top: -260px;
		object-fit: cover;
	}
	.news_image_container {
		margin-left: -19.5%;
		padding-right: 25px;
	}

    .dynamic-news .news-img-main .sliderThumb:after {
        margin: 20px 0 0 !important;
        position: relative;
        right: auto;
        bottom: auto;
        background-size: 275px;
        width: 110%;
    }

	.news_text_inner .section_title {
		padding: 0;
	}
	.news_text_container {
		padding: 0px 37px;
	}

	.section_title h2 {
		font-size: 62px;
		line-height: 41px;
		margin-left: 0;
	}
	.section_title h2 span {
		font-size: 37px;
		line-height: 41px;
	}

	.news_text_inner h3 {
		font-size: 38px;
		line-height: 52px;
	}
	.news_text, .news_text p, .news_text_inner h3 {
		display: inline;
	}
	.news_text_inner {
		font-size: 38px;
		line-height: 52px;
	}
	.news_text_inner .floating_section_link {
		float: none;
	}
	.sbi-header-type-text {
		padding: 0 25px !important;
		max-width: 1140px;
		width: 100%;
		margin: 0px auto 70px;
		font-size: 22px !important;
		line-height: 35px !important;
	}
	.sbi-header-type-text:before {
		margin-right: 12px;
		vertical-align: middle;
	}
	.dynamic-news {
		padding-bottom: 120px;
	}
	.sbi-owl-dots {
		position: relative;
		top: auto;
		right: auto;
		padding: 65px 0 100px;
		margin: 0;
	}
	footer#footer {
		padding: 75px 0 10px;
	}
	footer#footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	footer#footer > .container > h2 {
		font-size: 62px;
		line-height: 41px;
		margin-left: 0;
	}
	footer#footer > .container > h2 span {
		font-size: 37px;
		line-height: 41px;
	}

	.footer_buttons {
		max-width: 240px;
		margin-bottom: 90px;
	}
	.footer_buttons .button {
		margin: 0 0 15px;
	}
	.footer-col-2 h2 {
		margin-top: 0;
		text-align: left;
	}

	.footerLower {
		padding-top: 30px;
		padding-bottom:20px;
	}
	.footer-col-2 h2 {
		font-size: 38px;
		line-height: 52px;
	}

	.insta-container {
		margin-top: -1px;
	}
		




	#navbar {
		width: 100%;
		max-width: 100%;
		background: #1e2746;
		padding: 165px 0px 50px;
		color: #ffffff;
		top: 0px;
		border: none;
	}

	#navbar.menu-level-2 {
		padding: 160px 0px 50px;
	}
	#navbar.menu-level-3 {
		padding: 160px 0px 50px;
	}
	#navbar.menu-level-3:after, #navbar.menu-level-2:after {
		content: '';
		width: 235px;
		height: 131px;
		background: url('images/left-top-corner.png') right top no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		transform: rotate(180deg);
		display: block;
		z-index: 1;
	}

	#navbar.menu-level-3:before {
		content: '';
		width: 210px;
		height: 165px;
		background: url('images/left-bottom-corner.png') right top no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(180deg);
		display: block;
		z-index: 1;
	}
	
	.menuopen {
		margin: 0;
	}
	#menu-main li.menu-item-has-children > .arrow {
		display: none;
	}

	#navbar.menu-level-2 #menu-main li {
		display: none;
	}
	#navbar.menu-level-2 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-2 #menu-main li.open > a {
		font-size: 24px;
		border: none;
		line-height: 40px;
		letter-spacing: 0px;
		color: #66d0fc;
		padding: 10px 30px 10px 0px;
		text-transform: inherit;
		display: block;
		font-weight: 500;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		display: none;
	}
	#navbar.menu-level-2 #menu-main li.open li.open > a {
		display: block !important;
	}

	#navbar.menu-level-2 #menu-main li.open li {
		display: block;
	}


	#navbar.menu-level-3 #menu-main li {
		display: none;
	}
	#navbar.menu-level-3 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-3 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-3 #menu-main li li.open > a {
		font-size: 24px;
		border: none;
		line-height: 40px;
		letter-spacing: 0px;
		color: #66d0fc;
		padding: 10px 30px 10px 0px;
		text-transform: inherit;
		display: none !important;
		font-weight: 500;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	#navbar.menu-level-3 #menu-main li.open li.open li {
		display: block;
	}


	.main-navigation.menu-level-3 ul.sub-menu a.back-to-main{
		display : none !important;
	}
	
	.main-navigation.menu-level-3 ul.sub-menu ul.sub-menu a.back-to-main{
		display : block !important;
	}	

	.main-navigation .back-to-main {
		display:none !important;
	}
	.main-navigation.menu-level-2 .back-to-main, nav.main-navigation.menu-level-3 .back-to-main {
		display:block !important;
	}	


	
	#menu-main li {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 40px;
		border: none;
		line-height: 35px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 10px 30px 10px 0px;
		text-transform: inherit;
		display: block;
		font-weight: 400;
	}


	#menu-main li li.menu-item-has-children > .arrow {
		display: none;
	}

	#menu-main li.menu-item-has-children > a:after {
	}

	#menu-main li li.menu-item-has-children > a:after {
		content: '\f054';
		font-size: 10px;
		width: 19px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		background: #7b9ab2;
		border-radius: 50%;
		position: absolute;
		right: 25px;
		top: 14px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
		transition: 300ms;
		display: block;
		color: #23567e;
		display: none;
	}
	#menu-main li li.menu-item-has-children > a:hover:after {
		background: #eb7120;
		color: #23567e;
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li li.menu-item-has-children:hover > a:after {
	}

	#menu-main li li.menu-item-has-children > a:after {
		display: none;
	}

	#menu-main li a:hover {
		color: #009475;
	}
	#menu-main li.current-menu-item > a {
		color: #009475;
		background: transparent;
		font-weight: 400;
	}

	.menu-main-container {
		padding: 0px 25px;
	}

	#menu-main li.menu-item-has-children > a {
	}
	/*#menu-main li.menu-item-has-children.open > a {
			display: none !important;
	}*/

	/*#menu-main li li.menu-item-has-children.open > a {
		display: none !important;
		color: #de8f25;
		background: transparent;
	}*/

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 30px;
		text-transform: uppercase;
		font-weight: 600;
		display: block;
        color: #ffffff;
		padding: 0px 30px 0px 0;

		font-family: "Poppins", serif;

	}



	/*#menu-main .sub-menu li.menu-item-has-children > a:after {
		content: "\f054";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 12px;
		width: 22px;
		height: 11px;
		line-height: 11px;
		transform: rotate(0deg);
		display: none !important;
		right: 0px;
		font-size: 14px;
		display: none;
	}
	#menu-main .sub-menu li.menu-item-has-children a:hover:after {
	}*/

	#menu-main .sub-menu li li a {
		position: relative;
		font-weight: 500;
	}


	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #66d0fc;
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: #ffffff;
		text-decoration: underline;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
	}
	
	#menu-main .sub-menu li a:before { 
	}

    #menu-main li.open > .sub-menu {
        display: flex;
    }


	#menu-main .sub-menu {
		padding: 0;
		border: none;
        flex-direction: column;
		justify-content: start;
		height: 100%;
        width: 100%;

	}
	#menu-main .sub-menu .sub-menu {
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		display: block;
		position: fixed;
		top: 112px;
		left: 25px;
		z-index: 99999999 !important;

		text-transform: uppercase !important;

		font-size: 14px !important;
		font-weight: 600 !important;
		color: #ffffff !important;
		opacity: 1 !important;
		line-height: 30px !important;
		padding: 0 !important;
		letter-spacing: 1.5px !important;

	}
	.back-to-main:hover {
	}

	.menu-main-container {
		padding: 0px 25px 0px;
		position: relative;
		height: 100%;
		width: 100%;
		z-index: 11;
	}

	#menu-main {
		margin: 0;
	}


	#navbar.menu-level-2 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}
	#navbar.menu-level-3 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	.header_navigation, .main-headbox {
		display: none !important;
	}
	.menuopen .headGroup {
		z-index: 999999999;
	}
	.menuopen .headGroup .row {
		align-items: center;
	}





	.footerLower p, .footerLower ul {
		margin: 8px 0;
	}
	.footer-lower-col-2 a:first-child {
		margin-left: 0;
	}

	.fixedHeader .headGroup .headerIcon a, .menuopen .headGroup .headerIcon a {
		width: 87px;
		height: 81px;
		overflow: hidden;
		display: block;
	}
	.fixedHeader .headGroup .stickyLogo, .menuopen .headGroup .stickyLogo {
		width: 122px;
		margin-left: -17px;
	}
	


	/*#navbar .menu-main-container::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: transparent;
	}
	
	#navbar .menu-main-container::-webkit-scrollbar {
		width: 5px;
		background-color: transparent;
	}
	
	#navbar .menu-main-container::-webkit-scrollbar-thumb {
		background-color: #502465;
	}*/


	.mini_pois_left_content .mini_pois_title {
		font-size: 38px;
		line-height: 52px;
		margin-bottom: 80px;
	}
	.footer-inner-col-2 {
		padding-right: 0;
	}
	.footer-inner-col-2 .tel-info, .footer-inner-col-2 .email-info {
		letter-spacing: -1px;
	}
	.header-buttons {
		display: none !important;
	}
	.fixedHeader .headGroup .stickyLogo {
		max-width: 122px;
	}

}




@media only screen and (min-width : 1700px) {

	.welcomeBlock .welcomeImage:after {
		bottom: -67px;
	}


}

@media only screen and (min-width : 992px) {


    body.menuopen .main-headbox {
        right: 0;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }

    body.menuopen .main-headbox .container {
		position: relative;
		z-index: 11;
    }    

    .main-headbox .headimage-box {
		position: relative;
        padding-top: 0px;
        margin: 0px;
    }

	
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
	    top: 0px;
        margin-top: 0px;
        padding: 175px 0 60px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		height: 100vh;
		max-height:  100vh;
		background: #1e2746;
		border: none !important;
	}

	.menu_image_box {
		text-align: center;
		padding: 0;
		padding-top : 20px;
	}

	.menu_custom_image_box {
		text-align: center;
	}

	.menu_image_box img {
		width: 100%;
		height: auto;
		max-height: 347px;
		object-fit: cover;
		max-width: 347px;
		display: block;
		margin: 0px auto 20px;
		border-radius: 50%;
		border: 5px solid #314902;
	}
	.menu_image_box .menu_link {
		position: relative;
		display: block;
		max-width: 347px;
		margin: 0px auto;
	}

	.menu_image_title {

		display: block;
		text-align: center;

		display:block;

		font-size:30px;
	
		font-weight:700;
	
		position:relative;
	
		padding:0px;
	
		text-transform: inherit;

		color: #252829;


	}

	.menu_image_title:after {
		width: 29px;
		height: 1px;
		background: #cd9f51;
		display: block;
		margin: 15px auto;
		content: '';
	}

	.menu_link_label {
		display: inline-block;
		color: #314902;
		font-weight: 400;
		font-size: 32px;
		text-transform: inherit;
		font-family: "Anton", sans-serif;
	}
	.menu_link_label:hover {
		color: #252829;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
		text-decoration: underline;
	}

	body.admin-bar .main-headbox {
        top: 32px;
    }
    
    body.menuopen .headGroup {
        z-index: 99999 !important;
	}

	body.menuopen.fixedHeader .headGroup .row{
		align-items: center !important;
	}

    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    .main-menu-right {
	}

    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0px !important;
        float: none;
        position: relative;
		height: 100%;
		background: transparent;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
		position: static;
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: none;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 0px 0px 0px 0px !important;
        width: 50%;
		/*top: 50%;
		transform: translateY(-50%);*/
        left: 100%;
		background: #1e2746;
		height: 100%;
        top: 0;
        left: 100%;
   }

   .menu-main-right-container li:hover > ul {
		display: block;
   }


   .headmenu-box {
	padding: 0;
   }
	
    .menu-main-right-container ul li ul ul {
        padding: 0px 0px 0px 0px !important;
        z-index: 115;
        width: 100%;
		min-width: inherit;
		flex-direction: column;
		justify-content: start;
		background: #1e2746;
		height: 100%;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
		position: static;
        padding: 0px 20px;
	}
    
    .menu-main-right-container ul li{
		margin-bottom: 0px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 75px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: rgba(255, 255, 255, 1);
		padding: 7px 0px 7px 0px;
		text-transform: inherit;

		font-family: "Abril Fatface", serif;
			
		display: block;
		font-weight: 400;	
		opacity: 1;
		position: relative;
		margin-right: 10px;
	}
	
    .menu-main-right-container ul ul li a {
        font-size: 14px;
		border: none;
		line-height: 20px;
		letter-spacing: 1.5px;
		color: #ffffff;
		padding: 5px 0px 5px 0px !important;
		text-transform: uppercase;
		display: block;
		font-weight: 600;	
		font-family: "Poppins", serif;
		opacity: 1;
		margin-right: 0;
	}


    .menu-main-right-container ul ul ul li a {
	}

    .menu-main-right-container ul li a:hover {
		color: #009475;
		opacity: 1;
    }
    .menu-main-right-container ul li:hover > a {
		color: #009475;
		opacity: 1;
    }
	
	.menu-main-right-container ul ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
 	}
	.menu-main-right-container ul ul li:hover > a {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
 	}



     .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
	}

	.menu-main-right-container ul li > a:after {
		content: '';
		font-style: normal !important;
		display: inline-block;
		width: 49px;
		height: 50px;
		line-height: 50px;
		font-size: 0;
		background: url('images/next-arrow.png') center center no-repeat;
		margin-left: 20px;
		display: none;
	}
	.menu-main-right-container ul li:hover > a:after {
		vertical-align: middle;
		display: none;
	}

	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 18px;
		width: 11px;
		height: 19px;
		transform: rotate(-90deg);
		display: block !important;
		right: 5px;
		font-size: 0;
		display: none !important;
	}
	.menu-main-right-container ul li li:hover > a:after {
		display: none !important;
	}



	
  
    
    .menu-main-right-container ul li ul li ul {
        left : 0 !important;
		position: absolute;
		display: none;
    }
    
    
    .menu-main-right-container ul ul li.menu-item-has-children:hover  ul {
        height: 100%;
        left : 100% !important;
		top: 0 !important;
		display: flex;
	}	

	.menu-main-right-container ul ul ul li a {
		display: block;
		margin: 0px !important;		
		border-bottom: none;		
   }

   .menu-main-right-container ul ul ul li a {
	}


    .menu-main-right-container ul ul li {
        float: none;
    }
	.menuopen .stickyLogo {
		max-width: 82px;
	}
    
    #navbar {
        display: none;
    }
	.menuopen .headGroup {
		z-index: 99999;
		padding-top: 33px;
		background: #1e2746;
	}
	.menuopen.fixedHeader .headGroup .container .row, .menuopen .headGroup .container .row {
		align-items: start;
	}


	.main-menu-right {
		height: 100%;
	}
	.menu-main-right-container {
		height: 100%;
	}

}



.sidebarSec {
	background: #009475;
    padding: 35px 25px 40px;
    position: relative;
	margin-top: 35px;
}
.sidebarSec a {
	color: #1e2746;
}
.sidebarSec a:hover {
	color: #8298a6;
}
.sidebarSec h2, .sidebarSec h3 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
}


.popupAlert.fancybox__content {
	width: 780px;
	max-width: 100%;
	padding: 40px;
	color: #ffffff;
	background: #1e2746;
	text-align: left;
	position: relative;
	font-size: 18px;
	line-height: 30px;

}

.popupAlert .noticeText {
	position: relative;
	z-index: 111 !important;
}


.popupAlert .popTitle {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 40px !important;
    font-weight: 400;
	color: #ffffff;
	font-family: "Abril Fatface", serif;
}	

.popupAlert.fancybox__content .noticeBody {
	padding: 0 !important;
}

.popupAlert h2, .popupAlert h3 {
    color: #fff;
}

.popupAlert .alert-btn {
	background: #009475;
	color: #1e2746;
}
.popupAlert .alert-btn:hover {
	border-color: #97acb9;
	background: #97acb9;
}

.popupAlert.fancybox__content>.f-button.is-close-btn {
	top: 30px !important;
	right: 25px !important;
	color: #ffffff !important;
	border-radius: 0px !important;
	background: transparent !important;
}

body.blog .side-menu-container {
	display: none;
}

.popupAlert.fancybox__content {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
.fancybox__container {
	background: rgba(0,0,0,0.65) !important;
}

@media only screen and (min-width : 768px) {
	.popupAlert.fancybox__content {
		padding: 90px 110px 50px 90px;
	}
	.popupAlert .popTitle {
		font-size: 75px;
	}
}	

.home .header-buttons {
	display: none;
}
.fixedHeader .header-buttons, .fixedHeader.home .header-button {
	display: inline-block;
}
