
/*
Default Style
============================*/

body {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #7a7e9a;
}
html{
  font-size: 65.5%;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #24416b;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0B6396;
}
h1{
    font-size:2.3rem;
}
h3 {
  font-size: 2.0rem;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  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: 5.0rem;
  color: #24416b;
  border: .1rem solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 1.0rem;
  font-size: 1.5rem;
  padding: 1.0rem 2.0rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: .1rem solid #9d810b;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 10.0rem;
  padding-bottom: 10.0rem;
}

.pt-100 {
  padding-top: 10.0rem;
}

.pb-100 {
  padding-bottom: 10.0rem;
}

.pt-70 {
  padding-top: 7.0rem;
}

.pt-170 {
  padding-top: 17.0rem;
}

.pb-70 {
  padding-bottom: 7.0rem;
}

.pl-30 {
  padding-left: 3.0rem;
}

.pr-30 {
  padding-right: 3.0rem;
}

.ptb-140 {
  padding-top: 14.0rem;
  padding-bottom: 14.0rem;
}

.pt-140 {
  padding-top: 14.0rem;
}

.pb-140 {
  padding-bottom: 14.0rem;
}

.pt-60 {
  padding-top: 6.0rem;
}

.pb-60 {
  padding-bottom: 6.0rem;
}

.mt-30 {
  margin-top: 3.0rem;
}

.mb-30 {
  margin-bottom: 3.0rem;
}

.mt-20 {
  margin-top: 2.0rem;
}

.mb-20 {
  margin-bottom: 2.0rem;
}

.mt-minus-70 {
  margin-top: -7.0rem;
}

.mb-minus-70 {
  margin-bottom: -7.0rem;
}

.ml-30 {
  margin-left: 3.0rem;
}

.mr-30 {
  margin-right: 3.0rem;
}

.fun-blue-bg {
  background-color: #24416b;
}

/*
Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 1.5rem;
  background-color: #147394;
  z-index: 4;
  width: 4.0rem;
  text-align: center;
  height: 4.2rem;
  line-height: 4.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 2.0rem;
}

.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: #9d810b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #9d810b;
}

.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%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}


/*
Video wave Style
======================================================*/
.video-btn {
  display: inline-block;
  width: 6.0rem;
  height: 6.0rem;
  line-height: 6.9rem;
  text-align: center;
  border-radius: 50%;
  color: #9d810b;
  position: relative;
  top: .3rem;
  z-index: 1;
  background-color: #ffffff;
}

.video-btn i {
  font-size: 2.0rem;
  font-weight: 700;
  color: #9d810b;
  position: absolute;
  top: .2rem;
  left: .3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #9d810b;
}

.video-btn:hover i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 1.6rem;
  color: #ffffff;
  padding: 1.0rem 2.0rem 1.0rem 2.0rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  text-transform: capitalize;
  background-color: #0B6396;
  border-radius: .4rem;
  position: relative;
  cursor: pointer;
  border-radius: 5.0rem;
  font-family: "Muli", sans-serif;
  text-align: center;
}

.default-btn i {
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  background-color: #ffffff;
  color: #1F7695;
  border-radius: 50%;
  position: relative;
  left: 1.0rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover i {
  background-color: #f5ddb3;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #9d810b;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 1.4rem;
}

.read-more i {
  position: relative;
  top: .2rem;
  font-size: 1.6rem;
  left: .8rem;
  width: 2.0rem;
  height: 2.0rem;
  line-height: 1.9rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 600;
}

.read-more:hover {
  color: #9d810b;
}

.read-more:hover i {
  color: #9d810b;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Section Title Area Style
======================================================*/
.section-title {
  margin: -.8rem auto 6.0rem;
  text-align: center;
  position: relative;
}

.section-title span {
  text-transform: uppercase;
  color: #000;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1.0rem;
  letter-spacing: 1.0rem;
}


.section-title h2 {
  position: relative;
  display: block;
}
.section-title h1 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.0rem;
  letter-spacing: 0.5rem;  
  font-size: 2.0rem;
  color: #9d810b;
}

.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: 6.4rem;
  height: 6.4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: .4rem solid #9d810b;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 2.8rem;
    left: 2.8rem;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -.1rem;
    left: -.1rem;
    width: 5.8rem;
    height: 5.8rem;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 2.8rem;
    left: 2.8rem;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -.1rem;
    left: -.1rem;
    width: 5.8rem;
    height: 5.8rem;
    opacity: 0;
  }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4.5rem);
            transform: translateX(4.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4.5rem);
            transform: translateX(4.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(.0rem);
            transform: translateX(.0rem);
  }
  50% {
    -webkit-transform: translateX(-1.0rem);
            transform: translateX(-1.0rem);
  }
  100% {
    -webkit-transform: translateX(.0rem);
            transform: translateX(.0rem);
  }
}

@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(.0rem);
            transform: translateX(.0rem);
  }
  50% {
    -webkit-transform: translateX(-1.0rem);
            transform: translateX(-1.0rem);
  }
  100% {
    -webkit-transform: translateX(.0rem);
            transform: translateX(.0rem);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.bx-fade-left {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.bx-fade-left:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: none;
          animation: none;
}

.bx-fade-right {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.bx-fade-right:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: none;
          animation: none;
}

.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #9d810b;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  background-color: #24416b;
  color: #9d810b;
}

/*===== 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 .navbar-brand img{
  width: 11.5rem;
  padding: .7rem;
}

.eorik-nav-style .navbar-area .main-nav {
  position: unset;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  color:#0A6295;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0A6295;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 0.8rem;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 2.5rem;
  line-height: 0;
  position: relative;
  top: .6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #0A6295;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
  color: #9d810b;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
  -webkit-transform: rotate(-90deg);
          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: 100%;
  left: 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: .8rem solid transparent;
  border-bottom: .8rem solid #ffffff;
  border-left: .8rem solid transparent;
  top: -.8rem;
  left: 2.0rem;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 1.4rem;
  color: #24416b;
  position: relative;
  padding: .6rem 1.5rem;
  border-bottom: .1rem 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: 1.2rem;
  -webkit-transition: all 0.5s;
  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: -.1rem;
  left: 0;
  width: 0;
  height: .1rem;
  background-color: #9d810b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #9d810b;
}

.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: #9d810b;
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.eorik-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 102%;
}

.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:hover .dropdown-menu {
  -webkit-animation: fadeInLeft 0.5s linear;
          animation: fadeInLeft 0.5s linear;
}

.eorik-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color:#fff;
  -webkit-box-shadow: 0 .8rem .6rem -.6rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 .8rem .6rem -.6rem rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.eorik-nav-style .dropdown-toggle::after {
  display: none;
}

.eorik-nav-style .others-option .call-us {
  color: #0A6295;
  font-size: 1.5rem;
  font-weight: 600;
}

.eorik-nav-style .others-option .call-us i {
  color: #ffffff;
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  border-radius: 50%;
  background-color: #1f7695;
  text-align: center;
  margin-right: .0rem;
}

.eorik-nav-style .others-option .call-us:hover {
  color: #9d810b;
}

/*
Eorik SliderArea Style
======================================================*/
.eorik-slider-area {
  position: relative;
}

.eorik-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 3.0rem;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-1.0rem);
          transform: translateY(-1.0rem);
}

.eorik-slider-area .owl-next i {
  background-color: #9d810b;
  color: #ffffff;
  width: 4.0rem;
  height: 4.0rem;
  line-height: 4.0rem;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 2.6rem;
  border-radius: .4rem;
}

.eorik-slider-area .owl-next i:hover {
  background-color: #9d810b !important;
}

.eorik-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 3.0rem;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-1.0rem);
          transform: translateY(-1.0rem);
}

.eorik-slider-area .owl-prev i {
  background-color: #9d810b !important;
  color: #ffffff;
  width: 4.0rem;
  height: 4.0rem;
  line-height: 4.0rem;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 2.6rem;
  border-radius: .4rem;
}

.eorik-slider-area .owl-prev i:hover {
  background-color: #9d810b !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.1rem;
  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: 11.0rem;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 2.0rem;
  height: 2.0rem;
  margin: .5rem .7rem;
  background: #D6D6D6;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span {
  background: #9d810b;
}

.eorik-slider-area .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background: #9d810b;
  -webkit-clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
          clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
  -webkit-animation: fadeInUp 0.5s linear;
          animation: fadeInUp 0.5s linear;
}

.eorik-slider-area .social-link {
  position: absolute;
  top: 50%;
  right: 5.0rem;
  z-index: 1;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.eorik-slider-area .social-link ul li {
  margin-bottom: 1.0rem;
}

.eorik-slider-area .social-link ul li:last-child {
  margin-bottom: 0;
}

.eorik-slider-area .social-link ul li a {
  background-color: #9d810b;
  color: #ffffff;
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  text-align: center;
  border-radius: 50%;
}

.eorik-slider-area .social-link ul li a:hover {
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
}

.eorik-slider-area .social-link ul li a:hover i {
  -webkit-animation: fadeInLeft 0.5s linear;
          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::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eorik-slider-item .eorik-slider-text {
  text-align: center;
  margin-top: 4.5rem;
}


.eorik-slider-item .eorik-slider-text.eorik-slider-text-one {
  margin-top: -8.0rem;
}

.eorik-slider-item .eorik-slider-text p {
    font-size: 3.0rem;
    color: #fff;
    margin-top: 3.0rem;
    margin-bottom: .5rem;
}

.eorik-slider-item .eorik-slider-text span {
  color: #ffffff;
  font-size: 4.8rem;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.0rem;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn {
  margin: 0 2.0rem;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn.white {
  color: #ffffff;
}

.eorik-slider-area .owl-item.active .slider-item-bg-1::after {
  -webkit-animation: 10s linear infinite moveScale;
          animation: 10s linear infinite moveScale;
}

.eorik-slider-area .owl-item.active .slider-item-bg-2::after {
  -webkit-animation: 10s linear infinite moveScale;
          animation: 10s linear infinite moveScale;
}

.eorik-slider-area .owl-item.active .slider-item-bg-3::after {
  -webkit-animation: 10s linear infinite moveScale;
          animation: 10s linear infinite moveScale;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.overflow-hidden {
  overflow: hidden;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one h1 {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one span {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one .slider-btn {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two span {
  -webkit-animation: 2s .2s fadeInDownBig both;
          animation: 2s .2s fadeInDownBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two .slider-btn {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three h1 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three span {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three .slider-btn {
  -webkit-animation: 2s .2s fadeInUp both;
          animation: 2s .2s fadeInUp both;
}

.slider-item-bg-1::after {
  background-image: url(../images/home-one/slider/sampan-resort.jpg);
}
.slider-item-bg-2::after {
  background-image: url(../images/home-one/slider/purbachal-slider.jpg);
}




@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*
Explore Area Style
======================================================*/
.explore-content h2 {
  margin-bottom: 3.0rem;
}

.explore-content .default-btn {
  margin-top: 2.4rem;
}
/*
Facilities Area Style
======================================================*/
.single-facilities-wrap {
    height: 100%;
}

.single-facilities-wrap .single-facilities {
  text-align: center;
  background-image: url(../images/sampan-resort-services.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  padding: 3.0rem 2rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-facilities-wrap .single-facilities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #147394;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
}

.single-facilities-wrap .single-facilities .facilities-icon {
  font-size: 3.5rem;
  color: #9d810b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  line-height: 1;
  margin-bottom: 1.0rem;
}

.single-facilities-wrap .single-facilities h3 {
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-facilities-wrap .single-facilities p {
  margin-bottom: 2.0rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: justify;
}

.single-facilities-wrap .single-facilities .icon-btn {
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.0rem;
  background-color: #f5e8d1;
  color: #9d810b;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}

.single-facilities-wrap .single-facilities:hover {
  -webkit-transform: translateY(-.5rem);
          transform: translateY(-.5rem);
}

.single-facilities-wrap .single-facilities:hover::after {
  opacity: 0;
}

.single-facilities-wrap .single-facilities:hover .facilities-icon {
  color: #ffffff;
  -webkit-animation: fadeInDown  1s linear;
          animation: fadeInDown  1s linear;
}



.single-facilities-wrap .single-facilities:hover p,
.single-facilities-wrap .single-facilities:hover h3{
  color: #ffffff;
}

.single-facilities-wrap .single-facilities:hover .icon-btn {
  background-color: #ffffff;
  -webkit-animation: fadeInUp 1s linear;
          animation: fadeInUp 1s linear;
}

/*
Incredible Area Style
======================================================*/
.incredible-area {
  background-image: url(../images/sampan-beach-resort-front.jpg);
  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: 80.0rem;
  margin: auto;
}

.incredible-content .video-btn {
  margin-bottom: 4.0rem;
}

.incredible-content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 4.0rem;
  margin-bottom: 2.0rem;
}

.incredible-content h2 span {
  font-family: "beautiful-heartregular";
  font-size: 7.5rem;
  font-weight: normal;
}

.incredible-content p {
  color: #ffffff;
  margin-bottom: 5.0rem;
}

/*

Rooms Area Style
======================================================*/

.tabs_item {
  position: relative;
}

.tabs_item .preview-item {
  position: absolute;
  bottom: 4.7rem;
  right: 18.0rem;
  z-index: 1;
  font-size: 2.0rem;
  color: #9d810b;
  font-weight: 600;
  background-color: #eee;
  padding: 1.0rem;
}

.tab_content {
  height: 100%;
}

.tab_content .tabs_item {
  height: 100%;
}

.our-rooms-single-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
}


.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%;
  
}

.city-view-area .city-wrap {
    -webkit-box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
    margin: auto;
    color: #000;
}

.city-view-area .city-wrap .city-content span {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  margin-bottom: .8rem;
  letter-spacing: 1.0rem;
}

.city-view-area .city-wrap .city-content h3 {
  margin-bottom: 2.0rem;
  font-size: 2.5rem;
  color:#000;
}

.city-view-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.city-view-area .owl-theme .owl-nav .owl-prev {
  width: 4.0rem;
  height: 4.0rem;
  line-height: 4.3rem;
  display: block;
  -webkit-box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #147394;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: -6.0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.5s;
}

.city-view-area .owl-theme .owl-nav .owl-prev i {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  top: -.1rem;
  display: inline-block;
}

.city-view-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #9d810b !important;
  color: #ffffff;
}

.city-view-area .owl-theme .owl-nav .owl-prev:hover i {
  -webkit-animation: fadeInRight 1s linear;
          animation: fadeInRight 1s linear;
}

.city-view-area .owl-theme .owl-nav .owl-next {
  width: 4.0rem;
  height: 4.0rem;
  line-height: 4.3rem;
  display: block;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #147394;
  -webkit-box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  right: -6.0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.city-view-area .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  top: -.1rem;
  display: inline-block;
}

.city-view-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #9d810b !important;
  color: #ffffff;
}

.city-view-area .owl-theme .owl-nav .owl-next:hover i {
  -webkit-animation: fadeInLeft 1s linear;
          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-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.0rem .3rem rgba(0, 0, 0, 0.05);
  padding: 2.0rem;
}

.exclusive-content .title {
  text-transform: uppercase;
  color: #9d810b;
  font-size: 1.4rem;
  display: block;
  margin-bottom: .8rem;
  letter-spacing: .5rem;
}

.exclusive-content h3 {
  margin-bottom: 2.0rem;
}

.exclusive-content .review {
  font-weight: 600;
  margin-bottom: .7rem;
  display: block;
}

.exclusive-content .review a {
  color: #9d810b;
  font-weight: normal;
  padding-left: .5rem;
}

.exclusive-content p {
    margin-bottom: .8rem;
    text-align: justify;
}

.exclusive-content ul {
  margin-bottom: 2.0rem;
}

.exclusive-content ul li {
  display: inline-block;
  padding-left: .8rem;
  font-weight: 600;
}

.exclusive-content ul li:first-child {
  padding-left: 0;
}

.exclusive-content ul li i {
  position: relative;
  top: .2rem;
}

.exclusive-content .default-btn {
  padding: .5rem 1.5rem .5rem 1.5rem;
}

.exclusive-area {
  overflow: hidden;
}

.exclusive-area .exclusive-wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 3.0rem;
}

.exclusive-area .exclusive-wrap:hover {
  -webkit-transform: translateY(-.5rem);
          transform: translateY(-.5rem);
}

/*
Restaurants Area Style
======================================================*/
.single-restaurants {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 1rem;
    text-align: center;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.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: #9d810b;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-restaurants.bg-1 {
  background-image: url(../images/restaurants/sampan-resort-gallery.jpg);
  
}

.single-restaurants.bg-2 {
  background-image: url(../images/restaurants/sampan-resort-bbq.jpg);
}

.single-restaurants.bg-3 {
  background-image: url(../images/restaurants/sampan-resort-swmming-pool.jpg);
}

.single-restaurants.bg-4 {
  background-image: url(../images/restaurants/metro.png);
}

.single-restaurants .restaurants-icon {
  display: block;
  font-size: 5.0rem;
  color: #9d810b;
  line-height: 1;
  margin-bottom: 3.0rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-restaurants span {
  display: block;
  letter-spacing: 1.0rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.0rem;
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  margin-bottom: 1.0rem;
}

.single-restaurants p {
  color: #ffffff;
}

.single-restaurants .default-btn {
  margin-top: 2.0rem;
}

/*
Testimonials Area Style
======================================================*/
.single-testimonials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-testimonials ul {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.single-testimonials ul li {
  display: inline-block;
}

.single-testimonials ul li i {
  color: #f4a708;
  font-size: 2.0rem;
}

.single-testimonials h3 {
  margin-bottom: 2.5rem;
}

.single-testimonials p {
  font-style: italic;
}

.single-testimonials .testimonials-content {
  margin-top: 3.0rem;
  position: relative;
  position: relative;
  padding-left: 8.2rem;
}

.single-testimonials .testimonials-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6.5rem;
  border-left: .1rem dashed #cccad7;
  width: 100%;
  height: 100%;
}

.single-testimonials .testimonials-content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 5.0rem;
  height: 5.0rem;
}

.single-testimonials .testimonials-content h4 {
  font-size: 1.8rem;
}

.single-testimonials .testimonials-content span {
  font-size: 1.2rem;
}

.single-testimonials:hover {
  -webkit-transform: translateY(-.5rem);
          transform: translateY(-.5rem);
}

.testimonials-wrap.owl-carousel .owl-item img {
  width: unset;
}
/*
Footer Top Area Style
======================================================*/
.footer-top-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../images/sampan-resort-gateway.png);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-top-area .section-title {
  margin-bottom: 3.0rem;
}

.footer-top-area .section-title h2 {
  margin-bottom: 2.0rem;
  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: 3.0rem;
}

.single-widget img {
  margin-bottom: 3.0rem;
  /* filter: brightness(0) invert(1); */
  text-align: center;



}

.single-widget p {
  color: #d9d6d6;
  margin-bottom: 3.0rem;
}

.single-widget h3 {
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  position: relative;
}

.single-widget ul li {
  margin-bottom: 1.4rem;
}

.single-widget ul li:last-child {
  margin-bottom: 0;
}

.single-widget ul li .list_hover {
  color: #d9d6d6;
  position: relative;
  padding-left: 2.0rem;
  transition: 0.3s;
}

.single-widget ul li .list_hover .right-icon {
  font-size: 2.0rem;
  position: absolute;
  top: .3rem;
  left: 0;
}

.single-widget ul li .list_hover:hover {
  color: #9d810b;
  -webkit-transform: translateX(.5rem);
          transform: translateX(.5rem);
}

.single-widget ul li .list_hover:hover i {
  -webkit-animation: fadeInLeft 0.5s linear;
          animation: fadeInLeft 0.5s linear;
}

.single-widget .information li {
  margin-bottom: .6rem;
}

.single-widget .information li a {
  padding-left: 0;
  position: relative;
  color: #fff;
}

.single-widget .information li a:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-widget .information li.address {
  position: relative;
  padding-left: 3.0rem;
  color: #d9d6d6;
}

.single-widget .information li.address i {
  position: absolute;
  top: .1rem;
  left: 0;
  font-size: 2.0rem;
}

.single-widget .information li.address span {
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 2.0rem;
  font-weight: 600;
}

.single-widget .social-icon {
  line-height: 1;
  text-align: left;
}

.single-widget .social-icon li {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 0;
}

.single-widget .social-icon li a {
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  padding-left: 0;
}

.single-widget .social-icon li a:hover {
  -webkit-transform: translateX(.0rem);
          transform: translateX(.0rem);
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
  color: #ffffff;
  background-color: #9d810b;
}

.footer-tops-area {
  border-bottom: .1rem solid #424141;
}

.footer-tops-area .subscribe-wrap {
  margin: auto;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking {
  height: 5.0rem;
  width: 40.0rem;
  border-radius: 5.0rem;
  border: none;
  outline: none;
  padding: 2.0rem;
  margin-right: 2.0rem;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking::-webkit-input-placeholder {
  position: relative;
  top: .2rem;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking:-ms-input-placeholder {
  position: relative;
  top: .2rem;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking::-ms-input-placeholder {
  position: relative;
  top: .2rem;
}

.footer-tops-area .subscribe-wrap .newsletter-form .input-tracking::placeholder {
  position: relative;
  top: .2rem;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  border-top: .1rem solid #424141;
  margin-top: 3.0rem;
  padding: 1.5rem 0;
}

.footer-bottom-area .copy-right {
  text-align: right;
  color: #d9d6d6;
}

.footer-bottom-area .copy-right i {
  position: relative;
  top: .1rem;
  margin-right: -.5rem;
}

.footer-bottom-area .copy-right a {
  color: #d9d6d6;
}

.footer-bottom-area .copy-right a:hover {
  color: #9d810b;
}

.footer-bottom-area .designed {
  text-align: right;
  color: #d9d6d6;
}

.footer-bottom-area .designed i {
  position: relative;
  top: .2rem;
  color: #9d810b;
  -webkit-animation: heartBeat 1000ms infinite linear;
          animation: heartBeat 1000ms infinite linear;
}

.footer-bottom-area .designed a {
  color: #9d810b;
}
.footer-bottom-area p,
.footer-bottom-area a{
  color: #fff;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .heder-top-area {
  background-color: #ffffff;
  padding: 1.5rem 0;
}

.header-area .heder-top-area .social-link {
  line-height: 1;
}

.header-area .heder-top-area .social-link li {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 0;
}

.header-area .heder-top-area .social-link li a {
  width: 3.0rem;
  height: 3.0rem;
  line-height: 3.2rem;
  background-color: rgba(204, 140, 24, 0.1);
  color: #9d810b;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  padding-left: 0;
}

.header-area .heder-top-area .social-link li a:hover {
  -webkit-transform: translateX(.0rem);
          transform: translateX(.0rem);
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
  color: #ffffff;
  background-color: #9d810b;
}

.header-area .heder-top-area .social-link li a:hover i {
  -webkit-animation: fadeInLeft 0.5s linear;
          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: 3.0rem;
  height: 3.0rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  color: #9d810b;
}

.header-area .heder-top-area .location span {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  top: -.2rem;
  left: .5rem;
}

.header-area .eorik-nav-style-two {
  background-color: #9d810b;
}

.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 2.0rem 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 .call-us {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.header-area .eorik-nav-style-two .others-option .call-us i {
  color: #9d810b;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.0rem 2.0rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2.0rem 2.0rem rgba(0, 0, 0, 0.05);
  position: absolute;
  font-size: 3.0rem;
  left: -9.0rem;
  bottom: -2.3rem;
}

.header-area .eorik-nav-style-two .others-option .call-us i::after {
  content: "";
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  width: 8.5rem;
  height: 8.5rem;
  line-height: 8.0rem;
  border-radius: 50%;
  background-color: #f0dcb9;
  opacity: 0.5;
  z-index: -1;
}

.header-area .eorik-nav-style-two .navbar-area.is-sticky {
  padding: 2.0rem 0;
}

/*
Exclusive Area Two Style
======================================================*/
.exclusive-area-two .exclusive-content h3 {
  margin-bottom: 1.0rem;
}

.exclusive-area-two .exclusive-content .information {
  background-color: #9d810b;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.6rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 1.0rem;
  cursor: pointer;
}

.exclusive-area-two .exclusive-content ul {
  margin-bottom: 2.5rem;
}

.exclusive-area-two .exclusive-content .rating {
  line-height: 1;
  margin-bottom: 2.0rem;
}

.exclusive-area-two .exclusive-content .rating li {
  display: inline-block;
}

.exclusive-area-two .exclusive-content .rating li i {
  color: #f4a708;
}

.river_img {
  height: 36.0rem;
  width: 100%;
  object-fit: cover;
}

.exclusive-area-two .exclusive-img.bg-1,
.exclusive-area-two .exclusive-img.bg-2,
.exclusive-area-two .exclusive-img.bg-3{
  background-image: url(../images/exclusive/sampan-popular-packages.jpg);
}
.list-unstyled {
  color: #dc3545 !important;
  margin-top: 1.0rem;
}

#msgSubmit {
  position: absolute;
  bottom: .8rem;
  right: 1.5rem;
}

.text-danger {
  color: #dc3545 !important;
}

.text-success {
  color: #28a745 !important;
}

.inner-client-page .single-client {
  margin-bottom: 19.3rem;
}

/*sopnsor_area*/
.sopnsor_area{
  padding: 0rem 0 5rem;
}
.sponser-wrap a img{
  height: 13rem;
  object-fit: contain;
}
.explore_top_img{
  display: flex;
}
.explore_top_img img{
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.explore-content p span{
  color: #9d810b;
}

/*contact_wrapper*/
.contact_wrapper{
  padding: 5rem 0;
}

.contact_box{
  text-align: center;
}
.cont_img_box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #1abc9c;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.contact_box h3{
  font-size: 1.6rem;
  color: #000;
}
.contact_box h3 a{
  color: #0B6396;
}
.contact_box h3 strong{
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
.cont_img_box img{
  width: 2rem;
}
.form-group label{
  font-size: 1.7rem;
}

/*contact*/

.hotline_area .form {
  width: 100%;
  background-color: #fff;
  border-radius: 1.0rem;
  box-shadow: 0 0 2.0rem .1rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hotline_area .contact-form {
  background-color: #1abc9c;
  position: relative;
}

.hotline_area .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 13.0rem;
  height: 13.0rem;
  top: 13.0rem;
  right: -4.0rem;
}

.circle.two {
  width: 8.0rem;
  height: 8.0rem;
  top: 1.0rem;
  right: 3.0rem;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #1abc9c;
  transform: rotate(45deg);
  top: 5.0rem;
  left: -1.3rem;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.hotline_area .title {
  color:#0B6396;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.hotline_area .title_1{
  color: #fff;
}
.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: .2rem solid #fafafa;
    background: none;
    padding: 0.4rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0..5rem;
    border-radius: .5rem;
    transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 15.0rem;
  border-radius: .5rem;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 1.5rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.8rem 1.3rem;
  background-color: #fff;
  border: .2rem solid #fafafa;
  font-size: 1.6rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: .5rem;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 2.5rem;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: .5rem;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 2.5rem;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.text {
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
}
.information p{
  margin: 0;
  padding: 0;
}
.information i {
  color: #1ABC9C;
  font-size: 1.7rem;
  margin-right: 1rem;
}

.icon {
  width: 2.8rem;
  margin-right: 0.7rem;
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 11.0rem;
    height: 10.0rem;
    border: 2.2rem solid #1abc9c;
    border-radius: 50%;
    bottom: -5.4rem;
    right: 6.0rem;
    opacity: 0.7;
}
.square {
  position: absolute;
  height: 40.0rem;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 85.0rem) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -7.5rem;
    right: 6.5rem;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -1.3rem;
    left: initial;
    right: 7.0rem;
  }

  .square {
    transform: translate(140%, 43%);
    height: 35.0rem;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 48.0rem) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 3.0rem;
    height: 3.0rem;
    line-height: 3.0rem;
  }

  .icon {
    width: 2.3rem;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}


.invest_area .list {
  position: relative;
}
.invest_area .list h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: 1.0rem;
}
.invest_area .list ul {
  position: relative;
}
.invest_area .list ul li {
  position: relative;
  left: 0;
  color: #000;
  list-style: none;
  margin: .4rem 0;
  border-left: .2rem solid #9d810b;
  transition: 0.5s;
  cursor: pointer;
  font-size: 1.7rem;
}
.invest_area .list ul li:hover {
  left: 1.0rem;
}
.invest_area .list ul li span {
  position: relative;
  padding: .8rem;
  padding-left: 1.2rem;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
.invest_area .list ul li:hover span {
  color: #fff;
}
.invest_area .list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #147394;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.invest_area .list ul li:hover:before {
  transform: scaleX(1);
}

/*explore_sarawak*/
.explore_img{
  overflow: hidden;
  display: block;
  border-radius: 2.4rem;
  position: relative;
  z-index: 1;
}
.explore_img::before{
  content: '';
  z-index: -1;
  position: absolute;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70.71%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70.71%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.71%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.explore_img h3 {
  position: absolute;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #FFFFFF;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 1.5rem;
}
.explore_img:hover img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.explore_img img{
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -2;
  transition: 0.3s;
}
.mt_30{
  margin-top: 3rem;
}


.resort_list li {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000;
    position: relative;
    padding-left: 3rem!important;
    text-align: left;
}
.resort_list .color_change{
  color: green;  
}
.resort_list li:not(:last-child) {
    margin-bottom: 1.3rem;
}
.resort_list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/rightt.svg);
    background-size: contain;
    background-position: center center;
    width: 2.5rem;
    height: 2.5rem;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.choose-tab-wrap .tab_content a img{
  height: 27rem;
  object-fit: cover;
}

/*faq*/
#accordion .btn {
    padding: 0.8rem 1.3rem;
    background-color: transparent !important;
    border: .2rem solid transparent;
    font-size: 1.9rem;
    color: #000;
}
#accordion .card-body p {
    font-size: 1.7rem;
    color: #000;
    text-align: justify;
}
.current_offer_area{
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.current_offer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(22,22,21,0.7) 0%, rgba(22,22,21,0) 50%, rgba(22,22,21,0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(22,22,21,0.7)), color-stop(50%, rgba(22,22,21,0)), to(rgba(22,22,21,0.7)));
    background: linear-gradient(90deg, rgba(22,22,21,0.7) 0%, rgba(22,22,21,0) 50%, rgba(22,22,21,0.7) 100%);
    z-index: -2;
}
.current_offer_area::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #008ED9;
    opacity: .7;
    mix-blend-mode: multiply;
}
.current_wrao h2{
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
}
.current_wrao p{
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.current_wrao{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: left;
}

.current_table th, td {
  border: 1px solid #fff;
}
.current_table table{
  background-color: transparent;
  color: #fff;
}
.current_table td{
  padding: 1rem;
  font-size: 1.8rem;
}
.current_wrao img {
    width: 14rem;
    filter: brightness(0) invert(1);
    position: absolute;
    left: 40%;
    top: 43%;
}
.whatsapp {
    position: fixed;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 6.3rem;
    text-align: center;
    bottom: 1.5rem;
    left: 1.5rem;
    background-color: #110b0b;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp img {
    width: 3.2rem;
}
.room-types {
   border-radius: 0;
}
.city-content {
    padding: 2rem;
}

/*galler*/

.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-inline: auto;
    max-width: 100%;
    background: #141414;
    padding: 1rem;
}

 .gallery a > img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery:has(img:hover) img:not(:hover) {
    scale: 0.8;
    opacity: 0.5;
    filter: grayscale(70%);
}

/*career*/
.career_area .apply-box {
  max-width:80.0rem;
  padding:2.0rem;
  background-color:#fff;
  margin:0 auto;
  border-radius:2.0rem;
  box-shadow: rgba(50, 50, 93, 0.25) .0rem .6rem 1.2rem -.2rem, rgba(0, 0, 0, 0.3) .0rem .3rem .7rem -.3rem;
}
.career_area .form_container {
  margin-top:2.0rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(30.0rem,1fr));
  gap:2.0rem;
}

.career_area .form_control {
  display:flex;
  flex-direction:column;
}

.career_area .textarea_control {
  grid-column: 1 / span 2;
}

.career_area .textarea_control textarea {
  width: 100%;
}

.career_area label {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  color: #000;
}

.career_area input,select,textarea{
  padding: .6rem 1.0rem;
  border: .1rem solid #ccc;
  border-radius: .5rem;
  font-size: 1.5rem;
  color: #000;
}

.career_area input:focus, textarea:focus,select:focus {
  outline-color: #147394;
}

.career_area .button_container {
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-top:2.0rem;
}

.career_area .button_container button,
.career_area .button_container a {
  background: #147394;
  border:.2rem solid transparent;
  padding: .5rem 1.0rem;
  color:#fff;
  border-radius: 1.0rem;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.eco_resort_update h3{
  margin-bottom: 3rem;
  text-align: justify;
}
.eco_resort_update h2{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.eco_resort_update p{
  margin-top: 3rem;
}
.custom_sopnsor_area {
  padding: 10rem 0!important;
}
.sopnsor_area h3{
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
.sopnsor_area h3 span{
   font-size: 2rem;
  display: block;
  text-transform: uppercase;
  color: #9d810b;
}
.explore-content p{
  text-align: justify;
}
.mt_30{
  margin-top: 3rem;
}
.houn_img img{
  height: 18rem;
  object-fit: contain;
}
.houn_img h3{
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 700;
}
.explore-content .color_change {
  color: green;
  padding: 0 0.5rem;
}
.section-title .color_change {
  color: green;
  padding: 0 0.5rem;
}
.section-title h1{
  display: inline-flex;
}
.changing_cart img{
  height: 31rem;
  object-fit: cover;
}
.changing_cart h3{
  margin-top: 2rem;
  color: #000;
  font-size: 2.2rem;
  text-transform: capitalize;
}
.changing_cart h3 strong{
  text-transform: uppercase;
}
.news_blog_area h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0;
}
.news_blog_area p {
    margin-bottom: 2rem;
    text-align: justify;
}
.news_blog_area a i {
    margin-right: 1rem;
}
.news_blog_area a {
    font-size: 1.7rem;
}
.news_blog_area img{
  height: 25rem;
  object-fit: cover;
}
.job_circular{
  margin-top: 2rem;
  margin-bottom: 4rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.job_circular h3{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}
.job_circular h4{
  color: #000;
}
.city-content p{
  text-align: justify;
}
/* new-css 31-7-24*/
.video_river h1{
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}
.video_river{
  /* min-height: 15rem; */
  margin-top: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0;
}
.woontips_area{
  padding: 0 0 9rem;
}
#site {
  display: flex;
  flex-direction: column;
}
.player {
  margin: auto;
  max-width: 50em;
  padding: 1em;
}
.player__video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.player__video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery {
  background-color: lightgray;
  padding: 1em;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 1rem;
}
.gallery__item {
  align-items: center;
  background-color: black;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
  border-radius: 0.5rem;
}
.gallery__item__img {
  width: 50%;
}
.gallery__item__span {
  padding-left: 1em;
  text-shadow: 1px 1px 2px red;
  width: 60%;
}
