@charset "utf-8";

/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Manrope Font Faces */
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
}
html {
	width: 100%;
	height: 100%;
}
p {
	line-height: 1.5;
	margin-top: 10px;
	padding: 0 10px 0 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* Header */
header {
	background: url(../images/slider-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 1%;
	padding-bottom: 2%;
}
.fixed-menu-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 8px;
	z-index: 10;
}
.top-nav-collapse {
	background-color:#006B80;
	background-position: bottom center;
}
.top-cont-info {
	color: #fff;
	text-align: right;
	font-weight: 700;
	margin-bottom: 8px;
}

/* Navbar */
.navbar {
	margin-bottom: 10px;
}
.navbar-nav > li a {
	color: #fff;
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
}
.navbar-nav > li a:hover, .navbar-nav > li a:focus {
	background: rgba(0, 107, 128, .7);
	border-radius:12px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}


/* Banner */
.banner-caption {
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 120px;
	color: #fff;
	margin-top: 20%;
}
.banner-sub-caption {
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #fff;
}
.banner-slider {
	margin-top: 15%;
}
.banner-slider p {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 24px;
}
.banner-slider p span {
	width: 100%;
	float: left;
	font-size: 12px;
}
.border-lft {
	border-left: 5px solid #fecc08;
}


.booking-num{
	width:100%;
	float:left;
	background-color:#006B80;
	color:#fff;
	padding:1% 0;
	font-size:22px;
	font-weight:bold;
}
.booking-num span{
	float:left;
	margin-top:8%;
}
.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  float:left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33.333%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33.333%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33.333%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33.333%;
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: none;
    -webkit-transform: none!important;
    transform: none!important;
  }
}
.booking-num img{
	border:1px solid #fff;
	padding:5px;
}



section{
	width:100%;
	float:left;
	padding:3% 0;
}
.page-title{
	text-transform:none;
	color:#000;
	font-size:50px;
	font-weight:700;
	font-family: 'Manrope', sans-serif;
	margin-bottom:10px;
}
.page-title-line{
	width:60px;
	margin:auto;
	height:1px;
	margin-top:3px;
	margin-bottom:40px;
	border-top:3px solid #1c2b3e;
}

#about{
	padding-top:100px;
	padding-bottom:100px;
	background:#fff;
}
#gallery{
	background-color:#006B80;
}
.gallery-controls{
	position:absolute;
	width:95%;
	margin-top:8%;
	z-index:10;
}
.carousel-control-over{position:relative;top:0;bottom:0;left:0;width:0%;font-size:35px;color:#fff;text-align:center;}
.carousel-control-over.left-over{color:#fff; position:relative; left:3%; text-decoration:none;}
.carousel-control-over.right-over{color:#fff; position:relative; float:right; right:3%; text-decoration:none;}
/*.carousel-control-over.left-over:hover{background:#c94337;}
.carousel-control-over.right-over:hover{background:#9f9d9d;}*/
.multi-item-carousel-gallery .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  float:left;
}
.multi-item-carousel-gallery .carousel-inner .active.left {
  left: -33.33%;
}
.multi-item-carousel-gallery .carousel-inner .active.right {
  left: 33.33%;
}
.multi-item-carousel-gallery .carousel-inner .next {
  left: 33.33%;
}
.multi-item-carousel-gallery .carousel-inner .prev {
  left: -33.33%;
}
.multi-item-carousel-gallery .carouse-control.left,
.multi-item-carousel-gallery .carouse-control.right {
  background-image: none;
  border-radius: 15px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel-gallery .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: none;
    -webkit-transform: none!important;
    transform: none!important;
  }
}
.gallery-title{
	width:100%;
	float:left;
	font-size:40px;
	color:#fff;
	margin-top:15%;
	margin-bottom:15%;
	font-family: 'Manrope', sans-serif;
	text-align:right;
}
.gallery-title span{
	width:100%;
	float:left;
	font-size:25px;
}
.border-rit{
	border-right:5px solid #6ca800;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}


#testimonials{
	background:url(../images/testimonials-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
#testimonials .page-title{
	color:#fff;
}
.testi-box{
	width:100%;
	min-height:190px;
	background:rgba(255,255,255,.2);
	border-radius:5px;
	color:#fff;
	padding:20px 15px;
	margin-bottom:10px;
}
.arrow-down {
  width: 0; 
  height: 0;
/*  margin-top:15px;*/
  position:absolute;
  right:10%;
  bottom:17%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-top: 10px solid rgba(255,255,255,.2);
}
.testi-name{
	width:60%;
	float:left;
	color:#fff;
	font-size:18px;
}
.testi-name span{
	width:100%;
	float:left;
	margin-top:3px;
	font-size:12px;
}
.testi-star{
	width:40%;
	float:left;
}
.testi-star img{
	float:right;
}

#contact{
	background:#fff;
}
.text{
	width:90%;
	background:none;
	border:0px;
	padding:5px;
	margin-bottom:20px;
	border-bottom:2px solid #3b454e;
}
.textarea{
	width:100%;
	background:none;
	border:0px;
	margin-bottom:20px;
	border-bottom:2px solid #3b454e;
}
::-webkit-input-placeholder{/* Chrome/Opera/Safari */
	color:#7e807f;
}
::-moz-placeholder{/* Firefox 19+ */
	color:#7e807f;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#7e807f;
}
:-moz-placeholder { /* Firefox 18- */
	color:#7e807f;
}
.submit{
	float:right;
	background:#006B80;
	color:#fff;
	padding:10px 50px;
	border-radius:5px;
}


.sponsors-section{
	width:100%;
	float:left;
	margin-top:8%;
}
.sponsors-title{
	color:#000;
	font-size:26px;
	font-weight:700;
	font-family: 'Manrope', sans-serif;
	text-align:left;
}
.side-line1 {
    display: inline-block;
    border-bottom: 1px solid #949494;
    width: 4%;
}
.side-line2 {
    display: inline-block;
    border-bottom: 1px solid #949494;
    width: 93%;
}
.triangle {
    display: inline-block;
    height: 22px;
    width: 23px;
    transform: rotate(45deg);
    transform-origin: center center;    
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    border-bottom: 1px solid #949494;
    border-right: 1px solid #949494;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -10px;
}
.sponsors-section ul{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.sponsors-section li{
	list-style:none;
	display:inline-block;
	padding:1% 2%;
}


.book-now{
	width:100%;
	float:left;
	padding:1% 0;
	background:#006B80;
}
.book-now p{
	color:#fff;
	font-size:33px;
	font-weight:800;
	text-align:center;
	font-family: 'Manrope', sans-serif;
}
.book-now a{
	color:#fff;
}






footer{
	width:100%;
	float:left;
	color:#dbe1e0;
	padding:40px 0 15px 0;
	background-color:#000;
}
.footer-title{
	font-size:22px;
	font-family: 'Manrope', sans-serif;
	font-weight:600;
}
footer a, footer a:hover, footer a:hover, footer a:active{
	color:#dbe1e0;
}
.copyright{
	width:100%;
	float:left;
	color:#fff;
	font-size:12px;
	text-align:center;
	background-color:#01434C;
	padding:15px 0;
}
.copyright a{
	color:#fff;
}



/*
@media screen and (max-width:1199px){
}*/


@media screen and (max-width:992px){
	.banner-caption{
		font-size:90px;
		margin-top:23%;
	}
	.banner-sub-caption{
		font-size:30px;
	}
	.page-title{
		font-size:35px;
	}
	.footer-title{
		font-size:35px;
	}
	.nav>li>a{
		padding:10px;
	}
	.navbar-nav>li a{
		font-size:25px;
	}
	.booking-num{
		font-size:17px;
	}
	section{
		padding:5% 0;
	}
	.gallery-title{
		line-height:1;
		margin-top:12%;
		margin-bottom:12%;
	}
	.carousel-control-over.left-over{
		left:5%;
	}
	.gallery-controls{
		width:93%;
		margin-top:7%;
	}
	.testi-name{
		width:100%;
	}
	.testi-star{
		width:100%;
	}
	.arrow-down{
		bottom:30%;
	}
	.side-line2{
		width:92%;
	}
	.book-now p{
		font-size:30px;
	}
}

/*@media screen and (max-width:768px){
}*/

@media screen and (max-width:767px){
	p{
		text-align:justify;
	}
	.banner-caption{
		font-size:60px;
		margin-top:35%;
	}
	.banner-sub-caption{
		font-size:20px;
	}
	.page-title{
		font-size:25px;
	}
	.footer-title{
		font-size:25px;
	}
	.navbar{
		width:100%;
		min-height:0;
	}
	.navbar-nav>li a{
		text-align:right;
	}
	.navbar-toggle{
		color:#fff;
		font-size:25px;
		margin-top:-18%;
	}
	.navbar-nav{
		margin:0;
	}
	.navbar-nav>li:first-child, .navbar-nav>li:first-child>a:hover{
		border-radius:0;
	}
	.navbar-nav>li:last-child, .navbar-nav>li:last-child>a:hover{
		border-radius:0;
	}
	.banner-slider p{
		font-size:20px;
	}
	.booking-num span{
		font-size:15px;
		text-align:center;
		margin-top:5%;
		margin-bottom:5%;
	}
	#Carousel-booking-num{
		padding-top:5%;
	}
	.carousel-control-over{
		font-size:20px;
	}
	section{
		padding:8% 0;
	}
	.gallery-controls{
		width:90%;
		margin-top:3%;
	}
	.testi-star{
		margin-bottom:10px;
	}
	.text{
		width:100%;
	}
	.side-line2{
		width:85%;
	}
	.sponsors-section li{
		padding:5% 3%;
	}
	.book-now p{
		font-size:20px;
	}
	.copyright{
		font-size:10px;
	}
}