@import url('https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

:root{
	--blue : #368CE7;
	--blue-dark : #1666BA;
	--blue-light : #7AB3EF;

	--red : #FF0000;
	--red-dark : #A70000;
	--red-light : #FF5252;

	--green : #76BA1B;
	--green-dark : #4C9A2A;
	--green-light : #ACDF87;

	--orange : #ff7400;
	--orange-dark : #ff4d00;
	--orange-light : #ff9a00;

	--black : #000;
	--dark : #333;
	--light : #666;

	--white : #fff;
	--white-dark : #ccc;
	--white-light : #eee; 
}

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

p{margin:0;}
a,
button,
input,
textarea{
	outline:0;
	transition: all .5s ease;
}
a{ text-decoration:none!important;}

html {
	scroll-behavior:smooth;
}

body{
	font-family: "Raleway", serif;
	font-weight:400;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Walter Turncoat", serif;
	font-weight: 700;
}

.bg{
	background: url(../img/bg.jpg) center;
	background-repeat: repeat;
}
header, .banner, .section, .h2, .para, .flexbox, footer{
	width:100%; float:left;
}
.logo{
	color: #fff;
	font-family: "Walter Turncoat";
}
.logo img{
	width: 200px;
}
header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 15px;
	font-size:30px;
	font-weight:800;
	background-color: #f6f6f6;
	box-shadow:0 2px 12px rgba(0,0,0,.1);
}
header .container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.container{
	width:100%;
	max-width:1300px;
	padding:0 15px;
}
nav {
	position: absolute !important;
	top: 0 !important;
	width: 100%;
	float: left;
	left: 0;
	z-index: +5;
	margin-top: 68px;
}

.navbar {
	background-color: #2a8dac;
	box-shadow:0 2px 12px rgba(0,0,0,.5);
	padding: 0;
}

.navbar-toggler {
	border: none !important;
}
.navbar .container{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.nav-container {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	display: flex;
}

.nav-link {
	color: #ffffff;
	background-color: transparent;
	padding: 20px 10px;
	font-size: 18px !important;
}
.nav-link:hover{
	color: #ffffff;
	background-color: #133c69;
	transition: 0.5s;
}
.nav-link:hover::before {
  bottom: 0;
  height: 100%;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}

.navbar-nav {
	justify-content: end;
	width: 100%;
}

.nav-item {
	margin: 1px 14px;
}
.navbar-brand img{
	width: 200px;
}
.active-custom{
	color: #ffffff;
}
.banner{
	height: 70vh;
  position: relative;
  margin-top: 50px;
}
.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
	float: left;
  }
  .banner-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
  }
.banner-wrap {
	height: 100%;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
  }
.banner-wrap .container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	color: #fff;
}
.content{
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	padding: 20px;
}
.banner-2{
	background: url(../img/banner.jpg) center;
	background-size: cover;
	color: #fff;
	height: 250px;
}
.banner-2 .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 250px;
}
.banner h1{font-size:40px; font-weight:800; margin:0 0 10px;}
.banner p{font-size:15px; line-height:24px;}

.section{padding:20px 0; position: relative;}
.section .container{position: relative; z-index: 2;}
.h2{font-size:30px; font-weight:600;margin:0 0 10px;}
.para{font-size:14px; line-height:23px;margin:0 0 20px;}
.para:last-child{margin:0;}
.flexbox{display:flex; margin:0 0 20px;}
.flexbox:last-child{margin:0;}
.flexbox > p, .flexbody{flex:1;}
.flexbox > p:first-child, .flexbody:first-child{padding:0 30px 0 0;}
.flexbox > p:last-child, .flexbody:last-child{padding:0 0 0 30px;}
.flexbox > img{width:100%; max-width:50%;}
.video-background {
	position: relative;
	height: 50vh;
	overflow: hidden;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
  }

  .video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 50%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
  }

  .content1 {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	padding-top: 10vh;
	justify-content: center;
  }
.flex-clr{
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
	padding: 50px 20px !important;
	margin-right: -200px !important;
	z-index: 2;
	border: 1px solid #9f9f9f;
	height: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 55px;
}
.btn-cu {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #f2f2f2;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	cursor: pointer;
	border: none;
	z-index: 3;
  }
 
  .btn-cu:after {
	content: " ";
	width: 0%;
	height: 100%;
	background: #133c69;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 0;
  }
  
  .btn-cu:hover::after {
	right: auto;
	left: 0;
	width: 100%;
  }
  
  .btn-cu span {
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 10px 25px;
	color: #000000;
	font-size: 1.125em;
	font-weight: 700;
	z-index: 20;
	transition: all 0.3s ease-in-out;
  }
  
  .btn-cu:hover span {
	color: #ffffff;
	animation: scaleUp 0.3s ease-in-out;
  }
  .btn-g{
	background: #2a8dac;
  }
  .btn-g span{
	color: #fff;
  }
  @keyframes scaleUp {
	0% {
	  transform: scale(1);
	}
  
	50% {
	  transform: scale(0.95);
	}
  
	100% {
	  transform: scale(1);
	}
  }
.center{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 0 20px;
}
.center:last-child{
	margin: 0 !important;
}
.container > img{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.flexgroup{
	width: 100%; float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexgroupbox{
	width:33%;
	padding:15px;
	background:#fff;
	margin:0 0 20px;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 20px;
	transition: 0.5s;
}
.flexgroupbox img{
	width: 100%;
	float:left;
	margin: 0 0 20px;
	border-radius: 10px;

}
.flexgroupbox:hover{
	transform: translateY(-4px);
}
.flexgroupbox h4{
	font-size:20px;
}
.box{
	width: 24%;
	transition: 0.5s;
	background-color: transparent;
	text-align: center;
	align-items: center;
}
.box h4{
	background-color: #2a8dac;
	padding: 5px 10px;
	color: #fff;
	width: 100%;
}

.box:hover{
	transform: translateY(-4px);
}
.box1{
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/hotel-img-27.jpg) bottom;
	width: 100%;
	border-radius: 0%;
	padding: 60px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.box2{
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/hotel-img-28.jpg) center;
	width: 49%;
	border-radius: 0%;
	padding: 60px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.box3{
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/hotel-img-29.jpg) bottom;
	width: 49%;
	border-radius: 0%;
	padding: 60px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.box3 h3, .box2 h3{
	font-size: 22px;
}
.read-btn {
	font-size: 18px;
	color: #e1e1e1;
	font-family: inherit;
	font-weight: 800;
	cursor: pointer;
	position: relative;
	border: none;
	background: none;
	text-transform: uppercase;
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	transition-duration: 400ms;
	transition-property: color;
  }
  
  .read-btn:focus,
  .read-btn:hover {
	color: #51c62e;
  }
  
  .read-btn:focus:after,
  .read-btn:hover:after {
	width: 100%;
	left: 0%;
  }
  
  .read-btn:after {
	content: "";
	pointer-events: none;
	bottom: -2px;
	left: 50%;
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #fff;
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	transition-duration: 400ms;
	transition-property: width, left;
  }
.section1{
	background-color: #2a8dac;
	color: #fff;
}
.padding{
	padding: 60px;
}
.img-size{
	width: 40%;
	height: 300px;
	position: relative;
}
.img-size::after{
	position: absolute;
	content: "";
	width: 90%;
	height: 90%;
	left: 26px;
    bottom: 15px;
	border: 2px solid #fff;
}
.img-size img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flex-bg{
	background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6));
	padding: 20px !important;
	border: 1px solid #6e6e6e;
	z-index: 2;
	float: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.left{
	margin-left: -100px;
	margin-top: 100px;
}
.right{
	margin-right: -100px;
	margin-top: 100px;
}
.green{
	background-color: #2a8dac;
	padding: 5px 20px;
	color: #fff;
}
.formsection{
	text-align: center;
	font-size:16px;
	font-weight:400;
}

.formsection .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.formsection .para{
	text-align: center;
	font-size:15px;
	line-height:1.5;
}

.formbox{
	width: 100%; float: left;
	max-width:800px;
	padding:20px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.formfield{
	width: 70%;
	height:50px;
	margin:0 0 10px;
	padding:0 10px;
	border:none;
	background:#f3f3f3;
	border:solid 1px #333;
	color:#000;
	font-size:15px;
}
.textarea-cu{
	width: 100%;
	height:100px;
	margin:0 0 10px;
	padding:10px;
	border:none;
	background:#f3f3f3;
	border:solid 1px #333;
	color:#000;
	font-size:15px;
}
.form-w{
	width: 100% !important;
}
.formfield::placeholder,.textarea-cu::placeholder{
	color:#333;
}
.formbutton{
	width: 29%; float: left;
	height:50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border:none;
	background:#2a8dac;
	color:#fff;
	cursor: pointer;
	outline:0!important;
}

footer{
	background:#2a8dac;
	color: #fff;
	text-align:center;
	padding:30px 0;
}
footer .container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.footerlinks{
    flex:1;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
	margin: 0 20px;
}
.ssl-img img{
    width: 90px;
	margin: 20px;
}

.footerlinks a{
	font-size:14px;
	color: #ffffff;
	margin:0 6px;
}
.footerlinks a:hover{
	text-decoration: underline!important;
}
.copyrights{
	font-size:14px;
	color: #fff;
}
.text-white{
	font-size: 14px;
}
.cookiesection{
	width:100%; float:left;
	min-height:calc(100vh - 126px);
	padding:40px 0;
}
.cookiesection h2{
	font-size:22px;
	font-weight:600;
}
.cookiesection p{
	font-size:14px;
	line-height:20px;
}
.cookiesection p strong{
	font-weight:600;
}
.cookiesection p .bolder{
	display: block;
	margin:30px 0 10px;
	font-weight:600;
	font-size:16px;
	text-align:center;
}

.backbutton{
	float: left;
	display: inline-flex;
	align-items: center;
	margin:30px 0 20px;
	padding:6px 8px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	color:var(--blue-dark)!important;
	border:solid 1px var(--blue-dark);;
}
.backbutton img{
	width:15px;
	margin:0 5px 0 0;
	transition: all .3s ease;
}
.backbutton:hover{
	background:var(--blue-dark);;
	color:#fff!important;
}
.backbutton:hover img{filter:saturate(0) brightness(10);}
.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 0px;
	margin-bottom: 0 !important;
	left: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 7px 30px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 0px !important;
	flex-wrap: wrap;
	align-items: center;
}
.alert-dismissible {
	z-index: +3;
}
.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}
.hide {
	display: none;
}
span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
}

.hide {
	display: none;
}
.alert-close {
	padding: 0px 9px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}
@media (max-width:800px){
	.banner h1{font-size:28px;}
	.h2{font-size:20px;}
	.para{font-size:14px;}
	.flexbox{flex-direction:column;}
	.flexbox > img{max-width:100%; order:1; margin:0 0 15px;}
	.flexbody, .flexbox > .para{padding:0!important; order:2;}
	footer .container{flex-direction: column; align-items: center; text-align: center;}
	.flexgroupbox{
		width: 100%;
	}
	.formfield{
		width: 100%;
	}
	.formbutton{
		width: 100%;
	}
	.img-size{
		width: 100%;
	}
	.img-size::after {
		left: 15px;
		bottom: 15px;
	}
	.footerlinks{
		justify-content: center;
		margin: 10px 0;
		flex-direction: column;
		gap: 10px;
	}
		
		.navbar-brand img{
			width: 150px;
		}
		.social-icon img{
			width: 30px;
		}
		.nav-icon img{
			width: 30px;
		}
		.flexbody{
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			flex-direction: column;
		}
		.flexbody p{
			text-align: left;
		}
		.banner{
			margin-top: 35px;
			height: 180vh;
		}
		.banner-2{
			height: 300px;
		}
		.flex-clr{
			margin: 0 !important;
			padding: 20px !important;
		}
		.video-background {
			height: 100vh;
		}
		.nav-link{
			padding: 0;
			margin-top: 10px;
		}
		.left, .right{
			margin: 0 !important;
			padding: 20px !important;
		}
	
}
.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #ff7f00 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}
.single-testimonial-item img{
	width: 100px !important;
	margin: 0 0 10px;
}
.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
	background-color: #17396d;
	color: #fff;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #dedede;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: bold;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.section-borders span {
    height: 5px;
    background: #ff7f00;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #17396d;
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow.png);
	transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button{
	border-radius: 20px;
	font-size: 20px;
}
.accordion-body{
	border-radius: 20px;
}
.accordion {
	margin: 25px 0;
	float: left;
}
.accordion-item{
	border-radius: 20px;
	margin: 0 0 10px;
}
.accordion-item:first-of-type{
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius:25px !important;
    border-bottom-left-radius:25px !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button {
	border-bottom-right-radius:20px !important;
    border-bottom-left-radius:20px !important;
}