@charset "UTF-8";

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

/* --- Custom Styles --- */

#mainWrapper {
    position: relative;
    text-align: left;
    margin: 0 auto;
    min-width: 320px;
    font-size: 18px;
    overflow: hidden;
    padding-top: 143px;
    transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
    padding-top: 97px;
}

/* Header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-size: 16px;
    z-index: 1000000;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2))
}

header .container {
    position: relative;
    height: 96px;
    transition: height 0.3s;
}

body.scrolled header .container {
    height: 50px;
}

header .logo {
    display: inline-block;
    width: 101px;
    flex-shrink: 0;
    transition: width 0.3s;
}

body.scrolled header .logo {
    width: 67px;
}

header .logo {
	margin-left: 0 !important;
}

header .logo img {
    display: block;
    width: 100%;
}

header .bookBtn {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}

header .bookBtn:hover {
    color: #fff;
}

header .callUs {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/phone-ico.svg) no-repeat 0 center;
    transition: all 0.3s;
}

header .callUs a {
    color: #fff;
}

header #navigation {
	margin-bottom: 4px;
    transition: all 0.3s;
}

header #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

header #navigation ul li {
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

header #navigation ul li:hover a,
header #navigation ul li.Current a,
header #navigation ul li.Parent a {
	color: rgb(249 115 22);
}

header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 12px 0 0;
	min-width: calc(100% + 15px);
	border-bottom: 0.2105263157894737em solid #2F73B6;
	border-radius: 0.2631578947368421em;
	z-index: 1;
	display: block;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: rgb(49 114 181);
	color: #000;
}

header #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

header #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

header #navigation ul li ul li a:before  {
	display: none;
}

header #navigation ul li ul li:hover {
	background-color: #205d9b;
	color: #fff;
}

header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

header #navigation ul li.hasSub ul a:after {
	display: none
}

header #navigation ul li.hasSub>a {
	padding-right: 1em;
}

header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.2em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
	-webkit-transition: transform 0.3s, border-color 0.3s;
	-webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
	transition: border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

header #navigation ul li.hasSub:hover>a:before {
	border-color: #e76500 transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

header #navigation ul li.Current>a:before,
header #navigation ul li.Parent>a:before {
	border-color: #e76500 transparent transparent transparent;
}

/* Slider */

#slider .slides {
    margin: 0;
    padding: 0;
}

#slider .slides li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider .slides li .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

/* Banner */

#banner img {
	display: block;
	width: 100%;
}

.banner-hero{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-hero__img{
    display: block;
    width: 100%;
    height: auto;
}

.banner-hero__overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background: rgba(0,0,0,.25); /* optional dark overlay for readability */
}

.banner-hero__title{
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,.75);
    line-height: 1.1;
}
/* Footer */

footer p {
    margin-bottom: 0;
}

footer a {
    color: #fff;
}

footer .title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

footer #links ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

footer #links ul li {
    margin: 0 8px;
    padding: 0;
    list-style: none;
}

/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	width: 30px;
	outline: none;
	z-index: 10;
	top: 0;
	left: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #fff;
	border-radius: 10px;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
	background: #2F73B6;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.Parent,
.mm-menu ul li.active {
	background: #205d9b;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background: none;
}

.mm-menu ul li svg {
	display: none;
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-navbar {
	background: #003366 !important;
	font-size: 16px;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: #fff;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #fff;
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mm-listview .mm-next:before {
	background: #fff;
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	border-color: #fff;
}

.mm-menu em.mm-counter {
	color: #fff;
	font-size: 16px;
}

.mm-listview>li:not(.mm-divider):after {
	background-color: #fff;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

/* The container creates a relative space for the iframe */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
.embed-responsive-16by9 {
    padding-top: 56.25%;
}

/* Position the iframe to fill the container exactly */
.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
label.error {
    font-weight: normal;
    color: red;
    font-size: 14px!important;
}
.grecaptcha-badge {
    z-index: 999999999 !important;
}