/*-----------------------------------------------------------------------------------
    Template Name: Viboxa
    Description: Hoetel Resort Booking HTML Template
    Author: Slidesigmathemes
    Author URI: https://www.templatemonster.com/authors/slidesigmathemes/
    Version: 1.0

    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    Common
    Header
    -- Off canvas menu
    -- Breadcrumb CSS
    Banner
    About
    Package Tab
    Core Feature
    -- Dark Style
    Package
    -- Package Gird
    -- Package List
    -- Package Slider
      -- Package Slider One
      -- Package Slider Two
    -- Package Details
    Counter
    Offers
    Gallery
    Footer
    -- Subscibe
    -- Widgets
    -- Copy Right
    -- Back to top

-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Roboto:wght@400;500;700&display=swap");

html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f8f8f8;
}

@media (max-width: 399px) {
  body {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #325853;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:hover {
  color: #325853;
}

input,
select,
textarea,
select {
  border: none;
  width: 100%;
  height: 70px;
  background-color: #f8f8f8;
  padding: 0 40px;
}

textarea {
  height: 250px;
  padding-top: 25px;
}

::-webkit-input-placeholder,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
  color: #777777;
}

:-ms-input-placeholder,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
  color: #777777;
}

::-ms-input-placeholder,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
  color: #777777;
}

::placeholder,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.nice-select {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  border: none;
  height: 70px;
  padding-left: 50px;
  line-height: 70px;
}

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

.nice-select .list li {
  line-height: 35px;
  color: #777;
}

.nice-select .list li:hover,
.nice-select .list li.option:hover {
  background-color: #325853;
  color: #fff;
}

.nice-select::after {
  display: none;
}

.nice-select::before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #325853;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-group input,
.input-group select,
.input-group textarea,
.input-group select {
  padding-left: 80px;
}

.input-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #325853;
  display: block;
}

.input-group .icon {
  position: absolute;
  left: 40px;
  bottom: 35px;
  color: #325853;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.input-group.textarea .icon {
  top: 25px;
  bottom: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.input-group .nice-select {
  padding-left: 80px;
}

.input-group .nice-select::before {
  left: 40px;
}

.input-group.input-group-two input,
.input-group.input-group-two select,
.input-group.input-group-two textarea,
.input-group.input-group-two select {
  height: 60px;
  padding: 0px 50px 0 30px;
  background-color: #fff;
  color: #777;
}

.input-group.input-group-two ::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}

.input-group.input-group-two :-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

.input-group.input-group-two ::-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

.input-group.input-group-two ::placeholder {
  opacity: 1;
  color: #777;
}

.input-group.input-group-two .icon {
  left: auto;
  bottom: 30px;
  right: 30px;
}

.input-group.input-group-two .nice-select {
  background-color: #fff;
  padding: 0 50px 0 30px;
  height: 60px;
  line-height: 60px;
}

.input-group.input-group-two .nice-select::before {
  left: auto;
  right: 30px;
}

/*=======  COMMON CLASS  =======*/
@media (min-width: 1600px) {
  .container-custom-one {
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .container-custom-two {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container-custom-three {
    max-width: 1420px;
  }
}

.slick-slide img {
  display: inline-block;
}

.bg-black {
  background-color: #325853;
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 48px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  border: 2px solid #f59288;
}

.main-btn.btn-filled {
  background-color: #f59288;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}

.main-btn.btn-filled:hover {
  background-color: transparent;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-btn.btn-border {
  border-color: #325853;
}

.main-btn.btn-border:hover {
  background-color: #325853;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}

.section-title span.title-tag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .section-title span.title-tag {
    letter-spacing: 2px;
  }
}

@media (max-width: 399px) {
  .section-title span.title-tag {
    font-size: 12px;
  }
}

.section-title h2 {
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 62px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 399px) {
  .section-title h2 {
    font-size: 32px;
  }
}

.section-title.white-color span.title-tag {
  color: #325853;
}

.section-title.white-color h2 {
  color: #fff;
}

.arrow-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.arrow-style .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #f59288;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.arrow-style .slick-arrow.next-arrow {
  margin-left: 20px;
}

.arrow-style .slick-arrow:hover,
.arrow-style .slick-arrow.next-arrow {
  background-color: #325853;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

/*=======  Preloader  =======*/
.preloader {
  background-color: #325853;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.preloader .cssload-container {
  display: block;
  width: 97px;
}

.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

.preloader .cssload-loading i:first-child {
  opacity: 0;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-transform: translate(-19px);
  transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  animation: cssload-loading-ani1 0.58s linear infinite;
}

/*=======  ANIMATION  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/*=======  HEADER CSS  =======*/
header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .container.container-custom-one {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .container.container-custom-one {
    max-width: 100%;
  }
}

header .nav-container .toggle {
  margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .toggle {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .toggle {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  header .nav-container .toggle {
    display: none;
  }
}

header .nav-container .toggle a {
  color: #325853;
  font-size: 24px;
  padding: 10px;
}

header .nav-container .site-logo img {
  max-width: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .site-logo img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  header .nav-container .site-logo img {
    max-width: 180px;
  }
}

header .nav-container .site-logo .sticky-logo {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .header-info {
    padding: 40px 20px 0;
  }
}

@media (max-width: 767px) {
  header .nav-container .header-info {
    padding: 40px 20px 0;
  }
}

header .nav-container .header-info .item {
  padding-left: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .header-info .item {
    color: #fff;
  }
}

@media (max-width: 767px) {
  header .nav-container .header-info .item {
    color: #fff;
  }
}

header .nav-container .header-info .item i {
  position: absolute;
  left: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  background: #f59288;
  color: #fff;
  font-size: 14px;
}

header .nav-container .header-info .item span {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 4px;
}

header .nav-container .header-info .item a {
  display: block;
}

header .nav-container .header-info .item .title {
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .nav-container .header-info .item .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .header-info .item .title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .header-info .item .title {
    color: #fff;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  header .nav-container .header-info .item .title {
    color: #fff;
    font-size: 22px;
  }
}

header .nav-container .header-info .item:not(:last-child) {
  margin-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .nav-container .header-info .item:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .header-info .item:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .header-info .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  header .nav-container .header-info .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

header .nav-container .menu-items ul li {
  display: inline-block;
  position: relative;
}

header .nav-container .menu-items ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #f59288;
  text-transform: capitalize;
  line-height: 80px;
  padding: 0px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .nav-container .menu-items ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .nav-container .menu-items ul li a {
    padding: 0 8px;
  }
}

header .nav-container .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}

header .nav-container .menu-items ul li .submenu li {
  display: block;
}

header .nav-container .menu-items ul li .submenu li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
  color: #777;
}

header .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #325853;
  color: #fff !important;
  border-color: #325853;
}

header .nav-container .menu-items ul li .submenu li .submenu {
  left: 100%;
  top: 50%;
}

header .nav-container .menu-items ul li .submenu li:hover .submenu {
  top: 0;
}

header .nav-container .menu-items ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .nav-container .menu-items ul li .dd-trigger {
  display: none;
}

header .nav-container .nav-pushed-item {
  display: none;
}

header .nav-container .navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

header .nav-container .navbar-toggler span {
  position: relative;
  background-color: #325853;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

header .nav-container .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

header .nav-container .navbar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;
}

header .nav-container .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

header .nav-container .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

header .nav-container .navbar-close .cross-wrap span.top {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .nav-container .navbar-close .cross-wrap span.bottom {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .nav-container.breakpoint-on .nav-menu {
  background-color: #325853;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li {
  display: block;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  line-height: 45px !important;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
  color: #fff;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

header
  .nav-container.breakpoint-on
  .nav-menu
  .menu-items
  ul
  li
  .submenu
  li
  a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

header .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

header .nav-container.breakpoint-on .nav-pushed-item,
header .nav-container.breakpoint-on .navbar-close,
header .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

header.header-two .nav-container .toggle a,
header.header-two .nav-container .menu-items ul li a {
  color: #fff;
}

header.header-two .nav-container .navbar-toggler span {
  background-color: #fff;
}

header.header-two .header-info .item i {
  background: #325853;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.header-two .header-info .item i {
    background: #f59288;
  }
}

@media (max-width: 767px) {
  header.header-two .header-info .item i {
    color: #f59288;
  }
}

header.header-two .header-info .item a,
header.header-two .header-info .item,
header.header-two .header-info .item .title {
  color: #fff;
}

header.header-three {
  background-color: transparent;
  position: relative;
}

header.header-three .main-menu-area {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  bottom: -60px;
}

@media (max-width: 399px) {
  header.header-three .main-menu-area {
    position: relative;
    bottom: 0;
    top: 0;
  }
}

header.header-three .main-menu-area.sticky-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

header.header-three
  .main-menu-area.sticky-header.sticky-active
  .nav-container
  .menu-items
  ul
  li
  a {
  line-height: 100px;
}

header.header-three .header-top {
  padding-top: 15px;
  padding-bottom: 75px;
  font-family: "Roboto", sans-serif;
  background-color: #325853;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.header-three .header-top {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  header.header-three .header-top {
    text-align: center;
    padding-bottom: 50px;
  }
}

@media (max-width: 399px) {
  header.header-three .header-top {
    display: none;
  }
}

header.header-three .header-top,
header.header-three .header-top a {
  color: #fff;
}

@media (max-width: 767px) {
  header.header-three .header-top ul.header-top-info {
    margin-top: 10px;
  }
}

header.header-three .header-top ul.header-top-info li {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 575px) {
  header.header-three .header-top ul.header-top-info li {
    margin-left: 5px;
  }
}

header.header-three .header-top ul.header-top-info li i {
  margin-right: 10px;
  color: #325853;
}

header.header-three .nav-container {
  background-color: #fff;
  padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.header-three .nav-container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.header-three .nav-container {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  header.header-three .nav-container {
    padding: 10px;
  }
}

@media (max-width: 399px) {
  header.header-three .nav-container {
    padding: 10px 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  header.header-three .nav-container .site-logo img {
    max-width: 200px;
  }
}

@media (max-width: 399px) {
  header.header-three .nav-container .site-logo img {
    max-width: 150px;
  }
}

header.header-three .nav-container .menu-items ul li a {
  line-height: 120px;
}

header.header-three .nav-container .menu-items ul li .submenu li a {
  line-height: 30px;
}

header.header-three .nav-container .menu-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header-three .nav-container .menu-right-buttons .toggle {
  margin-right: 0;
}

header.header-three .nav-container .menu-right-buttons > div {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.header-three .nav-container .menu-right-buttons > div {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  header.header-three .nav-container .menu-right-buttons > div {
    margin-left: 5px;
  }
}

header.header-three .nav-container .menu-right-buttons .navbar-toggler {
  border: 2px solid rgba(133, 133, 133, 0.2);
  padding: 15px;
}

@media (max-width: 575px) {
  header.header-three .nav-container .menu-right-buttons .navbar-toggler {
    padding: 5px 10px;
  }

  header.header-three .nav-container .menu-right-buttons .navbar-toggler span {
    width: 20px;
  }
}

header.header-three .nav-container .menu-right-buttons a {
  width: 65px;
  height: 65px;
  border: 2px solid rgba(133, 133, 133, 0.2);
  text-align: center;
  line-height: 65px;
  padding: 0;
  color: #f59288;
}

@media (max-width: 575px) {
  header.header-three .nav-container .menu-right-buttons a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

header.header-three .nav-container .menu-right-buttons a:hover {
  background-color: #325853;
  color: #fff;
}

header.header-three .search {
  position: relative;
}

header.header-three .search .search-icon {
  position: relative;
  display: block;
}

header.header-three .search .search-icon .close-icon,
header.header-three .search .search-icon .open-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header.header-three .search .search-icon .close-icon {
  visibility: hidden;
  opacity: 0;
}

header.header-three .search .search-icon.active .close-icon {
  visibility: visible;
  opacity: 1;
}

header.header-three .search .search-icon.active .open-icon {
  visibility: hidden;
  opacity: 0;
}

header.header-three .search .search-form {
  position: absolute;
  right: 0;
  width: 350px;
  display: none;
  top: calc(100% + 27px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.header-three .search .search-form {
    top: calc(100% + 17px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  header.header-three .search .search-form {
    top: calc(100% + 10px);
  }
}

@media (max-width: 575px) {
  header.header-three .search .search-form {
    top: calc(100% + 20px);
    width: 250px;
  }
}

@media (max-width: 399px) {
  header.header-three .search .search-form {
    right: -100%;
    top: calc(100% + 12px);
  }
}

header.header-three .search .search-form form {
  position: relative;
}

header.header-three .search .search-form form input {
  width: 100%;
  background-color: #f8f8f8;
  height: 60px;
  border: none;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
}

@media (max-width: 575px) {
  header.header-three .search .search-form form input {
    height: 50px;
  }
}

header.header-three .search .search-form form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  background-color: #325853;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

header.header-three .search .search-form form button:hover {
  background-color: #f59288;
  color: #fff;
}

header.inner-page.header-absolute {
  background-color: #fff;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.inner-page.header-absolute .nav-container {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  header.inner-page.header-absolute .nav-container {
    padding: 10px 0;
  }
}

header.inner-page.header-absolute .nav-container .menu-items ul li a {
  line-height: 130px;
}

header.sticky-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.sticky-header.sticky-active .nav-container {
    padding: 10px 0;
  }

  header.sticky-header.sticky-active .nav-container .site-logo img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  header.sticky-header.sticky-active .nav-container {
    padding: 10px 0;
  }
}

header.sticky-header.sticky-active .nav-container .menu-items ul li a {
  line-height: 100px;
}

header.sticky-header.sticky-active .nav-container .site-logo .main-logo {
  display: none;
}

header.sticky-header.sticky-active .nav-container .site-logo .sticky-logo {
  display: block;
}

header.sticky-header.sticky-active.header-two .nav-container .toggle a,
header.sticky-header.sticky-active.header-two
  .nav-container
  .menu-items
  ul
  li
  a {
  color: #f59288;
}

header.sticky-header.sticky-active.header-two
  .nav-container
  .navbar-toggler
  span {
  background-color: #f59288;
}

header.sticky-header.sticky-active.header-two .header-info .item a,
header.sticky-header.sticky-active.header-two .header-info .item,
header.sticky-header.sticky-active.header-two .header-info .item .title {
  color: #f59288;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.sticky-header.sticky-active.header-two .header-info .item a,
  header.sticky-header.sticky-active.header-two .header-info .item,
  header.sticky-header.sticky-active.header-two .header-info .item .title {
    color: #fff;
  }
}

@media (max-width: 767px) {
  header.sticky-header.sticky-active.header-two .header-info .item a,
  header.sticky-header.sticky-active.header-two .header-info .item,
  header.sticky-header.sticky-active.header-two .header-info .item .title {
    color: #fff;
  }
}

/*=======  Off canvas menu  =======*/
.offcanvas-wrapper {
  position: fixed;
  width: 450px;
  top: 0;
  min-height: 100vh;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  margin-left: -450px;
}

.offcanvas-wrapper.show-offcanvas {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas-wrapper .offcanvas-overly {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 98;
  background-color: #1e1e1e;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
  visibility: visible;
  opacity: 0.5;
}

.offcanvas-wrapper .offcanvas-widget {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 70px 40px;
  position: relative;
  z-index: 99;
  overflow-y: auto;
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 28px;
  color: #325853;
}

.offcanvas-wrapper .offcanvas-widget .widget {
  margin-bottom: 50px;
  font-size: 14px;
  /* Search Widget */
  /* Nav Widget */
  /* Social Link */
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #325853;
  content: "";
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
  position: relative;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
  width: 100%;
  background-color: #f8f8f8;
  height: 60px;
  border: none;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  background-color: #325853;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
  background-color: #f59288;
  color: #fff;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
  line-height: 30px;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a {
  color: #777;
  font-weight: 700;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
  padding-left: 10px;
  color: #325853;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
  padding-left: 10px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
  height: 40px;
  width: 40px;
  background-color: #325853;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
  background-color: #325853;
}

/*=======  Breadcrumb CSS  =======*/
.breadcrumb-area {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-area {
    margin-top: 80px;
  }
}

.breadcrumb-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #325853;
  content: "";
  opacity: 0.7;
}

.breadcrumb-area .breadcrumb-text {
  position: relative;
  padding: 100px 0;
}

.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
  color: #fff;
}

.breadcrumb-area .breadcrumb-text h2.page-title {
  font-size: 72px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 50px;
  }
}

.breadcrumb-area .breadcrumb-text span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-text span {
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-text span {
    font-size: 12px;
  }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
  color: #325853;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
  color: #325853;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
  padding-left: 10px;
  margin-left: 10px;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child)::before {
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  content: "|";
  color: #325853;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active {
  color: #325853;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active::before {
  color: #325853;
}

/*=======  BANNER CSS  =======*/
.banner-area .banner-content span.promo-tag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content span.promo-tag {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content span.promo-tag {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.banner-area .banner-content .title {
  font-size: 120px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -6px;
  padding-bottom: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-area .banner-content .title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .banner-content .title {
    font-size: 86px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 72px;
  }
}

@media (max-width: 575px) {
  .banner-area .banner-content .title {
    font-size: 66px;
  }
}

@media (max-width: 399px) {
  .banner-area .banner-content .title {
    font-size: 52px;
  }
}

.banner-area .banner-content ul li {
  display: inline-block;
}

.banner-area .banner-content ul li:last-child {
  margin-left: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .banner-content ul li:last-child {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content ul li:last-child {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content ul li:last-child {
    margin-left: 5px;
  }
}

@media (max-width: 399px) {
  .banner-area .banner-content ul li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .main-btn {
    padding: 0 35px;
    line-height: 55px;
  }
}

@media (max-width: 575px) {
  .banner-area .banner-content .main-btn {
    padding: 0 25px;
    line-height: 50px;
    letter-spacing: 1px;
  }
}

.banner-area .banner-thumb .single-thumb {
  overflow: hidden;
}

.banner-area .banner-thumb .single-thumb img {
  -webkit-animation: zoomIn 15s linear infinite;
  animation: zoomIn 15s linear infinite;
}

.banner-area.banner-style-one {
  padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.banner-style-one {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-one {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-style-one {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-area.banner-style-one .banner-content {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.banner-style-one .banner-content {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-one .banner-content .title {
    font-size: 66px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-one .banner-content ul li:last-child {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-one .banner-content .main-btn {
    padding: 0 20px;
    line-height: 50px;
    letter-spacing: 1px;
  }
}

.banner-area.banner-style-two .single-banner,
.banner-area.banner-style-three .single-banner {
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner-area.banner-style-two .single-banner,
  .banner-area.banner-style-three .single-banner {
    height: 700px;
  }
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-two .single-banner .banner-overly,
.banner-area.banner-style-three .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-position: center;
}

.banner-area.banner-style-two .single-banner .banner-overly,
.banner-area.banner-style-three .single-banner .banner-overly {
  background-color: #325853;
  z-index: -1;
  opacity: 0.6;
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-bg {
  -webkit-animation: zoomIn 15s linear infinite;
  animation: zoomIn 15s linear infinite;
}

.banner-area.banner-style-two .banner-content,
.banner-area.banner-style-two .banner-content h1,
.banner-area.banner-style-three .banner-content,
.banner-area.banner-style-three .banner-content h1 {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-two .banner-content h1,
  .banner-area.banner-style-three .banner-content h1 {
    font-size: 90px;
  }
}

.banner-area.banner-style-two .banner-content .main-btn.btn-filled,
.banner-area.banner-style-two .banner-content .main-btn.btn-border:hover,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled,
.banner-area.banner-style-three .banner-content .main-btn.btn-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-area.banner-style-two .banner-content .main-btn.btn-filled:hover,
.banner-area.banner-style-two .banner-content .main-btn.btn-border,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled:hover,
.banner-area.banner-style-three .banner-content .main-btn.btn-border {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.banner-area.banner-style-three .single-banner {
  height: auto;
  padding-top: 180px;
  padding-bottom: 125px;
}

.banner-area .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}

.banner-area .slick-arrow:hover {
  background-color: #325853;
  color: #fff;
}

.banner-area .slick-arrow.next-arrow {
  right: 0;
  left: auto;
}

.banner-area ul.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-51%);
  transform: translateX(-51%);
  bottom: 30px;
}

.banner-area ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.banner-area ul.slick-dots li button {
  border: none;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
}

.banner-area ul.slick-dots li.slick-active button {
  background-color: #325853;
}

/*=======  ABOUT CSS  =======*/
.about-section {
  position: relative;
  z-index: 1;
}

.about-section .down-arrow-wrap {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .down-arrow-wrap {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .about-section .down-arrow-wrap {
    padding-bottom: 90px;
  }
}

.about-section .down-arrow-wrap a.down-arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #325853;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  position: relative;
}

.about-section .down-arrow-wrap a.down-arrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1s linear infinite;
  animation: pulse-border-2 1s linear infinite;
}

.about-section .down-arrow-wrap a.down-arrow::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.about-section .about-title span.title-tag span {
  color: #325853;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-title h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .about-section .about-title h2 {
    font-size: 30px;
  }
}

.about-section .about-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 35px;
  margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-features {
    grid-column-gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features {
    grid-column-gap: 15px;
  }
}

@media (max-width: 767px) {
  .about-section .about-features {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 2fr;
    grid-template-rows: 2fr;
    grid-column-gap: 15px;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .about-section .about-features {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
  }
}

.about-section .about-features li {
  margin-top: 15px;
}

.about-section .about-features li a {
  background: #fff;
  padding: 55px 0 45px;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
  box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
  text-align: center;
  display: block;
  color: #325853;
  position: relative;
  z-index: 1;
}

.about-section .about-features li a,
.about-section .about-features li a i,
.about-section .about-features li a span {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about-section .about-features li a i {
  font-size: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features li a i {
    font-size: 55px;
  }
}

.about-section .about-features li a img {
  max-width: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features li a img {
    max-width: 55px;
  }
}

.about-section .about-features li a .title {
  font-size: 12px;
  color: #f59288;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  padding-top: 10px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-features li a .title {
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features li a .title {
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .about-section .about-features li a .title {
    letter-spacing: 1px;
  }
}

.about-section .about-features li a .hover-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 75px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.about-section .about-features li a:hover {
  background: #325853;
  color: #fff;
}

.about-section .about-features li a:hover .title {
  color: #fff;
}

.about-section .about-features li a:hover .hover-icon {
  visibility: visible;
  opacity: 0.1;
}

.about-section .about-features.masonry-layout {
  margin-top: 0;
}

@media (max-width: 767px) {
  .about-section .about-features.masonry-layout {
    margin-top: 50px;
  }
}

.about-section .about-features.masonry-layout li {
  margin-top: 0;
}

.about-section .about-features.masonry-layout li:nth-child(2) {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features.masonry-layout li:nth-child(2) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-features.masonry-layout li:nth-child(2) {
    margin-top: 50px;
  }
}

.about-section .about-features.masonry-layout li:nth-child(3) {
  margin-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features.masonry-layout li:nth-child(3) {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-features.masonry-layout li:nth-child(3) {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .about-section .about-features.masonry-layout li:nth-child(3) {
    margin-top: 0;
  }
}

.about-section .about-features.masonry-layout li:nth-child(4) {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: -50px;
  }
}

@media (max-width: 575px) {
  .about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: 50px;
  }
}

.about-section .about-features-boxes .single-feature-box {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
  box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-features-boxes .single-feature-box {
    padding: 50px 18px;
  }
}

.about-section .about-features-boxes .single-feature-box .icon {
  font-size: 70px;
  margin-bottom: 20px;
  line-height: 1;
  color: #325853;
}

.about-section .about-features-boxes .single-feature-box.dark .icon {
  color: #fff;
}

.about-section .about-features-boxes .single-feature-box h4 {
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-features-boxes .single-feature-box h4 {
    font-size: 24px;
  }
}

.about-section .about-features-boxes .single-feature-box.only-bg {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 315px;
  padding: 0;
  background-size: cover;
  background-position: center;
}

.about-section .about-features-boxes .single-feature-box.dark {
  background-color: #325853;
}

.about-section .about-features-boxes .single-feature-box.dark,
.about-section .about-features-boxes .single-feature-box.dark h4,
.about-section .about-features-boxes .single-feature-box.dark h4 a {
  color: #fff;
}

.about-section .about-features-boxes .single-feature-box.dark a:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

.about-section .about-text-box {
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-text-box {
    padding: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-text-box {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .about-section .about-text-box {
    padding: 40px 20px;
  }
}

.about-section .about-text-box .about-text {
  font-size: 14px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-text-box .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-text-box .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

.about-section .about-text-box .about-text span {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-section .about-text-box .about-text h3 {
  font-size: 48px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-text-box .about-text h3 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-text-box .about-text h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .about-section .about-text-box .about-text h3 {
    font-size: 32px;
  }
}

.about-section .about-text-box .about-text .main-btn {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .about-section .about-text-box .about-text .main-btn {
    padding: 0 35px;
  }
}

.about-section .about-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-section .about-right-bottom .about-bottom-img {
  position: relative;
}

.about-section .about-right-bottom .about-bottom-img::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern-04.png);
  content: "";
  background-size: cover;
  background-position: center;
}

.about-description {
  color: #000;
  font-weight: 600;
}

/*=======  ROOM Tab CSS  =======*/
.package-type-section {
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-position: center;
}

.package-type-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg/brush.png);
  z-index: -1;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.package-type-section .package-filter {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-type-section .package-filter {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .package-type-section .package-filter {
    margin-top: 30px;
  }
}

.package-type-section .package-filter li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: 2px solid transparent;
  padding: 20px 30px;
  cursor: pointer;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-type-section .package-filter li a {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-type-section .package-filter li a {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .package-type-section .package-filter li a {
    padding: 8px 15px;
    font-size: 14px;
  }
}

.package-type-section .package-filter li a.active,
.package-type-section .package-filter li a:hover {
  color: #f59288;
  border-color: #e6e6e6;
  background-color: transparent;
}

.package-type-section .package-items .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.package-type-section .package-items .row > .col,
.package-type-section .package-items .row > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.package-type-section .package-items .package-box {
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 15px;
}

.package-type-section .package-items .package-box.extra-height {
  height: 575px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-type-section .package-items .package-box.extra-height {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .package-type-section .package-items .package-box.extra-height {
    height: 280px;
  }
}

.package-type-section .package-items .package-box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(17, 17, 17, 0.50196) 0%,
    rgba(17, 17, 17, 0.25) 44%,
    rgba(17, 17, 17, 0) 100%
  );
  content: "";
}

.package-type-section .package-items .package-box .package-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.package-type-section .package-items .package-box .package-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-type-section .package-items .package-box .package-content {
    left: 15px;
  }
}

.package-type-section .package-items .package-box .package-content h3 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .package-type-section .package-items .package-box .package-content h3 {
    font-size: 26px;
  }
}

.package-type-section .package-items .package-box .package-content h3 a {
  color: #fff;
}

.package-type-section .package-items .package-box .package-content span {
  color: #fff;
  padding-bottom: 15px;
  font-weight: 700;
}

.package-type-section .package-items .package-box .package-content span i {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .package-type-section .package-items .package-box .package-content span {
    font-size: 14px;
  }
}

.package-type-section .package-items .package-box .package-link {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  bottom: 0;
  border-radius: 50%;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .package-type-section .package-items .package-box .package-link {
    height: 40px;
    width: 40px;
    text-align: center;
    right: 10px;
    line-height: 40px;
  }
}

.package-type-section .package-items .package-box .package-link:hover {
  background-color: #fff;
  color: #f59288;
}

.package-type-section .package-items .package-box.extra-wide .package-link {
  right: 40px;
}

.package-type-section .package-items .package-box:hover .package-link {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.package-type-section .package-items .package-box:hover .package-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=======  Core Feature  =======*/
.features-loop .feature-box {
  padding: 60px 50px;
  background-color: #fff;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #f8f8f8;
  position: relative;
  margin-top: 30px;
  /*=======  Dark Style  =======*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-loop .feature-box {
    padding: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box {
    padding: 35px 25px;
  }
}

@media (max-width: 575px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}

.features-loop .feature-box .icon {
  margin-bottom: 30px;
  font-size: 70px;
  color: #325853;
  line-height: 1;
}

.features-loop .feature-box:hover .icon i {
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
  animation: hvr-buzz-out 0.75s linear 1;
}

.features-loop .feature-box h3 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box h3 {
    font-size: 24px;
  }
}

.features-loop .feature-box .count {
  line-height: 1;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 120px;
  color: #f8f8f8;
}

.features-loop .feature-box.with-hover-img .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: visible;
  opacity: 1;
}

.features-loop .feature-box.with-hover-img:hover .hover-img {
  opacity: 0;
  visibility: hidden;
}

.features-loop .feature-box.dark-box {
  background-color: #292929;
  border: none;
}

.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
  color: #fff;
}

.features-loop .feature-box.dark-box .count {
  color: #325853;
}

/*=======  Package Gird  =======*/
.package-gird-loop .package-box .package-img-wrap {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.package-gird-loop .package-box .package-img-wrap .package-img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.package-gird-loop .package-box:hover .package-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.package-gird-loop .package-box .package-desc {
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 50px 35px 30px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-gird-loop .package-box .package-desc {
    padding: 50px 25px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc {
    padding: 50px 20px 30px;
  }
}

.package-gird-loop .package-box .package-desc .icons {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc .icons {
    left: 12px;
    right: 12px;
    padding: 15px 5px;
  }
}

.package-gird-loop .package-box .package-desc .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #325853;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-gird-loop .package-box .package-desc .icons li {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-gird-loop .package-box .package-desc .icons li {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc .icons li {
    margin: 0 5px;
  }
}

@media (max-width: 399px) {
  .package-gird-loop .package-box .package-desc .icons li {
    margin: 0 5px;
  }
}

.package-gird-loop .package-box .package-desc h4 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc h4 {
    font-size: 20px;
  }
}

.package-gird-loop .package-box .package-desc span.price,
.package-gird-loop .package-box .package-desc a.book-btn {
  font-size: 16px;
  font-weight: 700;
  color: #325853;
  margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc span.price,
  .package-gird-loop .package-box .package-desc a.book-btn {
    font-size: 14px;
  }
}

.package-gird-loop .package-box .package-desc a.book-btn {
  color: #bdbdbd;
  margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-gird-loop .package-box .package-desc a.book-btn {
    margin-left: 10px;
  }
}

.package-gird-loop .package-box .package-desc a.book-btn:hover {
  color: #325853;
}

/*=======  Package List  =======*/
.package-list-loop .package-box .package-img-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-list-loop .package-box .package-img-wrap {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .package-list-loop .package-box .package-img-wrap {
    min-height: 250px;
  }
}

.package-list-loop .package-box .package-img-wrap .package-img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.package-list-loop .package-box:hover .package-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.package-list-loop .package-box .package-desc {
  background-color: #fff;
  font-size: 14px;
  padding: 50px 20px 50px 40px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-list-loop .package-box .package-desc {
    padding: 50px 20px 50px 25px;
  }
}

@media (max-width: 575px) {
  .package-list-loop .package-box .package-desc {
    padding: 50px 30px;
  }
}

@media (max-width: 399px) {
  .package-list-loop .package-box .package-desc {
    padding: 50px 25px;
  }
}

.package-list-loop .package-box .package-desc .icons {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  display: inline-block;
  margin-bottom: 25px;
}

.package-list-loop .package-box .package-desc .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #325853;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-list-loop .package-box .package-desc .icons li {
    margin: 0 8px;
  }
}

@media (max-width: 575px) {
  .package-list-loop .package-box .package-desc .icons li {
    margin: 0 5px;
  }
}

.package-list-loop .package-box .package-desc h4 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.package-list-loop .package-box .package-desc a.book-btn {
  font-size: 16px;
  font-weight: 700;
  color: #bdbdbd;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.package-list-loop .package-box .package-desc a.book-btn:hover {
  color: #325853;
}

.package-list-loop .package-box .package-desc a.book-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  background-color: #efefef;
}

.package-list-loop .package-box .package-desc .price {
  font-size: 40px;
  font-weight: 700;
  color: #325853;
  line-height: 1;
  display: block;
}

@media (max-width: 575px) {
  .package-list-loop .package-box .package-desc .price {
    margin-top: 30px;
  }
}

.package-list-loop .package-box .package-desc .price span {
  font-size: 16px;
}

/*=======  Package Slider  =======*/
.package-slider {
  position: relative;
  z-index: 1;
  /*=======  Package Slider One  =======*/
  /*=======  Package Slider Two  =======*/
}

.package-slider .rooms-slider-one.row {
  margin-left: -20px;
  margin-right: -20px;
}

.package-slider .rooms-slider-one.row > .col {
  padding-left: 20px;
  padding-right: 20px;
}

.package-slider .rooms-slider-one .slider-img {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-slider-one .slider-img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-one .slider-img {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .package-slider .rooms-slider-one .slider-img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-content-wrap {
    margin-bottom: 100px;
  }
}

.package-slider .rooms-content-wrap .package-content-box {
  background-color: #325853;
  color: #d4d4d4;
  font-size: 14px;
  padding: 60px 50px;
  position: relative;
  z-index: 2;
  margin-top: -495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-content-wrap .package-content-box {
    margin-top: -445px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-content-wrap .package-content-box {
    margin-top: -100px;
    padding: 50px 30px;
  }
}

@media (max-width: 575px) {
  .package-slider .rooms-content-wrap .package-content-box {
    margin-top: -50px;
    padding: 50px 30px;
  }
}

.package-slider .rooms-content-wrap .package-content-box .slider-count {
  position: absolute;
  right: 50px;
  font-size: 14px;
  font-weight: 700;
  top: 90px;
  color: #4c4c4c;
  z-index: 3;
  letter-spacing: 2px;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .slider-count
  .current {
  color: #325853;
}

.package-slider .rooms-content-wrap .package-content-box .slider-count-big {
  position: absolute;
  bottom: -30px;
  right: 0;
  line-height: 1;
  font-size: 200px;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  opacity: 0.1;
}

@media (max-width: 767px) {
  .package-slider .rooms-content-wrap .package-content-box .slider-count-big {
    font-size: 150px;
  }
}

.package-slider .rooms-content-wrap .package-content-box h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.package-slider .rooms-content-wrap .package-content-box h3,
.package-slider .rooms-content-wrap .package-content-box h3 a {
  color: #fff;
}

.package-slider .rooms-content-wrap .package-content-box .icon {
  line-height: 1;
  color: #f59288;
  margin-bottom: 40px;
  font-size: 70px;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider {
  padding-bottom: 45px;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider
  .single-content {
  overflow: hidden;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider
  ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider
  ul.slick-dots
  li {
  display: inline-block;
  cursor: pointer;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider
  ul.slick-dots
  li
  button {
  font-size: 0;
  border: 0;
  background: #434343;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.package-slider
  .rooms-content-wrap
  .package-content-box
  .package-content-slider
  ul.slick-dots
  li.slick-active
  button {
  width: 26px;
  background-color: #fff;
}

.package-slider .rooms-slider-two .single-rooms-box {
  position: relative;
  margin-bottom: 130px;
  margin-top: 25px;
}

.package-slider .rooms-slider-two .single-rooms-box .package-img {
  overflow: hidden;
  width: 100%;
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-img {
    height: 350px;
  }
}

.package-slider .rooms-slider-two .single-rooms-box .package-img .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.package-slider .rooms-slider-two .single-rooms-box:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.package-slider .rooms-slider-two .single-rooms-box .icons {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.package-slider .rooms-slider-two .single-rooms-box .icons li {
  display: inline-block;
  margin: 0px 10px;
  color: #325853;
}

@media (max-width: 575px) {
  .package-slider .rooms-slider-two .single-rooms-box .icons li {
    margin: 0px 5px;
  }
}

.package-slider .rooms-slider-two .single-rooms-box .package-desc {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -115px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
  font-size: 14px;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc {
    left: 20px;
    right: 20px;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc {
    left: 20px;
    right: 20px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc {
    left: 10px;
    right: 10px;
    padding: 25px;
  }
}

.package-slider .rooms-slider-two .single-rooms-box .package-desc h3 {
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc h3 {
    font-size: 26px;
  }
}

.package-slider .rooms-slider-two .single-rooms-box .package-desc .price {
  text-align: right;
  font-size: 40px;
  color: #325853;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc .price {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc .price {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .package-slider .rooms-slider-two .single-rooms-box .package-desc .price {
    text-align: left;
    margin-top: 10px;
  }
}

.package-slider .rooms-slider-two .single-rooms-box .package-desc .price span {
  font-size: 16px;
}

.package-slider
  .rooms-slider-two
  .slick-current
  .single-rooms-box
  .package-desc,
.package-slider .rooms-slider-two .slick-current .single-rooms-box .icons {
  visibility: visible;
  opacity: 1;
}

.package-slider .rooms-slider-two .slick-arrow {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #f59288;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 22%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-slider-two .slick-arrow {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .slick-arrow {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .slick-arrow {
    left: 2%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.package-slider .rooms-slider-two .slick-arrow.next-arrow {
  margin-left: 20px;
  left: auto;
  right: 22%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 5%;
  }
}

@media (max-width: 767px) {
  .package-slider .rooms-slider-two .slick-arrow.next-arrow {
    left: auto;
    right: 2%;
  }
}

.package-slider .rooms-slider-two .slick-arrow:hover,
.package-slider .rooms-slider-two .slick-arrow.next-arrow {
  background-color: #325853;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

/*=======  Package Details  =======*/
.package-details .deatils-box {
  font-family: "Roboto", sans-serif;
}

.package-details .deatils-box .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px;
  background-color: #fff;
  margin-right: 40px;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .title-wrap {
    padding: 40px 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-details .deatils-box .title-wrap {
    padding: 30px 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .title-wrap {
    padding: 20px;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}

.package-details .deatils-box .title-wrap .title .package-cat {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

.package-details .deatils-box .title-wrap .title h2 {
  font-size: 48px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .title-wrap .title h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-details .deatils-box .title-wrap .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .title-wrap .title h2 {
    font-size: 28px;
  }
}

.package-details .deatils-box .title-wrap .price {
  font-size: 40px;
  color: #325853;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .title-wrap .price {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-details .deatils-box .title-wrap .price {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .title-wrap .price {
    font-size: 24px;
    margin-top: 15px;
  }
}

.package-details .deatils-box .title-wrap .price span {
  font-size: 16px;
}

.package-details .deatils-box .thumb {
  margin-top: -90px;
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-details .deatils-box .thumb {
    margin-top: -65px;
  }
}
@media (max-width: 575px) {
  .package-details .deatils-box .thumb {
    margin-top: 0;
  }
}

.package-details .deatils-box h3.subtitle {
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}

.package-details .deatils-box .package-fearures {
  background-color: #fff;
  padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .package-fearures {
    padding: 50px 35px 30px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .package-fearures {
    padding: 50px 30px 30px;
  }
}

.package-details .deatils-box .package-fearures .package-fearures-list li {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .package-details .deatils-box .package-fearures .package-fearures-list li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .package-fearures .package-fearures-list li {
    width: 100%;
  }
}

.package-details .deatils-box .package-fearures .package-fearures-list li i {
  color: #325853;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.package-details .deatils-box .package-rules {
  background-color: #fff;
  padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .package-rules {
    padding: 50px 35px 30px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .package-rules {
    padding: 50px 30px 30px;
  }
}

.package-details .deatils-box .package-rules .package-rules-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.package-details .deatils-box .package-rules .package-rules-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #325853;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
}

.package-details .deatils-box .cancellation-box {
  background-color: #fff;
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .deatils-box .cancellation-box {
    padding: 50px 35px;
  }
}

@media (max-width: 575px) {
  .package-details .deatils-box .cancellation-box {
    padding: 50px 30px;
  }
}

.package-details .deatils-box .cancellation-box strong {
  color: #325853;
}

.package-details .deatils-box .package-map {
  width: 100%;
  height: 390px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .package-details .deatils-box .package-map {
    height: 320px;
  }
}

.package-details .deatils-box .package-map iframe {
  width: 100%;
  height: 100%;
}

.package-details .deatils-box .related-package h3.subtitle {
  border-color: #dddddd;
}

.package-details .package-booking-form {
  background-color: #fff;
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-details .package-booking-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .package-details .package-booking-form {
    margin-top: 30px;
  }
}

.package-details .package-booking-form input,
.package-details .package-booking-form .nice-select,
.package-details .package-booking-form select {
  background-color: #f8f8f8;
}

.package-details .package-booking-form .main-btn {
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
}

.package-details .package-booking-form .title {
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .package-booking-form .title {
    padding-left: 50px;
  }
}

@media (max-width: 399px) {
  .package-details .package-booking-form .title {
    padding-left: 50px;
  }
}

.package-details .package-booking-form .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #325853;
  content: "";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-details .package-booking-form .title::before {
    width: 30px;
  }
}

@media (max-width: 399px) {
  .package-details .package-booking-form .title::before {
    width: 30px;
  }
}

/*=======  COUNTER CSS  =======*/
.counter-section .counter-box {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .counter-section .counter-box {
    font-size: 12px;
  }
}

.counter-section .counter-box .icon {
  margin-bottom: 30px;
}

.counter-section .counter-box .icon img {
  max-width: 100px;
}

.counter-section .counter-box,
.counter-section .counter-box h4 {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.counter-section .counter-box h4 {
  font-size: 60px;
  word-spacing: 0;
}

.counter-section .counter-box h4 .plus-icon {
  font-size: 16px;
}

@media (max-width: 575px) {
  .counter-section .counter-box h4 {
    font-size: 38px;
  }
}

.counter-section .counter-box .title {
  color: #999999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.box-layout {
    font-size: 12px;
  }
}

.counter-section .counter-box.counter-box-two {
  background-color: #fff;
  padding: 30px 40px 30px 120px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.counter-box-two {
    padding: 30px 20px 30px 115px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-box.counter-box-two {
    padding: 110px 25px 30px;
  }
}

.counter-section .counter-box.counter-box-two,
.counter-section .counter-box.counter-box-two h4 {
  font-weight: 400;
  color: #777;
}

.counter-section .counter-box.counter-box-two .icon {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  color: #325853;
  margin: 0;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section .counter-box.counter-box-two .icon {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-box.counter-box-two .icon {
    top: 30px;
    left: 25px;
  }
}

.counter-section .counter-box.counter-box-two h4 {
  color: #325853;
  letter-spacing: -1px;
  font-family: "Old Standard TT", serif;
}

/*=======  Our Menu  =======*/
.menu-area {
  position: relative;
  z-index: 1;
}

.menu-area.menu-nagative-gallery {
  padding-top: 115px;
  margin-bottom: 305px;
  padding-bottom: 285px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area.menu-nagative-gallery {
    margin-bottom: 230px;
    padding-bottom: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area.menu-nagative-gallery {
    margin-bottom: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .menu-area.menu-nagative-gallery {
    margin-bottom: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 575px) {
  .menu-area.menu-nagative-gallery {
    margin-bottom: 230px;
    padding-bottom: 240px;
  }
}

.menu-area.menu-nagative-gallery .gallery-wrap {
  position: absolute;
  bottom: -190px;
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area.menu-nagative-gallery .gallery-wrap {
    bottom: -130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area.menu-nagative-gallery .gallery-wrap {
    bottom: -100px;
  }
}

@media (max-width: 767px) {
  .menu-area.menu-nagative-gallery .gallery-wrap {
    bottom: -100px;
  }
}

@media (max-width: 575px) {
  .menu-area.menu-nagative-gallery .gallery-wrap {
    bottom: -150px;
  }
}

.menu-area.menu-with-shape .shape-one {
  position: absolute;
  left: 2%;
  top: -70px;
  max-width: 250px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area.menu-with-shape .shape-one {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area.menu-with-shape .shape-one {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .menu-area.menu-with-shape .shape-one {
    display: none;
  }
}

.menu-area.menu-with-shape .shape-two {
  position: absolute;
  right: 3%;
  bottom: 160px;
  z-index: -1;
  max-width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area.menu-with-shape .shape-two {
    max-width: 180px;
  }
}

.menu-area .menu-loop .single-menu-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 120px;
  position: relative;
}

@media (max-width: 575px) {
  .menu-area .menu-loop .single-menu-box {
    padding-left: 0;
    padding-top: 140px;
  }
}

.menu-area .menu-loop .single-menu-box .menu-desc {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
  color: #325853;
  padding: 20px 85px 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area .menu-loop .single-menu-box .menu-desc {
    padding: 20px 50px 20px 30px;
  }
}

@media (max-width: 399px) {
  .menu-area .menu-loop .single-menu-box .menu-desc {
    padding: 20px 50px 20px 30px;
  }
}

.menu-area .menu-loop .single-menu-box .menu-desc h4 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.menu-area .menu-loop .single-menu-box .menu-desc .menu-link {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #325853;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.menu-area .menu-loop .single-menu-box .menu-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .menu-area .menu-loop .single-menu-box .menu-img {
    height: 120px;
    left: 30px;
  }
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc {
  background-color: #fff;
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
  right: 40px;
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
    right: 15px;
  }
}

@media (max-width: 399px) {
  .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
    right: 15px;
  }
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc {
  background-color: #325853;
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc,
.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc h4 a {
  color: #fff;
}

.gallery-wrap .gallery-popup {
  overflow: hidden;
}

.gallery-wrap .gallery-popup img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.gallery-wrap .gallery-popup:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=======  Offers  =======*/
.offers-area .offer-boxes-loop .offer-box {
  margin-bottom: 60px;
}

.offers-area .offer-boxes-loop .offer-box .offer-desc {
  background-color: #fff;
  padding: 65px 60px 60px;
  margin-left: 60px;
  margin-right: 60px;
  border-top: 6px solid #325853;
  margin-top: -75px;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc {
    margin-left: 30px;
    margin-right: 30px;
    padding: 65px 40px 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 30px 30px;
    margin-top: -50px;
  }
}

@media (max-width: 575px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc {
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 20px 30px;
    margin-top: -30px;
  }
}

@media (max-width: 399px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc {
    margin-left: 5px;
    margin-right: 5px;
    padding: 30px 15px 20px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
    padding: 0 35px;
    line-height: 40px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap {
  border-bottom: 2px solid #ececec;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offers-area
  .offer-boxes-loop
  .offer-box
  .offer-desc
  .title-wrap
  .title
  .package-cat {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media (max-width: 575px) {
  .offers-area
    .offer-boxes-loop
    .offer-box
    .offer-desc
    .title-wrap
    .title
    .package-cat {
    letter-spacing: 2px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
  font-size: 48px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    font-size: 24px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
  font-size: 40px;
  color: #325853;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
    font-size: 20px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price span {
  font-size: 16px;
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-text,
.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
    margin-top: 50px;
  }
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li i {
  color: #325853;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=======  Gallery  =======*/
.gallery-loop {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .gallery-loop {
    grid-gap: 10px;
  }
}

@media (max-width: 575px) {
  .gallery-loop {
    grid-gap: 10px;
  }
}

.gallery-loop .single-gallery-image {
  overflow: hidden;
}

.gallery-loop .single-gallery-image img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.gallery-loop .single-gallery-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-loop .single-gallery-image:nth-child(3),
.gallery-loop .single-gallery-image:nth-child(6),
.gallery-loop .single-gallery-image:nth-child(9),
.gallery-loop .single-gallery-image:nth-child(12) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.gallery-loop .single-gallery-image:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.gallery-loop .single-gallery-image:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.gallery-loop .single-gallery-image:nth-child(9) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
}

.gallery-loop .single-gallery-image:nth-child(12) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8 / 9;
}

/*=======  FOOTER  =======*/
footer {
  /*=======  Subscibe  =======*/
  /*=======  Widgets  =======*/
  /*=======  Copy Right  =======*/
}

footer .footer-subscibe-area {
  background-color: #fff;
}

footer .footer-subscibe-area .subscribe-text .subscribe-form {
  position: relative;
}

footer .footer-subscibe-area .subscribe-text .subscribe-form input {
  width: 100%;
  border: none;
  height: 90px;
  background-color: #f8f8f8;
  padding-left: 50px;
  padding-right: 230px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #aeaeae;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footer-subscibe-area .subscribe-text .subscribe-form input {
    padding-left: 20px;
    padding-right: 200px;
  }
}

@media (max-width: 575px) {
  footer .footer-subscibe-area .subscribe-text .subscribe-form input {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: 15px;
  background-color: #325853;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 200px;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footer-subscibe-area .subscribe-text .subscribe-form button {
    width: 180px;
  }
}

@media (max-width: 575px) {
  footer .footer-subscibe-area .subscribe-text .subscribe-form button {
    position: unset;
    width: 100%;
    height: 60px;
  }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button:hover {
  background-color: #f59288;
}

footer .footer-widget-area {
  position: relative;
  z-index: 1;
  background-color: #325853;
}

footer .footer-widget-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/pattern-01.png);
  content: "";
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}

footer .footer-widget-area .widget,
footer .footer-widget-area .widget a,
footer .footer-widget-area .widget .widget-title,
footer .footer-widget-area .widget h6 {
  color: #fff;
}

footer .footer-widget-area .widget h4.widget-title {
  font-size: 24px;
  margin-bottom: 4px;
  margin-bottom: 40px;
}

footer .footer-widget-area .widget.site-info-widget {
  color: #bababa;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .footer-widget-area .widget.site-info-widget {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footer-widget-area .widget.site-info-widget {
    font-size: 14px;
  }
}

footer .footer-widget-area .widget.site-info-widget .social-links {
  text-align: left;
}

footer .footer-widget-area .widget.site-info-widget .social-links a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2e2e2e;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .footer-widget-area .widget.site-info-widget .social-links a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footer-widget-area .widget.site-info-widget .social-links a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 2px;
  }
}

footer .footer-widget-area .widget.site-info-widget .social-links a:hover {
  background-color: #325853;
}

footer .footer-widget-area .widget.nav-widget {
  padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-widget-area .widget.nav-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-widget-area .widget.nav-widget {
    padding-left: 0;
  }
}

footer .footer-widget-area .widget.nav-widget ul li {
  margin-bottom: 35px;
  width: 50%;
  float: left;
}

@media (max-width: 399px) {
  footer .footer-widget-area .widget.nav-widget ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}

footer .footer-widget-area .widget.nav-widget ul li a {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 20px;
}

footer .footer-widget-area .widget.nav-widget ul li a:hover {
  padding-left: 30px;
  color: #325853;
}

footer .footer-widget-area .widget.nav-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
}

footer .footer-widget-area .widget.nav-widget ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-widget-area .widget.contact-widget {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footer-widget-area .widget.contact-widget {
    padding-left: 20px;
  }
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2e2e2e;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer
    .footer-widget-area
    .widget.contact-widget
    .contact-lists
    .contact-box {
    grid-column-gap: 15px;
  }
}

footer
  .footer-widget-area
  .widget.contact-widget
  .contact-lists
  .contact-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

footer
  .footer-widget-area
  .widget.contact-widget
  .contact-lists
  .contact-box
  h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

footer
  .footer-widget-area
  .widget.contact-widget
  .contact-lists
  .contact-box
  .icon {
  font-size: 40px;
  color: #fff;
}

footer .footer-widget-area.light-theme::after {
  display: none;
}

footer .footer-widget-area.light-theme .widget,
footer .footer-widget-area.light-theme .widget a {
  color: #fff;
}

footer .footer-widget-area.light-theme .widget .widget-title,
footer .footer-widget-area.light-theme .widget h6 {
  color: #fff;
}

footer
  .footer-widget-area.light-theme
  .widget.site-info-widget
  .social-links
  a {
  background-color: #f8f8f8;
  color: #777777;
}

footer
  .footer-widget-area.light-theme
  .widget.site-info-widget
  .social-links
  a:hover {
  background-color: #325853;
}

footer .footer-widget-area.light-theme .widget.contact-widget .contact-box {
  border-color: #e1e1e1;
}

footer .copyright-area {
  background-color: #f59288;
  color: #fff;
}

footer .copyright-area .social-links {
  text-align: right;
}

@media (max-width: 767px) {
  footer .copyright-area .social-links {
    text-align: center;
    margin-bottom: 10px;
  }
}

footer .copyright-area .social-links a {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #325853;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .copyright-area .social-links a {
    margin-left: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  footer .copyright-area .social-links a {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  footer .copyright-area .social-links a {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

footer .copyright-area .social-links a:hover {
  background-color: #325853;
}

footer .copyright-area .copyright-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  footer .copyright-area .copyright-text {
    letter-spacing: 0;
  }
}

footer .copyright-area .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

footer .copyright-area .copyright-text.copyright-two {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  footer .copyright-area .copyright-text {
    margin-top: 10px;
    text-align: center;
  }
}

footer .copyright-area .footer-menu ul li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
}

@media (max-width: 399px) {
  footer .copyright-area .footer-menu ul li {
    padding-left: 0;
    margin-right: 0;
  }
}

footer .copyright-area .footer-menu ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background-color: #fff;
  content: "";
}

@media (max-width: 399px) {
  footer .copyright-area .footer-menu ul li::before {
    display: none;
  }
}

footer .copyright-area .footer-menu ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

footer .copyright-area .footer-menu ul li:first-child::before {
  display: none;
}

footer .copyright-area .footer-menu ul li a {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

footer .copyright-area .footer-menu ul li a:hover {
  color: #325853;
}

footer .copyright-area.light-theme {
  background-color: #f8f8f8;
}

footer .copyright-area.light-theme,
footer .copyright-area.light-theme a,
footer .copyright-area.light-theme .copyright-text,
footer .copyright-area.light-theme .footer-menu ul li a {
  color: #325853;
}

footer .copyright-area.light-theme .footer-menu ul li::before {
  background-color: #737373;
}

/*======= Booking form ========*/
.booking-form-body {
  background-color: #fff;
  padding: 50px 35px 30px;
  position: relative;
}
.booking-form-body p strong {
  color: #325853;
}
.booking-form-body .booking-inner-body {
  background-color: #f8f8f8;
  padding: 50px 35px 30px;
  position: relative;
}
.booking-form-body .left-line {
  padding-left: 30px;
  position: relative;
}
.booking-form-body .left-line:before {
  content: "";
  background: #325853;
  height: 100%;
  width: 2px;
  display: block;
  position: absolute;
  left: 0;
}
.booking-form-body .inner-title {
  color: #325853;
}
.booking-form-body .inner-title a {
  color: #325853;
  text-decoration: underline;
}
.booking-form-body form label {
  color: inherit;
  font-weight: 500;
  font-size: 16px;
}
.booking-form-body .booking-inner-body form input,
.booking-form-body .booking-inner-body form .nice-select {
  background-color: #fff;
}
.booking-form-body form input::placeholder {
  font-size: 14px;
}
.booking-form-body form .group-fix {
  flex-wrap: unset;
}
.booking-form-body form .input-group-text {
  background: transparent;
  border: none;
  padding: 0 20px;
}
.booking-form-body form .input-group-prepend .input-group-text {
  padding-left: 0;
}
.booking-form-body form .input-group-append .input-group-text {
  padding-right: 0;
}
.bookingtable .table td,
.bookingtable .table th {
  color: #777;
  font-weight: 500;
  font-size: 14px;
  padding: 15px;
}
.bookingtable .table td strong,
.bookingtable .table th strong {
  color: #325853;
}
.bookingtable .table thead td,
.bookingtable .table thead th {
  border-bottom-width: 1px;
}
.bookingtable .table thead th a {
  display: flex;
  margin-bottom: 10px;
}
.bookingtable .table thead th a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  border: 1px solid #325853;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: normal;
  margin-right: 10px;
}
.bookingtable .table thead th a.collapsed:before {
  content: "\f067";
}
.custom-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  cursor: pointer;
}
.custom-checkbox input {
  width: auto;
  height: auto;
  position: absolute;
  left: -99999px;
}
.custom-checkbox span {
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #325853;
  position: absolute;
  left: 0;
}
.custom-checkbox input:checked ~ span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: normal;
  font-size: 12px;
  position: absolute;
  left: 1px;
  color: #325853;
}
.booking-conformation-box,
.search-box .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-conformation-box {
  margin-bottom: 45px;
}
.booking-conformation-box .booking-conformation-text span,
.search-box .search-item .search-item-text span {
  display: block;
}
.success-btn {
  background-color: #72b772;
  color: #fff;
  border-color: #72b772;
}
.success-btn:hover,
.success-btn:focus {
  background-color: #325853;
  border-color: #325853;
}
.search-box .total-price {
  display: block;
  color: #325853;
  margin-bottom: 20px;
}
.package-gird-loop .package-box .package-desc .nice-select {
  float: none;
  background: #f8f8f8;
  margin-top: 20px;
}
.package-gird-loop .package-box .package-desc .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.package-gird-loop .package-box .package-desc .actions button {
  margin: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.package-gird-loop .package-box .package-desc .actions button + button {
  margin-top: 10px;
}
.package-gird-loop .package-box .package-desc .item-boxs,
.package-gird-loop .package-box .package-desc .actions .confirm-btn {
  display: none;
}
.package-gird-loop .package-box .package-desc .item-boxs .item-boxs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .booking-form-body .booking-inner-body {
    padding: 20px;
  }
  .booking-form-body {
    padding: 30px 20px;
  }
  .booking-form-body form .group-fix {
    display: block;
  }
  .booking-form-body form .input-group-append .input-group-text {
    padding-left: 0;
    margin-top: 5px;
  }
  .booking-form-body form .input-group-prepend .input-group-text {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .booking-conformation-box {
    display: block;
  }
  .booking-conformation-box .booking-conformation-button button {
    margin-top: 10px;
  }
  .main-btn {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .package-gird-loop .package-box .package-desc .item-boxs .item-boxs-item {
    display: block;
  }
  .package-gird-loop
    .package-box
    .package-desc
    .item-boxs
    .item-boxs-item
    .item-remove {
    margin-top: 5px;
  }
}
/*=======  Back to top  =======*/
.back-to-top {
  position: fixed;
  right: 0;
  bottom: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #325853;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  right: 40px;
}

.back-to-top:hover {
  background-color: #325853;
}

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