/*

	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 : #595a5b;

	--title_colour : #0e2335;

	--link_colour : #0e2335;

	--link_colour_hover : #a61642;	

	--button_bg: #a61642;

	--button_colour: #fff;

	--button_bg_hover: #0e2335;

	--button_colour_hover: #fff;

}



/*Content Wrapper*/



/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.scms-carousel .owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background: #86919a;

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}
.owl-nav .owl-prev i:before {
	content: '\f053';
    display: block;
    width: 32px;
    height: 32px;
	background: #022649;
	border-radius: 20px;
    line-height: 32px;
	text-align:center;
	font-size:20px !important;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	color: #ffffff;
}



.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-nav .owl-next i:before {
	content: '\f054';
    display: block;
    width: 32px;
    height: 32px;
	background: #022649;
	border-radius: 20px;
    line-height: 32px;
	text-align:center;
	font-size:20px !important;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	color: #ffffff;
}


.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity: 1;

}

.owl-dots .owl-dot.active {

	opacity: 1;

}

.owl-dots .owl-dot.active span {

	background: #0e2335;

}


.breadcrumbs {

	font-size:0.875rem;

	color:#676767;

	padding-bottom:1.25rem;

	position:relative;

	border-bottom:solid 1px #d7d9d9;

	margin-bottom:1.25rem;

}

/*Search Toggle Css    ----------------------  START  ------------------------------ */
.searchform .searchSubmit{
    border: 0;
    text-transform: uppercase;
    padding: 0;
	position:absolute;
	color:#969696;
	right:5px;
	top:0px;
    outline: 0;
}

.headerSearch form.openSearch {
	padding-right : 12px;
	top : 2px;
	z-index: 9;
}

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top : 0px;
	left: auto;
}

.searchToggle .searchform input.s {
	display: none;
}

.searchToggle .searchform.openSearch input.s {
	display: block;
}

.searchToggle .headerSearch .searchform input.s {
	position: absolute;
	right: 0;
	bottom: 0;
}

.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: auto;
	min-height: 29px;
	margin-right: 10px;
}


.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	z-index: 11;
}

.searchToggle .searchform {
	width: 25px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : 2px;
	padding-right : 0px;
	height: 29px;
	z-index: -1;
}

.searchToggle .searchform input.s {
	/*transition:300ms;*/
	background: transparent;
}

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	width: 250px;
	height: 79px;
}

.searchToggle .searchform.openSearch input.s:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.searchToggle .searchform.openSearch input.s {
	background: #ddb73c;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
}

.headerSearch .searchSubmit {
	width: 33px !important;
	height: 25px !important;
	background: url(images/search-icon.png) center center no-repeat !important;
	font-size: 0 !important;
}

.headGroup .searchSubmit:hover {
	background: url(images/search-icon-hover.png) center center no-repeat !important;
}

.searchform .searchSubmit {
	right: -1px;
}
.searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
	color: #ffffff;
}

.searchInput.s::placeholder {
	color: #ffffff;
}

.menu-toggle .toggleText {
	display: none;
}



/*Search Toggle Css    ---------------------------  END  ----------------------------------- */





/*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: 86px;
	position:relative;

}

.home header.mainHeader {

	height: 0;

}


.headGroup {

	color:#ffffff;

	background: #0e2335;

	transition:300ms;

	padding-top: 25px;
	padding-bottom: 25px;

	z-index:220;

	position:fixed;

	height: 86px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

 
}

.socialDesktop {


}

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

    Navigation

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



.menu-toggle {

    position:relative;

	padding-right:55px;	

	display:inline-block;

	cursor:pointer;

	height:30px;	

    color: #ffffff;

}
.menu-toggle:hover {
	color: #ddb73c;
}
.menu-toggle .toggleText {

	display:none;

	vertical-align:middle;

	font-size:18px;
	font-weight: 700;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:24px;

	height:16px;

	right:0;

	top: 6px;

	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: 24px;

    height: 2px;

    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{

    background-color: #ddb73c;

}

.menu-toggle .toggleIcon span {

	top:50%;

	left:2px;

	margin-top:-.5px;	

}

.menu-toggle .toggleIcon span:before {

    top: -7px;

}

.menu-toggle .toggleIcon span:after {

    top: 7px;

}

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: #595a5b;

	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:18px;

	height:18px;

}	

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 18px;

	height: 18px;

    left: 0px;

    top: 0px;

	line-height: 18px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

}

#menu-main li.open.menu-item-has-children > .arrow:after{


}



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

    Banner

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

#pageBanner,

.bannerWrap {

	position: relative;

	overflow:hidden;

	min-height:300px;

	max-height:680px;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	min-height:648px;

	max-height:100vh;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.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:#dddedf;

	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:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@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:100%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:0;

}



.dividera:after{

	content:'';

	display:block;

	 background-image: url(images/icon.png);

    background-position: center center;

	background-size:84px;

	height:91px;

	width:110px;

	top:50%;

	left:50%;

	margin-top:-45.5px;

	margin-left:-55px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size: 84px;

}







/*******FAQS*****/

.faqs{



}

.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:0.625rem 1.5rem;

    padding-right: 1.75em;

	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: 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%);

}

.dynamic-documents:has(> div.removeSpace) { 
	
	margin-bottom: 0px; 
}

/*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: #ddb73c;

	color:#ffffff;

	margin-bottom:0px;

	border-top-right-radius: 50% 40%;
    border-top-left-radius: 50% 40%;

}

.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);
	display: none;

}

.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: 123.905%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}



.read-text {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}
.read-text:hover {
	color: #a61642;
}

.poiText .read-text {
	display: none;
}


.textOnlyBlock .poiText .read-text, .poi:hover .poiText .read-text {
	display: block;
}


.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{


	height: 100%;

}

.poi .poiTitle {

	display:block;

	font-size:22px;
	font-family: Georgia,Times,Times New Roman,serif;
	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;

	font-weight: 400;

	position:relative;

	padding:0px;
	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle, .poi:hover .poiTitle {

	text-shadow: none;
	margin-bottom: 20px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}

.poi .textOnlyBlock {

	padding: 0px;

}

.textOnlyBlock .poiText {

	display:block;	

	text-align:center;

	height: 100%;
	width: 100%;

	padding: 60px 40px 40px;


	flex-direction: column;
	justify-content:center;
	display: flex;	



}

.sidebar .textOnlyBlock .poiText {
	min-height: 410px;
}



.textOnlyBlock .poiText .poiTitle {
	margin-bottom: 20px;
}


.poi:hover .textOnlyBlock {

	color:#fff;
	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	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:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.poiEx {
	margin-bottom: 40px;
}

.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);

}



#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;

}



.headerIcon {
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
}
.home:not(.fixedHeader) .headerIcon {
	top: 50px;
}


.headGroup .socialDesktop {
	display: block;
}


.headGroup {
	padding: 25px 55px 25px;
}

.headGroup a {
	color: #ffffff;
}
.headGroup a:hover {
	color: #ddb73c;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
}
.home .headGroup {
	background: transparent;
	padding: 33px 55px 0;
}
.fixedHeader.home .headGroup {
	background: #0e2335;
	color: #ffffff;
	padding: 25px 55px 25px;
}

.headGroup .mainLogo {
	display: none;
}
.home .headGroup .mainLogo {
	display: block;
}
.fixedHeader.home .headGroup .mainLogo {
	display: none;
}

.home .headGroup .row  {
	align-items: start !important;
}
.fixedHeader.home .headGroup .row {
	align-items: center !important;
}

.headGroup .stickyLogo {
    display: inline-block;
}
.home:not(.fixedHeader) .headGroup .stickyLogo {
    display: none;
}


.container {
	max-width: 1164px;
}
.headGroup .container {
	max-width: 100%;
}

.header-links {
	display: inline-block;
	margin-right: 10%;
}

.header-links .header-link {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	margin: 0px 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 36px;
	position: relative;
}
.header-links .header-link:last-child {
	margin-right: 0px;
}
.header-links .header-link:first-child {
	margin-left: 0px;
}

.header-links .header-link:before {
	width: 1px;
	height: 18px;
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	right: -33px;
    top: 10px;
}
.header-links .header-link:last-child:before {
	display: none;
}




.header-left {
	padding: 0;
}
.header-left ul {
	padding: 0;
	margin: 0;
}

.header-left ul li {
	padding: 0 7px;
}
.header-left ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.header-left ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.header-left ul li a {
	line-height: 36px;
	font-size: 22px;
}

.header-left ul li a:hover {
	color: #ddb73c;
}

.homeBanner .hero:before {
	content:'';
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 111;
	opacity: 0.8;
	height:40%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.homeBanner .hero .slideImage:after {
	content:'';
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 111;
	opacity: 0.8;
	height:40%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

















/*Inner Page Area Styles Css --------------------------------------------------- Start */




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

.breadcrumbs {
    font-size: 18px;
    line-height: 32px;
    color: #595a5b;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 15px 0px 0px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 70px;
    border-bottom: none;
    min-height: 32px;
    font-weight: 700;
	display: inline-block;
	border-bottom: none;
}

/*.breadcrumbs .share {
	position: absolute;
	right: 0px;
	top: 15px;
    min-height: 32px;
	padding-right: 25px;
	background: url('images/share-icon-inner.png') right center no-repeat;
}

.breadcrumbs .addtoany_list a, .widget .addtoany_list a {
	font-size: 14px !important;
}*/


.breadcrumbs em {
	margin: -3px 10px 0px;
	width: 1px;
	height: 12px;
	background: #595a5b;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: #595a5b;
	text-decoration: none;
}

.breadcrumbs span > span {
    color: #a61642;
}

.breadcrumbs a:hover {
    color: #a61642;
}


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

.bodyContent table {
    display: inline-block;
    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: 14px;
    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 .body-text {
	margin-bottom: 50px;
}


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

.bodyContent h2, .sidebar h2, .bodyContent h3, .sidebar h3 {    
	font-family: "Raleway", sans-serif;
	font-weight: 700 !important;
}*/



.staff-meta a.email-value:before {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background: #0e2335;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #a61642;
}



.wpmf-gallery-icon, .bodyContent .dynamic-carousel a.image {
	overflow: hidden;

	-webkit-mask-image: url(images/gallery-mask.png);
	mask-image: url(images/gallery-mask.png);
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center top;

}

.wpmf_gallery_default .wpmf-gallery-icon a img {
    width: 100%;
    min-height: 354px;
    object-fit: cover;
}

/*
.bodyContent .dynamic-carousel a.image {
	border-radius: 50% !important;
	overflow: hidden !important;
	display: block !important;
}
*/

.bodyContent .dynamic-carousel img {
	height: 354px;
    object-fit: cover;
}

.bodyContent {
}
.bodyContent .dynamicContent {
	margin-bottom: 50px;
	padding-right:50px;
}



.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 15px;
    position: relative;
	letter-spacing: 0px;
}
.dynamic-text  ul li {
	margin-bottom: 5px;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #595a5b;
    position: absolute;
    left: 0px;
    border-radius: 4px;
    top: 12px;
}


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







.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 20px;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 15px 65px 15px 37px;
    background-color: #0e2335;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700 !important;
	border-radius: 0px;
	font-family: "Open Sans", sans-serif;


}
.faq.open .faq-question {
    background-color: #0e2335;
    color: #ffffff;
    border: none;
	border-radius: 0;
}
.faq-question:hover {
    background: #a61642;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    display: block;
    width: 21px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 21px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    /*transition: 300ms;*/
    content: '\f062';
	font-size: 22px;
}

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

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

.faq-answer {
    display: none;
    padding: 0 !important;
    background: #f1f2f2;
    border: none !important;
    margin-bottom: 0px;
	transition: none;
}

.faq-answer .col-md {
	padding: 40px !important;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

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

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


.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 15px 75px 15px 37px;
    background-color: #a61642;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700 !important;
	border-radius: 0px;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	
}



.dynamic-documents .document {
	width: 100%;
}

.dynamic-documents a.document-link:hover {
    background: #0e2335;
    color: #ffffff;
    border-color: #0e2335;
}

.dynamic-documents a.document-link:focus {
    background: #0e2335;
    color: #ffffff;
    border-color: #0e2335;
}

.dynamic-documents a.document-link:after {
    display: block;
    width: 18px;
    height: 27px;
	line-height: 27px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 13px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;
	background: url('images/download-icon.png') center center no-repeat;
	display: none;
}
.dynamic-documents a.document-link:hover:after {
}


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


	position: relative;
    margin: 0;
    padding: 15px 75px 15px 37px;
    background-color: #a61642;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700 !important;
	border-radius: 0px;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #0e2335;
    color: #ffffff;
    border-color: #0e2335;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #006839;
    color: #ffffff;
    border-color: #006839;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
    width: 23px;
    height: 23px;
	line-height: 23px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;
	background: url('images/weblink-icon.png') center center no-repeat;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




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

	position: relative;
    margin: 0;
    padding: 15px 75px 15px 37px;
    background-color: #a61642;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700 !important;
	border-radius: 0px;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	


}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #0e2335;
    color: #ffffff;
    border-color: #0e2335;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #0e2335;
    color: #ffffff;
    border-color: #0e2335;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 11px;
    height: 15px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 15px;
	display: none;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}






/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none !important;
	z-index: 1;
}
.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	line-height: 0px !important;
	width: 100px !important;
	height: 100px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
	border-radius: 50% !important;
	border: none !important;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 32px solid transparent !important;
    border-left: 58px solid #ffffff !important;
    border-bottom: 32px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 56% !important;
	top: 51% !important;
	transform: translate(-50%, -50%) !important;
}
.dynamic-callout .video_callout .button:hover:after {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
}

.bodyContent .callout.video_callout .coimg, .sidebar .callout.video_callout .coimg  {
	position: relative;
}
.bodyContent .callout.video_callout .coimg img, .sidebar .callout.video_callout .coimg img {
	position: relative;
}


.sidebar .callout .calloutContent {
	padding: 120px 40px 120px;
}
.bodyContent .callout .calloutContent {
	padding: 80px 40px 80px;
}

.bodyContent .dynamic-callout .video_callout h3 {
	display: none !important;
}



.bodyContent .dynamic-callout .callout-btn {
	text-align: right;
}

.container body-container .dynamic-callout .calloutContent .button {
	color: #ffffff;
}
.dynamic-callout .callout {
	background: #ddb73c;
}

.bodyContent .dynamic-callout .callout .button, .sidebar .dynamic-callout .callout .button {
}
.bodyContent .dynamic-callout .callout .button:hover, .sidebar .dynamic-callout .callout .button:hover {
}

.dynamic-callout .calloutTitle h3 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.dynamic-callout .calloutSubtitle {
	margin-bottom: 35px;
}

.bodyContent .dynamic-callout .callout.hasbg .calloutContent {
	padding: 130px 40px 150px;
}

.sidebar .dynamic-callout .callout.hasbg .calloutContent {
	padding: 130px 40px 110px;
}



/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */

.bodyContent .dynamic-quote {

}

.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 0px;
	margin: 0;
	max-width: 100%;
	position: relative;
}


.bodyContent .dynamic-quote .quoteContainer:before{

	content:'';

	display:block;

	 background-image: url(images/testimonials-bg.png);

    background-position: center center;


	height:100%;

	width:100%;

	top:0px;

	left:0;

    background-repeat: no-repeat;

	position:absolute;


}



/* 
.bodyContent .dynamic-quote .quoteContainer:after{

	content:'';

	display:block;

	 background-image: url(images/icon.png);

    background-position: center center;

	background-size: 73px;

	height:74px;

	width:106px;

	top:-37px;

	left:50%;

	margin-left:-53px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}
*/



.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0 13% !important;

	position: relative;
}

.bodyContent .quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 700;
	font-style: normal;
	color: #0e2335;
	padding-right: 0px;
	padding-top: 25px;
	padding-left: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;

	font-family: "Open Sans", sans-serif;	

}



.staffMember {
	margin-bottom: 50px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
}

.staffMember h3 {
	margin: 0px 0 25px;
	font-size: 22px;
}
.staffContent  {
	margin-top:30px;
	margin-bottom:30px;
}
.staff-meta .meta-label {
	font-size: 22px;
	font-weight: 400;
	color: #0e2335;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: Georgia,Times,Times New Roman,serif;
}
.staff-meta .meta-value {
	font-size: 22px;
	font-weight: 400;
	color: #595a5b;
	text-transform: inherit;
	letter-spacing: 0px;
	font-family: Georgia,Times,Times New Roman,serif;
}
.dynamic-carousel .owl-nav {
	position: absolute;
    width: 100%;
    max-width: 300px;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.dynamic-carousel .owl-dots {
	padding-top: 25px;
}


.callout.hasbg .calloutContent:before {
	display: none;
}

.body-container {
	margin: 0 auto;
}


.body-container .poi {
	height: 100%;
}


.wpforms-submit {
	display: inline-block !important;
    color: #ffffff !important;
    border: none !important;
    background: #0e2335 !important;
	text-decoration:none !important;
    line-height: 30px !important;
    padding: 15px 30px !important;
    position: relative !important;
    transition: 300ms !important;
	font-size: 18px !important;
	text-align: center !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important; 
	text-transform: uppercase !important;
	position: relative !important;	
	height: auto !important;
	min-width: 223px;
	text-align: center;
	border-radius: 0 !important;
}
.wpforms-submit:hover {
    background: #a61642 !important;
    color: #ffffff !important;
}



/*Sidebar Menu Css --------------------------------------------- Start ------------------ */


.sidebar {
    padding-left: 0px;
	padding-top: 101px;
}
.side-menu-container {
    color: #0e2335;
    padding: 0px 0px 40px;
    position: relative;
	overflow: hidden;
	background: url('images/texture-icon.jpg') left top repeat;
	margin-bottom: 40px;
}

.sidebarSec {
	background: url('images/texture-icon.jpg') left top repeat;
    color: #0e2335;
    padding: 0px 35px 40px;
    position: relative;
}
.sidebarSec h2 {
    color: #0e2335;
}

.sidebarSec a {
    color: #0e2335;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
	letter-spacing: 0px;
	font-weight: 700;
    padding: 10px 0px 10px 0px;
	text-decoration: none;
}
.sidebarSec a:hover {
    color: #a61642;
}

.sidebarSec .wp-block-search__button {
	background: #0e2335 !important;
	color: #ffffff !important;
	border-color: #0e2335 !important;
}
.sidebarSec .wp-block-search__button:hover {
	background: #a61642 !important;
	color: #ffffff !important;
	border-color: #a61642 !important;
}




#menu-side > li > a {
    font-size: 0px;
	padding: 0;
	line-height: 60px !important;
	margin: 0;
	position: relative;
	display: block !important;
}
#menu-side > li > a > span {
    display: none;
}

#menu-side > li > a:after {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 60px;
    content: 'IN THIS SECTION';
    padding: 0px 33px;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 30px;
    display: block;
	color: #ffffff;
	background: #0e2335;
	font-family: Georgia,Times,Times New Roman,serif;

	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-weight: 400;
	z-index: 11;

}
#menu-side > li > a:hover:after {
	text-decoration: none !important;
}


#menu-side > li > .sub-menu {
	padding: 30px;
}


#menu-side > li {
}


#menu-side .sub-menu li:last-child a {
	border: none;
}



#menu-side .sub-menu li {
    border-bottom: 1px solid rgba(89, 90, 91, 0.6);
	color: #0e2335;
}

#menu-side .sub-menu li:hover { 
    border-bottom: 1px solid rgba(89, 90, 91, 0.6);
	color: #a61642;
}


#menu-side .sub-menu li.current-menu-item  {
    border-bottom: 1px solid rgba(89, 90, 91, 0.6);
}
#menu-side .sub-menu li.open.current-menu-item  {
    border-bottom: 1px solid rgba(89, 90, 91, 0.6);
}



#menu-side a {
    color: #0e2335;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
	font-weight: 700;
	letter-spacing: 0px;
    padding: 15px 0px 15px 0px;
	display: inline-block;
}





#menu-side .sub-menu .sub-menu {
	border-top: 3px solid #a61642;
}
#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
}

#menu-side li a:hover {

	color: #a61642;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow {
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 18px;
    height: 18px;
	line-height: 18px;
	transform: inherit;
	top: 0px;
	content: '+';
}
#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
	content: '-';
	font-size: 32px;
	line-height: 6px;
	transform: inherit;
	color: #a61642;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
}


#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    height: 35px;
}



#menu-side li {
    margin: 0px;
}

#menu-side .sub-menu li.open li {
	border: none !important;
}
#menu-side .sub-menu li.open li a {
    line-height: 36px;
    padding: 0px;
	font-weight: 700 !important;
	font-size: 18px;
	text-transform: inherit;
}
#menu-side .sub-menu li.open li a:before {
	content: '';
	width: 5px;
	height: 2px;
	background: transparent;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
#menu-side .sub-menu li.open li a:hover:before {
	background: #cc3366;
}

#menu-side .sub-menu li.open li a span {
	padding: 0;
}

#menu-side .sub-menu li.open li a:hover {
	color: #a61642;
}

/*#menu-side .sub-menu li.open li a:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: -3px;
}*/



#menu-side .sub-menu .sub-menu {
    padding: 5px 35px 5px;
    background: transparent;
	margin-left: 0px;
	margin-right: 0px;
}

#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 5px 35px 5px 10px;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
	color: #a61642;
}
#menu-side .sub-menu li.open > a {
	color: #a61642;
}
#menu-side .sub-menu .sub-menu li.open > a {
	color: #a61642;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
	color: #a61642;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: '';
	display: none;
}


/*
#menu-side .sub-menu li .sub-menu li > .arrow:before {
    display: none;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children > .arrow:before {
    display: block;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children.open > .arrow:before {
    display: block;
}
*/

#menu-side .sub-menu .sub-menu .sub-menu a > span {
}

#menu-side .sub-menu li.open > .sub-menu {

}


/*Sidebar Menu Css --------------------------------------------- End ------------------ */





.homeBanner .slideText {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 210px;
	width: 100%;
	z-index: 120;
	color: #ffffff;
	padding: 0px 20px;
	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
}

.homeBanner .slideText .top_text {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Georgia,Times,Times New Roman,serif;
}
.homeBanner .slideText .top_text span {
}
.homeBanner .slideText .bottom_text {
	font-size: 19px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}

.banner_links {
	position: absolute;
	bottom: 55px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 112;
}

.banner_links .banner-link {
	display: inline-block;
	padding: 15px 30px;
	margin: 0px 13px;
	text-align: left;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 400;
	position: relative;
	min-width: 263px;
	font-size: 22px;
	padding-right:60px;
}	

.banner_links .banner-link:before {
    content: '\f054';
    display: block;
    width: 32px;
    height: 32px;
	background: #ffffff;
	border-radius: 20px;
    line-height: 32px;
	text-align:center;
    position: absolute;
    right: 15px;
    top:14px;
	font-size:20px;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	color: #022649;
}


.bg-blue.banner-link:before {
	color: #022649;
}

.bg-light-blue.banner-link:before {
	color: #a8d0e5;
}

.bg-red.banner-link:before {
	color: #cc3366;
}

.bg-yellow.banner-link:before {
	color: #ddb73c;
}



.bg-blue {
	background: #022649;
	border-color: #022649;
}

.bg-light-blue {
	background: #a8d0e5;
	border-color: #a8d0e5;
}

.bg-red {
	background: #cc3366;
	border-color: #cc3366;
}

.bg-yellow {
	background: #ddb73c;
	border-color: #ddb73c;
}

.button.bg-blue:hover, .button.bg-yellow:hover, .button.bg-light-blue:hover {
	background: #cc3366;
	border-color: #cc3366;
}
.button.bg-blue:hover:before, .button.bg-yellow:hover:before, .button.bg-light-blue:hover:before {
	color: #cc3366;
}
.button.bg-red:hover:before {
	color: #ddb73c;
}

.button.bg-red:hover {
	background: #ddb73c;
	border-color: #ddb73c;
}




footer#footer {
	background: #0e2335;
	padding: 55px 0 10px;
	color: #ffffff;
	line-height: 39px;
	font-weight: 400;
}

footer#footer a {
	color: #ffffff;
}

footer#footer a:hover {
	color: #ddb73c;
}

.footer-col-2 {
	padding-top: 15px;
}

.footer-col-2 p {
	margin-bottom: 0;
}


.footer-col-3 {
	position: relative;
	padding-top: 15px;
}

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


	.welcome-btn {
		margin-top: 48px;
	}

	.footer-col-3 {
		padding-right: 18%;
		padding-left: 50px;
	}
	.welcomeImage img {
		width: 100%;
		height: 100%;
		max-height: 651px;
		min-height: 651px;
		object-fit: cover;
	}
	.bodyContent .dynamic-quote .quoteContainer {
		padding: 30px;
}

}

.footer_social {
	position: absolute;
	right: 0;
	top: 0;
}

.footer_social ul {
	padding: 0;
	margin: 0;
}

.footer_social ul li {
	display: inline-block;
	min-width: inherit;
}
.footer_social ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.footer_social ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.footer_social ul li a {
	font-size: 22px;
}



.menu-footer-menu-container ul {
	padding: 0;
	margin: 0;
}

.menu-footer-menu-container ul li {
	width: 50%;
	float: left;
}
.menu-footer-menu-container ul:after {
	display: table;
	content: '';
	clear: both;
}



.footerLower {
	margin-top: 50px;
	font-size: 16px;
	background: transparent;
	padding: 20px 0;
	position: relative;
}

.footerLower:before {
	width: 100%;
	max-width: 1140px;
	height: 1px;
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}





.section_title {
	text-align: center;
	margin-bottom: 65px;
}

.section_title h2 {
	margin: 0 !important;
	font-size: 55px;
	line-height: 55px;
	font-weight: 400;
}










.dynamic-destinations-logos {
	background: url('images/texture-icon.jpg') left top repeat;
	margin: 0;
	padding: 110px 0 119px;
	position: relative;
}

.dynamic-destinations-logos .container {
	position: relative;
	z-index: 11;
	text-align: center;
	max-width: 1324px;
}

.dynamic-destinations-logos .logo_link img {
	width: auto;
	max-width: 100%;
	filter: grayscale(1);
}

.dynamic-destinations-logos .logo_link {
	display: inline-block;
	margin: 0px auto;
}

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

.dynamic-destinations-logos .owl-nav button {
	top: -50%;
	transform: translateY(-50%);
}


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


	.dynamic-destinations-logos .owl-nav .owl-prev {
		left: -70px;
	}
	.dynamic-destinations-logos .owl-nav .owl-next {
		right: -70px;
	}

}

.dynamic-destinations-logos:after {
	content: '';
	width: 100%;
	max-width: 395px;
	height: 398px;
	background: url('images/creactor-icon-bg-white.png') right top no-repeat;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}


.dynamic-destinations-logos .owl-dots {
	padding-top: 65px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 110px;
}

.dynamic-info-grid {
	margin: 0;
	padding: 150px 0 120px;
	position: relative;
}

.dynamic-info-grid .container {
	position: relative;
	z-index: 11;
}

.dynamic-info-grid .section_title {
	margin-bottom: 100px;
}

.dynamic-info-grid .grid_news_content {
	margin-bottom: 150px;
}
.dynamic-info-grid .grid_news_content .item {
	opacity: 1;
}

.dynamic-info-grid .news_img_content .sliderThumb {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 471px;
	height: 100%;
	max-height: 421px;

	-webkit-mask-image: url(images/welcome-video-mask.png);
	mask-image: url(images/welcome-video-mask.png);
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center top;	
}

.dynamic-info-grid .news_img_content .sliderThumb img {
	width: 100%;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
}


.dynamic-info-grid .grid_news_content .active .item {
	opacity: 1;
}

.dynamic-info-grid .news_content {
	padding-left: 45px;
}

.dynamic-info-grid .news_content .txt {
	margin-bottom: 25px;
}


.dynamic-info-grid .news_content .date, .dynamic-info-grid .news_content .date a {
	font-size: 18px;
	color: #595a5b;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 300;
}
.dynamic-info-grid .news_content h3 {
	color: #595a5b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-transform: inherit;
	margin-bottom: 20px;
}

.dynamic-info-grid .news_content h3 a {
	color: #595a5b;
}
.dynamic-info-grid .news_content h3 a:hover {
	color: #a61642;
}

.instagram_content {
	position: relative;
}
.instagram_content .icon {
	position: absolute;
	right: 35px;
	top: 20px;
	color: #ffffff;
	text-shadow: 0px 0px 25px #000000;
	z-index: 11;
}



.twitter_content {
}

.twitter_content .icon {
	position: absolute;
	right: 25px;
	top: 17px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 25px #000000;
}
.twitter_content .icon .fa-twitter:before {
	content: "\e61b" !important;
}




.twitter_content .infoBlock_inner {
	height: 100%;
	color: #ffffff;
	background: #f0b336;
	position: relative;
	padding: 0px;
	text-align: center;
	min-height: 360px;
}

.twitter_content .infoBlock_inner img {
	width: 100%;
	max-width: inherit;
	height: auto;
}


.twitter_content .infoBlock_inner .follow_us_link {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 34px;
	text-transform: inherit;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 2;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

#sb_instagram #sbi_images {
	padding: 0 !important;
}


.facebook_content .infoBlock_inner {
	padding: 50px 30px 30px; 
	color: #ffffff;
	position: relative;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
	background: #ddb73c;
	text-align: left;
}

.facebook_content.infoBlock .icon {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #ffffff;
	font-size: 20px;
	display: none;
}

.facebook_content.infoBlock a {
	color: #ffffff;
}
.facebook_content.infoBlock a:hover {
	color: #f0b336;
}

#cff .cff-meta-wrap .cff-view-comments-wrap {
	display: none;
}
#cff .cff-post-links {
	margin-top: 0 !important;
	float: none !important;
}
#cff .cff-meta-wrap {
	margin: 0 !important;
	position: absolute;
	left: 0;
	bottom: -90px;
	width: auto;
}
#cff .cff-item {
	position: relative;
	padding: 0 !important;
}
#cff .cff-meta-wrap .cff-viewpost-facebook {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	padding-right: 0px;
	text-decoration: none;
}
#cff .cff-meta-wrap .cff-viewpost-facebook:hover {
	color: #a61642;
}


#cff .cff-author, #cff-lightbox-wrapper .cff-author {
    margin-bottom: 15px !important;
    padding-left: 30px !important;
    position: relative;
}


#cff .cff-author .cff-author-text, #cff-lightbox-wrapper .cff-author .cff-author-text {
}

#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none;
}

#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date, #cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin: 0 !important;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: inherit;
	text-align: left;
	width: 100%;
	font-weight: 300;
}

#cff .cff-author a, #cff-lightbox-wrapper .cff-author a {
	font-size: 18px;
	text-transform: inherit;
	font-weight: 700 !important;
	color: #ffffff;
	line-height: 32px;
	letter-spacing: 0px;
}

#cff .cff-author:before, #cff-lightbox-wrapper .cff-author:before {
	display: block;
    content: '\f39e';
	font-weight:400;
	font-family: "Font Awesome 6 Brands";   
    transform: rotate(0deg);
	transition:300ms;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 11px;
}


.facebook_content .cff-post-text {
	margin: 0 !important;
	line-height: 24px !important;
	font-size: 16px;
	display: block;
	height: 120px;
	overflow: hidden;
	color: #ffffff;
	font-weight: 300;
}

#cff .cff-author {
	margin-bottom: 20px;
}



.welcomeBlock {
	padding: 75px 0;
	margin: 0;
}
.welcomeBlock .row {
	margin: 0px;
}

.welcomeBlockText-inner {
	width: 100%;
	max-width: 555px;
	margin: 0px 0px 0px auto;
}

.welcomeImage-main {
	padding: 0 0 0 50px;
}

.welcomeImage {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px auto;
	max-width: 722px;
	height: 100%;
	max-height: 651px;

	-webkit-mask-image: url(images/welcome-video-mask.png);
	mask-image: url(images/welcome-video-mask.png);
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center top;	

	display: block;
}

.welcomeImage:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 32px solid transparent !important;
    border-left: 58px solid #ffffff !important;
    border-bottom: 32px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 56% !important;
	top: 51% !important;
	transform: translate(-50%, -50%) !important;
}


.homeDynamic.dynamic-poi {
	background: url('images/texture-icon.jpg') left top repeat;
	margin: 0;
	padding: 110px 0 119px;
}

.dynamic-text-image-section {
	margin: 0;
}

.text_image_section_container {
	position: relative;
}

.dynamic-text-image-section .text_image_slide {
	width: 100% !important;
}

.dynamic-text-image-section .row {
	margin: 0;
}

.slide_section_image {
	padding: 0;
}
.slide_section_image img {
	width: 100%;
	max-width: inherit;
	height: auto;
	max-height: 877px;
	min-height: 877px;
	object-fit: cover;
}

.slide_section_details {
	background: url('images/testimonials-bg.png') center center no-repeat;
	position: relative;
	padding: 40px 30px;
}

.slide_section_details_inner-table {
	display: table;
	width: 100%;
	height: 100%;
}
.slide_section_details_inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.slide_section_details_inner-main {
	max-width: 410px;
	text-align: center;
	margin: 0px auto;
}


.slide_section_details_inner .title_icon {
	margin-bottom: 20px;
}
.slide_section_details_inner h2 {
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 35px;
}

.slide_section_details_inner .block_details {
	margin-bottom: 40px;
}

.cycle-pager-slide {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.cycle-pager-slide span {
	background: #bfbfbf;
	width: 9px !important;
	height: 9px !important;
	line-height: 9px !important;
	border-radius: 9px !important;
	margin: 0px 5px !important;
	font-size: 0 !important;
	display: inline-block !important;
	cursor: pointer;
}
.cycle-pager-slide span.cycle-pager-active {
	background: #a61642 !important;
}

.section-bg-yellow .cycle-pager-slide span.cycle-pager-active {
	background: #ddb73c !important;
}
.section-bg-pink .cycle-pager-slide span.cycle-pager-active {
	background: #cc3366 !important;
}
.section-bg-blue .cycle-pager-slide span.cycle-pager-active {
	background: #022548 !important;
}





.next_previous_pagination {
	width: 150px;
	height: 60px;
	background: #022548;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 14px 15px 13px;
	text-align: center;
	z-index: 112;
}

.next_previous_pagination .prev_slide {
	font-size: 0;
	margin-right: 0px;
	position: absolute;
	left: 15px;
	top: 14px;
    width: 32px;
    height: 32px;
	display: block;
}

.next_previous_pagination .prev_slide:after {
	width: 1px;
	height: 18px;
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	right: -28px;
    top: 7px;
}


.next_previous_pagination .prev_slide:before {
	content: '\f053';
    display: block;
    width: 32px;
    height: 32px;
	background: #ffffff;
	border-radius: 20px;
    line-height: 32px;
	text-align:center;
	font-size:20px !important;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	color: #022649;
}

.next_previous_pagination .next_slide {
	margin-left: 0px;
	font-size: 0;
	position: absolute;
	right: 15px;
	top: 14px;
    width: 32px;
    height: 32px;
	display: block;
}

.next_previous_pagination .next_slide:before {
	content: '\f054';
    display: block;
    width: 32px;
    height: 32px;
	background: #ffffff;
	border-radius: 20px;
    line-height: 32px;
	text-align:center;
	font-size:20px !important;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	color: #022649;
}

.next_previous_pagination .prev_slide:hover:before, .next_previous_pagination .next_slide:hover:before {
	background: rgba(255, 255, 255, 0.8);
}






/* Scroll Styles in Css --------------------------------- */

#navbar {
	background: url('images/texture-icon-menu.jpg') center center repeat;
	overflow-y: scroll;
	color: #ffffff;
	padding:115px 0px 0px;
	border: none;
	top: 0 !important;
	width: 430px;
}

.menuopen .headGroup .headerIcon {
    display: none !important;
}

.menuopen .headGroup {
	z-index: 9999999 !important;
	height: 86px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	background: #0e2335 !important;

	/*-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);*/

}


/* width */
#navbar::-webkit-scrollbar {
	width: 8px;
}

/* Track */
#navbar::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0px;
	border: 8px solid rgba(255, 255, 255, 0.1);
}

/* Handle */
#navbar::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
}

/* Handle on hover */
#navbar::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.4);
}


/* Scroll Styles in Css ------------------------------------------------------------ End -------------- */

#menu-main li a {
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	padding: 15px 20px 17px 0px;
	font-weight: 400;
	letter-spacing: 0px;
	position: relative;
	border: none;
	font-family: Georgia,Times,Times New Roman,serif;
	border-bottom: 1px solid rgba(89, 90, 91, 0.6);
}

#menu-main li.open > a {
	background: none;
	color: #cc3366;
}

#menu-main li li a {
	background: none;
	padding: 15px 0px 15px 0px !important;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0px;
	font-family: "Open Sans", sans-serif;
}

#menu-main li a:hover {
	color: #cc3366;
}



#menu-main li {
	padding: 0px 95px 0 45px;
	background: transparent;
}

#menu-main li li {
	padding: 0px 0px;
	background: transparent;
}

#menu-main li:hover {
}

#menu-main li > .sub-menu {
	background: #0e2335;
	margin-left: -45px;
    margin-right: -95px;
}

#menu-main li li > .sub-menu {
	margin-left: 0px;
    margin-right: 0px;
}


#menu-main li.open > a {
	border-color: transparent;
}
#menu-main li.open .sub-menu a {
	border: none;
}
#menu-main .sub-menu {
	padding: 0 0 0 70px;
	border: none;
}
#menu-main .sub-menu .sub-menu {
	padding: 0 0 0 30px;
	border: none;
}

/*
#navbar .topMenuSide .menu {
	left: 0;
    right: auto;
	z-index: 11;
}
*/


#menu-main li > .arrow {
	position: absolute;
	right: 100px;
	top: 22px;
}
#menu-main li li.menu-item-has-children > .arrow {
	display: inline-block;
	position: relative;
	right: auto;
	top: auto;
	vertical-align: middle;
	margin-left: 5px;
}
#menu-main li > a:after {
	position: absolute;
	right: 5px;
	top: 22px;
}

#menu-main li li > a:after {
	position: absolute;
	right: 5px;
	top: 22px;
	display: none;
}


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

#menu-main li.menu-item-has-children > .arrow:after, #menu-main li > a:after {
	background: none !important;
	content: '+';
	font-size: 18px !important;
	line-height: 18px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
}
#menu-main li li.menu-item-has-children > .arrow:after {
	font-size: 13px !important;
	line-height: 14px;
}
#menu-main li.menu-item-has-children.open > .arrow:after{
	content: '-';
	color: #cc3366;
	font-weight: 700;
	transform: none;
	font-family: "Font Awesome 6 Free";
	line-height: 8px;
    font-size: 32px !important;
	text-align: center;
}

#menu-main li li.menu-item-has-children.open > a {
	color: #cc3366;
}



#menu-main li li li a {
	color: #ffffff;
	font-size: 18px;
	text-transform: inherit;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 36px;
}

#menu-main li li li a:before {
	content: '';
	width: 5px;
	height: 2px;
	background: #0e2335;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
#menu-main li li li a:hover:before {
	background: #cc3366;
}


.footer_logo-main {
	padding-top: 10px;
}

.footer_logo-main img {
	max-width: 80px;
}
@media (max-width:1600px){
	.header-right .header-links {
  	  margin-right: 10px;
	}
}
@media (max-width:1400px){
	.header-right .header-links {
		display: none;
	}
}

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


	#homeBanner {
		max-height: 648px;
	}

	#homeBanner .hero, .bannerWrap .hero {
		max-height: 408px;
	}	
	.banner_links {
		bottom: 0;
	}
	.banner_links .button {
		display:  block !important;
		margin: 0 !important;
	}

	.homeBanner .slideText {
		bottom: 20px;
		padding: 0px 30px;
	}
	.homeBanner .slideText .top_text {
		font-size: 50px;

	}
	.home .headGroup .headerIcon {
		display: block;
		max-width: 40px;
	}
	.headGroup .stickyLogo {
		display: none;
	}
	.header-right .header-links {
		display: none;
	}
	.header-left {
		width: 50%;
		/*visibility: hidden;*/
	}
	.header-right {
		width: 50%;
		text-align: right;
		padding-right: 0;
	}

	.headGroup {
		padding: 15px !important;
		height: 56px;
	}

	.headerIcon {
		top: 12px;
	}
	.menu-toggle {
		height: 21px;
	}

	.fixedHeader .header-left {
		visibility: visible;
	}

	.header-left ul li a {
		line-height: 21px;
		font-size: 21px;
	}

	.menu-toggle .toggleIcon {
		top: 4px;
	}


	h1, .h1 {
		font-size: 50px;
		line-height: 59px;
		margin-bottom: 15px;
	}

	.welcomeBlock {
		padding: 35px 10px 55px;
	}

	.welcomeBlockText-inner {
		margin: 0 0 55px;
	}
	.section_title h2 {
		margin: 0 !important;
		font-size: 50px;
		line-height: 59px;
		font-weight: 400;
	} 

	.homeDynamic.dynamic-poi {
		padding: 45px 0 150px;
	}

	.homeDynamic.dynamic-poi .col-md-4 {
		margin: 0 !important;
		padding: 0px 8px;
	}
	.dynamic-poi .owl-nav {
		display: none;
	}
	.dynamic-poi .owl-dots {
		display: none;
	}
	.welcomeImage-main {
		padding-left: 0;
	}

	.slide_section_image img {
		max-height: 404px;
		min-height: 404px;
	}

	.next_previous_pagination {
		top: 403px;
	}
	.slide_section_details_inner h2 {
		font-size: 50px;
		line-height: 59px;
		margin-bottom: 35px;
	}


	.dynamic-destinations-logos .owl-nav .owl-next {
		right: 20px;
	}
	.dynamic-destinations-logos .owl-nav .owl-prev {
		left: 20px;
	}
	.slide_section_image {
		order: 1;
	}
	.slide_section_details {
		order: 2;
		background-size: 90%;
		background-position: center 35px;
		padding-bottom: 120px;
	}

	.cycle-pager-slide {
		bottom: 60px;
	}


	.dynamic-info-grid {
		padding-bottom: 0;
	}

	.grid_social_row .infoBlock {
		padding: 0;
	}

	footer#footer {
		margin: 0;
		text-align: center;
	}
	footer#footer .container {
		position: relative;
	}
	footer#footer .footer-col-3 {
		position: inherit;
		padding: 0px 20px;
	}
	.menu-footer-menu-container ul li {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer_logo-main {
		margin-bottom: 90px;
	}
	.footer_social ul {
		text-align: center;
		display: block;
	}
	.footer_social {
		position: absolute;
		right: 0;
		top: 225px;
		width: 100%;
		display: block;
		text-align: center;
	}

	.dynamic-destinations-logos {
		padding: 40px 0 40px;
	}
	.dynamic-destinations-logos .owl-dots {
		padding-top: 25px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
	}


	.news_img_content {
		padding: 0;
	}
	.dynamic-info-grid .news_img_content .sliderThumb {
		margin: 0 0 0px auto;
		max-height: 350px;
	}
	.dynamic-info-grid .news_img_content  {
		margin-bottom: 50px;
	}
	.dynamic-info-grid .news_content {
		padding: 0px 20px;
	}

	.dynamic-info-grid .grid_news_content {
		margin-bottom: 70px;
	}
	.footer-col-2 {
		padding-top: 15px;
		margin-bottom: 25px;
	}
	
	.footerLower {
		font-size: 15px;
	}
	.footerLower p, .footerLower ul {
		margin: 4px 0;
	}

	header.mainHeader {
        height: 56px;
	}	

	.menuopen .header-left {
		visibility: visible !important;
	}

	.menuopen .headGroup {
		padding: 15px !important;
        height: 56px !important;
	}


	#menu-main li > .sub-menu {
		background: #0e2335;
		margin-left: -45px;
		margin-right: -45px;
	}
	#menu-main li {
		padding: 0px 45px 0 45px;
		background: transparent;
	}

	#navbar {
		padding: 86px 0px 60px;
		width: 100%;
	}
	.menuopen .header-links {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		margin: 0 !important;
		display: block !important;
		background: #0e2335;
	}
	.menuopen .header-links .header-link {
		margin: 0px 20px;
	}
	.menuopen .header-links .header-link:first-child {
		margin-left: 0;
	}
	.menuopen .header-links .header-link:last-child {
		margin-right: 0;
	}

	.menuopen .header-links .header-link:before {
		right: -22px;
	}

	#menu-main .sub-menu {
		padding: 0 30px 0 65px;
	}

	#menu-main li > .arrow {
		right: 48px;
	}


	.bodyContent .dynamicContent {
		padding-right: 0px;
	}
	.bodyContent .quoteContainer blockquote.quote-text {
		padding: 0;
	}
	

}





.fancybox__container {
	z-index: 99999 !important;
}	

.popupAlert {
	max-width: 750px !important;
	padding: 50px 40px !important;
	color: #595a5b;
	background: #ffffff !important;
	text-align: left !important;

}


.popupAlert .noticeText .popTitle {
}
.popTitle { 
	color: #0e2335;
	font-size: 55px;
	line-height: 60px;
	margin: 0px;

	position: relative;

	margin-bottom: 50px;
	font-weight: 400;
	
	font-family: Georgia,Times,Times New Roman,serif;

}

.popTitle:before { 
	content: '';
	width: 52px;
	height: 52px;
	background: url('images/title-icon-3.png') center center no-repeat;
	display: block;
	margin: 0px 0 15px;
}

.popTitle span { 
	display: block;
}

.popupAlert svg path {
}

.alert-btn {
	margin-top: 50px;	
}

.alert-btn .button {
}
.alert-btn .button:hover {
}


a:-webkit-any-link:focus-visible {
	outline-offset: 0px;
}
:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}


.popupAlert .f-button.is-close-btn {
	top: 15px !important;
	right: 15px !important;
	color: #0e2335 !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
	font-weight: 700;
	opacity: 1;
}


.ft-low-link {
	text-align: center;
}
.ft-low-link a {
	margin-left: 6px;
	margin-right: 6px;
}

.ft-low-link a:first-child {
	margin-left: 0;
}
.ft-low-link a:last-child {
	margin-right: 0;
}


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

	.standard-staff-image {
		width: 250px;
	}
	.standard-staff-image img {
		width: 100%;
	}

	.staffMember .postThumb {
		margin-bottom: 0 !important;
	}

}

.im-hivis a {
	font-size: 16px;
}
