@charset "utf-8";
/* CSS Document */
.container-2 {
  margin: 0 auto;
  width: 250px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.carousel-new {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel-new .item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: #ed1c24;
}
.b {
  transform: rotateY(60deg) translateZ(250px);
  background: #0072bc;
}
.c {
  transform: rotateY(120deg) translateZ(250px);
  background: #39b54a;
}
.d {
  transform: rotateY(180deg) translateZ(250px);
  background: #f26522;
}
.e {
  transform: rotateY(240deg) translateZ(250px);
  background: #630460;
} 
.f {
  transform: rotateY(300deg) translateZ(250px);
  background: #8c6239;
}

.container-2 .next, .container-2 .prev {
  color: #444;
  position: absolute;
  bottom: -88px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}
.container-2 .next:hover, .container-2 .prev:hover { color: #000; }
.container-2 .next:active, .container-2 .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}
.container-2 .next { right: 0em; }
.container-2 .prev { left: 5em; }

body, html {
 width:100%;
 height:100%;	
font-family: 'latoregular';
color:#333333 !important;
overflow-x:hidden
}
p {
	line-height:1.8;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,100,105,0.85);
	/*background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));*/
}
.scrollbar {
    margin-left: 0;
    float: left;
    height: auto;
    width: 102.2%;
    
    overflow-y: scroll;
    margin-bottom: 0;
}
.force-overflow
{
	min-height: 450px;
}
.over-lay {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
header {
    position: relative;
}
.header-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    vertical-align: middle;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: 'Parisienne', cursive;
    line-height: 1.5em;
    font-weight: lighter;
	display:none
}
.header-caption h4 {
    font-size: 5rem;
    text-shadow: 0px 0px 100px #000;
}

.carousel.fade {
opacity: 1;
}
.carousel.fade .item {
transition: opacity ease-out .7s;
-moz-transition: opacity ease-out .7s;
-webkit-transition: opacity ease-out .7s;
left: 0;
opacity: 0; /* hide all slides */
top: 0;
position: absolute;
width: 100%;
display: block;
}
.carousel.fade .item:first-child {
top: auto;
opacity: 1; /* show first slide */
position: relative;
}
.carousel.fade .item.active {
opacity: 1;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
line-height: 1;
width: 100%;
height: 100vh;
object-fit: cover;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
	right:0;
    z-index: 2;
    width: 254px;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 50px;
    height: 1px;
    margin: 0;
    background-color: #fff;
}

.carousel-control {
	display:none;
    position: absolute;
    bottom: 0;
    left: 5% !important;
    font-size: 20px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    border: 0px;
    background:rgba(0, 0, 0, 0.55);
    background-image: none !important;
    width: 100px;
    height: 100px;
    border-radius: 0px;
    padding: 0;
    margin:0;
    text-align: center;
	z-index:9999;
}
.carousel-control.right {
    right: 0 !important;
    left: 12% !important;
}
span.fa.fa-angle-left {
    font-size: 5rem;
    margin: 25px 0;
}
span.fa.fa-angle-right {
    font-size: 5rem;
    margin: 25px 0;	
}

/* Safari only override */
::i-block-chrome, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 100%; 
}


.logo {
    position: absolute;
    top: 0;
    left: auto;
    z-index: 2;
    right: auto;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.logo img {
    width: 60%;
}
.logo h5 {
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	letter-spacing: 3px;
    bottom: 0;	
}
.logo h5:before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 25%;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Home Page CSS*/

section.accomodation {
    margin:50px 0;
	float:left
}
.acc-desc h2 {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
}
.acc-desc span {
    font-size: 20px;
    text-transform: capitalize;
}
.acc-desc p {
    margin-bottom: 64px;
    line-height: 21px;
}
.box1_a {
    border: 1px solid #333;
    padding: 11px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
}
.acc-gallery {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.over12 {
    position: absolute;
    background: rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 100%;
}
.accomodation_box1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s ease-in;
}
h3.head_1 {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.accomodation_box1 .col-md-4, .accomodation_box1 .col-md-8, .accomodation_box1 .col-md-6 {
    padding: 2px;
}
.acc-desc {
    margin: 0 5% 0 17%;
}
.coffe-house {
    margin: 0 0 50px 0;
	float:left;
}

.coffee-desc {
    margin: 0 5% 0 24%;
}
.coffee-desc h2 {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
}
.coffee-desc span {
    font-size: 20px;
    text-transform: capitalize;
}
.coffee-desc {
    margin: 275px 0 0 -112px;
    width: 253px;
}
.why-us {
    margin: 0 58px 50px;
    float: left;
}
.why-us-box {
    position: relative;
    margin: 10px 0;
}
.why-us-box img {
    width: 100%;
}
.why-us-box figcaption {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.27);
    height: 100%;
    color: #fff;
	outline: 1px solid #fff;
    outline-offset: -7px;
}
.why-us-box figcaption h2 {
    text-transform: capitalize;
}
.why-us-box figcaption p {
    padding: 0px 30%;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 38px;
}
.why-us-box figcaption a {
	border:1px solid #fff;
	color:#fff;
	text-transform:uppercase;
	padding:10px 30px;
}
.rooms-box img {
	height:445px;
	width:445px;	
}
.border-top {
    border-top: 1px solid #0f4a4d;
}
/*.new-box-content {
    width: 100%;
    padding: 30px;
    margin: 18px 10px;
    z-index: 1;
    min-height: 363px;
}
*/
.new-box-content {
    width: 100%;
    padding: 0 0 0 25px;
    margin: 13% 10px 0;
    z-index: 1;
    position: relative;
}
.new-box-content p {
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px !important;
    color: #363636;
}
.new-box-content a {
    background: #1a395f;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 3;
    padding: 0 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    font-size: 16px;
}
.new-box-content button {
    background: transparent;
    border: 0px;
    padding: 5px 15px;
    float: right;
    margin-top: 10px;
    color: #104a4d;
}
.new-box-content .button2 {
    bottom: 0;
    left: 0;
    color: #fff;
    background: #224d61;
    padding: 10px 45px;
    margin-left: 0;
    text-transform: uppercase;
    border: 1px solid #224d61;
    font-family: 'latolight',Arial, Helvetica;
    font-size: 1.2em;
    float: left;
}
.customNavigation {
    margin: 0 auto;
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.customNavigation .btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 9px;
    margin: 0 11px;
}
.new-box-content h3 {
    color: #1a395f !important;
    margin-top: 0;
    font-family: 'Parisienne', cursive;
    font-size: 2.7em;
}
.room-details {
    margin: 90px 0;
    display: inline-block;
    width: 100%;
}
#owl-demo {
    max-width: 1000px;
    margin: 0 auto;
}
.desc-special {
 	   margin-bottom: 38px;
}
.read-more-box {
    text-align: end;
}
.read-more-box a {
	color:#fff;
	text-decoration:none
}
#owl-demo .item img {
    width: 378px;
    height: 337px;
    border: 5px solid #fff;
    float: left;
    margin-right: 65px;
}
.special-dec-box {
    position: relative;
    float: left;
    max-width: 525px;
}
.price-box h4 {
    font-size: 1em;
    line-height: 1.8;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
}
.price-box a {
    background: #1a395f;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 3;
    padding: 0 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    font-size: 16px;
}
#owl-demo .item h3 {
    margin-top: 20px;
    font-size: 29px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.special-offer-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.special-offer-heading h2 {
    font-family: 'Parisienne', cursive;
    font-size: 2.7em;
    margin-top: 0;
}	
.special-offer {
    position: relative;
    display: block;
    background: url(../images/offer-rotator-bg.jpg);
    overflow: hidden;
    padding: 80px 0 95px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.special-offer .overlay {
    background: rgba(25, 44, 67, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
	top:0;
}
.special-offer-left {
    background: #006469;
    padding: 60px;
    height: 396px;
	color:#fff;
}
.vr-tour {
    position: relative;
    display: block;
    background: url(../images/360-cover/vr-bg.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vr-tour:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
#demo .owl-theme .owl-controls .owl-page.active span:before {
    content: "";
    position: absolute;
    border: 6px solid;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
#demo .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    position: relative;
}
#demo .owl-theme .owl-controls .owl-buttons .owl-next {
	opacity: 1;
    left: unset !important;
    right: -90px;
	top: 25%;
}
#demo .owl-theme .owl-controls .owl-buttons .owl-prev {
    opacity: 1;
    top: 25%;
    left: -90px;
}
.arrow_left {
    background-image: url(../images/new-left-arrow.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: 100% 100%;
    display: block;
}
.arrow_right {
	background-image:url(../images/new-right-arrow.svg);
	width: 40px;
    height: 40px;
    background-size: cover;
    background-position: 100% 100%;
    display: block;
}
/*.special-offer-right figure {
    width: 400px;
    position: relative;
    margin: 0 auto;
}
.special-offer-right figure img {
    width: 100%;
    height: 400px;
	object-fit:cover
}
.special-offer-right figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 100, 105, 0.5);
    color: #fff;
    text-align: center;
    padding:26% 25px 0;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.special-offer-right figure figcaption:before {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 7px;
    left: 6px;
    width: 97%;
    height: 382px;
}*/
section.testimonial {
    position: relative;
    display: block;
    margin:0;
    background: url(../images/4614.jpg);
    padding-bottom: 30px;
}
section.testimonial:before {
    position: absolute;
    content: '';
    background: rgba(25, 44, 67, 0.9);
    width: 100%;
    height: 100%;
}
section.testimonial h2 {
    font-size: 42px;
    text-transform: capitalize;
    font-family: 'Parisienne', cursive;
    color: #ffffff;
    margin-top: 73px;
	text-align:center;
}
#owl-demo2 .item {
    padding: 40px 80px 60px;
    background: #f2f2f2;
    max-width: 650px;
    margin: 48px auto;
    position: relative;
    min-height: 335px;
}
#owl-demo2 .item:after {
    position: absolute;
    content: '';
    border-top: 40px solid #f2f2f2;
    right: 50px;
    bottom: -79px;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid transparent;
}
#owl-demo2 .item p {
    font-family: 'latolight';		
}
div#owl-demo2 .owl-pagination {
    display: none;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-next {
    right: 0;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 24px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
#owl-demo2 .item h3 {
    font-size: 19px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	position: relative;
}
#owl-demo2 .item p em {
    font-style: normal;
    color: #484848;
    font-size: 15px;
    line-height: 2;
	font-family: 'Montserrat', sans-serif;
	position:relative
}
#owl-demo2 .item p {
    font-size: 15px;
    line-height: 2;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:0
}
#owl-demo2 .item h3:before {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    transform: rotatey(180deg);
    color: #cccccc;
    position: absolute;
    left: -37px;
    top: 0px;
}
#demo2 .owl-theme .owl-controls {
    bottom: 156px !important;
    position: relative !important;
}

.contact-us {
	float:left;
    margin: 50px 0;
	width: 100%;
}
.contact-us h2 {
	margin:30px;
	font-family: 'Parisienne', cursive;
	color:#00646a;
}
form.contact-form input {
    width: 400px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #006469;
}
form.contact-form textarea {
    width: 400px;
    height: 200px;
    border: 1px solid #006469;
    margin: 10px 0;
    padding: 10px;
}
.map {
    height: 400px;
}
form.contact-form {
    text-align: center;
	max-width: 400px;
    margin: 0 auto;
}

.about {
	background:url(../images/banner/banner1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
	text-align:center;
	position:relative;	
}
.about h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 43%;
    bottom: 0;
}
.overlay-dark {
    background-color: rgba(0,100,105,0.85);
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-content {
    position: relative;
    padding: 110px 0;
	background:#f7f7f7;
}
section.section-content p {
	font-family: 'latolight';
    padding: 0 12%;
    line-height: 1.8em;
    font-size: 1.4em;
}
.img-gallery {
    margin: 10% 0;
}
section.section-content h4 {
    line-height: 1.5em;
    font-size: 2em;
    color: #1a395f;
    font-family: 'Parisienne', cursive;
    font-weight: 600;
	text-transform:capitalize;
}
section.section-content h2 {
    line-height: 1.5em;
    font-size: 2em;
    color: #1a395f;
    font-family: 'Parisienne', cursive;
    font-weight: 600;
}
section.section-content h3 {
    font-size: 1.35em;
    color: #192c43 !important;
    font-family: 'Parisienne', cursive !important;
    font-weight: 600 !important; 
}
.btn-primary {
    color: #fff;
    background-color: #1a395f;
    border-color: #1a395f;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1a395f;
    border-color: #1a395f;
}

.img-gallery ul {
	padding:0px;
}
.img-gallery ul li {
    display: inline-block;
    width: 200px;
}
.img-gallery ul li img {
    width: 100%;
}
.read-more {
    border-top: 1px solid #24797d;
    max-width: 800px;
    margin: 0 auto;
	padding-top:15px;
}
.read-more a {
    color: #00646a;
}
.desc-special p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
/* End Home Page CSS */
.nopad {
	padding:0px;	
}
a.show_hide {
    color: #192c43;
}
#footer {
	padding-top:30px;
    border-top: 1px solid #192c43;
	background: #192c43 !important;
	margin-top: 0 !important;
}
#footer h6 {
	font-family: 'latoblack';
	font-size:13px;
	text-transform:uppercase
}
#footer p {
	font-size:11px !important;
	margin-bottom:0px;
}
.footer-menu ul li {
	display:inline;
	padding:0 10px;
}
.footer-menu ul li:after {
    content: "-";
    left: 11px;
    font-size: 28px;
    top: 3.5px;
    position: relative;
}
.footer-menu ul li:after {
    content: "-";
    left: 11px;
    font-size: 28px;
    top: 3.5px;
    position: relative;
}
.footer-menu ul li:last-child:after {
    font-size: 0px;
}
.footer-menu ul li a {
	font-family: 'latoblack';
	font-size:13px;
	text-transform:uppercase;
	color: #006469;
}
ul.foot-soc li {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 10px;
}

ul.foot-soc {
    list-style: none;
    padding: 0;
}
.bottom-footer {
	background:#006469;
	padding:10px;
	margin-top:40px;
}
.bottom-footer p {
	margin:0;
	color:#fff;
	font-size:10px;	
}
.bottom-footer p {
    color: #897550 !important;
}
.bottom-footer a {
    color: #897550 !important;
}
.ui-datepicker-trigger {
      position: relative;
      left: -18px;
      top: 2px;
}
.rating-all{width:236px;display:block;text-align:center;margin:205px auto 48px;padding:7px 0 0;font-size:0;font-weight:900;color:#fff;border-radius:100%;height:236px;text-align:center;}
.list-inline{margin-bottom:0;}
.rating-all h4{font-size:86px;font-weight:900;width:230px;height:230px;background:#1a395f;border-radius:100px;text-align:center;padding:20% 0 0;margin:0 auto;border-radius:100%;}
.rating-all span{font-size:14px;font-weight:100;margin-top:0;display:block;}
.vertical-skills{margin-top:0px;text-align:center;}
.vertical-skills li{display:inline-block;position:relative;width:70px;height:70px;margin:0 7px;border-radius:100px;}
@media (max-width:400px){.vertical-skills li{width:25px;}
}
.vertical-skills li span.skill{position:absolute;animation-duration:3s;animation-name:height;left:0;right:0;bottom:0;color:#fff;font-size:2.4rem;padding:25% 0 0;border-radius:100px !important;}
.vertical-skills li span.title{position:absolute;left:0;right:0;text-align:center;top:-20px;color:#fff}
.vertical-skills h5{margin-top:-83px;font-size:24px;}

