/*
@File: Ecorik Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style

** - DEFAULT STYLE END - **

** - HOME PAGE TWO STYLE - **

** - Eorik Nav Area Style
** - Eorik SliderArea Style
** - Check Area Style
** - Explore Area Style
** - Facilities Area Style
** - Incredible Area Style
** - Rooms Area Style
** - City View Area Style
** - Exclusive View Area Style
** - Booking Area Style
** - Restaurants Area Style
** - Testimonials Area Style
** - News Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style

** - HOME PAGE TWO STYLE - **

** - Header Area Style
** - Banner Area Two Style
** - Explore Area Two Style
** - City View Area Two Style
** - Facilities Area Two Style
** - Our Rooms Area Two Style
** - Incredible Area Two Style
** - Exclusive Area Two Style
** - Choose Restaurant Area Style
** - Exclusive Offers Area Style
** - Testimonials Area Two Style
** - Slider Gallery Area Two Style
** - Map Area Style
** - Footer Area Two Style
** - Footer Area Two Style

** - HOME PAGE THREE STYLE - **

** - Eorik Nav Style Three Style
** - Slider Area Three Style
** - Our Rooms Area Three Style
** - Explore Area Three Style
** - Restaurant Area Three Style
** - Customer Area Two  Style
** - Contact Us Area Two  Style
** - News Area Three  Style
** - Footer Top Area Three  Style

** - HOME PAGE FOUR STYLE - **

** - Eorik Nav Style Four
** - Sidebar Modal Area Style
** - Ecorik Slider Area Four Style
** - Restaurants Area Four Style
** - Counter Area Style
** - Facilities Area Four Style
** - City View Area Four  Style
** - Exclusive Offers Area Four Style
** - Customer Offers Area Four Style
** - News Area Four Style
** - Incredible Area Four Style
** - Footer Menu Area Four Style
** - Footer Top Area Four Style

** - HOME PAGE FIVE STYLE - **

** - Ecorik Nav Style Five
** - Ecorik Slider Area Five Style 
** - Explore Area Five Style 
** - Booking Area Five Style 
** - Counter Area Five Style 
** - City View Area Five Style 
** - FacilitiesArea Five Style 
** - Exclusive Five Style 
** - Subscribe Five Style 

** - INNER PAGE STYLE - **

** - Page Title Area Style
** - Product Area Style
** - Checkout Area Style 
** - Cart Area Style
** - Product Details Style
** - Team Expert Area Two Style
** - Pricing Area Style
** - FAQ CSS
** - Ask Question Area Style
** - Sign In & Log In  Area Style
** - Book Table Area Style
** - Coming Soon Area Style
** - 404 Error Area Style
** - News Details Area Style
** - Contact Info Area Style 
** - Main Contact Area Style
** - Service Details Area Style
** - Gallery Area Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap");
.mobile-view {
  display: none;
}
.mobile-view .call-us {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
.mobile-view .call-us i {
  color: #000000;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.mobile-view .call-us:hover {
  color: #000000;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #7a7e9a;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #24416b;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #24416b;
  font-family: "DM Serif Display", serif;
  font-weight: 700;
}

h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Muli", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #24416b;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}
.form-control::placeholder {
  color: #495057;
}
.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #024F3B;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
  height: 250px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-minus-70 {
  margin-top: -70px;
}

.mb-minus-70 {
  margin-bottom: -70px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.fun-blue-bg {
  background-color: #24416b;
}

.buy-now-btn {
  left: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  background-color: #024F3B;
  color: #ffffff;
}

/*
Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #024F3B;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #024F3B;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #024F3B;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}
.page-navigation-area .page-link {
  color: #024F3B;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}
.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}
.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #024F3B;
  border: 1px solid #024F3B;
}
.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}
.page-navigation-area .page-item {
  padding: 0 8px 0;
}
.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #024F3B;
  border-color: #024F3B;
}

/*
Video wave Style
======================================================*/
.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  color: #024F3B;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
}
.video-btn i {
  font-size: 20px;
  font-weight: 700;
  color: #cc8c18;
  position: absolute;
  top: 0px;
  left: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.video-btn::before {
  animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
  animation: ripple 1.6s ease-out infinite;
}
.video-btn:hover {
  background-color: #024F3B;
}
.video-btn:hover i {
  color: #ffffff;
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  line-height: 1;
  transition: all 0.5s;
  z-index: 1;
  text-transform: capitalize;
  background-color: #024F3B;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Muli", sans-serif;
  text-align: center;
}
.default-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #024F3B;
  border-radius: 50%;
  position: relative;
  left: 10px;
  transition: all 0.5s;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover i {
  background-color: #f5ddb3;
  animation: fadeInLeft 1s linear;
}

/*
Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #024F3B;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  font-size: 14px;
}
.read-more i {
  position: relative;
  top: 2px;
  font-size: 16px;
  left: 8px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 600;
}
.read-more:hover {
  color: #024F3B;
}
.read-more:hover i {
  color: #024F3B;
  animation: fadeInLeft 1s linear;
}

/*
Section Title Area Style
======================================================*/
.section-title {
  max-width: 625px;
  margin: -8px auto 60px;
  text-align: center;
  position: relative;
}
.section-title span {
  text-transform: uppercase;
  color: #024F3B;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.section-title h2:last-child {
  margin-bottom: 0;
}

/*
Preloader Area Style
======================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #024F3B;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*
Keyframes Area Style
======================================================*/
@keyframes moveLeftBounces {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moVebounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bx-fade-left {
  transition: all 1s;
}
.bx-fade-left:hover {
  transition: all 1s;
  animation: none;
}

.bx-fade-right {
  transition: all 1s;
}
.bx-fade-right:hover {
  transition: all 1s;
  animation: none;
}

.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #024F3B;
  color: #ffffff;
}
.nice-select .option.selected.focus {
  background-color: #24416b;
  color: #024F3B;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Eorik Nav Area Style
======================================================*/
.eorik-nav-style .navbar {
  padding: 0;
}
.eorik-nav-style .navbar-area .navbar-brand {
  padding: 0;
}
.eorik-nav-style .navbar-area .main-nav {
  position: unset;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 6px;
  transition: all 0.5s;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
  transform: rotate(-90deg);
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  transform: scale(1);
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
  color: #ffffff;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
  transform: rotate(-90deg);
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 130%;
  padding: 0;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #24416b;
  position: relative;
  padding: 6px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #024F3B;
  transition: all 0.5s;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #024F3B;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #024F3B;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  transform: scale(1);
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
  display: none;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a::before {
  display: none;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  top: 98%;
}
.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu::before {
  left: auto;
  right: 20px;
}
.eorik-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #024F3B;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}
.eorik-nav-style .dropdown-toggle::after {
  display: none;
}
.eorik-nav-style .others-option .call-us {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.eorik-nav-style .others-option .call-us i {
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #024F3B;
  text-align: center;
  margin-right: 10px;
}
.eorik-nav-style .others-option .call-us:hover {
  color: #ffffff;
}

/*
Eorik SliderArea Style
======================================================*/
.eorik-slider-area {
  position: relative;
}
.eorik-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}
.eorik-slider-area .owl-next i {
  background-color: #024F3B;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
}
.eorik-slider-area .owl-next i:hover {
  background-color: #024F3B !important;
}
.eorik-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}
.eorik-slider-area .owl-prev i {
  background-color: #024F3B !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
}
.eorik-slider-area .owl-prev i:hover {
  background-color: #024F3B !important;
}
.eorik-slider-area:hover .owl-prev {
  opacity: 1;
}
.eorik-slider-area:hover .owl-next {
  opacity: 1;
}
.eorik-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.eorik-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.eorik-slider-area .white-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 110px;
}
.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.5s;
}
.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span {
  background: #024F3B;
}
.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background: #024F3B;
  clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
  animation: fadeInUp 0.5s linear;
}
.eorik-slider-area .social-link {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1;
  transform: translateY(-30%);
}
.eorik-slider-area .social-link ul li {
  margin-bottom: 10px;
}
.eorik-slider-area .social-link ul li:last-child {
  margin-bottom: 0;
}
.eorik-slider-area .social-link ul li a {
  background-color: #024F3B;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.eorik-slider-area .social-link ul li a:hover {
  animation: rubberBand 1s linear;
}
.eorik-slider-area .social-link ul li a:hover i {
  animation: fadeInLeft 0.5s linear;
}

.eorik-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.eorik-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.eorik-slider-item .eorik-slider-text {
  text-align: center;
  margin-top: 45px;
}
.eorik-slider-item .eorik-slider-text.eorik-slider-text-one {
  margin-top: -80px;
}
.eorik-slider-item .eorik-slider-text h1 {
  font-size: 160px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: -20px;
  font-family: "beautiful-heartregular";
}
.eorik-slider-item .eorik-slider-text span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 30px;
  font-weight: normal;
}
.eorik-slider-item .eorik-slider-text .slider-btn .default-btn {
  margin: 0 20px;
}
.eorik-slider-item .eorik-slider-text .slider-btn .default-btn.white {
  color: #ffffff;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.overflow-hidden {
  overflow: hidden;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.one h1 {
  animation: 1s 0.1s fadeInUpBig both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.one span {
  animation: 2s 0.2s fadeInUpBig both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.one .slider-btn {
  animation: 3s 0.3s fadeInUpBig both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.two h1 {
  animation: 2s 0.2s fadeInLeft both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.two span {
  animation: 2s 0.2s fadeInDownBig both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.two .slider-btn {
  animation: 2s 0.2s fadeInUpBig both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.three h1 {
  animation: 2s 0.2s fadeInDown both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.three span {
  animation: 2s 0.2s fadeInDown both;
}
.eorik-slider-area .owl-item.active .eorik-slider-text.three .slider-btn {
  animation: 2s 0.2s fadeInUp both;
}

.slider-item-bg-1 {
  background-image: url(../img/home-one/slider/slider-img-1.jpg);
}

.slider-item-bg-2 {
  background-image: url(../img/home-one/slider/slider-img-2.jpg);
}

.slider-item-bg-3 {
  background-image: url(../img/home-one/slider/slider-img-3.jpg);
}

/*
Check Area Style 
======================================================*/
.check-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.check-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.check-content p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.check-content p i {
  display: inline-block;
  margin-right: 5px;
}
.check-content a {
  text-decoration: none;
}
.check-content .form-group {
  position: relative;
}
.check-content .form-group .form-control {
  height: auto !important;
  border: none !important;
  background-color: unset;
  border-radius: 0;
  padding: 0;
  font-size: 35px;
  font-family: "Muli", sans-serif;
  width: 100%;
  font-weight: 700;
  font-size: 25px;
  color: #7a7e9a;
}
.check-content .form-group .form-control::placeholder {
  font-weight: 700;
  font-size: 25px;
  color: #7a7e9a;
}
.check-content .form-group .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #024F3B;
  outline: 0;
  box-shadow: none;
}
.check-content .form-group .form-content {
  height: auto !important;
  border: none !important;
  background-color: unset;
  border-radius: 0;
  padding: 0;
  font-size: 25px;
  width: 100%;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #7a7e9a;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}
.check-content .form-group .form-content:focus {
  background-color: #ffffff;
  border: 1px solid #024F3B;
  outline: 0;
  box-shadow: none;
}
.check-content .form-group .nice-select {
  float: unset;
  position: relative;
  top: 0;
}
.check-content .form-group .nice-select .list {
  z-index: 999;
  width: 100px;
  overflow-y: auto;
  height: 200px;
  border-radius: 0;
  margin: auto;
  left: -14px;
}
.check-content .form-group .nice-select .option {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.check-content .form-group .nice-select::after {
  height: 10px;
  width: 10px;
}
.check-content .input-group {
  position: relative;
}
.check-content .input-group i {
  position: absolute;
  right: 0;
  bottom: 6px;
  font-size: 22px;
  line-height: 1;
}
.check-content.check-btn {
  padding: 34px 15px;
  text-align: center;
}

.check-form {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background-color: #ffffff;
}

.datepicker table tr td {
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
.datepicker table tr th {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.datepicker table tr td.active:active {
  background-color: #024F3B;
}
.datepicker table tr td.active.highlighted:active {
  background-color: #024F3B;
}
.datepicker table tr td.active.active {
  background-color: #024F3B;
}
.datepicker table tr td.active.highlighted.active {
  background-color: #024F3B;
}
.datepicker table tr td.day {
  transition: all 0.5s;
  font-size: 12px;
}
.datepicker table tr td.day:hover {
  color: #ffffff;
  background-color: #024F3B;
}
.datepicker table tr td.focused {
  transition: all 0.5s;
  color: #ffffff;
  background-color: #024F3B;
}
.datepicker .datepicker-switch {
  transition: all 0.5s;
  font-size: 14px;
}
.datepicker .datepicker-switch:hover {
  background-color: #024F3B;
  color: #ffffff;
  background-color: #024F3B;
  color: #ffffff;
}
.datepicker .prev {
  transition: all 0.5s;
}
.datepicker .prev:hover {
  background-color: #024F3B;
  color: #ffffff;
  background-color: #024F3B;
  color: #ffffff;
}
.datepicker .next {
  transition: all 0.5s;
}
.datepicker .next:hover {
  background-color: #024F3B;
  color: #ffffff;
  background-color: #024F3B;
  color: #ffffff;
}
.datepicker tfoot tr th {
  transition: all 0.5s;
}
.datepicker tfoot tr th:hover {
  background-color: #024F3B;
  color: #ffffff;
  background-color: #024F3B;
  color: #ffffff;
}

/*
Explore Area Style
======================================================*/
.explore-content h2 {
  margin-bottom: 30px;
}
.explore-content .default-btn {
  margin-top: 24px;
}

/*
Facilities Area Style
======================================================*/
.single-facilities-wrap {
  margin-bottom: 30px;
}
.single-facilities-wrap .single-facilities {
  text-align: center;
  background-image: url(../../assets/img/facilities-card-bg.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.single-facilities-wrap .single-facilities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #024F3B;
  opacity: 0.8;
  z-index: -1;
}
.single-facilities-wrap .single-facilities::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  z-index: -1;
  transition: all 0.5s;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-facilities-wrap .single-facilities .facilities-icon {
  font-size: 35px;
  color: #024F3B;
  transition: all 0.5s;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.single-facilities-wrap .single-facilities h3 {
  margin-bottom: 15px;
  transition: all 0.5s;
}
.single-facilities-wrap .single-facilities p {
  margin-bottom: 20px;
  transition: all 0.5s;
}
.single-facilities-wrap .single-facilities .icon-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f5e8d1;
  color: #cc8c18;
  border-radius: 50%;
  transition: all 0.5s;
}
.single-facilities-wrap .single-facilities:hover {
  transform: translateY(-5px);
}
.single-facilities-wrap .single-facilities:hover::after {
  opacity: 0;
}
.single-facilities-wrap .single-facilities:hover .facilities-icon {
  color: #ffffff;
  animation: fadeInDown 1s linear;
}
.single-facilities-wrap .single-facilities:hover h3 {
  color: #ffffff;
}
.single-facilities-wrap .single-facilities:hover p {
  color: #ffffff;
}
.single-facilities-wrap .single-facilities:hover .icon-btn {
  background-color: #ffffff;
  animation: fadeInUp 1s linear;
}

/*
Incredible Area Style
======================================================*/
.incredible-area {
  background-image: url(../../assets/img/video-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.incredible-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
.incredible-area .white-shape img {
  position: absolute;
}
.incredible-area .white-shape img:nth-child(1) {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.incredible-area .white-shape img:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.incredible-content {
  max-width: 800px;
  margin: auto;
}
.incredible-content .video-btn {
  margin-bottom: 40px;
}
.incredible-content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
.incredible-content h2 span {
  font-family: "beautiful-heartregular";
  font-size: 75px;
  font-weight: normal;
}
.incredible-content p {
  color: #ffffff;
  margin-bottom: 50px;
}

/*
Rooms Area Style
======================================================*/
.single-rooms {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-rooms:last-child {
  margin-bottom: 0;
}
.single-rooms img {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-48%);
  background-color: #eee;
  max-width: 150px;
  z-index: 1;
}
.single-rooms .room-content {
  padding-left: 165px;
  position: relative;
  top: 2px;
}
.single-rooms .room-content h3 {
  transition: all 0.5s;
}
.single-rooms .room-content span {
  font-weight: 600;
  transition: all 0.5s;
}
.single-rooms:hover {
  background-color: #024F3B;
}
.single-rooms:hover h3 {
  color: #ffffff;
}
.single-rooms:hover span {
  color: #ffffff;
}
.single-rooms.current {
  background-color: #024F3B;
}
.single-rooms.current h3 {
  color: #ffffff;
}
.single-rooms.current span {
  color: #ffffff;
}

.our-rooms-wrap.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #ffffff !important;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-prev i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-prev:hover {
  background-color: #ffffff !important;
  color: #024F3B;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-prev:hover i {
  animation: fadeInRight 1s linear;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #ffffff !important;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-next i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-next:hover {
  background-color: #ffffff !important;
  color: #024F3B;
}
.our-rooms-wrap.owl-theme .owl-nav .owl-next:hover i {
  animation: fadeInLeft 1s linear;
}
.our-rooms-wrap.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.tabs_item {
  position: relative;
}
.tabs_item .preview-item {
  position: absolute;
  bottom: 47px;
  right: 180px;
  z-index: 1;
  font-size: 20px;
  color: #024F3B;
  font-weight: 600;
  background-color: #eee;
  padding: 10px;
}

.tab_content {
  height: 100%;
}
.tab_content .tabs_item {
  height: 100%;
}

.our-rooms-single-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
}
.our-rooms-single-img.room-bg-1 {
  background-image: url(../../assets/img/rooms/rooms-1.png);
}
.our-rooms-single-img.room-bg-2 {
  background-image: url(../../assets/img/rooms/rooms-2.png);
}
.our-rooms-single-img.room-bg-3 {
  background-image: url(../../assets/img/rooms/rooms-3.png);
}
.our-rooms-single-img.room-bg-4 {
  background-image: url(../../assets/img/rooms/rooms-4.png);
}
.our-rooms-single-img.room-bg-5 {
  background-image: url(../../assets/img/rooms/rooms-5.png);
}
.our-rooms-single-img.room-bg-6 {
  background-image: url(../../assets/img/rooms/rooms-6.png);
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

/*
City View Area Style
======================================================*/
.city-view-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../../assets/img/city/city-bg.jpg);
}
.city-view-area .city-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  padding: 40px;
  margin: auto;
}
.city-view-area .city-wrap .city-content span {
  text-transform: uppercase;
  color: #024F3B;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 10px;
}
.city-view-area .city-wrap .city-content h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.city-view-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.city-view-area .owl-theme .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #024F3B;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.city-view-area .owl-theme .owl-nav .owl-prev i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.city-view-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #024F3B !important;
  color: #ffffff;
}
.city-view-area .owl-theme .owl-nav .owl-prev:hover i {
  animation: fadeInRight 1s linear;
}
.city-view-area .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #024F3B;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.city-view-area .owl-theme .owl-nav .owl-next i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.city-view-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #024F3B !important;
  color: #ffffff;
}
.city-view-area .owl-theme .owl-nav .owl-next:hover i {
  animation: fadeInLeft 1s linear;
}
.city-view-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*
Exclusive View Area Style
======================================================*/
.exclusive-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.exclusive-img.bg-1 {
  background-image: url(../../assets/img/exclusive/1.jpg);
}
.exclusive-img.bg-2 {
  background-image: url(../../assets/img/exclusive/2.jpg);
}

.exclusive-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.exclusive-content .title {
  text-transform: uppercase;
  color: #024F3B;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 5px;
}
.exclusive-content h3 {
  margin-bottom: 20px;
}
.exclusive-content .review {
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}
.exclusive-content .review a {
  color: #024F3B;
  font-weight: normal;
  padding-left: 5px;
}
.exclusive-content p {
  margin-bottom: 8px;
}
.exclusive-content ul {
  margin-bottom: 20px;
}
.exclusive-content ul li {
  display: inline-block;
  padding-left: 8px;
  font-weight: 600;
}
.exclusive-content ul li:first-child {
  padding-left: 0;
}
.exclusive-content ul li i {
  position: relative;
  top: 2px;
}
.exclusive-content .default-btn {
  padding: 5px 15px 5px 15px;
}

.exclusive-area {
  overflow: hidden;
}
.exclusive-area .exclusive-wrap {
  transition: all 0.5s;
  margin-bottom: 30px;
}
.exclusive-area .exclusive-wrap:hover {
  transform: translateY(-5px);
}

/*
Booking Area Style
======================================================*/
.booking-col-2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.booking-col-2 .single-booking {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.booking-col-2 .book-icon {
  font-size: 50px;
  display: block;
  line-height: 1;
  color: #717486;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.booking-col-2 .booking-title {
  font-weight: 600;
  color: #717486;
  margin-bottom: 5px;
  display: block;
}
.booking-col-2 h3 {
  margin-bottom: 0;
  transition: all 0.5s;
  font-size: 18px;
}
.booking-col-2 .btn {
  background-color: transparent;
  box-shadow: none;
  text-align: center !important;
}
.booking-col-2:hover .single-booking {
  background-color: #024F3B;
}
.booking-col-2:hover .book-icon {
  color: #ffffff;
  animation: fadeInDown 0.5s linear;
}
.booking-col-2:hover .booking-title {
  color: #ffffff;
}
.booking-col-2:hover h3 {
  color: #ffffff;
}
.booking-col-2 .modal-footer .default-btn {
  margin: auto;
  display: table;
}

/*
Restaurants Area Style
======================================================*/
.single-restaurants {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 40px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.single-restaurants::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
.single-restaurants::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #024F3B;
  z-index: -1;
  transition: all 0.5s;
}
.single-restaurants.bg-1 {
  background-image: url(../../assets/img/restaurants//1.jpg);
}
.single-restaurants.bg-2 {
  background-image: url(../../assets/img/restaurants/2.jpg);
}
.single-restaurants.bg-3 {
  background-image: url(../../assets/img/restaurants/3.jpg);
}
.single-restaurants.bg-4 {
  background-image: url(../../assets/img/restaurants/4.jpg);
}
.single-restaurants .restaurants-icon {
  display: block;
  font-size: 50px;
  color: #024F3B;
  line-height: 1;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.single-restaurants span {
  display: block;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-restaurants p {
  color: #ffffff;
}
.single-restaurants .default-btn {
  margin-top: 20px;
}
.single-restaurants:hover::after {
  width: 100%;
}
.single-restaurants:hover .restaurants-icon {
  color: #ffffff;
}
.single-restaurants:hover .default-btn {
  background-color: #ffffff;
  color: #024F3B;
}

/*
Testimonials Area Style
======================================================*/
.single-testimonials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../../assets/img/testimonials/testimonials-bg.png);
  padding: 30px;
  transition: all 0.5s;
}
.single-testimonials ul {
  margin-bottom: 15px;
  line-height: 1;
}
.single-testimonials ul li {
  display: inline-block;
}
.single-testimonials ul li i {
  color: #f4a708;
  font-size: 20px;
}
.single-testimonials h3 {
  margin-bottom: 25px;
}
.single-testimonials p {
  font-style: italic;
}
.single-testimonials .testimonials-content {
  margin-top: 30px;
  position: relative;
  position: relative;
  padding-left: 82px;
}
.single-testimonials .testimonials-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  border-left: 1px dashed #cccad7;
  width: 100%;
  height: 100%;
}
.single-testimonials .testimonials-content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.single-testimonials .testimonials-content h4 {
  font-size: 18px;
}
.single-testimonials .testimonials-content span {
  font-size: 12px;
}
.single-testimonials:hover {
  transform: translateY(-5px);
}

.testimonials-wrap.owl-carousel .owl-item img {
  width: unset;
}

/*
News Area Style
======================================================*/
.single-news {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.single-news .news-img {
  position: relative;
  overflow: hidden;
}
.single-news .news-img .dates {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  background-color: #024F3B;
  padding: 30px;
  color: #ffffff;
  transition: all 0.5s;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.single-news .news-img .dates span {
  transform: rotate(-40deg);
  display: inline-block;
  position: relative;
  left: -20px;
  top: -15px;
  font-size: 14px;
}
.single-news .news-content-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.single-news .news-content-wrap ul {
  margin-bottom: 10px;
}
.single-news .news-content-wrap ul li {
  display: inline-block;
  padding-right: 10px;
}
.single-news .news-content-wrap ul li a {
  color: #7a7e9a;
}
.single-news .news-content-wrap ul li a i {
  color: #024F3B !important;
  margin-right: 5px;
  display: inline-block;
}
.single-news .news-content-wrap ul li a:hover {
  color: #024F3B;
}
.single-news .news-content-wrap a h3 {
  margin-bottom: 20px;
  transition: all 0.5s;
  line-height: 1.4;
}
.single-news .news-content-wrap p {
  margin-bottom: 25px;
}
.single-news:hover {
  transform: translateY(-5px);
}
.single-news:hover .news-content-wrap a h3 {
  color: #024F3B;
}
.single-news:hover .news-content-wrap .read-more i {
  animation: fadeInLeft 1s linear;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../../assets/img/footer-bg.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-top-area .section-title {
  margin-bottom: 30px;
}
.footer-top-area .section-title h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer-top-area .section-title p {
  color: #ffffff;
}
.footer-top-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}
.footer-top-area .footer-shape img {
  position: absolute;
}
.footer-top-area .footer-shape img:nth-child(1) {
  top: 0;
  right: 0;
  z-index: -1;
}

.single-widget {
  margin-bottom: 30px;
}
.single-widget img {
  margin-bottom: 30px;
}
.single-widget p {
  color: #d9d6d6;
  margin-bottom: 30px;
}
.single-widget h3 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 25px;
  position: relative;
}
.single-widget ul li {
  margin-bottom: 14px;
}
.single-widget ul li:last-child {
  margin-bottom: 0;
}
.single-widget ul li a {
  color: #d9d6d6;
  position: relative;
  padding-left: 20px;
}
.single-widget ul li a .right-icon {
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-widget ul li a:hover {
  color: #024F3B;
  transform: translateX(5px);
}
.single-widget ul li a:hover i {
  animation: fadeInLeft 0.5s linear;
}
.single-widget .information li {
  margin-bottom: 6px;
}
.single-widget .information li a {
  padding-left: 0;
  position: relative;
}
.single-widget .information li a:hover {
  transform: translateX(0);
}
.single-widget .information li.address {
  position: relative;
  padding-left: 30px;
  color: #d9d6d6;
}
.single-widget .information li.address i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
}
.single-widget .information li.address span {
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  font-weight: 500;
}
.single-widget .social-icon {
  line-height: 1;
}
.single-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.single-widget .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}
.single-widget .social-icon li a:hover {
  transform: translateX(0px);
  animation: rubberBand 1s linear;
  color: #ffffff;
  background-color: #024F3B;
}

.footer-tops-area {
  border-bottom: 1px solid #424141;
}
.footer-tops-area .subscribe-wrap {
  margin: auto;
  max-width: 600px;
}
.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking {
  height: 50px;
  width: 400px;
  border-radius: 50px;
  border: none;
  outline: none;
  padding: 20px;
  margin-right: 20px;
}
.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking::placeholder {
  position: relative;
  top: 2px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  border-top: 1px solid #424141;
  margin-top: 30px;
  padding: 15px 0;
}
.footer-bottom-area .copy-right {
  color: #d9d6d6;
}
.footer-bottom-area .copy-right i {
  position: relative;
  top: 1px;
  margin-right: -5px;
}
.footer-bottom-area .copy-right a {
  color: #d9d6d6;
}
.footer-bottom-area .copy-right a:hover {
  color: #024F3B;
}
.footer-bottom-area .designed {
  text-align: right;
  color: #d9d6d6;
}
.footer-bottom-area .designed i {
  position: relative;
  top: 2px;
  color: #024F3B;
  animation: heartBeat 1000ms infinite linear;
}
.footer-bottom-area .designed a {
  color: #024F3B;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .heder-top-area {
  background-color: #ffffff;
  padding: 15px 0;
}
.header-area .heder-top-area .social-link {
  line-height: 1;
}
.header-area .heder-top-area .social-link li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.header-area .heder-top-area .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: rgba(204, 140, 24, 0.1);
  color: #024F3B;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}
.header-area .heder-top-area .social-link li a:hover {
  transform: translateX(0px);
  animation: rubberBand 1s linear;
  color: #ffffff;
  background-color: #024F3B;
}
.header-area .heder-top-area .social-link li a:hover i {
  animation: fadeInLeft 0.5s linear;
}
.header-area .heder-top-area .location {
  float: right;
}
.header-area .heder-top-area .location i {
  background-color: rgba(204, 140, 24, 0.1);
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  color: #024F3B;
}
.header-area .heder-top-area .location span {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -2px;
  left: 5px;
}
.header-area .eorik-nav-style-two {
  background-color: #024F3B;
}
.header-area .eorik-nav-style-two #navbarSupportedContent {
  position: relative;
}
.header-area .eorik-nav-style-two .navbar-area .navbar-brand {
  display: none;
}
.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a {
  margin: 0 20px 0 0;
}
.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffffff;
}
.header-area .eorik-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}
.header-area .eorik-nav-style-two .others-option {
  position: absolute;
  right: 0;
}
.header-area .eorik-nav-style-two .others-option .call-us {
  position: relative;
  z-index: 2;
}
.header-area .eorik-nav-style-two .others-option .call-us i {
  color: #cc8c18;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  font-size: 30px;
  left: -90px;
  bottom: -23px;
}
.header-area .eorik-nav-style-two .others-option .call-us i::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 85px;
  height: 85px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #f0dcb9;
  opacity: 0.5;
  z-index: -1;
}
.header-area .eorik-nav-style-two .navbar-area.is-sticky {
  padding: 20px 0;
}

/*
Banner Area Two Style
======================================================*/
.ecorik-banner-area {
  background-image: url(../../assets/img/home-two/banner/resort.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
  position: relative;
}
.ecorik-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: -1;
}
.ecorik-banner-area .ecorik-banner-text {
  text-align: center;
  margin-top: -30px;
}
.ecorik-banner-area .ecorik-banner-text h1 {
  font-size: 160px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: -20px;
  font-family: "beautiful-heartregular";
  margin-bottom: 5px;
}
.ecorik-banner-area .ecorik-banner-text span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  font-weight: normal;
  margin-bottom: 30px;
}
.ecorik-banner-area .ecorik-banner-text .slider-btn .default-btn {
  margin: 0 20px;
}
.ecorik-banner-area .ecorik-banner-text .slider-btn .default-btn.white {
  color: #ffffff;
}
.ecorik-banner-area .white-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ecorik-banner-area .check-form {
  background-color: unset;
}
.ecorik-banner-area.eco-rik-banner-video {
  height: auto;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ecorik-banner-area.eco-rik-banner-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}
.ecorik-banner-area.eco-rik-banner-video .d-table {
  position: relative;
  z-index: 3;
}

/*
Explore Area Two Style
======================================================*/
.explore-img-two {
  position: relative;
  z-index: 1;
}
.explore-img-two::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #024F3B;
  z-index: -1;
}

/*
City View Area Two Style
======================================================*/
.city-view-area-two {
  background-image: url(../img/city/city-bg-two.png);
  position: relative;
}
.city-view-area-two .white-shape img {
  position: absolute;
}
.city-view-area-two .white-shape img:nth-child(2) {
  top: 0;
  left: 0;
}
.city-view-area-two .white-shape img:nth-child(1) {
  bottom: 0;
  left: 0;
}
.city-view-area-two .city-wrap {
  border: 30px solid rgba(231, 231, 231, 0.5);
  max-width: 650px;
}

/*
Facilities Area Two Style
======================================================*/
.facilities-area-two .single-facilities-wrap .single-facilities::before {
  opacity: 1;
}

/*
Our Rooms Area Two Style
======================================================*/
.our-rooms-area-two .single-rooms {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
}
.our-rooms-area-two .single-rooms i {
  font-size: 50px;
  display: block;
  line-height: 1;
  color: #717486;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.our-rooms-area-two .single-rooms span {
  font-weight: 600;
  color: #717486;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s;
}
.our-rooms-area-two .single-rooms h3 {
  margin-bottom: 0;
  transition: all 0.5s;
  font-size: 18px;
  color: #24416b;
}
.our-rooms-area-two .single-rooms:hover {
  background-color: #024F3B;
}
.our-rooms-area-two .single-rooms:hover i {
  color: #ffffff;
  animation: fadeInDown 0.5s linear;
}
.our-rooms-area-two .single-rooms:hover span {
  color: #ffffff;
}
.our-rooms-area-two .single-rooms:hover h3 {
  color: #ffffff;
}
.our-rooms-area-two .tabs {
  line-height: 1;
}
.our-rooms-area-two .tabs.current {
  background-color: #024F3B;
}
.our-rooms-area-two .tab_content {
  height: 100%;
}
.our-rooms-area-two .tab_content .tabs_item {
  height: 100%;
}
.our-rooms-area-two .col-lg-6:nth-child(5) .single-rooms {
  margin-bottom: 0;
}
.our-rooms-area-two .col-lg-6:nth-child(6) .single-rooms {
  margin-bottom: 0;
}
.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms {
  background-color: #024F3B;
}
.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms i {
  color: #ffffff;
}
.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms span {
  color: #ffffff;
}
.our-rooms-area-two .col-lg-6.single-tab.current .single-rooms h3 {
  color: #ffffff;
}

/*
Incredible Area Two Style
==================================*/
.incredible-area-two .timer {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
.incredible-area-two span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.incredible-area-two .time-cap {
  line-height: 1;
  padding: 30px;
  position: relative;
  color: #ffffff;
}
.incredible-area-two .incredible-content h2 {
  margin-bottom: 10px;
}
.incredible-area-two .incredible-content h2 span {
  display: inline-block;
  text-transform: capitalize;
}

/*
Exclusive Area Two Style
======================================================*/
.exclusive-area-two .exclusive-content h3 {
  margin-bottom: 10px;
}
.exclusive-area-two .exclusive-content .information {
  background-color: #024F3B;
  width: 35px;
  height: 35px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
.exclusive-area-two .exclusive-content ul {
  margin-bottom: 25px;
}
.exclusive-area-two .exclusive-content .rating {
  line-height: 1;
  margin-bottom: 20px;
}
.exclusive-area-two .exclusive-content .rating li {
  display: inline-block;
}
.exclusive-area-two .exclusive-content .rating li i {
  color: #f4a708;
}
.exclusive-area-two .exclusive-img {
  height: 350px;
}
.exclusive-area-two .exclusive-img.bg-3 {
  background-image: url(../../assets/img/exclusive/3.png);
}
.exclusive-area-two .exclusive-img.bg-4 {
  background-image: url(../../assets/img/exclusive/4.jpg);
}
.exclusive-area-two .exclusive-img.bg-5 {
  background-image: url(../../assets/img/exclusive/5.jpg);
}
.exclusive-area-two .exclusive-img.bg-6 {
  background-image: url(../../assets/img/exclusive/6.jpg);
}

/*
Choose Restaurant Area Style
=================================================*/
.choose-restaurant-area {
  margin-bottom: 15px;
}
.choose-restaurant-area .choose-restaurant-img {
  background-image: url(../../assets/img/choose-restaurant-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.choose-restaurant-area .choose-restaurant-img::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #024F3B;
  z-index: -1;
}
.choose-restaurant-area .choose-restaurant-img img {
  display: none;
}
.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 34px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eeeeee;
  z-index: -1;
}
.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.choose-restaurant-area .choose-tab-wrap .choose-tab .tabs li.current {
  color: #024F3B;
  border-bottom: 2px solid #024F3B;
  padding-bottom: 20px;
}
.choose-restaurant-area .default-btn {
  margin-top: 20px;
}

/*
Exclusive Offers Area Style
=================================================*/
.exclusive-offers-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../../assets/img/exclusive/bg.jpg);
  position: relative;
}
.exclusive-offers-area .exclusive-content {
  padding: 30px;
}
.exclusive-offers-area .section-title span {
  color: #ffffff;
}
.exclusive-offers-area .section-title h2 {
  color: #ffffff;
}
.exclusive-offers-area .white-shape img {
  position: absolute;
}
.exclusive-offers-area .white-shape img:nth-child(1) {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.exclusive-offers-area .white-shape img:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.exclusive-offers-area .exclusive-content {
  transition: all 0.5s;
}
.exclusive-offers-area .exclusive-content:hover {
  transform: translateY(-5px);
}

/*
Testimonials Area Two Style
=================================================*/
.testimonials-area-two {
  text-align: center;
}
.testimonials-area-two .testimonials-wrap-two {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 60px 30px;
  margin: 30px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.testimonials-area-two .testimonials-wrap-two::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 275px;
  height: 100px;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.5;
}
.testimonials-area-two .testimonials-wrap-two::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 325px;
  height: 100px;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.5;
}
.testimonials-area-two .single-testimonials {
  background-image: unset;
  padding-bottom: 30px;
  transition: all 0.5s;
}
.testimonials-area-two .single-testimonials ul {
  margin-bottom: 15px;
  line-height: 1;
}
.testimonials-area-two .single-testimonials ul li {
  display: inline-block;
}
.testimonials-area-two .single-testimonials ul li i {
  color: #f4a708;
  font-size: 20px;
}
.testimonials-area-two .single-testimonials h3 {
  margin-bottom: 25px;
}
.testimonials-area-two .single-testimonials p {
  font-style: italic;
}
.testimonials-area-two .single-testimonials:hover {
  transform: translateY(-5px);
}
.testimonials-area-two .testimonials-content {
  margin-top: 30px;
  position: relative;
  position: relative;
  padding-left: 82px;
}
.testimonials-area-two .testimonials-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  border-left: 1px dashed #cccad7;
  width: 100%;
  height: 100%;
}
.testimonials-area-two .testimonials-content img {
  position: absolute;
  top: 0;
  left: 40px;
  border-radius: 50%;
}
.testimonials-area-two .testimonials-content h4 {
  font-size: 18px;
}
.testimonials-area-two .testimonials-content span {
  font-size: 12px;
}
.testimonials-area-two .owl-carousel .owl-item img {
  width: unset;
}
.testimonials-area-two .owl-stage {
  margin: auto;
}

/*
Slider Gallery Area Two Style
=================================================*/
.single-slider-gallery {
  position: relative;
}
.single-slider-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #024F3B;
  opacity: 0.5;
  transition: all 0.5s;
}
.single-slider-gallery .instagram-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
  transform: scale(0);
  transition: all 0.5s;
}
.single-slider-gallery .instagram-link i {
  color: #ffffff;
  font-size: 50px;
}
.single-slider-gallery:hover .instagram-link {
  transform: scale(1);
}
.single-slider-gallery:hover::before {
  height: 100%;
  animation: fadeInRight 0.5s linear;
}

/*
Map Area Style
=================================================*/
.map-area iframe {
  width: 100%;
  height: 480px;
  border: none !important;
  display: block;
}

/*
Footer Area Two Style
=================================================*/
.footer-top-area-two {
  background-image: unset;
  background-color: #2c2d37;
}
.footer-top-area-two .footer-shape {
  display: none;
}

#validator-newsletter {
  color: #cf3131;
  margin-top: 10px;
}

/*
Footer Area Two Style
=================================================*/
.eorik-nav-style-three .navbar-brand {
  display: none;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Eorik Nav Style Three Style
=================================================*/
.eorik-nav-style-three {
  background-color: rgba(19, 129, 193, 0.5);
}
.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a {
  margin: 15px 10px;
}
.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffffff;
}
.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}
.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0 10px;
}
.eorik-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo-three a {
  margin: 0 30px;
}
.eorik-nav-style-three .navbar-area.is-sticky {
  background-color: #1381c1;
}

/* 
Customer Area Two  Style
======================================================*/
.customer-area .single-customer {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.3;
  transition: all 0.9s;
}
.customer-area .single-customer img {
  width: 90px;
  height: 90px;
  border: 2px solid #024F3B;
  padding: 3px;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.customer-area .single-customer h3 {
  margin-bottom: 18px;
}
.customer-area .single-customer p {
  margin-bottom: 15px;
}
.customer-area .single-customer span {
  display: block;
}
.customer-area .single-customer .colors {
  color: #024F3B;
}
.customer-area .owl-item.active.center .single-customer {
  opacity: 1;
  animation: rotateIn 1s linear;
}
.customer-area .owl-theme .owl-dots {
  line-height: 1;
}
.customer-area .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background: #b4b4b8;
  transition: all 0.5s;
  width: 20px;
  border-radius: 0;
  height: 5px;
}
.customer-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #024F3B !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}
.customer-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #024F3B !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

/* 
Contact Us Area Two  Style
======================================================*/
.contact-us-area {
  background-image: url(../../assets/img/shape/contact-shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.contact-us-area .contact-content {
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.contact-us-area .contact-content h3 {
  margin-bottom: 30px;
}
.contact-us-area .contact-content h3 span {
  font-weight: 500;
}
.contact-us-area .contact-content p {
  margin-bottom: 30px;
}
.contact-us-area .contact-shape img {
  position: absolute;
}
.contact-us-area .contact-shape img:nth-child(1) {
  top: 85px;
  left: 0;
  width: 400px;
  animation: moVebounce 5s linear infinite;
}
.contact-us-area .contact-shape img:nth-child(2) {
  top: 30px;
  right: 0;
  max-width: 400px;
  animation: rotation 30s linear infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-content {
  animation: fadeIn 0.5s ease-in-out;
}

.modal-header {
  background-color: #ff4d4d;
  color: white;
}

.discount {
  font-size: 36px;
  font-weight: bold;
  color: #ff4d4d;
}

.price-compare {
  font-size: 18px;
  color: #28a745;
  font-weight: bold;
}

.btn-book {
  background: #ff4d4d;
  color: white;
  font-size: 18px;
  border-radius: 5px;
}

.btn-book:hover {
  background: #cc0000;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/*====================================================
INNER PAGE STYLE
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  background-image: url(../../assets/img/home-two/banner/resort.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 150px;
  overflow: hidden;
  text-align: center;
}
.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  color: #024F3B;
}
.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -3px;
  background-color: #024F3B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}
.page-title-area .page-title-content ul li a {
  color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
  color: #024F3B;
}

/*
FAQ CSS
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #24416b;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 25px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  background-image: url(../../assets/img/faq-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Ask Question Area Style
=====================================================*/
.ask-question {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  padding: 50px;
  position: relative;
}
.ask-question .section-title {
  margin: -9px auto 40px;
}
.ask-question h3 {
  margin-bottom: 20px;
}
.ask-question .form-group {
  margin-bottom: 30px;
}
.ask-question .form-group .form-control {
  border-radius: 4px;
}
.ask-question .default-btn {
  margin: auto;
  display: table;
}

.list-unstyled {
  color: #dc3545 !important;
  margin-top: 10px;
}

#msgSubmit {
  margin-top: 20px;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.text-danger {
  color: #dc3545 !important;
}

.text-success {
  color: #28a745 !important;
}

.inner-client-page .single-client {
  margin-bottom: 193px;
}

/*
Contact Info Area Style 
================================*/
.contact-info-area .single-contact-info {
  text-align: center;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s;
}
.contact-info-area .single-contact-info i {
  display: block;
  color: #024F3B;
  transition: all 0.5s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  line-height: 50px;
  border: 2px dotted #024F3B;
  border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
  transition: all 0.5s;
}
.contact-info-area .single-contact-info a {
  color: #7a7e9a;
  transition: all 0.5s;
  display: block;
}
.contact-info-area .single-contact-info:hover {
  background-color: #024F3B;
}
.contact-info-area .single-contact-info:hover i {
  color: #ffffff;
  border-color: #ffffff;
}
.contact-info-area .single-contact-info:hover h3 {
  color: #ffffff;
}
.contact-info-area .single-contact-info:hover a {
  color: #ffffff;
}

#map {
  height: 445px;
}

/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-wrap {
  max-width: unset;
}
.main-contact-area .contact-wrap .section-title {
  text-align: center !important;
  max-width: 600px;
}
.main-contact-area .contact-wrap .section-title h2 {
  margin-bottom: 10px;
}
.main-contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}
.main-contact-area .contact-wrap .default-btn {
  margin: auto;
  display: table;
  cursor: pointer;
}
.main-contact-area .contact-wrap .contact-form {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 47px;
}
.main-contact-area .contact-wrap .contact-form #msgSubmit {
  position: unset;
  text-align: center;
  margin-top: 20px;
}
.main-contact-area .contact-wrap .contact-form .hidden {
  display: none;
}
.main-contact-area textarea.textarea-hight {
  height: unset !important;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area {
  margin-right: 15px;
}
.service-sidebar-area .service-details-title {
  background-color: #eeeeee;
  color: #24416b;
  padding: 15px 20px;
  margin-bottom: 0;
}
.service-sidebar-area .service-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.service-sidebar-area .service-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 15px 20px;
  font-weight: 500;
  transition: all 0.5s;
}
.service-sidebar-area .service-list ul li:last-child {
  border-bottom: none;
}
.service-sidebar-area .service-list ul li a {
  color: #24416b;
  display: block;
}
.service-sidebar-area .service-list ul li i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #024F3B;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  top: -3px;
  right: -4px;
}
.service-sidebar-area .service-list ul li:hover {
  background-color: #024F3B;
  color: #ffffff;
}
.service-sidebar-area .service-list ul li:hover i {
  background-color: #ffffff;
  color: #024F3B;
}
.service-sidebar-area .service-list ul li:hover a {
  color: #ffffff;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
  box-shadow: none;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
  font-size: 17px;
  font-weight: 600;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
  top: 11px;
}
.service-sidebar-area .paint {
  margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
  margin-bottom: 30px;
}
.service-details-wrap .service-img {
  margin-bottom: 30px;
}
.service-details-wrap h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.service-details-wrap .services-list {
  margin-top: 20px;
  margin-bottom: 30px;
}
.service-details-wrap .services-list li {
  font-weight: 600;
  color: #24416b;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.service-details-wrap .services-list li:last-child {
  margin-bottom: 0;
}
.service-details-wrap .services-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #024F3B;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}
.service-details-wrap .car-service-list-wrap {
  margin-bottom: 35px;
}
.service-details-wrap .car-service-list-wrap .car-service-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-details-wrap .car-service-list-wrap .car-service-list li {
  font-weight: 600;
  color: #24416b;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.service-details-wrap .car-service-list-wrap .car-service-list li:last-child {
  margin-bottom: 0;
}
.service-details-wrap .car-service-list-wrap .car-service-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #024F3B;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}
.service-details-wrap .list-unstyled {
  margin: 0;
}
.service-details-wrap .list-unstyled li {
  color: #dc3545;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.service-details-wrap #msgSubmit {
  left: 0;
  right: 0;
  text-align: center;
}
.service-details-wrap .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.service-details-wrap .owl-theme .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #024F3B;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.service-details-wrap .owl-theme .owl-nav .owl-prev i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.service-details-wrap .owl-theme .owl-nav .owl-prev:hover {
  background-color: #024F3B !important;
  color: #ffffff;
}
.service-details-wrap .owl-theme .owl-nav .owl-prev:hover i {
  animation: fadeInRight 1s linear;
}
.service-details-wrap .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #024F3B;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.service-details-wrap .owl-theme .owl-nav .owl-next i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
  display: inline-block;
}
.service-details-wrap .owl-theme .owl-nav .owl-next:hover {
  background-color: #024F3B !important;
  color: #ffffff;
}
.service-details-wrap .owl-theme .owl-nav .owl-next:hover i {
  animation: fadeInLeft 1s linear;
}
.service-details-wrap .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.service-details-wrap .rooms-details img {
  width: 100%;
}

.service-details-area.room-details-right-sidebar .service-sidebar-area {
  margin-right: 0;
  margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */
