



.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-intro {
  padding: 4em 0;
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  color:black;
  /* color: rgba(255, 255, 255, 0.8);  */

}

  @media (max-width: 991.98px) {
    .ftco-intro {
      background-position: center center !important; } }
  .ftco-intro h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700; }
  .ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: #fd7792; }

.ftco-book .appointment-form {
  padding: 35px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54); }
  @media (min-width: 992px) {
    .ftco-book .appointment-form {
      margin-top: -650px; } }
  .ftco-book .appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .ftco-book .appointment-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 10px;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ftco-book .appointment-form .form-group .icon span {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.8) !important; }
    .ftco-book .appointment-form .form-group .select-wrap, .ftco-book .appointment-form .form-group .input-wrap {
      position: relative; }
      .ftco-book .appointment-form .form-group .select-wrap select, .ftco-book .appointment-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .ftco-book .appointment-form .form-group .btn {
      width: 100%;
      display: block !important; }
  .ftco-book .appointment-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 14px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .ftco-book .appointment-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.9); }
    .ftco-book .appointment-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.9); }
    .ftco-book .appointment-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.9); }
    .ftco-book .appointment-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.9); }
    .ftco-book .appointment-form .form-control:focus, .ftco-book .appointment-form .form-control:active {
      border-color: #fff; }
  .ftco-book .appointment-form textarea.form-control {
    height: inherit !important; }


/********* rooms
**************************/
.room-wrap {
  width: 100%;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .room-wrap .img {
    width: 100%;
    height: 400px;
    display: block; }
  .room-wrap .half {
    width: 100%;
    position: relative; }
    .room-wrap .half:after, .room-wrap .half:before {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .room-wrap .half.left-arrow:after {
      position: absolute;
      top: 50%;
      left: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 15px 12px 0;
      border-color: transparent #fff transparent transparent; }
    .room-wrap .half.right-arrow:after {
      position: absolute;
      top: 50%;
      right: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 15px;
      border-color: transparent transparent transparent #fff; }
  .room-wrap .text {
    width: 100%; }
    .room-wrap .text .star span {
      color: #fd7792;
      margin: 0 4px; }
    .room-wrap .text h2 {
      color: #fff;
      font-size: 40px; }
    .room-wrap .text h3 {
      font-size: 30px;
      margin-bottom: 5px; }
      .room-wrap .text h3 a {
        color: #000000; }
    .room-wrap .text span.price {
      font-size: 18px;
      color: #fd7792;
      position: relative; }
    .room-wrap .text span.per {
      font-size: 14px;
      color: #666666; }
    .room-wrap .text .list-accomodation {
      margin: 0 0 10px 0;
      padding: 0; }
      .room-wrap .text .list-accomodation li {
        list-style: none; }
        .room-wrap .text .list-accomodation li span:first-child {
          color: #000000; }
    .room-wrap .text .btn-custom {
      display: inline-block;
      color: #000000;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
  .room-wrap:hover, .room-wrap:focus {
    background: #fd7792; }
    .room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
      border-color: transparent #fd7792 transparent transparent; }
    .room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
      border-color: transparent transparent transparent #fd7792; }
    .room-wrap:hover .text .star span, .room-wrap:focus .text .star span {
      color: #fff; }
    .room-wrap:hover .text h3 a, .room-wrap:focus .text h3 a {
      color: #fff; }
    .room-wrap:hover .text span.price, .room-wrap:focus .text span.price {
      color: #fff; }
    .room-wrap:hover .text span.per, .room-wrap:focus .text span.per {
      font-size: 14px;
      color: black; }
    .room-wrap:hover .text .list-accomodation li, .room-wrap:focus .text .list-accomodation li {
      color: white; }
      .room-wrap:hover .text .list-accomodation li span:first-child, .room-wrap:focus .text .list-accomodation li span:first-child {
        color: rgba(255, 255, 255, 0.6); }
    .room-wrap:hover .text .btn-custom, .room-wrap:focus .text .btn-custom {
      display: inline-block;
      color: #000000;
      border: 2px solid white;
      background: #fff; }

/********* services
**************************/

      .services {
  display: block;
  width: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services .services-wrap {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11); }
  .services .img {
    width: 100%;
    height: 200px; }
  .services .icon {
    line-height: 1.3;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    background: #a3cb4c;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
    .services .icon span {
      font-size: 50px;
      color: #fff; }
  .services .media-body h3 {
    font-weight: 400;
    font-size: 26px;
    color: #000000; }



/********* testimony
**************************/

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2em 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #fd7792; }

.testimony-wrap {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24); }
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative; }
  .testimony-wrap .text {
    width: calc(100% - 80px);
    position: relative; }
  .testimony-wrap .quote {
    position: absolute;
    top: -45px;
    left: 25px;
    opacity: 1; }
    .testimony-wrap .quote i {
      font-size: 30px;
      color: #fd7792; }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000; }

