/* Less Classes */
.white {
  color: #ffffff;
}
.whitebg {
  background-color: #ffffff;
  background: #ffffff;
}
.basefont {
  font-family: 'Open Sans';
}
.cmfontsize {
  font-size: 14px;
}
.hoverbg {
  background-color: #f8f7f4;
  background: #f8f7f4;
}
.black {
  color: #000000;
}
.blackbg {
  background-color: #000000;
  background: #000000;
}
.radius {
  border-radius: 50%;
}
.radiusnone {
  border-radius: 0;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.textcenter {
  text-align: center;
}
.transparent {
  background: transparent;
  background-color: transparent;
}
.green {
  color: #21b384;
}
.greenbg {
  background: #21b384;
  backgrond-color: #21b384;
}
.marginnone {
  margin: 0;
}
.mar-top-none {
  margin-top: 0 !important;
}
.smallfont {
  font-size: 14px;
}
.secondfont {
  font-family: 'angelinaregular';
}
.italic {
  font-style: italic;
}
.basefontlight {
  font-family: 'Open Sans';
}
.whiteborder {
  border-color: #ffffff;
}
.overflow {
  overflow: hidden;
}
.blackborder {
  border-color: #000000;
}
.linkcolor {
  color: #31bd31;
}
.relative {
  position: relative;
}
.thirdfont {
  font-family: 'Wingdings3';
}
.underline {
  text-decoration: underline;
}
.transition {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
}
.center {
  text-align: center;
}
.pa-none {
  padding: 0;
}
.lightblue {
  color: #5c6e96;
}
.basefontcolor {
  color: #525252;
}
.headingfontcolor {
  color: #666666;
}
.absolute {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grey {
  color: #d9c286;
}
.transparentbg {
  background: transparent;
  background-color: transparent;
}
/* Typography */
body {
  background-color: #ffffff;
  background: #ffffff;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #525252;
  position: relative;
  font-weight: 400;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  color: #666666;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.hover-bg:hover,
.hover-bg:focus,
.hover-bg:active {
  background-color: #f8f7f4;
  background: #f8f7f4;
}
.b {
  border: 1px solid #e3e3e3;
}
.b-b {
  border-bottom: 1px solid #e3e3e3;
}
.b-t {
  border-top: 1px solid #e3e3e3;
}
b-r {
  border-right: 1px solid #e3e3e3;
}
b-l {
  border-left: 1px solid #e3e3e3;
}
.pointer {
  cursor: pointer;
}
.ib {
  display: inline-block !important;
}
.btn-default {
  color: #5c6e96;
  border-radius: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  border: 1px solid #5c6e96;
  font-size: 18px;
  padding: 14px 55px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #ffffff;
  background: #5c6e96;
  background-color: #5c6e96;
  border-color: #5c6e96;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul li a {
  font-size: 14px;
}
.container-fluid {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
address {
  font-size: 14px;
  color: #525252;
  font-weight: 600;
  line-height: 24px;
}
address a {
  color: #525252;
}
address a:hover {
  color: #31bd31;
}
.section-title {
  margin-top: 65px;
  margin-bottom: 50px;
}
.section-title .title {
  color: #5c6e96;
  font-weight: 600;
}
.section-title .heading {
  color: #000000;
  font-style: italic;
  margin: 0;
  font-family: 'Open Sans';
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
}
.readmore {
  font-size: 18px;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  color: #31bd31;
}
.scroll-down {
  color: #000000;
  font-family: 'Open Sans';
  border-bottom: 1px solid #e3e3e3;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  font-size: 18px;
  border-color: #000000;
  padding-bottom: 3px;
}
.scroll-down i {
  margin-left: 5px;
}
.scroll-down:hover,
.scroll-down:active,
.scroll-down:focus {
  color: #31bd31;
  border-color: #31bd31;
}
.btn-large {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  font-size: 30px;
  padding: 25px 80px;
  border: 3px solid #5a5a5a;
}
.btn-large:hover {
  background-color: #ffffff;
  background: #ffffff;
  color: #31bd31;
  border-color: #31bd31;
}
.form-control {
  height: 60px;
}
input.form-control {
  padding: 0 12px;
}
textarea.form-control {
  padding: 20px 12px;
}
input:-moz-placeholder {
  color: #525252;
}
@media (min-width: 768px) {
  .sm-pa-r-none {
    padding-right: 0;
  }
  .sm-pa-l-none {
    padding-left: 0;
  }
  .page-content #essential-link-sub-details .single {
    padding-left: 50px;
    padding-right: 40px;
  }
}
.no-border {
  border: 0 !important;
}
section {
  position: relative;
}
/* Bootstrap Five Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Home Page  */
#header {
  height: 72px;
}
#header .navbar-default {
  background-color: #5c6e96;
  background: #5c6e96;
}
#header .navbar-default.navbar-fixed-top {
  border-width: 0;
}
#header .navbar-default.navbar {
  margin-bottom: 0;
  z-index: 99999;
}
#header .navbar-default .navbar-brand {
  height: 72px;
  padding: 26px 15px;
}
#header .navbar-default .navbar-nav li a {
  color: #ffffff;
  padding: 26px 17px;
}
#header .navbar-default .navbar-nav li a:hover,
#header .navbar-default .navbar-nav li a:focus,
#header .navbar-default .navbar-nav li a:active,
#header .navbar-default .navbar-nav li a.active {
  color: #31bd31;
}
#slider-carousel {
  overflow: hidden;
}
#slider-carousel #main-slider.flexslider .slides img {
  margin-top: -72px;
}
#welcome {
  padding-top: 60px;
  padding-bottom: 75px;
}
#welcome h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
#team {
  background-image: url('../images/team-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 15px;
}
#team:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(92, 110, 150, 0.9);
  background-color: rgba(92, 110, 150, 0.9);
}
#team .section-title .title {
  font-weight: 400;
}
#team h2,
#team h5 {
  color: #ffffff;
}
#team .team {
  position: relative;
  padding-left: 32px;
  margin-bottom: 17px;
}
#team .team .heading {
  margin-bottom: 22px;
}
#team .team .heading:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 15px;
}
#team .team.executive-office .heading:before {
  background: #bd7c7c;
  background-color: #bd7c7c;
}
#team .team.sales-team .heading:before {
  background: #b5a57a;
  background-color: #b5a57a;
}
#team .team.management-team .heading:before {
  background: #7ba97b;
  background-color: #7ba97b;
}
#team .team .cm-margin-bottom {
  margin-bottom: 23px;
}
#team .team h5 {
  margin: 7px 0;
}
#hotels {
  padding-bottom: 100px;
}
#hotels .bx-wrapper {
  margin-bottom: 45px !important;
}
#hotels .bx-wrapper .bx-controls-direction a {
  top: 115px;
}
#hotels .bx-wrapper .bx-next {
  right: -80px;
}
#hotels .bx-wrapper .bx-prev {
  left: -70px;
}
.our-hotels {
  overflow: hidden;
}
.our-hotels .content {
  margin-top: 15px;
}
.hotel-description > a {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -ms-transition: color 400ms, background-color 400ms;
  -o-ransition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hotel-description > a:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.hotel-description > a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(98, 192, 75, 0.5);
  background: rgba(98, 192, 75, 0.5);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
  -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
}
.hotel-description > a:hover:before {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.hotel-description > a:hover:before,
.hotel-description > a:hover:after {
  opacity: 1;
}
.hotel-description > a img {
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.hotel-description > a:hover img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#promotion {
  background: #5c6e96;
  background-color: #5c6e96;
  padding-top: 40px;
  padding-bottom: 70px;
}
#promotion h3 {
  margin-bottom: 0;
}
#promotion .grey {
  margin-top: 10px;
}
#promotion .under-construction {
  border-bottom: 1px solid #7483a5;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
#testimonial {
  padding-top: 50px;
  padding-bottom: 75px;
}
#testimonial .section-title {
  margin-top: 27px;
  margin-bottom: 30px;
}
#testimonial p {
  color: #666666;
}
#testimonial h5 {
  margin-top: 25px;
}
#careers .career-content {
  padding-left: 90px;
  padding-bottom: 65px;
  padding-top: 90px;
}
#careers .career-content .section-title {
  margin-bottom: 20px;
}
#footer {
  background-color: #000000;
  background: #000000;
  padding-bottom: 88px;
}
#footer .section-title .title {
  color: #ffffff;
}
#footer h4 {
  font-weight: 400;
  margin-top: 0;
}
#footer h4 span {
  font-weight: 600;
}
#footer address {
  font-weight: 400;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  background-color: #000000;
  background: #000000;
  border-radius: 0;
  border: 1px solid #555555;
  box-shadow: none;
  -moz-box-sizing: border-box;
  width: 100%;
}
.contact-form textarea {
  background-color: #000000;
  background: #000000;
  border-radius: 0;
  border: 1px solid #555555;
  box-shadow: none;
  -moz-box-sizing: border-box;
  width: 100%;
}
.contact-form .btn-default {
  color: #ffffff;
  background: transparent;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #555555;
}
.contact-form .btn-default:hover,
.contact-form .btn-default:focus,
.contact-form .btn-default:active {
  background: #5c6e96;
  background-color: #5c6e96;
  border-color: #5c6e96;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  margin: 0 3px;
}
.carousel-indicators li:before,
.carousel-indicators li.active:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  margin-top: -2.5px;
  left: 50%;
  margin-left: -2.5px;
  opacity: 0;
}
.carousel-indicators li:hover:before,
.carousel-indicators li.active:hover:before {
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #000000;
  background: #000000;
}
.carousel-indicators li.active:before {
  opacity: 1;
}
/* Hotels Page */
.hotels-page .our-hotels .hotel-description {
  margin-bottom: 20px;
}
/* Flexslider Customize */
.flexslider {
  margin: 0;
  border: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin: -33px 0 0;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus {
  outline: none;
}
.flex-direction-nav a:before {
  color: #ffffff;
  font-family: 'fontawesome';
  content: "\f104";
  font-size: 80px;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
#gallery-carousel {
  background-color: #000000;
  background: #000000;
  border-radius: 0;
  padding: 20px 0;
}
#gallery-carousel .flex-direction-nav a {
  width: 12px;
  height: 18px;
  line-height: 18px;
  margin: -9px 0 0;
}
#gallery-carousel .flex-direction-nav a:before {
  content: "\f0d9";
  font-size: 30px;
}
#gallery-carousel .flex-direction-nav a.flex-next:before {
  content: "\f0da";
}
#gallery-carousel.flexslider .slides li {
  margin: 0 8px;
}
/* Bx Slider */
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
}
