@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-Bold.woff2") format("woff2"), url("../webfonts/IvyMode-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-Italic.woff2") format("woff2"), url("../webfonts/IvyMode-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-BoldItalic.woff2") format("woff2"), url("../webfonts/IvyMode-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-Light.woff2") format("woff2"), url("../webfonts/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-LightItalic.woff2") format("woff2"), url("../webfonts/IvyMode-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-SemiBold.woff2") format("woff2"), url("../webfonts/IvyMode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-Regular.woff2") format("woff2"), url("../webfonts/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-ThinItalic.woff2") format("woff2"), url("../webfonts/IvyMode-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-Thin.woff2") format("woff2"), url("../webfonts/IvyMode-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../webfonts/IvyMode-SemiBoldItalic.woff2") format("woff2"), url("../webfonts/IvyMode-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cattalina";
  src: url("../webfonts/Cattalina.woff2") format("woff2"), url("../webfonts/Cattalina.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../webfonts/Avenir-Roman.woff2") format("woff2"), url("../webfonts/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../webfonts/Avenir-Medium.woff2") format("woff2"), url("../webfonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../webfonts/Avenir-Light.woff2") format("woff2"), url("../webfonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
::before,
::after {
  font-family: "FontAwesome";
}

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Ivy Mode";
  font-weight: normal;
  font-style: normal;
  color: #010101;
  line-height: 22px;
}

.container, .container-lg, .container-md, .container-sm {
  max-width: 1320px !important;
}

.row-zero {
  margin-left: 0px;
  margin-right: 0px;
}

.row-zero > [class^=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-xxs {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.row-xxs > [class^=col] {
  padding-left: 1px;
  padding-right: 0.5px;
}

.row-xs {
  margin-left: -2px;
  margin-right: -2px;
}

.row-xs > [class^=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.row-sm {
  margin-left: -8px;
  margin-right: -8px;
}

.row-sm > [class^=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.row-md {
  margin-left: -10px;
  margin-right: -10px;
}

.row-md > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.no-margin > [class^=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-grid {
  margin-bottom: 1rem;
}

.row-grid-2 {
  margin-bottom: 3rem;
}

a:hover {
  color: #440000;
}

.thankyou-page header {
  position: relative;
  background: #440000;
}

header {
  top: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
header.fixed-header {
  background: #440000;
  z-index: 111;
  padding: 0;
  position: fixed;
}
header.fixed-header .navbar-brand img {
  height: 60px;
}

.navbar-brand {
  position: relative;
  transition: 1.2s all cubic-bezier(0, 0, 0.2, 1);
  top: 0;
  z-index: 2;
  width: auto;
  display: inline-block;
  margin-right: 50px;
}

.navbar-brand img {
  height: 100px;
}

h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0.5em;
  font-family: "Ivy Mode";
  color: #440000;
}
h2 span {
  display: block;
}

p {
  line-height: 28px;
  margin-bottom: 1em;
  font-family: "Avenir";
}

a {
  color: inherit;
  text-decoration: none;
}

.social-list {
  padding: 0;
  margin: 0;
  display: flex;
}
.social-list li {
  margin-right: 6px;
  list-style-type: none;
  color: #FFF;
  width: 35px;
  height: 35px;
  border: 1px solid #FFF;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list li a:hover {
  color: #FFF;
}
.social-list li a:hover .fa {
  font-size: 17px;
}

.btn-sec {
  font-size: 14px;
  font-weight: 500;
  font-family: "Avenir";
  height: 40px;
  position: relative;
  transition: all 0.5s ease;
  transform: translate(0, 0);
  color: #FFF;
  background: transparent;
  border: 1px solid #440000;
  padding-left: 28px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #440000;
  transition: all 0.5s ease;
  transform: translate(0, 0);
}
.btn-sec a {
  color: #fff;
  width: 100%;
  font-family: "Avenir";
  font-weight: 500;
}
.btn-sec:before {
  content: url("../images/icons/right-arrowb.png");
  position: absolute;
  left: 35px;
  width: 18px;
  height: 12px;
  font-weight: 500;
  filter: invert(100%) sepia(9%) saturate(4%) hue-rotate(82deg) brightness(105%) contrast(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-sec:hover {
  background: transparent;
  transition: all 0.35s ease;
  border: 1px solid #440000;
}
.btn-sec:hover a {
  color: #440000;
  transition: all 0.35s ease;
}
.btn-sec:hover:before {
  filter: none;
}
.btn-sec:active {
  box-shadow: none;
}

.btn-primary {
  font-size: 14px;
  font-weight: 500;
  font-family: "Avenir";
  height: 40px;
  position: relative;
  transition: all 0.5s ease;
  transform: translate(0, 0);
  color: #440000;
  background: transparent;
  border: 1px solid #440000;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.btn-primary a {
  color: #440000;
  width: 100%;
  font-family: "Avenir";
  font-weight: 500;
}
.btn-primary:before {
  content: url("../images/icons/right-arrowb.png");
  position: absolute;
  left: 10px;
  width: 18px;
  height: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary:hover {
  background: #440000;
  transition: all 0.35s ease;
}
.btn-primary:hover a {
  color: #fff;
  width: 100%;
  transition: all 0.35s ease;
}
.btn-primary:hover:before {
  filter: invert(100%) sepia(9%) saturate(4%) hue-rotate(82deg) brightness(105%) contrast(100%);
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: none;
  background: #440000;
  color: #FFF;
}

.btn-outline {
  font-size: 14px;
  font-weight: 500;
  font-family: "Avenir";
  height: 40px;
  position: relative;
  transition: all 0.5s ease;
  transform: translate(0, 0);
  width: 150px;
  color: #440000;
  background: transparent;
  border: 1px solid #440000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-outline a {
  color: #440000;
  width: 100%;
  font-family: "Avenir";
  font-weight: 500;
}
.btn-outline:hover {
  background: #440000;
  border: 1px solid #fff;
  transition: all 0.35s ease;
}
.btn-outline:hover a {
  color: #fff;
  transition: all 0.35s ease;
}

/* Hero Banner */
.hero_banner {
  width: 100%;
  position: relative;
}
.hero_banner figure {
  width: 100%;
  margin: 0;
  height: 767px;
}
.hero_banner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.hero_banner figure figcaption {
  width: 100%;
  position: absolute;
  top: 40%;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  color: #fff;
}
.hero_banner figure figcaption h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: "Cattalina";
}
.hero_banner figure figcaption p {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Ivy Mode";
}
.hero_banner .owl-dots {
  position: absolute;
  bottom: 50px;
  width: auto;
  right: 15px;
}
.hero_banner .owl-dots button.owl-dot {
  display: block;
  transform: translateX(-50%);
}
.hero_banner .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 10px 0px;
  background: #FFF;
  transform: rotate(45deg);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}
.hero_banner .owl-dots button.owl-dot.active span {
  background: transparent;
  border: 1px solid #FFF;
  width: 20px;
  height: 20px;
}

.inner-page .hero_banner figure {
  height: 650px;
}

.info-spacer {
  padding-left: 190px;
}

.about {
  padding: 4em 0 0;
  position: relative;
  margin-bottom: 200px;
}
.about:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 6px;
  background: url(../images/lineart.png);
  width: 216px;
  height: 216px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 3%;
}
.about .inner-spacer {
  padding: 3.5em 0 0 3em;
}
.about .upper-img {
  z-index: 1;
}
.about figure {
  margin: 0;
  width: 100%;
  height: 700px;
}
.about figure img {
  width: 100%;
  height: 100%;
}
.about figure.bottom-img {
  width: 580px;
  z-index: 0;
  position: absolute;
  height: 350px;
  bottom: -175px;
  right: 28.8%;
}
.about p {
  font-size: 18px;
  line-height: 30px;
}

.bg-gray {
  background-color: #FAF9F6;
}

/* Explore Interest Slider */
.explore-interest {
  padding-top: 2em;
  position: relative;
}
.explore-interest:after {
  content: "";
  position: absolute;
  right: 4px;
  top: -30px;
  background: url(../images/lineart2.png);
  width: 313px;
  height: 313px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 4%;
}
.explore-interest .info-spacer {
  padding-right: 400px;
}
.explore-interest .explore-slider {
  overflow: hidden;
  position: relative;
  height: 650px;
  margin-top: 1.5em;
}
.explore-interest .explore-slider .owl-item.active figure:after {
  display: block;
}
.explore-interest .explore-slider li {
  list-style-type: none;
}
.explore-interest .explore-slider figure {
  height: 650px;
  margin: 0;
  position: relative;
}
.explore-interest .explore-slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-interest .explore-slider figure figcaption {
  position: absolute;
  top: 22%;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  color: #fff;
}
.explore-interest .explore-slider figure figcaption h2 {
  font-family: "Cattalina";
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: inline-block;
}
.explore-interest .explore-slider figure figcaption h2:after {
  content: "";
  background-image: url("../images/heading-bottom-img.png");
  position: absolute;
  bottom: -35px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-interest .explore-slider figure figcaption .title-icon {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(102%) contrast(101%);
}
.explore-interest .explore-slider figure figcaption .title-icon img {
  height: 40px;
  width: auto;
}
.explore-interest .explore-slider .owl-carousel .owl-nav button.owl-next, .explore-interest .explore-slider .owl-carousel .owl-nav button.owl-prev {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  width: 40px;
  height: 40px;
  border: 2px solid #FFF;
  border-radius: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.explore-interest .explore-slider .owl-carousel .owl-nav button.owl-next img, .explore-interest .explore-slider .owl-carousel .owl-nav button.owl-prev img {
  transform: rotate(315deg);
}
.explore-interest .explore-slider .owl-nav button.owl-prev {
  left: 0px;
}
.explore-interest .explore-slider .owl-nav button.owl-next {
  right: 35px;
}
.explore-interest .explore-slider .owl-carousel .owl-dot {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.explore-interest .explore-slider .owl-dots {
  position: absolute;
  bottom: 0;
  align-items: center;
  width: 71.5%;
  height: 50px;
  display: flex;
  justify-content: center;
  z-index: 9;
  left: 0;
  background: rgb(68, 0, 0);
  background: linear-gradient(90deg, rgba(68, 0, 0, 0.28) 0%, rgb(68, 0, 0) 35%, rgba(68, 0, 0, 0.28) 100%);
}
.explore-interest .explore-slider .owl-dots .owl-dot button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0 0px;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.explore-interest .explore-slider .owl-dots .owl-dot button img {
  filter: invert(100%) sepia(9%) saturate(4%) hue-rotate(82deg) brightness(105%) contrast(100%);
}
.explore-interest .explore-slider .owl-dots .owl-dot button.fa:after {
  filter: invert(100%) sepia(9%) saturate(4%) hue-rotate(82deg) brightness(105%) contrast(100%);
}
.explore-interest .explore-slider .owl-dots .owl-dot.active button {
  background-color: #FFF;
  position: relative;
}
.explore-interest .explore-slider .owl-dots .owl-dot.active button img {
  filter: none;
}
.explore-interest .explore-slider .owl-dots .owl-dot.active button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  border-color: transparent transparent #FFF transparent;
  filter: none;
  border-style: solid;
  transform: translateX(-50%);
  border-width: 10px;
}
.explore-interest .explore-slider .owl-dots .owl-dot.active .fa:after {
  filter: none;
}

.destinations {
  background-color: #00C2CB;
  color: #FFF;
  padding: 3em 0 2em;
  position: relative;
}
.destinations:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 40px;
  background: url(../images/lineart-destination.png);
  width: 211px;
  height: 247px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 25%;
}
.destinations h2 {
  color: #FFF;
}
.destinations p {
  font-weight: 500;
}

.destinations .info-spacer.paddr {
  padding-right: 50px;
}

.destn-slider {
  margin: 2em 0 1em;
  padding-left: 50px;
  padding-right: 50px;
}
.destn-slider .card {
  border: none;
  border-radius: 0;
  padding: 10px;
}
.destn-slider .card img {
  border-radius: 0;
}
.destn-slider .card .card-title {
  color: #440000;
  text-align: center;
  font-family: "Cattalina";
  font-size: 50px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.destn-slider .card .card-title:before {
  content: url(../images/heading-left.png);
  bottom: -6px;
  left: -28px;
  position: absolute;
  width: 26px;
}
.destn-slider .card .card-title:after {
  content: url(../images/heading-right.png);
  top: -20px;
  right: -30px;
  position: absolute;
  width: 28px;
}
.destn-slider .card .card-body {
  padding: 0.5rem 0rem 0.2rem;
  text-align: center;
}
.destn-slider .owl-carousel .owl-prev.disabled, .destn-slider .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.destn-slider .owl-carousel .owl-nav button.owl-next, .destn-slider .owl-carousel .owl-nav button.owl-prev {
  background: #00888E;
  color: #FFF;
  width: 40px;
  height: 40px;
  border: 2px solid #FFF;
  border-radius: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.destn-slider .owl-carousel .owl-nav button.owl-next img, .destn-slider .owl-carousel .owl-nav button.owl-prev img {
  transform: rotate(315deg);
}
.destn-slider .owl-carousel .owl-nav button.owl-next:hover, .destn-slider .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 100%;
}
.destn-slider .owl-nav button.owl-prev {
  left: -70px;
}
.destn-slider .owl-nav button.owl-next {
  right: -40px;
}

.journey-wrapper {
  position: relative;
}
.journey-wrapper:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 30px;
  background: url(../images/lineart3.png);
  width: 200px;
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 4%;
}
.journey-wrapper .journey {
  padding: 4em 3em 7em;
  position: relative;
}
.journey-wrapper .journey figure {
  height: 400px;
  width: 400px;
  margin: 0;
}
.journey-wrapper .journey figure img {
  width: 100%;
  height: 100%;
}
.journey-wrapper .journey figure.bottom-img {
  width: 350px;
  height: 300px;
  left: -35%;
  top: 0;
  position: absolute;
}
.journey-wrapper .journey .info-spacer {
  position: relative;
  margin-top: 3.5em;
}

/* Exp Banner */
.experiences {
  padding: 4em 0;
  position: relative;
}
.experiences .info-spacer {
  padding-right: 35%;
}
.experiences:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 10px;
  background: url(../images/lineart4.png);
  width: 347px;
  height: 194px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 4%;
}

.exp-slider {
  width: 100%;
  position: relative;
  padding: 0 3em;
}
.exp-slider figure {
  width: 100%;
  margin: 0;
  height: 600px;
}
.exp-slider figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.exp-slider figure figcaption {
  position: absolute;
  bottom: 10%;
  z-index: 9;
  text-align: center;
  color: #fff;
  width: 100%;
}
.exp-slider figure figcaption h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: "Cattalina";
}
.exp-slider figure figcaption p {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Ivy Mode";
}
.exp-slider .owl-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exp-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 10px;
  background: transparent;
  transform: rotate(45deg);
  border: 1px solid #440000;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}
.exp-slider .owl-dots button.owl-dot.active span {
  background: #440000;
  border: 1px solid #440000;
  width: 20px;
  height: 20px;
}

.fa-romance:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/romance-icon.png);
}

.fa-food:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/food-icon.png);
}

.fa-photography:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/photography-icon.png);
}

.fa-sport:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/sport-icon.png);
}

.fa-mountain:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/mountain-icon.png);
}

.fa-beach:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/beach-icon.png);
}

.fa-tour:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/walking-tour.png);
}

.fa-wildlife:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/wildlife-icon.png);
}

.fa-architecture:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/architecture-icon.png);
}

.fa-sailing:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/icons/sailing-icon.png);
}

/* Breadcrumb CSS */
.breadcrumb li {
  font-size: 12px;
  font-family: "Avenir";
  color: #440000;
  padding: 0 1em;
  line-height: 35px;
}
.breadcrumb li.active {
  color: #909090;
  position: relative;
  padding-left: 1.2em;
}
.breadcrumb li.active:before {
  content: "\f105";
  position: absolute;
  left: 0;
}

/*Enquiry Form */
.mandate-txt {
  position: relative;
  right: 0;
  margin-bottom: 15px;
  top: 0;
  width: 100%;
  font-family: "Avenir";
  text-align: right;
  font-size: 14px;
  color: #000;
}

.enquiry-form {
  position: relative;
  z-index: 9;
  padding: 0px;
  margin: -10em 3em 0 3em;
  background-color: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.enquiry-form .enquire-box {
  padding: 0 6em 4em;
  text-align: left;
}
.enquiry-form .enquire-box h2, .enquiry-form .enquire-box p {
  text-align: center;
}
.enquiry-form .enquire-box span {
  font-size: 14px;
  font-family: "Avenir";
}
.enquiry-form .enquire-box label {
  font-size: 18px;
  font-family: "Avenir";
  margin-bottom: 10px;
}
.enquiry-form .enquire-box .guest {
  height: 50px;
  display: flex;
  align-items: center;
}
.enquiry-form .enquire-box .guest span {
  font-weight: 500;
}

.form-group {
  margin-bottom: 1.6em;
}
.form-group .form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-group .form-check-input {
  width: 25px;
  height: 25px;
}
.form-group .form-check-inline {
  padding-left: 0;
}
.form-group .form-check-inline label {
  text-transform: uppercase;
  line-height: 2em;
  padding-left: 4px;
  font-weight: 500;
}
.form-group.place-inline {
  display: flex;
}
.form-group.place-inline .form-control:nth-of-type(1), .form-group.place-inline .form-control:nth-of-type(2) {
  margin-right: 8px;
}

.select-option {
  position: relative;
}
.select-option:after {
  font-weight: 400;
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #440000;
}

.form-control {
  border: 1px solid #a6a6a6;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-family: "Avenir";
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::placeholder {
  color: #000;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #a6a6a6;
}

.input-group-text {
  background-color: transparent;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  height: 50px;
  padding: 0;
}
.input-group-text select {
  height: 48px;
  font-size: 18px;
  font-family: "Avenir";
  border: none;
}

.button-center {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.form-select {
  color: #000;
  background-image: none;
  position: relative;
}
.form-select:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

input, optgroup, select {
  height: 50px;
  color: #000;
}

.form-group .form-check-inline .form-group {
  margin-bottom: 10px;
}

.thankyou {
  background-color: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  padding: 3em 0 5em;
  margin: 1em 4em 6em;
}
.thankyou p {
  font-weight: 500;
}
.thankyou .icon {
  margin-bottom: 1.5em;
}
.thankyou .btn-outline {
  transform: translateX(-50%);
  left: 50%;
  height: 50px;
  margin-top: 3em;
}

.btn-sec:hover {
  color: #440000;
}

/* Footer CSS */
footer {
  position: relative;
  padding: 7em 0 4em;
  margin-top: 2.5em;
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  height: 400px;
  font-weight: 500;
  font-family: "Avenir";
}
footer .footer-list {
  padding: 3em 0 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 240px;
}
footer .footer-list li {
  list-style-type: none;
  font-size: 14px;
}
footer .footer-list li .fa-envelope:before {
  padding-right: 6px;
}
footer .footer-list li a {
  font-family: "Avenir";
  color: inherit;
}
footer .footer-list li.li-style {
  position: relative;
  padding-left: 20px;
}
footer .footer-list li.li-style:before {
  height: 7px;
  width: 7px;
  background: transparent;
  display: block;
  border: 1.5px solid #fff;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 7px;
  left: 0px;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
footer .copyright li {
  list-style-type: none;
  font-size: 12px;
}
footer a:hover {
  color: #FFF;
}/*# sourceMappingURL=style.css.map */