@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700|Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap&subset=latin-ext');

/*font-family: 'Tangerine', cursive;*/
/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Great Vibes', cursive;*/
img{
  object-fit: cover;
}
a {
    text-decoration: none;
}
ul,
ol {
    list-style-type: none;
}
img {
    border: none;
}
body {
    color: #838383;
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
    font-family: 'Poppins';
    margin-bottom: 0px;
}
p {
    color: #777;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
a {
    color: #05bb83;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration: none;
    color: #05bb83;
}
section{
    padding: 90px 0px 90px 0px;
}

.custom-btn {
    background: #05bb83;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 30px;   
    margin: 20px 0px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transition: 0.6s ease-in-out;
}
.custom-btn:hover{
    background: #fdfdfd;
    color: #333;
}
.custom-btn .fa {
    display: none;
}
.custom-btn:hover .fa {
    display: inline-block;
    position: relative;
    left: 5px;
    animation: 1s .2s fadeInLeft both;
}
.title-section{
    padding-bottom: 20px;
}
.title {
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.secondary-title {
    text-transform: capitalize;
    padding-bottom: 25px;
    position: relative;
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}
.title-section p{
    text-transform: capitalize;
    color: #252525;
    font-size: 16px;
    display: block;
}
.hovereffect {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    cursor:default;
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
    height: 100%;
}
.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

/*Topbar*/
#topbar{
    padding: 0px;
    position: relative;
    top: 0px;
}
.topbar{
    background: rgba(0, 0, 0, 0.30);
    padding: 10px 0px 10px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.contact-info {
    font-size: 16px;
}
.contact-info ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.contact-info li{
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.contact-info a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    letter-spacing: 0.5px;
}
.contact-info a:hover {
    color: #05bb83;
}
.contact-info li:first-child:after {
    content: "|";
    font-size: 16px;
    padding: 0px 7px 0px 8px;
    color: #fff;
}
.contact-info i {
    font-size: 14px;
    color: #fff;
    margin-right: 7px;
}
.social ul{
    padding-left: 0px;
    text-align: right;
    position: relative;
    right: 19px;
    margin: 0px;
}
.social li{
    display: inline-block;
}
.social i {
    color: #fff;
    padding: 0px 5px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.social a:hover i {
    color: #05bb83;
}
/*topbar-end*/

/*topbar-2*/
#topbar.header2 .topbar{
    background: #fdfdfd;
    position: relative;
}
.header2 a.site-name, .header2 nav.sticky a.site-name, 
.header2 nav .navbar-toggler, .header2 nav.sticky .navbar-toggler{
    color: #fdfdfd;
}
.header2 nav .navbar-nav li a {
    color: #fdfdfd !important;
}
.header2 .contact-info li, .header2 .contact-info i, .header2 .contact-info i, 
.header2 .contact-info li:first-child:after, .header2 .contact-info a, .header2 .social i{
    color: #333;
}
.header2 .navbar {
    background: #0d0b0e;
    position: relative;
    top: 0;
}
/*topbar-2-end*/

/*Navbar*/
a.site-name {
    font-size: 30px;
    font-weight: 800;
    color: #fdfdfd;
    letter-spacing: 0.7px;
}
a.site-name span {
    color: #05bb83;
}
nav {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
nav.custom-nav{
    background: rgba(255, 255, 255, 0.10);
}
nav.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    padding: 12px 0px 12px;
    background: #fff;
    animation: 2s .10s fadeInDown both;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
}
nav.sticky a.site-name {
    color: #060606;
}
nav.sticky .navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #000;
}
nav.sticky .navbar-nav li a, nav.sticky .navbar-brand {
    color: #000;
    padding: 4px 0px !important;
}
nav.sticky li.active a, nav.sticky li a:hover, nav.sticky li a:focus, nav.sticky li a:target {
    color: #57c890;
}
.navbar-nav .dropdown-menu li a{
    background-color: #1879das;
    background-clip: padding-box;
    border-radius: 0px;
    border:none;
    transition: 0.8s;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.dropdown-item{
   padding: 8px 20px;
    font-weight: bolder;
    color: #000 !important;
    font-size: 16px;
    line-height: 10px !important;
}
.dropdown-menu li a li.active a, .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:target {
    color: #1879da !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent !important; 
}
.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0.5px;
    border-top: transparent;
    min-width: 12rem;
}
.dropdown-menu.show {
    background: #05bb83;
    position: relative;
    transition: all .4s ease;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    margin: 0px;
    padding: 5px 0px;
    max-width: 200px;
    width: auto;
    border: 0;
    animation: 0.5s .10s fadeInUp both;
}
.sticky .dropdown-menu.show {
    margin: 19px 0px; 
}
.dropdown .fa {
    font-size: 9px;
    position: relative;
    bottom: 0px;
    left: 1px;
}
.dropdown-menu.show ul li a {
    padding: 6px 18px;
    line-height: 19px !important;
    color: #fdfdfd !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    overflow: hidden;
    opacity: 1;
    word-break: break-all;
    white-space: pre-wrap;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.dropdown-menu.show ul li:hover {
    background: #05bb83;
}
.dropdown-menu.show li {
    margin-left: 0px !important;
    position: relative;
    width: 100%;
    padding: 4px 18px !important;
}
.dropdown-menu.show li a{
    text-align: unset !important;
}
.dropdown-menu.show ul {
    padding: 0px;
    display: block !important;
}
/*.dropdown:hover>.dropdown-menu {
    display: block;
}*/
.navbar {
    position: absolute;
    top: 3.1rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 0px;
}
.navbar-brand {
    font-size: 30px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 700;
}
.navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #05bb83;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}
.navbar-nav li.active a, .navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:target{
    color: #57c890;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 20px !important;
    margin: 0px !important;
    background: none !important;
}
nav .navbar-nav li a {
    position: relative;
    display: block;
    padding: 30px 0px;
    color: #fdfdfd;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1.3px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.navbar-nav li {
    position: relative; 
    float: left; 
    padding: 0px 0px; 
    margin-left: 20px;
}
li.nav-item.dropdown a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
ul.navbar-nav {
    padding-right: 23px;
}
/*Home-Page*/
/*Slider*/
#slider{
    padding: 0px;
}
#slider .item{
    height: 99.5vh;
    position: relative;
    width: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*    transform-style: preserve-3d;*/
}
/*#slider .owl-item.active .item{
    transform: scale(1.1);
    transition: 10s;
}*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.slide-caption {
    padding: 250px 0px 150px; 
    position: relative;
    top: 2%;
    vertical-align: middle;
    position: relative;
}
#slider .item.left-content .slide-caption .slider-inner{
  text-align: left !important;
}
.slide-caption .slider-inner {
   max-width: 85%;
   margin: 0 auto;
   position: relative;
   text-align: center;
}
.slide-caption .slider-inner h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    text-transform: inherit;
    padding: 0px 0px 5px;
}
.slide-caption p {
    color: #ddd;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.5px;
    width: 80%;
    margin: 0px auto;    
}
.slider-inner a:nth-child(2n+2) {
    border: 2px solid #fdfdfd;
    background: transparent;
    color: #fdfdfd; 
    padding: 8px 30px;
}
.slider-inner a:nth-child(2n+2):hover{
    background: #fdfdfd;
    color: #333;
}
.slider-inner a{
    margin: 30px 10px 10px 0px;
}
#slider .owl-prev, 
#slider .owl-next {
    color: #fff !important;
    font-size: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 30px;
    opacity: 0.85;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7) !important;
}
#slider .owl-nav .fa {
    text-align: center;
    padding: 22px 0px;
}
#slider .owl-prev:hover, #slider .owl-prev:focus,
#slider .owl-next:hover, #slider .owl-next:focus {
    color: rgb(219, 219, 219);
    border-color: rgb(219, 219, 219);
    background: #05bb83 !important;
}
#slider .item:hover .owl-next {
    right: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}

#slider .item:hover .owl-prev {
    left: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}
#slider .owl-prev {
    left: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}
#slider .owl-next {
    right: 2%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
#slider .owl-item.active .slider-inner h1{
  animation: 2s .5s bounceInLeft both;
}

#slider .owl-item.active .slider-inner p{
  animation: 3s .10s bounceInRight both;
}

#slider .owl-item.active .slider-inner a {
  animation: 4s .15s fadeInUp both;
}
#slider .owl-caraousel .animated { 
  animation-duration: 10000ms;
/*  animation-fill-mode: both; */
}
/*slider-end*/

/*slider-2*/
#slider.slider2 .item {
    height: 80.5vh;
}
.slider2 .slide-caption {
    padding: 150px 0px 150px;
}
/*slider-2-end*/


/*Banner*/
.banner {
    padding: 120px 0px 70px 0px;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner::after, #contact .bg:after {
   content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-content {
    position: relative;
    height: auto;
    padding: 80px 0px 30px;
}
.banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 0 0 5px;
    font-family: 'Tangerine', cursive;
    font-family: 'Nanum Myeongjo', serif; 
    font-family: 'Great Vibes', cursive;
}
.banner-content p {
    font-size: 13px;
    color: #fdfdfd;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
#banner.banner ul {
    font-size: 13px;
    padding: 0px;
}
.banner ul li, .banner ul li a{
    display: inline-block;
    color: #fdfdfd;
}
/*banner-end*/

/*who-we-are*/
#who-we-are {
    padding: 70px 0px 70px 0px;
}
#who-we-are .caption .title {
    padding-bottom: 0px;
    text-align: left;
}
#who-we-are .left-side {
    position: relative;
}
#who-we-are .left-side img{
    min-height: 300px;
    max-height: 530px;
    width: 100%;
}
#who-we-are .left-side:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    border-left: 10px solid #05bb83;
    border-bottom: 10px solid #05bb83;
}
#who-we-are .left-side img {
    position: relative;
    max-width: 100%;
}
#who-we-are .left-side .img-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#who-we-are .left-side .img-caption:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    border-bottom: 0;
    border-left: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}
#who-we-are .caption p{
    padding: 10px 0px 15px;
    line-height: 26px;
}
#who-we-are .caption blockquote{
    color: #38886f;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 27px;
    font-style: italic;
    margin: 30px;
}
#who-we-are .caption span {
    color: #333;
    font-size: 14px;
    padding: 5px 0px 10px;
    line-height: 27px;
    letter-spacing: 0.7px;
}
#who-we-are .caption a:hover{
    background: #ddd;
}
/*who-we-are-end*/

/*facilities*/
#facilities{
    padding: 80px 0px 0px;
}
#facilities .title-section {
    padding-bottom: 50px;
}
.in-front #facilities .row.facilities-content{
    margin: 0px;
}
#facilities .row img {
    max-height: 100% !important;
    margin-top: 0px;
}
#facilities .caption .custom-btn {
    margin: 0px;
}
#facilities .row img {
    width: 100%;
    min-height: 300px;
    max-height: 450px;
    overflow: hidden;
}
#facilities.facilities .row{
    margin: 50px 0px;
}
#facilities.facilities .row img {
    max-height: 450px !important;
}
#facilities .caption h3 {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #38886f;
}
#facilities .caption p {
    line-height: 1.8;
    letter-spacing: 0.3px;
    color: #666;
    padding-bottom: 15px;
    font-size: 15px;
}
#facilities .caption ul{
    padding: 20px 20px 30px;
}
#facilities .caption ul li {
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #555;
}
#facilities .caption ul li:hover {
    padding-left: 25px;
}
#facilities .caption ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #38886f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
}
#facilities .caption ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(56, 136, 111, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}
#facilities .caption .custom-btn:hover {
    background: #ddd;
}
/*facilities-end*/

/*rooms-grid*/
section#rooms {
    background: #f4f6f8;
    padding: 80px 0px 80px 0px;
}
section#rooms.white-bg {
    background: #ffffff;
}
#rooms .title-section {
    padding-bottom: 50px;
}
#rooms .rooms-items {
    margin: 0px 0px 40px;
}
#rooms .rooms-list .rooms-items {
    margin: 0px 10px 40px;
}
.rooms-items img {
    width: 100%;
    height: 256px;
    padding-bottom: 20px;
}
.rooms-caption h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 5px;
    letter-spacing: 0.71px;
}
.rooms-caption p {
    line-height: 1.8;
    font-size: 16px;
    margin: 8px 0px 25px;
}
.rooms-caption a{
    display: table;
}
.rooms-caption span, #rooms .rooms-lists .price-details span {
    font-size: 17px;
    color: #38886f;
    font-weight: 900;
    letter-spacing: 0.7px;
}
.rooms-caption span .fa, #rooms .rooms-lists .price-details span .fa {
    padding-right: 2px;
}
.rooms-caption b:before{
    content: "/";
    position: relative;
    right: 5px;
    color: #333;
}
.rooms-caption b, #rooms .rooms-lists .price-details b {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: initial;
    position: relative;
    left: 10px;
}
.rooms-caption .custom-btn {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 23px;
    margin: 6px 0px;
}
.rooms-caption .custom-btn i{
    display: none;
}
.rooms-caption .custom-btn:hover{
    background: #ddd;
}
.rooms-caption .custom-btn:hover i{
    display: inline-block;
    position: relative;
    left: 5px;
    animation: 1s .2s fadeInLeft both;
}
/*rooms-grid-end*/

/*rooms-list*/
#rooms .rooms-lists {
    box-shadow: 1px 2px 10px 1px rgba(0,0,0,.1);
    background-color: #FFFFFF;
    margin: 0px 0px 40px 0px;
    transition: all 0.4s ease;
}
#rooms .rooms-lists .room-image {
    padding-left: 0px
}
#rooms .rooms-lists .room-image img {
    width: 100%;
    min-height: 280px;
    max-height: 320px;
}
#rooms .rooms-lists .rooms-caption {
    padding: 30px 20px 20px 20px;
}
#rooms .rooms-lists .rooms-caption h3 {
    font-size: 20px;
    padding-bottom: 5px;
}
#rooms .rooms-lists .rooms-caption p {
    font-size: 15px;
    margin: 8px 0px 10px;
}
.rooms-caption ul {
    padding-left: 0px !important;
    margin: 15px 10px 20px;
}
.rooms-caption ul li{
    display: inline-block;
    font-size: 13px;
    color: #333;
    padding-right: 10px;
}
.rooms-caption ul li .fa{
   padding-right: 5px;
   color: #38886f;
}
.rooms-caption ul li span {
    font-size: 13px;
    color: #333;
    font-weight: 700;
}
.rooms-caption ul li span label{
    padding-right: 7px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    color: #38886f;
}
#rooms .rooms-lists .price-details {
    text-align: center;
    background-color: rgb(88, 202, 145, 0.1);
    padding: 100px 20px 102px;
}
#rooms .rooms-lists .price-details span{
    font-size: 40px;
}
.price-details b {
    display: block;
    left: 0px !important;
}
#rooms .rooms-lists .price-details b:before {
    display: none;
}
/*rooms-list-end*/

/*room-details*/
#rooms.rooms-details .rooms-lists {
    box-shadow: none;
    background-color: #FFFFFF;
    margin: 0px 0px 40px 0px;
    transition: all 0.4s ease;
}
#rooms.rooms-details .rooms-caption .row {
    padding: 30px 0px 0px 0px;
}
#rooms.rooms-details .price-details {
    padding: 50px 20px 50px;
}
/*room-details-end*/

/*owl-carosel*/
.owl-theme .owl-dots {
    z-index: 1;
    margin: 20px 0px 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0px 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #3b3b3c;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #05bb83;
    border: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
/*owl-carosel-end*/

/*menu*/
#dining-and-bar{
    padding: 70px 0px 60px;
}
#dining-and-bar .title-section{
    padding-bottom: 50px;
}
#dining-and-bar .db-caption .item h4 {
    font-size: 18px;
    color: #555;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.71px;
}
#dining-and-bar .db-caption li p {
    line-height: 1.8;
    font-size: 15px;
    width: 80%;
    margin: 8px 0px 8px;
}
#dining-and-bar .db-caption ul{
    padding-left: 15px;
}
#dining-and-bar .db-caption ul li {
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px 15px;
    margin-bottom: 0px;
}
#dining-and-bar .db-caption ul li:last-child{
    border-bottom: none;
}
#dining-and-bar .db-caption .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#dining-and-bar .db-caption .item h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
    position: relative;
    right: 5%;
    background: #38886f;
    padding: 10px;
    border-radius: 5px;
}
section#rooms.desserts-menu {
    background: transparent;
    padding: 80px 0px 30px 0px;
}
#rooms.desserts-menu .rooms-caption span{
    font-size: 25px;
}
/*menu-end*/

/*service*/
.in-front #service.banner:after {
    background: rgb(243, 238, 238, 0.2);
}
.in-front section#service {
    padding: 70px 0px 0px;
}
.in-front section#service .row.text-center{
    padding: 0px 0px 100px;
}
.service-item {
    padding: 44px 15px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 30px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    opacity: 1;
    transform: translate(0);
    border: 1px solid rgb(56, 136, 111, 0.1);
    position: relative;
    overflow: hidden;
}
#service .service-item:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -500px;
    width: 100%;
    height: 100%;
    background: #38886f;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}
#service .service-item:hover:before {
    bottom: 0px;
}
#service .service-item:hover i{
    color: #fdfdfd;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: none;
}
#service .service-item:hover h3{
    color: #fdfdfd;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
#service .service-item:hover p {
    color: #fdfdfd;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: block;
}
#service .service-item i {
    font-size: 42px;
    display: inline-block;
    color: #333;
    margin-bottom: 35px;
}
#service .service-item h3 {
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    font-size: 20px;
}
#service .service-item p {
    padding-bottom: 15px;
    display: none;
}
/*service-end*/

/*service-details*/
#service-details {
    padding: 70px 0px 80px;
}
#service-details .service-caption img {
    padding: 0px 0px 30px;
    width: 100%;
    min-height: 280px;
    max-height: 350px;
}
#service-details .service-caption h3 {
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    font-size: 22px;
}
#service-details .service-caption p {
    padding-bottom: 15px;
    line-height: 1.8;
}
.service-details-sb {
    padding: 20px 15px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    position: relative;
    overflow: hidden;
}
.service-details-sb span i {
    text-align: center;
    margin: 0px auto;
    display: block;
    font-size: 70px;
    line-height: 130px;
    width: 140px;
    height: 140px;
    color: #38886f;
    border: 1px dashed #e2e0e0;
    border-radius: 50%;
    margin: 0px auto 30px;
    animation: pulse 1s infinite;
}
.service-details-sb ul{
    padding-left: 15px;
}
.service-details-sb ul li {
    padding: 5px 0px 20px;
}
.service-details-sb ul li i {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 6px;
    color: #333;
}
.service-details-sb ul li span {
    overflow: hidden;
    display: block;
    padding: 0px 0px;
}
.service-details-sb ul li label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #333;
}
/*service-details-end*/

/*resort-virtual-tour*/
.in-front #resort-virtual-tour {
    margin: 0px 0px 0px;
}
#resort-virtual-tour {
    padding: 200px 0px 150px;
    margin: 40px 0px 0px;
}
#resort-virtual-tour.banner:after{
    background: rgba(0, 0, 0, 0.9);
}
#resort-virtual-tour .rcb-content h2 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #38886f;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#resort-virtual-tour .rcb-content h4 {
    color: #fdfdfd;
    letter-spacing: 1px;
    font-size: 21px;
}
#resort-virtual-tour .rcb-content p {
    color: #ffffff;
}
#resort-virtual-tour .rcb-content .popup-youtube {
    width: 80px;
    height: 80px;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #38886f;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
    position: relative;
    left: 5%;
    border: 1px solid #000;
}
#resort-virtual-tour .rcb-content .popup-youtube i {
    color: #ffffff;
    font-size: 25px;
    line-height: 80px;
    animation-name: pulse;
    animation-duration: 1.5s;
    padding-left: 5px;
}
/*resort-virtual-tour-end*/

/*testimonial*/
#testimonial {
    padding: 70px 0px 70px;
}
#testimonial.banner:after {
    background: rgb(243, 238, 238, 0.2);
}
#testimonial .title-section {
    padding-bottom: 40px;
}
#testimonial .testimonial-carousel .item {
    padding: 0px 30px 25px 30px;
}
.testimonials-content {
    color: #808080;
    position: relative;
    background: #fdfdfd;
    border: 1px solid rgb(56, 136, 111, 0.1);
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.testimonial-caption {
    display: block;
    overflow: hidden;
    padding: 11px 0px;
}
.item .testimonials-content p{
    color: #333;
    padding: 20px 30px 20px;
    line-height: 30px;
}
#testimonial .item {
    padding: 40px 0px 20px;
}
.item .testimonials-content:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #fdfdfd;
    border: 1px solid rgb(56, 136, 111, 0.1);
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: 46px;
    transform: rotateZ(-46deg);
}
#testimonial .item img {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin-right: 21px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid rgba(56, 136, 111, 0.1);
}
#testimonial .item h4{
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding-top: 10px;
}
#testimonial .item .testimonial-caption span{
    color: #b8bbbf;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 14px;
    text-transform: capitalize;
    margin: 0px;
    display: block;
    padding: 10px 0px;
}
#testimonial .item ul{
    padding-left: 0px;
}
#testimonial .item ul li {
    display: inline-block;
    margin: 5px 0px;
}
#testimonial .item ul li i {
    color: #38886f;
    margin: 0px 0px 0px;
    font-size: 14px;
}
/*testimonial-end*/

/*blog*/
#blog {
    padding: 70px 0px 70px 0px;
}
#blog .title-section {
    padding-bottom: 50px;
}
.blog-items {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    margin-bottom: 60px;
}
#blog .blog-items img{
    width: 100%;
    height: 250px;
    max-height: 250px;
}
#blog .blog-items .hovereffect a:after {
    font-family: FontAwesome;
    color: #38886f;
    background: #fdfdfd;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 40%;
    top: 40%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.1,.1);
    transform: scale(.1,.1);
    opacity: 0;
    border-radius: 50%;
}
#blog .blog-items .hovereffect {
    background: #38886f;
}
#blog .blog-items .hovereffect a:after {
    content: "\f0c1";
}
#blog .blog-items .hovereffect a:hover:after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
#blog .blog-items .hovereffect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .2;
}
#blog .blog-caption{
    padding: 20px;
    border: none;
}
#blog .blog-caption h3{
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 25px;
}
#blog .blog-caption p{
    text-align: left;
    max-width: 100%;
    font-size: 15px;
    line-height: 27px;
    margin: 0px 0px 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
#blog .blog-caption ul, .events-list .event-box ul {
    font-size: 13px;
    padding-left: 0px;
    margin-bottom: 5px;
}
#blog .blog-caption ul li, .events-list .event-box ul li {
    margin: 0 15px 0 0;
    color: #9C9C9C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    border-right: 1px solid #CCC;
    padding-right: 16px;
    display: inline-block;
}
#blog .blog-caption ul li:last-child, .events-list .event-box ul li:last-child{
    border: none;
}
#blog .blog-caption ul li i, .events-list .event-box ul li i {
    padding-right: 10px;
    color: #38886f;
}
#blog .blog-caption ul li span, .events-list .event-box ul li span {
    color: #333;
}
#blog .blog-caption .link{
    color: #38886f;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px 10px; 
}
#blog .blog-caption .link i {
    display: none;
}
#blog .blog-caption .link:hover i {
    display: inline-block;
    position: relative;
    left: 5px;
    animation: 1s .2s fadeInLeft both;
}
/*blog-end*/

/*blog-sidebar*/
.blog-sidebar .blog-caption h3 {
     margin-bottom: 20px !important; 
}
.blog-sidebar .blog-caption ul {
    margin-bottom: 10px !important;
}
.blog-sidebar .blog-items {
     box-shadow: none; 
}
.blog-sidebar .blog-items .hovereffect:hover img {
    opacity: .5 !important;
}
.blog-sidebar h3.secondary-title {
    color: #333;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.blog-sidebar h3.secondary-title:after{
    top: 35px;
    left: 4px;
}
/*blog-sidebar-end*/

/*blog-details*/
.blog-details{
    background: none !important;
    padding: 100px 0px 30px !important;
}
.blog-details .blog-box img {
    width: 100%;
    height: 330px !important;
}
.blog-details blockquote:before {
    content: open-quote;
}
.blog-details blockquote:after {
    content: close-quote;
}
.blog-details blockquote {
    color: #38886f;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    border-left: 5px solid #38886f;
    font-style: italic;
    line-height: 30px;
    margin: 20px 30px 20px;
}
.blog-details form input, .blog-details form textarea{
    width: 100%;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    color: #000;
}
.blog-details form#contact_form {
    padding: 30px 0px;
}
.sidebar .popular-posts {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #ddd;
    margin: 0px 30px 30px;
}
.blog-details .blog-caption h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: 0.8px;
    margin: 10px 0px 10px !important;
    text-transform: capitalize;
}
.blog-details h3.secondary-title  {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #444;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-details h3.secondary-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #38886f;
    margin: 10px 2px;
    left: 2px;
}
.blog-details .blog-caption .blog-rf ul {
    padding: 0px 0px 20px;
}
.blog-details .blog-caption .blog-rf p {
    border-bottom: none !important;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.sidebar ul li {
    margin-bottom: 8px;
}
.popular-posts.search {
    display: none;
}
/*.popular-posts.search {
    border: none;
}*/
.popular-posts.search form input{
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 90%;
}
.popular-posts.search form button {
    background: #38886f none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 12%;
    text-align: center;
    top: 3.4%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.popular-posts ul.categories li {
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px 15px;
    margin-bottom: 0px;
}
.popular-posts ul.categories li:last-child {
    border: none;
}
.popular-posts.search form button b{
    display: none;
}
.popular-posts.rs ul li {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}
.popular-posts.rs ul li img {
    float: left;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.popular-posts.rs ul li:before{
    display: none;
}
.popular-posts.rs .recent-post-caption {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    position: relative;
    top: 5px;
}
.popular-posts.rs .recent-post-caption h4 a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
}
.popular-posts.rs .recent-post-caption span, .popular-posts.rs .recent-post-caption span i {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    padding-right: 3px;
    margin-right: 3px;
    font-style: normal;
}
.popular-posts.rs .recent-post-caption span i:after {
    left: 5px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    content: "/";
}
.popular-posts.tags {
    border: none;
}
.popular-posts.tags ul li {
    display: inline-block;
    border: 1.5px solid #ddd;
    border-radius: 0;
    display: inline-block;
    margin: 3px 0px 3px 0px;
    padding: 7px 20px;
    background-color: transparent;
    font-size: 12px;
    text-transform: capitalize;
    color: #ddd;
}
.popular-posts.tags ul li:before {
    display: none !important;
}
.popular-posts.tags ul li:hover {
    background: #38886f;
    border: 1.5px solid #38886f;
    transition: 0.6s ease-in-out;
    cursor: pointer;
    color: #fff !important;
}
.popular-posts.tags ul li:hover a{
    color: #fdfdfd !important;
}
.sidebar ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #38886f;
    font-size: 9px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 5px;
    font-weight: 800;
}
.sidebar ul li a {
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    display: block;
    overflow: hidden;
}

/*comment-form*/
.comment-item {
    position: relative;
    padding-left: 100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-details .comment-item img {
    width: 80px !important;
    height: 80px !important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-item span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c9c9c9;
    font-weight: 400;
    font-size: 12px;
}
.comment-item p {
    font-size: 14px;
    color: #777;
    line-height: 25px;
}
.middel-item {
    margin-left: 50px;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
textarea.form-control {
    height: auto;
}
.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #dfdfdf !important;
    box-shadow: none;
}
.form-area {
    width: 100%;
}
.contact-form{
    padding: 10px 20px !important;
}
.contact-form h3 {
    margin-bottom: 10px;
}
.form-area p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
}
.contact-form .custom-btn {
    margin-left: 15px;
}
.contact-form .custom-btn:hover {
    background: #ddd;
}
/*blog-sidebar*/
.blog-sidebar .blog-caption h3 {
    margin: 0px 0px 10px !important;
}
.blog-sidebar h3.secondary-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-sidebar h3.secondary-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #38886f;
    margin: 10px 2px;
}
.blog-sidebar h3.secondary-title:after {
    top: 35px;
    left: 4px;
}
/*blog-sidebar-end*/
/*blog-details*/


/*pagination*/
.pagination {
    overflow: hidden;
    border-radius: 0;
    margin: 0px;
}
.pagination > ul{
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px 2px;
    background: #ddd;
}
.pagination > li > a, .pagination > li > span {
    font-size: 13px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 10px 17px;
}
.pagination > .active > a, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background: #38886f none repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
}
/*pagination-end*/

/*gallery*/
#gallery{
    padding: 60px 0px;
}
#gallery p{
    padding: 15px 0px;
}
.gallery-carousel{
    margin: 0px;
}
#gallery .gallery-info.middle h4{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fdfdfd;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#gallery .gallery-info p{
    padding: 3px 0px;
}
#gallery .container {
  max-width: 1140px;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-item img {
    width: 100%;
    height: 270px;
    transition: all 0.2s ease;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.gallery-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -9px;
  margin-right: -59px;
  margin-top: 0px;
}
.gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
 .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item:hover .middle{
    opacity:1;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.categories{
  padding: 3px;
}
#gallery .gallery-info.middle a i {
    color: #38886f;
    font-size: 20px;
    line-height: 50px;
    background: #fdfdfd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto;
    position: relative;
}
#gallery .filter-title, #masonrys .filter-title{
    padding: 20px 0px 10px;
}
#gallery .filter-title ul, #masonrys .filter-title ul{
    padding-left: 0px;
}
.filter-title ul li {
    display: inline-block;
    margin: 10px 1px;
}
.filter-title ul li a:hover, .filter-title ul li a.current {
    background: #38886f;
    color: #fdfdfd
}
.filter-title ul li a {
    background: #ddd;
    padding: 10px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
#gallery .gallery-carousel .gallery-item {
    margin: 0px 3px;
}
/* gallery-end*/

/*gallery-masonrys*/
#masonrys {
    padding: 100px 0px 80px 0px;
}
.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1em;
    font-size: .85em;
}
.masonrys .masonry {
    margin: 0px;
}
.masonry-item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.masonry-item .masonry-image {
    position: relative;
    overflow: hidden;
}
.masonry-item .gallery-overlay a i {
    color: #38886f !important;
    font-size: 20px;
    line-height: 50px;
    background: #fdfdfd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto;
    color: #FFFFFF;
    position: absolute;
    top: 38%;
    left: 42%;
    opacity: 0;
}
.masonry-item .gallery-overlay a i.fa-eye:before {
    position: relative;
    left: 13px;
}
.masonry-item img {
    max-width: 100%;
}
.masonry-item:hover .gallery-overlay{
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}
.masonry-item:hover .gallery-overlay h4, .masonry-item:hover .gallery-overlay a i{
    opacity: 1 !important;
}
.masonry-item .gallery-overlay h4 {
    color: #FFFFFF;
    position: absolute;
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: #fdfdfd;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
}
/*gallery-masonrys-end*/

/*events*/
.in-front #events{
    background: #f4f6f8;
    padding: 80px 0px 50px;
}
#events{
    padding: 80px 0px 100px;
}
#events .title-section {
    padding-bottom: 50px;
}
#events .hovereffect {
    height: auto;
}
#events .event-box {
    margin-bottom: 70px;
}
#events .event-box h3 {
    font-size: 18px;
    color: #555;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 15px;
    letter-spacing: 0.71px;
}
#events .event-box a{
    display: table;
}
#events .event-box p{
    line-height: 1.8;
    font-size: 14px;
    margin: 0px 0px 15px;
} 
#events .event-box a.custom-btn{
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 23px;
    margin: 6px 0px;
    color: #fff;
}
#events .event-box a.custom-btn:hover{
    background: #ddd;
    color: #333;
}
#events .event-box a:hover, #events .event-box h3 a:hover{
    text-decoration: none;
    color: #3691fe;
}
.upcoming-event-countdown{
    width: 100%;
    display: inline-flex;
    padding-bottom: 20px;
    padding-top: 10px;
}
.upcoming-event-countdown .timer-count {
    flex: 0 0 33.33333%;
    max-width: 22.33333%;
    color: #333;
    font-weight: 600;
    line-height: 1.7;
    font-size: 18px;
}
.upcoming-event-countdown .timer-title {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    display: block;
}
.eventimage {
    position: relative;
}
.eventimage span {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px;
    border-radius: 5px;
    text-transform: capitalize;
}
.eventimage span i {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    top: 7px;
    font-style: normal;
}
.eventimage img {
    min-height: 265px;
    max-height: 280px;
}
#events nav ul{
    margin-top: 30px !important;
}
/*events end*/

/*events list*/
.events-list .eventimage img {
    max-height: 320px;
}
.events-list .upcoming-event-countdown .timer-count {
    flex: 0 0 33.33333%;
    max-width: 08.33333%;
    font-weight: 700;
}
.events-list .event-box h3 {
    padding-top: 20px;
}
.events-list .event-list ul {
    margin: 0px;
    padding: 0px;
}
.events-list .event-list h3{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.events-list .event-list h3.secondary-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #38886f;
    margin: 10px 2px;
}
.events-list .event-list ul li {
    border-bottom: none;
}
.events-list .event-list ul li a:before {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #38886f;
    font-size: 14px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 1px;
    font-weight: 800;
}
.events-list .event-list ul li a:hover:before, .events-list .event-list ul li a.current:before{
    color: #fdfdfd !important;
}
.events-list .event-list ul li a {
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #333;
    display: block;
    overflow: hidden;
    padding: 15px 15px 15px;
    margin-bottom: 5px;
    background: #ddd;
}
.events-list .event-list ul li a.current, .events-list .event-list ul li a:hover{
    color: #fdfdfd;
    background: #38886f;
}
.events-list blockquote{
    color: #38886f;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border-left: 5px solid #38886f;
    font-style: italic;
    line-height: 24px;
    margin: 20px 30px 20px;
}
.events-list .event-items .upcoming-event-countdown .timer-count {
    flex: 0 0 33.33333%;
    max-width: 14.33333%;
    font-weight: 700;
}
/*events-list-end*/

/*counter*/
#counter.banner {
    padding: 100px 0px 100px;
}
#counter.banner:after {
    background: rgb(243, 238, 238, 0.8);
}
#counter .counter-item i {
    font-size: 36px;
    line-height: normal;
    color: #fff;
}
#counter .counter-item h3 {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 19px;
    color: #000000;
    font-weight: 800;
}
#counter .counter-item h4 {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
/*counter-end*/

/*call-to-action*/
#call-to-action {
    background: #38886f;
}
#call-to-action.banner {
    padding: 50px 0px 50px 0px;
}
#call-to-action.banner:after{
    background: rgba(0, 0, 0, 0.2);
}
#call-to-action h3 {
    text-transform: capitalize;
    color: #f4f4f4;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 27px;
}
.call-to-action-btn {
    padding: 0px 0px;
    text-align: right;
}
#call-to-action .custom-btn {
    margin-top: 10px;
}
#call-to-action .custom-btn:hover {
    background: ddd;
}
/*call-to-action-end*/

/*contact-us*/
section#contact .title {
    text-align: left;
    font-size: 26px;
    color: rgba(56, 136, 111, 0.6);
}
#contact form .form-group {
    padding-bottom: 30px;
    margin: 0px;
}
#contact form label {
    font-size: .9em;
    color: #a1b1c1;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
}
#contact form .form-control {
    height: 52px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
}
#contact form textarea {
    height: 135px !important;
}
#contact .custom-btn {
    margin-left: 15px;
    margin-top: 15px;
}
#contact .custom-btn:hover{
    background: #ddd;
}
#contact .contact-info{
    padding: 20px 15px;;
}
#contact .contact-info p.address {
    padding: 5px 0px 10px;
}
#contact .contact-info .address span {
    overflow: hidden;
    display: block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: capitalize;
}
#contact .contact-info .address label {
    display: block;
    font-size: 1em;
    color: #38886f;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#contact .contact-info p.address span a {
    display: table;
    color: #4e4d4d;
    line-height: 30px;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: initial;
}
div#map {
    position: relative;
    top: 6px;
}
/*contact-us-end*/

/*403*/
#access-denied {
    padding: 100px 0px 100px 0px;
}
.ad-caption h2 {
    font-size: 120px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -12px;
    color: #38886f;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.ad-caption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #0e0e0e;
    text-transform: uppercase;
    letter-spacing: 13px;
    margin: 0;
}
.ad-caption-btn a:hover{
    background: #ddd;
}
/*403-end*/

/*login*/
#login {
    padding: 100px 0px 100px;
}
#login .login-form{
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #38886f;
}
#login .login-form form {
    width: 100%;
}
#login .login-form form .login-header {
    font-size: 60px;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
#login .login-form form .login-header i{
    color: #38886f;
    font-size: 35px;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
}
#login .login-form form h3{
    color: #fff;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 26px;
    text-transform: uppercase;
}
#login .login-form form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    padding: 0 0 12px 0;
    margin-bottom: 23px;
    color: #fdfdfd;
    background: transparent;
}
#login .login-form form .file input{
    border-bottom: transparent;
}
#login .login-form form .form-group a {
    color: #fdfdfd;
    padding: 0px 15px;
}
#login .login-form form .login .custom-btn {
    font-weight: 600;
    padding: 12px 29px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#login .login-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5; /* Firefox */
}
#login .login-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
#login .login-form form input:-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
/*login-end*/

/*coming-soon*/
#comming-soon {
    width: 100%;
    min-height: 100vh;
}
#counter{
    display: inline-block;
    text-align: center;
    padding-bottom: 35px;
}
#counter span{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    color: #fdfdfd;
}
#counter > div{
    display: inline-block;
    padding: 0px 15px 0px;
    text-align: center;
    font-weight: 900;
}
#counter > div:last-child{
    border: none;
}
#counter p{
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fdfdfd;
}
.cs-overlay p.text-center {
    color: #fdfdfd;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.cs-overlay {
    background-color: rgb(88, 202, 145, 0.2);
    padding: 50px 20px 50px;
}
.cs-overlay h1.title{
    color: #fdfdfd;
    padding-bottom: 40px;
}
.cs-overlay h1.title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #f8fffd;
    text-align: center;
    margin: 9px auto;
}
/*coming-soon-end*/


/*footer*/
footer {
    background: #1d1d1d;
}
footer .footer-wedget, footer .recent-post {
    position: relative;
    padding: 60px 0px 60px 15px;
}
footer .footer-wedget h3, footer .recent-post h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #fdfdfd;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .footer-wedget h3:after, footer .recent-post h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #38886f;
    margin: 10px 2px;
}

footer .footer-wedget:first-child p { 
    position: relative;
    font-size: 15px;
    line-height: 36px;
    color: #f4f4f4;
    font-weight: 400;
    padding-top: 9px;
}
footer .recent-post ul {
    padding: 0px 27px 0px;
}
footer .recent-post ul li {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}
footer .recent-post ul li img {
    float: left;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
    margin-right: 20px;
}
footer .recent-post-caption {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
}
.recent-post-caption h4 a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fdfdfd;
    letter-spacing: 0.6px;
}
.recent-post-caption h4 a:hover {
    color: #05bb83 !important;
}
.recent-post-caption h4 {
    margin-top: -7px;
}
.recent-post-caption span, .recent-post-caption span i {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    padding-right: 3px;
    margin-right: 3px;
    font-style: normal;
}
.recent-post-caption span i {
    padding-left: 15px;
}
.recent-post-caption span i:after {
    left: 5px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    content: "/";
}
footer .footer-wedget .pd ul,  footer .footer-wedget.pd ul{
    padding-left: 27px;
}
footer .footer-wedget .pd ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 16px;
}
footer .footer-wedget.pd ul li {
    font-size: 14px;
    color: #ddd;
    padding-bottom: 12px;
    letter-spacing: 0.6px;
}
footer .footer-wedget .pd ul li a:hover{
    color: #05bb83 !important;
}
footer .footer-wedget .pd ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    content: "\f068";
    font-family: "FontAwesome";
}
.pd ul li a{
    position: relative;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 400;
    letter-spacing: 0.6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
footer .pd ul.social {
    padding: 5px 0px 0px;
    margin: 0px;
    float: right;
}
footer ul.social li {
    margin-right: 10px;
}
footer ul.social li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer ul.social li a:hover i {
    color: #05bb83;
}
footer .footer-wedget.git h3{
    padding-left: 0px;
}
footer .git p{ 
    padding: 0px 0px 5px;
    font-size: 14px;
    line-height: 20px;
}
footer .git p i{
    float: left;
    margin-right: 15px;
}
footer .git p a{
    color: #fff;
    position: relative;
    bottom: 12px;
    font-size: 14px;    
    letter-spacing: 0.8px;
}
footer .git p span {
    font-size: 14px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    position: relative;
    bottom: 8px;
    color: #fff;
    letter-spacing: 0.6px;
    padding: 0px 10px 10px 0px;
}

/*copyright*/
.copyright {
    background: #040404;
    padding: 30px 0px 30px 0px;
}
.copyright-text p {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #f4f4f4;
    letter-spacing: 0.6px;
}
.copyright-text p a {
    text-decoration: none;
    color: #05bb83;
}
.copyright-text p a:hover{
    text-decoration: underline;
}
/*scroll-top*/
.scroll-top {
    position: fixed;
    bottom: 105%;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #05bb83;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
    border: transparent;
    z-index: 10;
}
.scroll-top:hover {
    background: #05bb83;
}

.scroll-top.open {
    bottom: 30px;
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
button:focus {
    outline: 1px dotted;
    outline: none;
    box-shadow: none !important;
}
button {
    border: none;
    cursor: pointer;
}

/*Media Style*/
@media (max-width: 992px) and (min-width: 320px){
    #menu .container{
        max-width: 100%;
        padding: 0px;
    }
    #menu ul.navbar-nav {
        padding: 10px 15px 10px;
        border-top: 1px solid #f7f1f1;
        margin: 0px;
        background: rgba(0, 0, 0, 0.8);
    }
    .header2 .navbar ul.navbar-nav {
        background: #0d0b0e !important;
    }
    nav.sticky .navbar-nav li a, nav.sticky .navbar-brand {
        padding: 10px 0px !important;
    }
    #menu.sticky ul.navbar-nav {
        background: none; 
    }
    nav .navbar-nav li a {
        line-height: 10px;
    }
    .navbar {
        padding: 5px 0px 5px !important;
        top: 4.1rem;
    }
    nav .navbar-nav li a {
        text-align: left;
        padding: 10px 0px !important;
    }
    a.navbar-brand {
        margin-left: 15px;
    }
    button.navbar-toggler {
        margin-right: 0px;
    }
    .banner {
        padding: 60px 0px 10px 0px;
    }
    .dropdown-menu {
        padding: 5px 35px 5px 35px;
        border: none;
        animation: 0.5s .10s fadeInDown both;
    }
    .dropdown-menu.show {
        background: transparent; 
        border: none; 
        padding: 0px;
    }
    .dropdown-menu.show li {
         border-bottom: none; 
    }
    .dropdown-menu.show a {
        padding: 6px 30px !important;
    }
    .dropdown-menu.show ul li a{
        color: #dfdfdf !important;
        line-height:0px;
    }
    .sticky .dropdown-menu.show ul li a {
        color: #333 !important;
        line-height: 10px !important;
    }
    .header2 .sticky .dropdown-menu.show ul li a {
        color: #fdfdfd !important;
    }
    .dropdown-menu.show ul li a:hover {
        color: #57c890;
    }
    .dropdown-menu.show li{
        padding: 0px 15px !important;
    }
    .sticky .dropdown-menu.show {
        margin: 0px 20px;
    }
    .dropdown-menu.show ul li:hover {
        background: none !important; 
    }
    ul.navbar-nav li {
        margin-left: 0px;
    }
    #facilities .caption {
        padding-top: 30px;
    }
    #facilities .row img {
         min-height: 300px; 
         max-height: none; 
    }
    #who-we-are .caption {
        padding-top: 30px !important;
    }
    #who-we-are .title {
        text-align: left;
    }
    #counter .counter-item {
        margin-bottom: 40px;
    }
    .events-list .event-list {
        margin: 0px 0px 50px;
        padding: 0px 15px;
    }
    #gallery .gallery-carousel.filter-title {
        margin: 0px;
    }
    .popular-posts.search form button b {
        display: inline-block;
    }
    .popular-posts.search form button i {
        margin-left: 10px;
        font-size: 13px;
        position: relative;
        top: 1px;
    }
    .popular-posts.search form button {
        position: inherit; 
        width: 50%;
        margin: 12px 0px;
    }
    .popular-posts.search form input {
        width: 100%;
    }
    #contact .contact-info {
        padding-top: 50px;
    }
    #contact form .form-group {
        padding-bottom: 0px; 
    }   
}
@media (max-width: 770px) and (min-width: 575px){
    .topbar .contact-info li {
        display: block;
        margin: 10px 0px 10px;
    }
    .topbar .contact-info li:first-child:after{
        display: none;
    }
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

}
@media (max-width: 992px) and (min-width: 770px){
    .pagination > li > a, .pagination > li > span {
        font-size: 15px;
        padding: 7px 15px;
    }
    .pagination {
        padding: 0px 0px 50px;
        margin: 0px;
    }
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    #rooms .rooms-lists .price-details {
        left: 8.3% !important;
    }
    #rooms .rooms-lists .room-image img {
        max-height: none;
    }
    .events-list .upcoming-event-countdown .timer-count {
        flex: 0 0 33.33333%;
        max-width: 12.33333%;
        font-weight: 700;
    }
    footer .footer-wedget, footer .recent-post {
        position: relative;
        padding: 60px 0 10px;
    }
    footer .git p {
        margin: 6px 0px 5px;
    }
/*    footer .recent-post h3, footer .recent-post ul {
        padding-left: 0px; 
    }*/
    footer .footer-wedget.pd h3, footer .footer-wedget.pd ul{
        padding-left: 0px; 
    }
}
@media (max-width: 770px) and (min-width: 320px){
    .topbar .social ul {
        text-align: unset;
        right: 0px; 
        margin: 5px 0px 5px;
    }
    .navbar{
        padding: 10px 0px 10px !important; 
    }
    .navbar {
        position: relative;
        top: 0px;
    }
    a.site-name {
        color: #333;
    }
    .topbar {
        background: rgba(0, 0, 0, 0.7);
        position: relative;
    }
    .call-to-action-btn {
        margin: 30px 0px 0px;
    }
    #about .items img {
        height: 250px;
        width: 100%;
    }
    #counter.banner {
        padding: 100px 0px 100px;
    }
    #counter .counter-item h3 {
        width: 100%;
    }
    #counter .counter-item h4 {
        padding-top: 5px;
    }
    #rooms .rooms-lists .price-details {
        padding: 30px 20px 30px;
    }
    #rooms .rooms-lists .room-image {
        padding-left: 0px;
        padding-right: 0px;
    }
    .service-details-sb {
        margin: 0px 0px 20px;
    }
    .events-list .upcoming-event-countdown .timer-count {
        flex: 0 0 33.33333%;
        max-width: 13.33333%;
    }
    #blog .blog-caption ul li {
        margin: 9px 15px 1px 0;
        border-right: none;
        display: block;
    }
    .pagination {
        margin: 0px 0px 50px;
    }
    .careers-info .row .salary {
        border-right: none;
    }
    .careers-info .row .salary b {
        top: 0px; 
        left: 5px;
        text-align: left;
    }
    .careers-info .row .apply-btn{
        text-align: left !important;
    }
    .careers-item {
        border-right: none;
    }
    .careers-info .row {
        padding: 10px 15px 40px;
    }
    .careers-heading{
        display: none;
    }
    #contact .custom-btn {
        float: left;
    }
    footer .footer-wedget .pd ul, footer .footer-wedget.pd, footer .recent-post ul{
        padding-left: 0px;
    }
    footer .footer-wedget h3, footer .recent-post h3 {
        padding-left: 0px; 
        margin-bottom: 25px;
    }
    footer .footer-wedget.pd h3, footer .footer-wedget.pd ul{
        padding-left: 0px; 
    }
    footer .git p span {
        width: 80%;
    }
    footer .footer-wedget{
        padding: 30px 0 0px;
    }
    footer .recent-post {
        padding: 30px 0px 70px;
    }
    footer .footer-wedget.pd {
        padding: 30px 0px 0px;
    }
    footer .pd ul.social {
        float: left;
    }
    footer {
        padding: 80px 0px 0px;
    }

}
@media (max-width: 1100px) and (min-width: 320px){
    #topbar ul{
        padding: 0px;
    }
    .slide-caption .slider-inner {
        right: 0px;
    }
    .slide-caption {
        text-align: center;
        padding: 50px 0px 50px;
    }
    #slider .owl-dots {
        position: absolute;
        right: 0;
        bottom: 4%;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    #slider .owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
        margin: 0px 4px 0px 4px;
        border: 1.5px solid #fcfcff;
    }
    #slider .owl-prev {
        left: 3%;
    }
    #slider .owl-next {
        right: 3%;
    }
    #resort-virtual-tour.req-call-back .bg-image {
        display: none;
    }
    #resort-virtual-tour.req-call-back {
        padding: 100px 0px 80px;
    }
    #facilities .caption {
        margin: 0px 0px 80px;
    }
    #facilities.facilities .caption {
        margin: 0px 0px 5px;
    }
    .blog-details h3.secondary-title {
        margin-bottom: 10px;
    }
    .form-area .secondary-title {
        padding-bottom: 0px; 
    }    
}

@media (max-width: 575px) and (min-width: 320px){
    .slide-caption .slider-inner h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .slide-caption p {
        font-size: 15px;
        padding: 20px 0px;
    }
    #rooms .row.rooms-list, #events .event-items{
        margin: 0px;
    }
    #resort-virtual-tour {
        padding: 170px 0px 100px;
    }
    #resort-virtual-tour .rcb-content .popup-youtube {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        bottom: 70%;
    }
    #resort-virtual-tour .rcb-content .popup-youtube i {
        line-height: 80px;
    }
    #events .hovereffect {
        margin: 0px 0px 30px;
    }
    #blog .blog-caption ul li, .events-list .event-box ul li {
        margin: 13px 15px 0 0;
        border-right: none;
        display: block;
    }
    #blog .blog-caption ul, .events-list .event-box ul {
        margin-bottom: 25px !important;
    }
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    #gallery .filter-title ul li a {
        font-size: 14px;
        width: 70%;
        display: block;
        margin: 0px auto;
        text-align: left;
    }
    #gallery .filter-title ul li {
        display: block;
        margin: 10px 1px 10px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size: 13px;
        padding: 6px 11px;
    }
    .pagination {
        margin: 0px;
    }
    .blog-sidebar .pagination {
        margin: 0px;
        padding-bottom: 50px;
    }
    .banner-content {
        padding: 70px 20px 70px;
    }
    #project .filter-title ul {
        padding: 10px 30px 30px 30px;
        margin: 0px;
    }
    #service-details .service-caption img {
        min-height: 220px;
        max-height: 250px;
    }
    #blog .blog-caption h3 {
        font-size: 16px;
        letter-spacing: 0.7px;
    }
    #contact .title-section p {
        width: 100%; 
    }
    .ad-caption h2 {
        font-size: 150px;
    }
    .ad-caption h3 {
        font-size: 25px;
        margin: 0 auto;
        letter-spacing: 5px;
        padding: 0px 0px 16px;
    }
    .cs-overlay {
        padding: 80px 0px 80px;
        margin: 0px auto;
    }
    #counter > div {
        padding: 0px 20px 0px;
    }
    #counter span {
        font-size: 30px;
    }
    .cs-overlay p.text-center {
        padding: 0px 35px;
    }
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    footer .footer-wedget {
        padding: 30px 15px 0px 15px;
    }
    footer .footer-wedget.pd {
        padding: 60px 15px 0px 15px;
    }
    footer .recent-post {
        padding: 30px 15px 60px 15px;
    }
}
@media (max-width: 400px) and (min-width: 320px){
    .title {
        font-size: 25px;
    }
    .title-section p {
        font-size: 14px;
    }
    #call-to-action h3 {
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .topbar .contact-info li {
        display: block;
        margin: 5px 0px 5px;
    }
    .topbar .contact-info li:first-child:after {
        display: none;
    }
    .custom-btn {
        font-weight: 600;
        padding: 10px 20px;
        font-size: 14px;
    }
    .slider-inner a:nth-child(2n+2) {
        font-weight: 600;
        padding: 10px 15px;
        font-size: 14px;
    }
    .slider-inner a {
        margin: 10px 10px 10px 0px;
    }
    #resort-virtual-tour .rcb-content h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #resort-virtual-tour .rcb-content h4 {
        font-size: 18px;
        line-height: 25px;
    }
    #dining-and-bar .db-caption .item h5 {
        font-size: 13px;
        right: 0%; 
        padding: 9px;
    }
    #dining-and-bar .db-caption .item h4 {
        font-size: 16px;
    }
    #dining-and-bar .db-caption li p {
        font-size: 14px;
        margin: 5px 0px 5px;
    }
    .events-list .upcoming-event-countdown .timer-count {
        flex: 0 0 33.33333%;
        max-width: 20.33333%;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    #blog .blog-items img {
        height: 200px;
    }
    .blog-details blockquote {
        margin: 10px 10px 10px;
        font-size: 13px;
        line-height: 1.7;
    }
    #login .login-form {
        padding: 55px 30px 50px 30px;
    }
    #login .login-form form .login .custom-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    .cs-overlay {
        padding: 60px 0px 60px;
        margin: 0px auto;
    }
    #counter > div {
        padding: 0px 12px 0px;
    }
    #counter span {
        font-size: 21px;
    }
    #counter p {
        font-size: 10px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size: 12px !important;
        padding: 6px 9px !important;
    }
    .pagination {
        margin: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    a.site-name {
        font-size: 25px;
    }
    ul.navbar-nav li {
        margin-left: 12px;
    }
    #facilities .caption {
        margin: 0px 0px 80px;
    }
    #facilities.facilities .caption {
        margin: 0px 0px 5px;
    }
    footer .footer-wedget.pd {
        padding-left: 0px;
    }
    footer ul.social li {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}