 /*================================================ * Template Name: Hotel Zante - Hotel & Resort HTML Template * Version: 1.3 * Author Name: Jomin Muskaj (Eagle-Themes) * Author URI: eagle-themes.com =================================================== 1. GLOBAL STYLES 1.1 General 1.2 Resets 1.3 Typography 1.4 Margins & Paddings & Border Radius 1.5 Image Hover Effects 2. GENERAL STYLES 2.1 Forms 2.2 Butttons 2.3 Titles 2.4 Notification 2.5 Loader 2.6 Back to Top 3. TOP MENU 3.1 Top Menu 3.2 Right Menu 3.3 Language Switcher 4. HEADER 4.1 Header 4.2 Mobile Menu Button 4.3 Main Menu 4.4 Drop Down Menu 4.4.1 Simple Drop Down Menu 4.4.2 Mega Drop Down Menu 5. SECTIONS 5.1 Global Sections 5.2 Revolution Slider 5.3 Rooms 5.4 Features 5.5 Blog 5.6 Video 5.7 Testimonials 5.8 Testimonials Style 2 5.9 Places 5.10 Location - Contact Us 5.11 Gallery 5.12 Gallery Style 2 5.13 About 5.14 About Style 2 5.15 Subscribe Form 6. BOOKING FORMS 6.1 Vertical Booking Form 6.2 Horizontal Booking Form 1 6.3 Horizontal Booking Form 2 6.4 Horizontal Booking Form 3 7. FOOTER 7.1 Footer 7.2 Footer Widgets 7.3 Subfooter 8. PAGES 8.1 Page Title 8.2 Sidebar 8.3 404 8.4 404 Style 2 8.5 About Us 8.6 Blog 8.7 Booking Form 8.8 Coming Soon 8.9 Contact 8.10 Events 8.11 Gallery 8.12 Location 8.13 Our Staff 8.14 Places 8.15 Restaurant 8.16 Rooms List View 8.17 Rooms Grid View 8.18 Rooms Block View 8.19 Room Details */
/* ========== 1 GLOBAL STYLES ========== */
/* ---------- 1.1 General ---------- */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  color: #000;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  position: relative;
  left: 0;
}
body.full_screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.boxed {
  background: url("../images/boxed_bg.jpg") repeat;
  background-attachment: fixed;
}
.boxed .wrapper {
  max-width: 1200px;
  position: relative !important;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 2px #a1b1c1;
  margin-left: auto !important;
  margin-right: auto !important;
}
.boxed .wrapper .container {
  padding-right: 15px;
  padding-left: 15px;
}
main {
  padding: 50px 0;
  background: #f7f7f7;
}
.full_width {
  width: 100%;
}
.a_left {
  text-align: left;
}
.a_center {
  text-align: center;
}
.a_right {
  text-align: right;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.upper {
  text-transform: uppercase;
}
.row-flex {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.row-flex > [class*="cpl-"] {
  display: flex;
  flex-direction: column;
}
/* ---------- 1.2 Resets ---------- */
ul,
ol {
  margin: 0;
}
ul.list_menu {
  margin: 30px 0;
  padding-left: 15px;
}
ul.list_menu li {
  font-size: 1em;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
ul.list_menu li::before {
  background: #e3e3e3;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
  background: none;
}
.alert {
  padding: 10px;
  border-radius: 1px;
  font-size: 0.9em;
}
/* ---------- 1.3 Typography ---------- */
a {
  color: #131f34;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus,
a:active {
  color: #cca000;
  text-decoration: none;
  outline: none;
  background: none;
}
strong,
.strong {
  font-weight: 600 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 2.2em;
  line-height: 1.5em;
}
h2 {
  font-size: 2em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.7em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.2em;
}
h5 {
  font-size: 1.3em;
  line-height: 1.1em;
}
h6 {
  font-size: 1.1em;
  line-height: 1em;
  font-family: "Lato", sans-serif;
}
p {
  font-size: 1em;
  line-height: 1.6;
  margin: 10px 0;
}
.dropcap:first-letter {
  float: left;
  color: #1dc1f8;
  font-size: 4em;
  line-height: 1em;
  margin: 0 20px 5px 0;
  text-transform: uppercase;
  display: block;
}
.dropcap.yellow:first-letter {
  color: #cca000;
}
.dropcap.dark:first-letter {
  color: #5e6667;
}
.tooltip-arrow {
  margin-bottom: 1px;
}
.popover {
  font-size: 0.8em;
  border-radius: 4px 4px 0 0;
  color: #8a959e;
  border: 1px solid #cfd7da;
}
.popover-content {
  padding: 5px 10px;
}
.popover.top .arrow {
  border-top-color: #cfd7da;
  border-bottom-width: 0;
}
.popover-title {
  color: #333;
  padding: 2px 10px !important;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ededed;
  float: none !important;
}
blockquote {
  padding: 20px 0;
  position: relative;
  margin: 10px 0;
  font-size: 1.2em;
  line-height: 1.6em;
  border: none;
}
blockquote i {
  color: #1dc1f8;
  font-size: 18px;
  position: absolute;
  top: 28px;
}
blockquote .quote_text {
  color: #888;
  display: block;
  font-style: italic;
  font-weight: 300;
  padding-left: 30px;
}
/* ---------- 1.4 Margins & Paddings & Border Radius ---------- */
.nopadding {
  padding: 0 !important;
}
.nopadding_right {
  padding-right: 0 !important;
}
.nopadding_left {
  padding-left: 0 !important;
}
.nopadding_top {
  padding-top: 0 !important;
}
.nopadding_bottom {
  padding-bottom: 0 !important;
}
.p5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.nomargin {
  margin: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt0 {
  padding-top: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.mt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.mb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.br1 {
  border-radius: 1px;
}
.br2 {
  border-radius: 2px;
}
.br3 {
  border-radius: 3px;
}
.br4 {
  border-radius: 4px;
}
.br5 {
  border-radius: 5px;
}
.br6 {
  border-radius: 6px;
}
.br7 {
  border-radius: 7px;
}
.br8 {
  border-radius: 8px;
}
.br9 {
  border-radius: 9px;
}
.br10 {
  border-radius: 10px;
}
.br11 {
  border-radius: 11px;
}
.br12 {
  border-radius: 12px;
}
.br13 {
  border-radius: 13px;
}
.br14 {
  border-radius: 14px;
}
.br15 {
  border-radius: 15px;
}
.br16 {
  border-radius: 16px;
}
.br17 {
  border-radius: 17px;
}
.br18 {
  border-radius: 18px;
}
.br19 {
  border-radius: 19px;
}
.br20 {
  border-radius: 20px;
}
.br21 {
  border-radius: 21px;
}
.br22 {
  border-radius: 22px;
}
.br23 {
  border-radius: 23px;
}
.br24 {
  border-radius: 24px;
}
.br25 {
  border-radius: 25px;
}
.br26 {
  border-radius: 26px;
}
.br27 {
  border-radius: 27px;
}
.br28 {
  border-radius: 28px;
}
.br29 {
  border-radius: 29px;
}
.br30 {
  border-radius: 30px;
}
.br31 {
  border-radius: 31px;
}
.br31 {
  border-radius: 31px;
}
.br33 {
  border-radius: 33px;
}
.br34 {
  border-radius: 34px;
}
.br35 {
  border-radius: 35px;
}
.br36 {
  border-radius: 36px;
}
.br37 {
  border-radius: 37px;
}
.br38 {
  border-radius: 38px;
}
.br39 {
  border-radius: 39px;
}
.br40 {
  border-radius: 40px;
}
.br41 {
  border-radius: 41px;
}
.br42 {
  border-radius: 42px;
}
.br43 {
  border-radius: 43px;
}
.br44 {
  border-radius: 44px;
}
.br45 {
  border-radius: 45px;
}
.br46 {
  border-radius: 46px;
}
.br47 {
  border-radius: 47px;
}
.br48 {
  border-radius: 48px;
}
.br49 {
  border-radius: 49px;
}
.br50 {
  border-radius: 50px;
}
/* ---------- 1.5 Image Hover Effect ---------- */
.hover_effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hover_effect:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.hover_effect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height:180px;
  width:100%;
  object-fit: cover;
}
.hover_effect:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.hover_effect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.hover_effect.h_blue:hover {
  background: #cca000;
}
.hover_effect.h_yellow:hover {
  background: #cca000;
}
.hover_effect.h_dark:hover {
  background: #5e6667;
}
.hover_effect.h_link:after {
  content: "\f0c1";
}
.hover_effect.h_lightbox:after {
  content: "\f00e";
}
/* ========== 2 GENERAL STYLES ========== */
/* ---------- 2.1 Forms ---------- */
.form-group {
  margin: 0;
}
.form-control {
  border: 1px solid #e6eff2;
  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 1em;
}
.form-control:disabled {
  background: #f5f5f5 !important;
}
.form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.form-select select::-ms-expand {
  display: none;
}
.form_date .datepicker:hover {
  cursor: pointer;
}
textarea.form-control {
  max-width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control:-moz-placeholder {
  color: #b3b3b3;
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control:focus {
  border-color: #d4d3d3;
  box-shadow: none;
  outline: none;
}
select:focus::-ms-value {
  background: transparent;
  color: #b3b3b3;
}
.form-control .btn-select,
.form-control .btn-select:hover,
.form-control .btn-select:focus {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 4px;
  font-size: 1em;
}
.input-group {
  width: 100%;
}
label .label_icon_info {
  color: #a1b1c1;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 10px;
  height: 10px;
  border: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  position: absolute;
  top: -2px;
  right: -10px;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  color: #333;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #333;
}
.datepicker-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.datepicker-dropdown.datepicker {
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #f5f5f5;
}
.datepicker-dropdown.datepicker .datepicker-switch {
  color: #a9a9a9;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background: #e4e5e7;
  border: 1px solid #dadbdd;
  border-right: 0;
  border-left: 0;
}
.datepicker-dropdown.datepicker .datepicker-switch:hover {
  cursor: pointer;
}
.datepicker-dropdown.datepicker .prev,
.datepicker-dropdown.datepicker .next {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  background: #e4e5e7;
  border: 1px solid #dadbdd;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.datepicker-dropdown.datepicker .prev:hover,
.datepicker-dropdown.datepicker .next:hover {
  cursor: pointer;
  background: #cca000;
  border-color: #cca000;
  color: #fff;
}
.datepicker-dropdown.datepicker .day {
  padding: 10px 12px;
  color: #a1b1c1;
  background: #f4fafd;
  border: 1px solid #e7eef1;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.datepicker-dropdown.datepicker .new.day {
  background: #fefefe;
}
.datepicker-dropdown.datepicker .day.disabled {
  background: #fbf5f5;
  color: #a1b1c1;
  border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .day:hover {
  cursor: pointer;
  background: #1dc1f8;
  border-color: #1dc1f8;
  color: #fff;
}
.datepicker-dropdown.datepicker .day.disabled:hover {
  cursor: not-allowed;
  background: #fbf5f5;
  color: #a1b1c1;
  border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .day.today {
  background: #1dc1f8;
  color: #fff;
}
.datepicker-dropdown.datepicker .datepicker-months,
.datepicker-dropdown.datepicker .datepicker-years,
.datepicker-dropdown.datepicker .datepicker-decades,
.datepicker-dropdown.datepicker .datepicker-centuries {
  max-width: 301px;
}
.datepicker-dropdown.datepicker .datepicker-months table tr td,
.datepicker-dropdown.datepicker .datepicker-years table tr td,
.datepicker-dropdown.datepicker .datepicker-decades table tr td,
.datepicker-dropdown.datepicker .datepicker-centuries table tr td {
  padding: 0;
  padding-top: 10px;
}
.datepicker-dropdown.datepicker .month,
.datepicker-dropdown.datepicker .year,
.datepicker-dropdown.datepicker .decade,
.datepicker-dropdown.datepicker .century {
  display: inline-block;
  width: 50px;
  padding: 10px 0;
  color: #a1b1c1;
  background: #f4fafd;
  border: 1px solid #e7eef1;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.datepicker-dropdown.datepicker .month:hover,
.datepicker-dropdown.datepicker .year:hover,
.datepicker-dropdown.datepicker .decade:hover,
.datepicker-dropdown.datepicker .century:hover {
  background: #1dc1f8;
  border-color: #1dc1f8;
  color: #fff;
  cursor: pointer;
}
.datepicker-dropdown.datepicker .month.disabled,
.datepicker-dropdown.datepicker .year.disabled,
.datepicker-dropdown.datepicker .decade.disabled,
.datepicker-dropdown.datepicker .century.disabled {
  background: #fbf5f5;
  color: #a1b1c1;
  border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .month.disabled:hover,
.datepicker-dropdown.datepicker .year.disabled:hover,
.datepicker-dropdown.datepicker .decade.disabled:hover,
.datepicker-dropdown.datepicker .century.disabled:hover {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu {
  margin-bottom: 15px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.bootstrap-select .dropdown-menu li a {
  color: #333;
}
.bootstrap-select .dropdown-menu .popover-title {
  padding: 4px 10px !important;
  background: #e4e5e7;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #dadbdd;
  border-radius: 2px 2px 0 0;
}
/* ---------- 2.2 Buttons ---------- */
button {
  outline: none;
}
.button {
  border: 1px solid;
  border-radius: 1px;
  font-size: 0.9em;
  padding: 8px 15px;
  background: #fff;
  border-color: #e6eff2;
  color: #a9a9a9;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
  line-height: 1.82857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.button.btn_lg {
  font-size: 1em;
  padding: 12px 20px;
}
.button.btn_sm {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 10px;
}
.button.btn_xs {
  font-size: 0.7em;
  padding: 0px 5px;
}
.button.btn_blue {
  background: #cca000;
  border-color: #cca000;
  color: #fff;
}
.button.btn_yellow {
  background: #cca000;
  border-color: #cca000;
  color: #fff;
}
.button.btn_gold {
  background: #c7ba88;
  border-color: #c7ba88;
  color: #fff;
}
.button.btn_dark {
  background: #5e6667;
  border-color: #5e6667;
  color: #fff;
}
.button:hover,
.button:active,
.button:focus {
  background: #fff;
  border-color: #e6eff2;
}
.button.btn_blue:hover,
.button.btn_blue:active,
.button.btn_blue:focus {
  background: #131f34;
  border-color: #131f34;
}
.button.btn_yellow:hover,
.button.btn_yellow:active,
.button.btn_yellow:focus {
  background: #131f34;
  border-color: #131f34;
}
.button.btn_gold:hover,
.button.btn_gold:active,
.button.btn_gold:focus {
  background: #bcb081;
  border-color: #bcb081;
}
.button.btn_dark:hover,
.button.btn_dark:active,
.button.btn_dark:focus {
    background: #121f33;
    border-color: #121f33;
}
.button.btn_lg i {
  margin-right: 10px;
}
.button i {
  margin-right: 10px;
}
.button.btn_sm i {
  margin-right: 6px;
}
.button.btn_xs i {
  margin-right: 6px;
}
.button.bb {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.btn_full {
  width: 100% !important;
}
.btn_load_more {
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 40px;
  padding: 21px 40px;
  background: #ddbf5e;
  color: #ffffff;
  letter-spacing: 1px;
  border: none;
  transition: 0.5s;
  line-height: 0;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  color: #a1b1c1;
  font-weight: 700;
}
.btn_load_more:hover {
  background: #eeeeee;
}
.social_media a {
    background: #fff;
    border: 1px solid #e6eff2;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 1px;
    line-height: 30px;
    margin: 0 1px;
    text-align: center;
    font-size: 14px;
}
.social_media a:hover {
  color: #fff;
}
.social_media a:last-child {
  margin-right: 0;
}
.social_media .facebook {
  color: #3b5998;
}
.social_media .facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.social_media .twitter {
  color: #000;
}
.social_media .twitter:hover {
  background: #000;
  border-color: #000;
}
.social_media .googleplus {
  color: #d34836;
}
.social_media .googleplus:hover {
  background: #d34836;
  border-color: #d34836;
}
.social_media .pinterest {
  color: #cb2027;
}
.social_media .pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
}
.social_media .linkedin {
  color: #007bb6;
}
.social_media .linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
.social_media .youtube {
  color: #bb0000;
}
.social_media .youtube:hover {
  background: #bb0000;
  border-color: #bb0000;
}
.social_media .instagram {
  color: #e4405f;
}
.social_media .instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
}
.pagination li {
  float: left;
  margin-right: 15px;
}
.pagination li.next_pagination > a,
.pagination li.prev_pagination > a {
  color: #fff;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled,
.pagination li.page_of {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  line-height: 42px;
  height: 43px;
  min-width: 43px;
  padding: 0 11px;
  text-align: center;
  background: #cca000;
  border: 1px solid #eeeeee;
}
.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination > a:hover,
.pagination li.prev_pagination > a:hover {
  background: #131f34;
  border-color: #131f34;
  color: #fff;
}
/* ---------- 2.3 Titles ---------- */
.main_title {
  position: relative;
}
.main_title h2 {
  font-size: 2.2em;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  position: relative;
  color: #606060;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
      text-transform: uppercase;
}
.main_title.mt_dark h2 {
  color: #444;
}
.main_title.mt_blue h2 {
  color: #1dc1f8;
}
.main_title.mt_yellow h2 {
  color: #cca000;
}
.main_title.mt_white h2 {
  color: #fff;
}
.main_title:after {
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 80px;
  margin: 10px auto;
}
.main_title.a_left:after {
  margin-left: 0;
}
.main_title.a_right:after {
  margin-right: 0;
}
.main_title.mt_wave:after {
  background: url("../images/icons/wave.svg");
  opacity: 0.5;
}
.main_title.mt_wave.mt_dark:after {
  background: url("../images/icons/wave_dark.svg");
}
.main_title.mt_wave.mt_blue:after {
  background: url("../images/icons/wave_blue.svg");
}
.main_title.mt_wave.mt_yellow:after {
  background: url("../images/icons/wave_yellow.svg");
}
.main_title.mt_wave.mt_white:after {
  background: url("../images/icons/wave_white.svg");
}
.main_description {
  margin-bottom: 50px;
}
.main_description {
  font-size: 1.1em;
  line-height: 1.6;
}
.main_description.a_center {
  padding: 0 10%;
}
.main_description.md_white {
  color: #fff;
}
/* ---------- 2.4 Notification ---------- */
.notification {
  position: fixed;
  padding: 8px;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 3px;
  color: white;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: scale-in 0.3s ease-out forwards,
    expand 0.3s 1.5s ease-out forwards;
  animation: scale-in 0.3s ease-out forwards, expand 0.3s 1.5s ease-out forwards;
  z-index: 99;
}
.notification:hover {
  cursor: pointer;
}
.notification.success {
  background: #a7d155;
}
.notification.error {
  background: #e34f4f;
}
.notification .notification-icon {
  margin-right: 10px;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: #ce4848;
  text-align: center;
}
.notification.error .notification-icon {
  background: #ce4848;
}
.notification.success .notification-icon {
  background: #97bd4f;
}
.notification .notification-icon i {
  font-size: 22px;
  line-height: 40px;
  color: #f5f5f5;
}
.notification-text {
  opacity: 0;
  font-size: 0.9em;
  text-align: left;
  color: #f5f5f5;
  letter-spacing: 0.5px;
  -webkit-animation: fade-in 1s 1s ease-in forwards;
  animation: fade-in 1s 1s ease-in forwards;
}
@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes expand {
  0% {
    width: 55px;
  }
  100% {
    width: 330px;
  }
}
@keyframes expand {
  0% {
    width: 55px;
  }
  100% {
    width: 330px;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification.scale-out {
  opacity: 1;
  -webkit-animation: collapse 0.3s ease-in forwards,
    scale-out 0.3s 1.5s ease-out forwards;
  animation: collapse 0.3s ease-in forwards,
    scale-out 0.3s 1.5s ease-out forwards;
}
.notification.scale-out .notification-text {
  -webkit-animation: fade-out 1s ease-in forwards;
  animation: fade-out 1s ease-in forwards;
}
@-webkit-keyframes collapse {
  0% {
    width: 330px;
  }
  100% {
    width: 55px;
  }
}
@keyframes collapse {
  0% {
    width: 330px;
  }
  100% {
    width: 55px;
  }
}
@-webkit-keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ---------- 2.5 Loader ---------- */
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
}
#loading .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.loading_effect {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  margin-top: -80px;
  margin-left: -50px;
}
.loading_effect .object {
  width: 20px;
  height: 20px;
  background-color: #cca000;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}
.loading_effect #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.loading_effect #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading_effect #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
.loading_effect2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 300px;
  margin-top: -25px;
  margin-left: -150px;
}
.loading_effect2 .object {
  width: 18px;
  height: 18px;
  background: #cca000;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 50% 50% 50% 50%;
  -webkit-animation: loading_effect2 1s infinite;
  animation: loading_effect2 1s infinite;
}
.loading_effect2 .object:last-child {
  margin-right: 0px;
}
.loading_effect2 .object:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.loading_effect2 .object:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loading_effect2 .object:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.loading_effect2 .object:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading_effect2 .object:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading_effect2 .object:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading_effect2 .object:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading_effect2 .object:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes loading_effect2 {
  50% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}
@keyframes loading_effect2 {
  50% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}
.loading_effect3 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.loading_effect3 .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #cca000;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cca000;
  border-right: 5px solid transparent;
  -webkit-animation: loading_effect3 2s infinite;
  animation: loading_effect3 2s infinite;
}
.loading_effect3 #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.loading_effect3 #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading_effect3 #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading_effect3 #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading_effect3 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes loading_effect3 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/* ---------- 2.6 Back to Top ---------- */
#back_to_top {
  height: 55px;
  width: 55px;
  background: #cca000;
  border-radius: 3px;
  right: -100px;
  bottom: 15px;
  position: fixed;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}
#back_to_top i {
  color: #fff;
  line-height: 55px;
  font-size: 22px;
}
#back_to_top:hover,
#back_to_top:focus {
  background: #cca000;
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}
#back_to_top:hover {
  cursor: pointer;
}
#back_to_top.active {
  right: 15px;
}
/* ========== 3 TOP MENU ========== */
/* ---------- 3.1 Top Menu ---------- */
.top_menu {
  width: 100%;
  position: relative;
  font-size: 0.9em;
}
.top_menu {
  background: #131f34;
  padding: 6px 0;
}
.top_menu.transparent {
  background: transparent;
  position: absolute;
  z-index: 999;
  border-bottom: none;
  top: 20px;
  color: #fff;
}
.top_menu.transparent a {
  color: #fff;
}
.top_menu.transparent .dropdown-menu a {
  color: #a9a9a9;
}
.top_menu.transparent a:hover,
.top_menu.transparent a:focus,
.top_menu.transparent .dropdown.open a.select {
  color: #cca000;
}
.top_menu .welcome_mssg {
  float: left;
  color: #fff;
  padding: 2px 0;
}
.top_menu a {
  color: #ffffff;
}
.top_menu a:hover,
.top_menu .dropdown.open a {
  color: #8e8f8e;
}
.top_menu .top_menu_right li a:hover {
  color: #fff;
}
/* ---------- 3.2 Right Menu ---------- */
.top_menu .top_menu_right {
  float: right;
}
.top_menu .top_menu_right li {
  display: inline-block;
  float: left;
  padding-left: 30px;
}
.top_menu .top_menu_right li:first-child {
  padding-left: 0px;
}
.top_menu .top_menu_right li i {
  margin-right: 4px;
}
.top_menu .top_menu_right li i:not(.famfamfam-flag-gb) {
  background-color: #cca000;
  color: #fff;
  line-height: normal;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
}
/* ---------- 3.3 Language Switcher ---------- */
.top_menu .dropdown .select .caret {
  margin-top: 0px;
}
.top_menu .dropdown .select i {
  margin-right: 4px;
}
.boxed .top_menu .dropdown-menu {
  min-width: 100px;
}
.top_menu .dropdown-menu {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  min-width: 110px;
  margin-left: -10px;
}
.top_menu .dropdown .dropdown-menu {
  animation-name: TopMenu;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: TopMenu;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: TopMenu;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes TopMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }
  to {
    opacity: 1;
    margin-top: 6px;
  }
}
@-webkit-keyframes TopMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }
  to {
    opacity: 1;
    margin-top: 6px;
  }
}
.top_menu .dropdown-menu {
  background: #f5f5f5;
}
.top_menu .dropdown-menu li,
.top_menu .dropdown-menu li:first-child {
  width: 100%;
  padding: 0;
  margin: 0;
}
.top_menu .dropdown-menu li a {
  padding: 6px 10px;
  line-height: 1em;
  color: #a9a9a9;
}
.top_menu .dropdown-menu li a {
  border-bottom: 1px solid #1a2e4d;
}
.top_menu .dropdown-menu li a:hover {
  background: #ededed;
}
.top_menu .caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
/* ========== 4 HEADER ========== */
/* ---------- 4.1 Header ---------- */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6eff2;
  z-index: 9999;
}
.mfp-zoom-out-cur header {
  padding-right: 17px;
}
header.transparent {
  background: transparent;
  border-bottom: none;
  z-index: 99;
  top: 50px;
}
header.nav_bg {
  background: #fff;
}
header.transparent.fixed {
  position: absolute;
}
header.transparent.navbar-fixed-top {
  position: fixed;
}
header .nodisplay {
  display: none;
}
header.transparent.nav_bg {
  border-bottom: 1px solid #e6eff2;
  top: 0;
}
header .navbar-header .navbar-brand {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: auto;
  padding: 0;
}

/* ---------- 4.2 Mobile Menu ---------- */
header .navbar-header .mobile_menu_btn {
  margin-right: 0;
  padding-right: 0;
}
header .navbar-header .mobile_menu_btn .icon-bar {
  background: #a1b1c1;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.transparent .navbar-header .mobile_menu_btn .icon-bar {
  background: #fff;
}
header.scroll .navbar-header .mobile_menu_btn .icon-bar {
  background: #a1b1c1;
}
header .navbar-header .mobile_menu_btn .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}
header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
  top: 0px;
}
header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
  top: 0px;
}
header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ---------- 4.3 Main Menu ---------- */
#main_menu {
  float: right;
  margin: 0;
  padding: 0;
}
#main_menu ul {
  list-style: none;
}
#main_menu .navbar-nav li a {
  color: #a1b1c1;
  font-size: 0.95em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 9px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_menu .navbar-nav li.active a {
  color: #cca000;
}
.transparent #main_menu .navbar-nav li a {
  color: #fff;
}
.transparent.nav_bg #main_menu .navbar-nav li a {
  color: #606060;
}
.transparent.nav_bg #main_menu .navbar-nav li.active a.dropdown-toggle,
.transparent #main_menu .navbar-nav li.active a.dropdown-toggle {
  color: #cca000;
}
#main_menu .navbar-nav li a {
  color: #606060;
}
#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav .open .dropdown-toggle,
.transparent.nav_bg #main_menu .navbar-nav li a:hover,
.transparent.nav_bg #main_menu .navbar-nav .open .dropdown-toggle {
  color: #cca000;
}
#main_menu .navbar-nav .menu_button .button {
  padding: 8px 16px;
  color: #fff !important;
}
#main_menu .navbar-nav .menu_button .button:hover,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:active {
  background: #131f34;
  border-color: #131f34;
  color: #fff !important;
}
/* ---------- 4.4 Drop Down Menu ---------- */
#main_menu .navbar-nav .dropdown .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e6eff2;
  border-top: 2px solid #e6eff2;
  padding: 0;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#main_menu .navbar-nav .dropdown .dropdown-menu {
  animation-name: MainMenu;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: MainMenu;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: MainMenu;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes MainMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes MainMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
header #main_menu .navbar-nav .dropdown .dropdown-menu {
  left: auto;
}
/* ---------- 4.4.1 Simple Drop Down Menu ---------- */
#main_menu .navbar-nav .simple_menu .dropdown-menu li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eef2f5;
  color: #a5b4be;
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
  background: #fbfbfb;
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
  padding: 8px 20px;
  color: #858a99;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover {
  color: #79868f;
}
/* ---------- 4.4.2 Mega Drop Down Menu ---------- */
#main_menu .mega_menu {
  position: static;
  padding: 0px;
  margin: 0px;
}
#main_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_inner {
  padding: 20px 30px;
}
#main_menu .mega_menu .mega_menu_inner ul .list_title {
  padding: 10px 0;
  font-size: 0.9em;
  color: #858a99;
  font-weight: 700;
  text-transform: uppercase;
}
#main_menu .mega_menu .mega_menu_inner ul li {
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
}
#main_menu .mega_menu .mega_menu_inner ul li a {
  color: #858a99;
  padding: 0;
  text-transform: none;
  font-weight: 500;
}
#main_menu .mega_menu .mega_menu_inner ul li a:hover {
  color: #79868f;
}
#main_menu .navbar-nav .mega_menu.mega_menu_fullwidth .dropdown-menu {
  left: 0;
  right: 0;
}
#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
  display: none;
}
/* ========== 5 SECTIONS ========== */
/* ---------- 5.1 Global Sections ---------- */
section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden !important;
  max-width: 100%;
}
section.white_bg {
  background: #fff;
}
section.lightgrey_bg {
  background: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
section.grey_bg {
  background: #f6f9f8;
  border-bottom: 1px solid #f5f5f5;
}
section.blue_bg {
  background: #131f34;
}
section .main_title {
  margin-bottom: 30px;
  margin-top: 20px;
}
/* ---------- 5.2 Revolution Slider ---------- */
.rev_slider {
  overflow-x: hidden !important;
}
.full_slider {
  position: relative;
  margin: 0;
  padding: 0;
}
.rev_slider {
  overflow: hidden;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: none !important;
}
.sub_title_bg {
  font-size: 48px !important;
}
.sub_title_md {
  font-size: 32px !important;
}
.sub_title_sm {
  font-size: 22px !important;
}
.sub_title_xs {
  font-size: 16px !important;
}
.sub_title_xxs {
  font-size: 14px !important;
}
#hero .tp_b_title {
  margin-bottom: 50px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(22, 22, 22, 0.05);
}
.tp_m_title {
  color: #ffffff;
  line-height: 2em;
  font-family: "Raleway", sans-serif;
}
.tp_m_title i {
  font-size: 1em;
  margin-right: 5px;
}
#hero .tp_s_title {
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 2em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 1px;
}
#hero .f_item .icon_box {
  float: left;
  display: inline-block;
  width: 50px;
  height: 45px;
  background: #cca000;
  border-radius: 1px 0 0 1px;
  text-align: center;
  border-radius: 1px 0 0 1px;
}
#hero .f_item .icon_box i {
  color: #fff;
  font-size: 1.5em;
  line-height: 50px;
}
#hero .f_item .icon_box i:before {
  margin: 0;
  font-size: 22px;
}
#hero .f_item .text_box {
  display: inline-block !important;
  background: #f2f2f4;
  height: 45px;
  width: 220px;
  border-radius: 0 2px 2px 0;
  color: #8f99ac;
  padding: 4px 10px;
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Raleway";
  font-weight: 500;
}
#hero .f_item .text_box span {
  color: #8f99ac;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}
.gradient_overlay {
  position: relative;
}
.gradient_slider .slotholder:after,
.gradient_overlay:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #000;
  opacity: 0.7;
}
.gradient_overlay.opac8:after {
  background: rgba(147, 0, 17, 0.8);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, rgba(64, 97, 237, 0.8)),
    color-stop(100%, rgba(86, 20, 147, 0.5))
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(147, 0, 17, 0.8) 0,
    rgba(86, 20, 147, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(147, 0, 17, 0.8) 0,
    rgba(86, 20, 147, 0.8) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(147, 0, 17, 0.8) 0,
    rgba(86, 20, 147, 0.8) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1);
}
.dotted_overlay:before {
  content: "";
  background: url("../images/icons/gridtile.png");
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* ---------- 5.3 Rooms ---------- */
.room {
  background: #fafafa;
}
.room figure {
  position: relative;
}
.room figure img {
  width: 100%;
}
.room figcaption {
  padding: 15px 10px;
  border: 1px solid #f0f2f6;
  border-top: none;
}
.room figcaption h4,
.room figcaption h5 {
  display: inline-block;
  font-weight: 600;
}
.room figcaption h4 a,
.room figcaption h5 a {
  color: #606060;
  font-size: 18px;
}
.room figure .price {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
  color: #606060;
  border-radius: 2px;
  font-weight: 700;
  z-index: 9;
  border-top: none;
  border-left: none;
}
/* ---------- 5.4 Features ---------- */
#features .owl-thumb-item {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 2px;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 20px;
}
#features .owl-thumb-item.active {
  background: #131f34;
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#features .owl-thumb-item.active:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  float: left;
  margin-left: -14px;
  margin-top: 22px;
  font-size: 25px;
  color: #131f34;
}
#features .owl-thumb-item:hover {
  cursor: pointer;
}
#features .owl-thumb-item .media {
  cursor: pointer;
  padding-bottom: 48px;
}
#features .owl-thumb-item .media-body h5 {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  color: #131f34;
}
#features .owl-thumb-item.active .media-body h5 {
  color: #fff;
}
#features .owl-thumb-item .media-body p {
  font-size: 0.98em;
  margin: 7px 0;
}
#features .owl-thumb-item.active .media-body p {
  color: #fff;
}
#features .owl-thumb-item .media-left {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  width: 50px;
}
#features .owl-thumb-item .media-left {
  color: #fff;
  margin-left: 14px;
  background-color: #131f34;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#features .owl-thumb-item.active .media-left {
  background-color: #cca000;
  color: #fff;
}
#features .owl-thumb-item .media-left i:before {
  font-size: 34px;
  margin: 0;
}
/* ---------- 5.5 Blog ---------- */
#blog .blog_item {
  background: #131f34;
  border: 1px solid #f0f2f6;
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 30px;
}
#blog .blog_item figure img {
  width: 100%;
      height: auto;
}
#blog .blog_item .main {
  padding: 15px;
}
#blog .blog_item .main h3 a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}
#blog .blog_item .main p {
  color: #fff;
  line-height: 1.7em;
}
#blog .blog_item .main .info {
  margin-top: 20px;
}
#blog .blog_item .main .info a {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#blog .blog_item .main .info i {
  margin-left: 10px;
  margin-right: 4px;
  color: #cca000;
}

#blog .blog_item .main .info i:first-child {
  margin-left: 0;
}
.comments {
  padding-bottom: 50px;
}
.comments .comments_text {
  padding-bottom: 40px;
  font-weight: 600;
  color: #98959e;
}
.comments ol.comments_list li {
  list-style: none;
}
.comments .comment-box {
  background: #ffffff;
  border: 1px solid #e6eff2;
  margin-bottom: 20px;
  padding: 22px;
}
.comments .trees_number {
  background: #fff;
  border: 1px solid #eee;
  color: #c1c1c1;
  float: right;
  padding: 0 7px;
  font-size: 11px;
  display: none;
}
.comments .avatar {
  background: #fff;
  border: 1px solid #e6eff2;
  float: left;
  margin: 4px 15px 0 4px;
  padding: 4px;
  border-radius: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.comments .avatar:hover {
  border: 1px solid #1dc1f8;
}
.comments .avatar img {
  border-radius: 100%;
}
.comments .comment_content {
  margin-left: 110px;
}
.comments .comment_content .reply_link:before {
  content: "\f112";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 0.8em;
}
.comments .comment_content .reply_link {
  float: right;
  padding: 0px 15px;
  color: #a9a9a9;
  border-radius: 2px;
  font-size: 0.9em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.comments .author_name {
  display: inline-block;
}
.comments .author_name a {
  float: left;
  color: #a1b1c1;
  font-weight: 600;
}
.comments .author_name a:hover {
  color: #cca000;
}
.comments .comment_info {
  display: block;
}
.comments .comment_info a {
  color: #a9a9a9;
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
}
.comments .comment_info i {
  padding-right: 5px;
  font-size: 0.8em;
  color: #a9a9a9;
}
.comments .children {
  padding-left: 40px;
  position: relative;
}
.comments .comment-form input {
  display: inline-block;
  border: 1px solid #e6eff2;
  margin-bottom: 40px;
  box-shadow: none;
  border-radius: 1px;
  width: 100%;
  height: 40px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.comments .comment-form textarea {
  border: 1px solid #e6eff2;
  margin-bottom: 40px;
  box-shadow: none;
  border-radius: 1px;
  width: 100%;
  height: 140px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
/* ---------- 5.6 Video ---------- */
#video {
  position: relative;
  padding: 0;
  margin: 0;
  background-image: url(../images/video_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#video .inner {
  padding: 100px 0;
}
#video .video_popup {
  padding: 100px 0;
  text-align: center;
}
#video .video_popup a {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: block;
  background: transparent;
  border: 6px solid #fff;
  margin: 0 auto;
  opacity: 0.5;
  text-align: center;
  z-index: 9;
}
#video .video_popup a i {
  color: #fff;
  margin-left: 8px;
  font-size: 2.8em;
  line-height: 2.8em;
}
#video .video_popup a:after {
  position: absolute;
  content: "";
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
  border-radius: 200px;
}
#video .video_popup a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#video .video_popup a:hover:after {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  opacity: 0;
  background: white;
}
/* ---------- 5.7 Testimonials ---------- */
#testimonials .item {
    position: relative;
    margin-top: 20px;
    background: #121f33;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
}
#testimonials .item p {
    color: #fff;
    margin: 0 0 15px 0;
    line-height: normal;
}
#testimonials .item img {
  max-width: 50px;
  margin: 0 auto;
  border-radius: 50%;
}
#testimonials .review_content {
  padding: 15px 0 0 0;
}
#testimonials .review_content .review_rating {
  text-align: center;
}
#testimonials .review_content .review_author {
    padding-top: 10px;
    color: #fff;
    font-weight: 600;
}
#testimonials .review_content .review_author {
  padding-top: 0px;
}
#testimonials #testimonials_slider .owl-dots {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
#testimonials #testimonials_slider .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
#testimonials #testimonials_slider .owl-dots .owl-dot span {
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  border: solid 3px;
  display: block;
  width: 2px;
  height: 15px;
  margin: 5px 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#testimonials #testimonials_slider .owl-dots .owl-dot.active span,
#testimonials #testimonials_slider .owl-dots .owl-dot:hover span {
  color: #1dc1f8;
  height: 25px;
}
/* ---------- 5.8 Testimonials Style 2 ---------- */
#testimonials_style_2 .review_content {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    border: 1px solid #eef1f5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    min-height: 270px;
}
#testimonials_style_2 .review_item .review_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: -115px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-right: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#testimonials_style_2 .review_item .review_content:hover {
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
#testimonials_style_2 .review_item .review_content h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#testimonials_style_2 .review_content .review_rating {
  text-align: center;
}
#testimonials_style_2 .review_content .review_rating i {
  margin: 4px 0;
  color: #cca000;
}
#testimonials_style_2 .review_item p {
  margin: 5px 0 0 0;
  font-weight: 400;
  text-align: center;
}
#testimonials_style_2 .review_author {
  text-align: center;
}
#testimonials_style_2 .review_author img {
  display: inline-block;
  border-radius: 50%;
}
#testimonials_style_2 .review_item .review_author .author_info {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 15px;
  text-align: left;
}
#testimonials_style_2 .review_author h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
#testimonials_style_2 .review_author .place {
  font-size: 14px;
  font-weight: 400;
  color: #8f939d;
  display: block;
}
/* ---------- 5.9 Places ---------- */
#places .places_item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 5;
  transition: 5;
}
#places .places_item:after {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(147, 0, 17, 0.75);
  background: -moz-liznear-gradient(
    145deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, rgba(147, 0, 17, 0.5)),
    color-stop(100%, rgba(86, 20, 147, 0.5))
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1);
}
#places .places_item img {
  width: 100%;
  border-radius: 4px;
}
#places .places_item .place_name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
}
#places .places_item .place_name h2 {
  color: #fff;
  font-size: 16px;
}
/* ---------- 5.10 Location - Contact Us ---------- */
#contact #map-canvas {
  border: 1px solid #cfd7da;
  border-radius: 2px;
  width: 100%;
  height: 380px;
}
.contact-items .contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact-items .last {
  margin-right: 0px;
}
.contact-item h6 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.contact-item i {
    float: left;
    font-size: 1em;
    background-color: #cfa12c;
    line-height: 0.7em;
    width: 28px;
    height: 28px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#contact-form {
  margin-top: 20px;
}
#contact .form-control {
  height: 52px;
  border-radius: 1px;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}
#contact .form-control:focus {
    border-color: #cfa12c;
}
#contact textarea.form-control {
  min-height: 128px;
}
/* ---------- 5.11 Gallery ---------- */
#gallery {
  overflow: hidden;
  position: relative;
}
#gallery .main_title h2 {
  color: #fff;
}
#gallery .s_description.a_center {
  color: #fff;
}
#gallery_slider .item {
  margin: 0 15px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
}
#gallery_slider .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.gallery_item_info {
  text-align: center;
  padding: 15px 0;
}
.gallery_item_info h4 {
  font-size: 1.4em;
}
.gallery_item_info p {
  font-size: 0.8em;
  margin: 0;
  margin-top: 4px;
}
#gallery .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#gallery .owl-theme .owl-controls .owl-dots .owl-dot span {
  margin: 5px;
  border-radius: 7px;
  background-color: rgb(45, 160, 200);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  width: 14px;
  height: 14px;
}
#gallery .owl-theme .owl-controls .owl-dot.active span,
#gallery .owl-theme .owl-controls .owl-dot span:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* ---------- 5.12 Gallery Style 2 ---------- */
#gallery_style_2 .gs2_item {
  margin-bottom: 50px;
}
#gallery_style_2 .gs2_item {
  box-sizing: border-box;
  position: relative;
}
#gallery_style_2 .gs2_item:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: -70px;
  right: -70px;
  box-shadow: 0px 7px 6px -9px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}
#gallery_style_2 .gs2_item:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -70px;
  left: -70px;
  box-shadow: 0px -7px 6px -9px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}
/* ---------- 5.13 About ---------- */
#about {
  height: 100%;
  padding: 10px 20px;
  border: 5px double #f2f2f2;
  background: #f7f8f9;
}
/* ---------- 5.14 About Style 2 ---------- */
#about_style_2 .about_img_1,
#about_style_2 .about_img_2 {
  padding: 0px;
  margin-top: 25px;
  display: inline-block;
  border: 10px solid #cca000;
  border-radius: 50%;
  overflow: hidden;
}
#about_style_2 .about_img_2_col {
  margin-left: -80px;
}
#about_style_2 .about_img_1 .about_img_inner,
#about_style_2 .about_img_2 .about_img_inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid #cca000;
  overflow: hidden;
}
#about_style_2 .about_img_1 .about_img_inner img {
  z-index: 9;
}
/* ---------- 5.15 Subscribe Form ---------- */
#subscribe {
  background: url("../images/subscribe_bg.jpg");
}
#subscribe .inner {
  position: relative;
  padding: 24px 0;
  z-index: 9;
}
#subscribe .inner .main_title {
  margin-bottom: 10px;
}
#subscribe .inner .form-group {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
#subscribe .inner .form-control {
  display: inline-block;
  float: left;
  padding: 28px;
  border-radius: 50px;
}
#subscribe .inner button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#subscribe .inner button i {
  position: relative;
  right: 7px;
  font-size: 1.5em;
  text-align: center;
}
/* ========== 6 BOOKING FORMS ========== */
/* ---------- 6.1 Vertical Booking Form ---------- */
.vbf {
  background-color: #fcfcfc;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
}
.vbf .form_title {
  background: #f5f5f5;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ededed;
  text-align: center;
  letter-spacing: 0.2px;
  color: #606060;
  font-size: 20px !important;
  font-family: "Raleway", sans-serif;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 0;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.vbf .form_title i {
  font-size: 0.9em;
  position: relative;
  top: -2px;
}
.vbf .inner {
  padding: 20px;
}
.vbf .form-control {
  font-size: 0.9em;
  padding: 6px 10px;
  border-radius: 1px;
  height: 42px;
  border: 1px solid #dfdfdf;
  color: #b3b3b3;
  margin-bottom: 15px !important;
}
.vbf .form-control:focus {
  border: 1px solid #bcc4c8 !important;
}
.vbf .form_date {
  position: relative;
  overflow: hidden;
  padding: 0px 0px !important;
}
.vbf .form_date .form-control {
  background: none;
}
.vbf .form_date .form-control:hover {
  cursor: pointer;
}
.vbf .button {
  margin-top: 5px;
  padding: 9px 20px;
  display: block;
}
.vbf .a_b_f {
  color: #a1b1c1;
  font-size: 13px;
}
/* ---------- 6.2 Horizontal Booking Form 1 ---------- */
.hbf {
  margin-top: -60px;
  position: relative;
  z-index: 99;
  width: 100%;
}
.hbf .inner {
  min-height: 120px;
  background: #fff;
  border-radius: 2px;
  padding: 15px 0;
  border: 1px solid #e6eff2;
  border-bottom: 4px solid #e6eff2;
  border-top: none;
}
.hbf .inner {
  border: none;
  border-radius: 2px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
}
.hbf .inner .form-control {
  width: 100%;
  font-size: 0.9em;
  padding: 6px 10px;
  background: transparent;
  color: #b3b3b3;
  border: 1px solid #cfd7da;
  box-shadow: none;
  border-radius: 1px;
  height: 42px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hbf .inner .button {
  margin-top: 30px;
}
.hbf .inner .advanced_form_link {
  text-align: center;
  margin-top: 5px;
}
.hbf .inner .advanced_form_link a {
  font-weight: 400;
  color: #a1b1c1;
  font-size: 0.9em;
}
.hbf .inner .form_select,
.hbf .inner .form_date {
  position: relative;
  overflow: hidden;
  padding: 0px 0px !important;
}
.hbf .inner .form_select select {
  width: 100%;
  outline: none;
  padding: 6px 12px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.hbf .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  top: -4px;
}
.hbf .inner .form_date:after {
  font-size: 0.9em;
  position: absolute;
  display: block;
  content: "\f073";
  top: 50%;
  right: 0;
  margin: -6px 8px 0 0;
  font-family: FontAwesome;
  line-height: 12px;
  color: #b3b3b3;
}
.hbf .inner .form_date .datepicker {
  width: 100%;
  outline: none;
  padding: 6px 12px;
  margin: 0;
}
/* ---------- 6.3 Horizontal Booking Form 2 ---------- */
.hbf_2 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.hbf_2 .inner {
  background: #131f34;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px 15px;
  overflow: hidden;
}
.hbf_2 .inner .form-control {
  height: 42px;
  background: #ffffff;
}
.hbf_2 .inner .form-control .btn-select {
  padding: 10px 12px;
}
.hbf_2 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  top: -4px;
  right: 0;
}
.hbf_2 .inner .arrival_date .form-control {
  border-radius: 1px 0 0 1px;
}
.hbf_2 .inner .departure_date .form-control {
  border-radius: 0 1px 1px 0;
}
.hbf_2 .inner .adults .form-control {
  border-radius: 1px 0 0 1px;
}
.hbf_2 .inner .children .form-control {
  border-radius: 0 1px 1px 0;
}
/* ---------- 6.4 Horizontal Booking Form 3 ---------- */
.hbf_3 {
  background: #f2f2f4;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.hbf_3 .inner {
  min-height: 110px;
  padding: 35px 0;
}
.hbf_3 .inner .form-control {
  height: 42px;
  background: #fff;
  border: 1px solid #cfd7da;
  color: #a9a9a9;
}
.hbf_3 .inner .form-control .btn-select {
  padding: 10px 12px;
}
.hbf_3 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  top: -4px;
  right: 0;
}
.hbf_3 .inner .arrival_date .form-control {
  border-radius: 1px 0 0 1px;
}
.hbf_3 .inner .departure_date .form-control {
  border-radius: 0 1px 1px 0;
}
.hbf_3 .inner .adults .form-control {
  border-radius: 1px 0 0 1px;
}
.hbf_3 .inner .children .form-control {
  border-radius: 0 1px 1px 0;
}
/* ========== 7 FOOTER ========== */
/* ---------- 7.1 Footer ---------- */
footer {
  border-top: 1px solid #f5f5f5;
  background-color: #131f34;
  color: #777777;
  clear: both;
}
footer.dark {
  background-color: #272727;
  border-top-color: #272727;
  color: #aaa;
}
footer .inner {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .inner {
  border-bottom: 1px solid #f5f5f5;
}
footer.dark .inner {
  border-bottom: none;
}
/* ---------- 7.2 Footer Widgets ---------- */
footer .widget {
  padding-bottom: 20px;
}
footer .widget h5 {
  color: #cca000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0;
}
footer.dark .widget h5 {
  color: #fff;
}
footer .widget a {
  color: #ffffff;
}
footer .widget a:hover {
  color: #cca000;
}
footer .about p {
  margin-top: 8px;
  color: #fff;
}
footer .logo {
  margin-bottom: 22px;
}
footer .blog_posts,
footer .useful_links,
address {
  padding-top: 15px;
}
footer ul {
  list-style: none;
}
footer li {
  border-bottom: 1px dotted rgba(228, 228, 228, 0.5);
}
footer.dark li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
footer .blog_posts li {
  padding: 8px 0;
}
footer .blog_posts li small {
  color: #acbac4;
  display: block;
  padding-top: 4px;
}
footer .useful_links li {
  padding: 6.1px 0;
}
footer .useful_links li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 12px;
  color: #acbac4;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 1.8em;
}
footer .useful_links li a:hover:before {
  color: #cca000;
}
footer .address_details li {
    padding: 0px 0 5px 38px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
footer .address_details li i {
    margin-right: 5px;
    font-size: 1em;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #cfa12c;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
/* ---------- 7.3 Subfooter ---------- */
footer .subfooter {
  padding: 8px 0;
  background: #0e1827;
}
footer.dark .subfooter {
  background: #222;
  color: #aaa;
}
footer .copyrights {
    color: #fff;
    font-size: 12px;
}
footer .copyrights a {
  color: #fff;
}
footer .subfooter .social_media {
    float: right;
    line-height: normal;
}
footer .subfooter .social_media a {
    background: #f4f4f4;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
footer.dark .subfooter .social_media a {
  border: none;
  color: #aaa;
}
footer .subfooter .row {
    display: flex;
    align-items: center;
}
/* ========== 8 PAGES ========== */
/* ---------- 8.1 Page Title ---------- */
.page_title {
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.page_title .inner {
  position: relative;
  z-index: 9;
}
.page_title h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  display: inline-block;
      line-height: normal;
}
.page_title .price {
  float: right;
  margin-top: 10px;
  border-radius: 4px;
  background: rgba(255, 182, 0, 0.3);
}
.page_title .price .inner {
  margin: -5px;
  background-color: #121f33;
  border-radius: 4px;
  font-size: 1.3em;
  text-align: center;
  padding: 10px 8px;
  color: #ffffff;
  font-weight: 400;
  line-height: normal;
}
.page_title .price .inner .label-success {
    background-color: #cfa12c;
}
.page_title .price span {
  display: block;
  font-size: 12px;
}
.page_title .price .inner .label {
    margin-top: 5px;
}
.page_title .breadcrumb {
  font-size: 0.9em;
  background: none;
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}
.page_title .breadcrumb li {
  padding: 5px 0px;
  color: #fff;
}
.page_title .breadcrumb li:after {
  content: "/";
  padding: 0px 10px 0px 16px;
  color: #fff;
}
.page_title .breadcrumb li:before {
  display: none;
}
.page_title .breadcrumb li:last-child {
  padding: 5px 5px;
  border-radius: 2px;
  color: #cca000;
}
.page_title .breadcrumb li:last-child:after {
  display: none;
}
.page_title .breadcrumb a {
  color: #fff;
}
/* ---------- 8.2 Sidebar ---------- */
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget h4 {
  font-size: 1.2em;
  color: #585858;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  word-spacing: 1px;
  position: relative;
  padding-left: 35px;
}
.sidebar .widget h4:before {
  background: #1dc1f8;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 0.6em;
  line-height: 1.7em;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
}
.sidebar .widget .search {
  height: 40px;
  position: relative;
}
.sidebar .widget .search input {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #888;
  float: left;
  font-size: 13px;
  height: 39px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px;
  width: 100%;
  outline: none;
}
.sidebar .widget .search button {
  background: none;
  border: none;
  color: #cca000;
  float: left;
  right: 0;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  min-width: 40px;
  position: absolute;
  vertical-align: bottom;
}
.sidebar .widget .search button:after {
  background: #cca000;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 25%;
  width: 1px;
}
.sidebar .widget .categories li,
.sidebar .widget .archive li {
  border-bottom: 1px dotted #e5e5e5;
  list-style: none;
  padding: 7px 0;
}
.sidebar .widget .categories li a,
.sidebar .widget .archive li a {
  color: #858a99;
  display: list-item;
  font-size: 1em;
  font-weight: 600;
}
.sidebar .widget .categories li a:hover,
.sidebar .widget .archive li a:hover {
  color: #cca000;
}
.sidebar .widget .categories li .num_posts,
.sidebar .widget .archive li .num_posts {
  width: 30px;
  float: right;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #cca000;
  border-radius: 10px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .widget .categories a:hover .num_posts,
.sidebar .widget .archive a:hover .num_posts {
  background: #b69854;
}
.sidebar .widget .latest_posts .latest_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dotted #e5e5e5;
}
.sidebar .widget .latest_posts .latest_post figure {
  display: inline-block;
}
.sidebar .widget .latest_posts .latest_post .details {
  display: inline-block;
  margin-left: 10px;
}
.sidebar .widget .latest_posts .latest_post .details h6 a {
  color: #606060;
  font-weight: 600;
}
.sidebar .widget .latest_posts .latest_post .details h6 a:hover {
  color: #1dc1f8;
}
.sidebar .widget .latest_posts .latest_post .details span {
  display: block;
  font-size: 0.85em;
  margin-top: 10px;
  color: #858a99;
}
.sidebar .widget .latest_posts .latest_post .details span i {
  margin-right: 5px;
  font-size: 0.8em;
}
.sidebar .widget .tagcloud a {
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}
.sidebar .widget .tagcloud a .tag {
  background: #a1b1c1;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.sidebar .widget .tagcloud .num {
  background: #cca000;
  display: inline-block;
  font-size: 0.8em;
  padding: 6px 10px;
  color: #fff;
  position: relative;
  margin-left: -2px;
}
.sidebar .widget .tagcloud .num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a1b1c1;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
}
.help {
  background: #f7eecd;
  border: 5px double #d2c38f;
  color: #ada277;
  padding: 15px;
  position: relative;
}
.help a {
  color: #ada277;
}
.help .phone,
.help .email {
  font-size: 0.9em;
  margin: 10px 0;
}
.help .phone i,
.help .email i {
  margin-right: 10px;
}
/* ---------- 8.3 404 ---------- */
#error404_page {
  min-height: 600px;
  padding-top: 50px;
}
#error404_page .error_number {
  font-size: 150px;
  text-align: center;
  font-weight: 600;
  color: #1dc1f8;
  line-height: 1.5;
}
/* ---------- 8.4 404 Style 2 ---------- */
#error404_fullscreen_page {
  height: 100%;
  background: url("../images/404_bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 0;
}
#error404_fullscreen_page .inner {
  position: relative;
  top: 18%;
  z-index: 9;
}
#error404_fullscreen_page .error_number {
  font-size: 200px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  opacity: 0.3;
}
#error404_fullscreen_page .content_title .c_inner .c_title {
  color: #fff;
}
#error404_fullscreen_page .or {
  margin: 0 10px;
  color: #fff;
}
#error404_fullscreen_page .social_media a,
#error404_fullscreen_page .button,
#error404_fullscreen_page .or {
  margin-bottom: 10px;
}
/* ---------- 8.5 About Us ---------- */
#about_us_page .about_img {
  margin-top: 5px;
  position: relative;
}
#about_us_page .about_img .img1 {
  border-radius: 4px;
  opacity: 0.3;
}
#about_us_page .about_img .img2 {
  position: absolute;
  top: 0;
  margin: -5px;
  border-radius: 4px;
}
/* ---------- 8.6 Blog ---------- */
.blog .blog_list {
  margin-bottom: 50px;
  border-bottom: 3px double #f5f5f5;
}
.blog .blog_list .details {
  margin: 30px 0;
}
.blog .blog_list .details h2 a {
  font-size: 1.3em;
  color: #585858;
  font-weight: 600;
}
.blog .blog_list .details h2 a:hover {
  color: #1dc1f8;
}
.blog .blog_list .details .info {
  margin-top: 10px;
  margin-bottom: 25px;
}
.blog .blog_list .details .info .meta_part {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
}
.blog .blog_list .details .info .meta_part a {
  color: #858a99;
  text-transform: uppercase;
}
.blog .blog_list .details .info .meta_part a:hover {
  color: #a9a9a9;
}
.blog .blog_list .details .info .meta_part i {
  margin-right: 5px;
  color: #a9a9a9;
}
.blog .blog_list .details p {
  font-size: 1em;
  line-height: 1.6;
}
.blog .blog_list .details .button {
  margin: 10px 0;
}
.blog_post .details {
  margin: 30px 0;
}
.blog_post .details h2 a {
  font-size: 1.3em;
  color: #585858;
  font-weight: 600;
}
.blog_post .details h2 a:hover {
  color: #1dc1f8;
}
.blog_post .details .info {
  margin-top: 10px;
  margin-bottom: 25px;
}
.blog_post .details .info .meta_part {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
}
.blog_post .details .info .meta_part a {
  color: #a9a9a9;
  text-transform: uppercase;
}
.blog_post .details .info .meta_part a:hover {
  color: #a9a9a9;
}
.blog_post .details .info .meta_part i {
  margin-right: 5px;
  color: #a9a9a9;
}
.blog_post .details p {
  font-size: 1em;
  line-height: 1.6;
}
.blog_post .details .meta_post {
  margin: 50px 0;
}
.blog_post .details .meta_post span {
  margin-right: 10px;
}
.blog_post .details .tags {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
}
.blog_post .details .tags a {
  background: #cca000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 2px 12px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.blog_post .details .tags a:hover {
  background: #1dc1f8;
}
.blog_post .details .meta_post .tags span i {
  margin-right: 5px;
}
.blog_post .details .share {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
}
.blog_post .details .meta_post .share span i {
  margin-right: 5px;
}
.blog_post .details .share .social_media {
  display: inline-block;
}
/* ---------- 8.7 Booking Form ---------- */
#booking_advanced .panel-body .form-section h5,
#booking_advanced .panel-body .price-summary h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #cca000;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
}
#booking_advanced .panel-body .form-section,
#booking_advanced .panel-body .price-summary {
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
#booking_advanced .panel-body .form-section{
    padding: 20px 20px 0 20px;
}
#booking_advanced .panel-body .price-summary {
    padding: 20px;
}
#booking_advanced .panel-body {
    padding: 20px;
}
#booking_form_advanced .form-group {
  padding-bottom: 25px;
  position: relative;
}
#booking_form_advanced .form-control {
  height: 52px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  box-shadow: none;
}
#booking_form_advanced textarea.form-control {
  height: 152px;
}
#booking_form_advanced .form-control .btn-select {
  padding: 15px 12px;
}
#booking_form_advanced
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret:before {
  top: -4px;
  right: 0;
}
#booking_form_advanced .form_date:after {
  position: absolute;
  display: block;
  content: "\f073";
  top: 50%;
  right: 0;
  margin: -6px 8px 0 0;
  font-family: FontAwesome;
  line-height: 12px;
  color: #b3b3b3;
}
#booking_form_advanced .form_date .datepicker {
  width: 100%;
  outline: none;
  padding: 6px 12px;
  margin: 0;
}
/* ---------- 8.8 Coming Soon ---------- */
#hero_coming_soon {
  margin: 0;
  padding: 0;
}
#hero_coming_soon #countdown {
  margin-top: 50px;
}
#hero_coming_soon #countdown .count_box:first-child {
  margin-left: 5px;
}
#hero_coming_soon #countdown .count_box {
  display: inline-block;
  margin-right: 80px;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  border-radius: 4px;
  background: rgba(255, 182, 0, 0.3);
}
#hero_coming_soon #countdown .count_box .inner {
  background: #cca000;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  text-align: center;
  padding-top: 25px;
  margin: -5px;
}
#hero_coming_soon #countdown .count_box .count_number {
  display: block;
  color: #fff;
  font-size: 3em;
  font-weight: 500;
}
#hero_coming_soon #countdown .count_box .count_text {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
}
#hero_coming_soon #subscribe_form {
  position: relative;
}
#hero_coming_soon .form-control {
  padding: 28px;
  border-radius: 50px;
}
#hero_coming_soon button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#hero_coming_soon button i {
  position: relative;
  right: 7px;
  font-size: 1.5em;
  text-align: center;
}
.countup_box {
  display: inline-block;
  width: 100%;
  height: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 4px;
  background: rgba(255, 182, 0, 0.3);
}
.countup_box .inner {
    background: #cca000;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    margin: -5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.countup_box .inner .number {
    font-size: 1.8em;
    color: #fff;
    line-height: normal;
}
.countup_box .inner .text {
    font-size: 0.78em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}
/* ---------- 8.9 Contact ---------- */
#map {
  padding: 0;
}
#map #google-map {
  position: absolute;
  margin-top: 20px;
  left: 50%;
  margin-left: -80px;
  z-index: 5;
}
#map #map-canvas {
  width: 100%;
  height: 400px;
}
#google-map .openmap-btn {
  position: relative;
  top: 100px;
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
#google-map .openmap-btn:hover {
  background-color: rgb(247, 247, 247);
}
#contact-form-page {
  margin-top: 30px;
}
#contact-form-page .form-control {
  height: 52px;
  border-radius: 1px;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
}
#contact-form-page .form-group {
  padding-bottom: 30px;
}
#contact-form-page .form-group textarea {
  height: 135px;
}
#contact_page .contact-info,
#contact_page_style_2 .contact-info {
  list-style: none;
}
#contact_page .contact-info li,
#contact_page_style_2 .contact-info li {
  padding: 8px 0;
  font-weight: 700;
}
#contact_page .contact-info li span,
#contact_page_style_2 .contact-info li span {
  display: block;
  font-size: 1em;
  color: #cca000;
  font-weight: 900;
  margin-bottom: 10px;
}
#contact_page .contact-info .social-media,
#contact_page_style_2 .contact-info .social-media {
  padding-top: 30px;
}
#contact_page .contact-info .social-media i,
#contact_page_style_2 .contact-info .social-media i {
  background-color: #fff;
  -webkit-transition: all ease 0.45s;
  transition: all ease 0.45s;
  width: 35px;
  height: 35px;
  line-height: 2.6em;
  color: #8a959e;
  border-bottom: 1px solid #8a959e;
}
#contact_page .contact-info .social-media i:hover,
#contact_page_style_2 .contact-info .social-media i:hover {
  color: #ffffff;
  -webkit-transition: all ease 0.45s;
  transition: all ease 0.45s;
}
#contact_page_style_2 #map-canvas {
  width: 100%;
  height: 168px;
}
#contact_page_style_2 .contact-info {
  padding-top: 0px !important;
}
/* ---------- 8.10 Events ---------- */
#events_page .item {
  margin-bottom: 30px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 1px;
}
#events_page .item .time-from {
  color: #ffb606;
  text-align: center;
  padding-top: 55px;
  padding-left: 15px;
}
#events_page .item .time-from .date {
  font-size: 72px;
  font-weight: 700;
  line-height: 73px;
  margin-top: 0;
}
#events_page .item .time-from .month {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px;
}
#events_page .item .image img {
  width: 100%;
}
#events_page .item .event-wrapper {
  color: #999;
  padding: 20px;
  position: relative;
}
#events_page .item .event-wrapper h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#events_page .item .event-wrapper h5 a {
  font-size: 1.2em;
  color: #a1b1c1;
}
#events_page .item .event-wrapper .meta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #999;
  line-height: 25px;
}
#events_page .item .event-wrapper .meta .time,
#events_page .item .event-wrapper .meta .location {
  display: inline-block;
  background: #eee;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #e9e8e7;
  margin-right: 10px;
  font-size: 0.9em;
}
#events_page .item .event-wrapper .meta .time i,
#events_page .item .event-wrapper .meta .location i {
  margin-right: 5px;
}
#events_page .item .event-wrapper .description {
  margin-top: 25px;
}
#hero_event #countdown .count_box {
  padding: 10px 60px;
  display: inline-block;
  margin: 0 40px;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: none;
}
#hero_event #countdown .count_box .count_number {
  display: block;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}
#hero_event #countdown .count_box .count_text {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}
/* ---------- 8.11 Gallery ---------- */
#gallery_page_style_2 figure {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
#gallery_page_style_2 figure:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -70px;
  left: -70px;
  box-shadow: 0px -7px 6px -9px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}
#gallery_page_style_2 figure:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: -70px;
  right: -70px;
  box-shadow: 0px 7px 6px -9px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}
.grid_filters {
  float: left;
  margin-bottom: 40px;
}
.grid_filters .button {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.grid_filters .button.active {
  background: #131f34;
  border: 1px solid #131f34;
}
.gallery_items figure {
  margin-bottom: 30px;
}
.gallery_items figure figcaption {
    padding: 10px;
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    min-height: 90px;
}
.gallery_items figure figcaption h4 {
    font-size: 1.2em;
    color: #131f34;
    font-weight: 600;
}
.gallery_items figure figcaption span {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}
/* ---------- 8.12 Location ---------- */
#location {
  margin: 0;
  padding: 0;
}
#location #map-canvas {
  width: 100%;
  height: 474px;
}
/* ---------- 8.13 Our Staff ---------- */
#our_staff_page .item {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #f0f2f6;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#our_staff_page .item h5 {
  padding-top: 20px;
  text-align: center;
}
#our_staff_page .item h5 small {
  text-align: center;
  display: block;
  font-size: 0.7em;
  padding-top: 10px;
}
#our_staff_page .item {
  margin-bottom: 30px;
}
#our_staff_page .item p {
  text-align: center;
}
#our_staff_page .item img {
  width: 100%;
}
#our_staff_page .item .social-media {
  text-align: center;
  margin-top: 15px;
}
#our_staff_page .item .social-media a i {
  margin: 5px;
  background: #eeeeee;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  border: 1px solid #e9e8e7;
  color: #a1b1c1;
}
/* ---------- 8.14 Places ---------- */
#places_page .places_item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 5;
  transition: 5;
}
#places_page .places_item:after {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(147, 0, 17, 0.75);
  background: -moz-liznear-gradient(
    145deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, rgba(147, 0, 17, 0.5)),
    color-stop(100%, rgba(86, 20, 147, 0.5))
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(147, 0, 17, 0.5) 0,
    rgba(86, 20, 147, 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1);
}
#places_page .places_item img {
  border-radius: 4px;
  width: 100%;
}
#places_page .places_item .place_name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
}
#places_page .places_item .place_name h2 {
  color: #fff;
  font-size: 16px;
}
/* ---------- 8.15 Restaurant ---------- */
#restaurant_page .restaurant_img {
  padding-bottom: 10px;
}
#restaurant_page .restaurant_img img {
  border-radius: 5px;
}
.menu_item {
  margin-bottom: 60px;
  border: 1px solid #f5f5f5;
}
.menu_item .info p {
  margin-top: 2px;
}
.menu_item .title {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}
.menu_item .title a.name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  padding-right: 5px;
}
.menu_item .title span.price {
  color: #cca000;
}
.menu_item .title span.price:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 34px;
  border-bottom: 2px dotted #f5f5f5;
}
.menu_item .title span.price span.amount {
  position: absolute;
  right: 15px;
  padding-left: 8px;
  background: #fff;
  z-index: 2;
}
/* ---------- 8.16 Rooms List View ---------- */
.room_list {
  background: #131f34;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
      position: relative;
}
.room_list img {
  width: 100%;
}
.room_list .room_list_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.room_list_slider .owl-nav {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}
.room_list_slider .owl-nav .owl-prev,
.room_list_slider .owl-nav .owl-next {
  background: #1dc1f8;
  color: #fff;
  margin: 0;
  padding: 10px;
  opacity: 1;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
figure:hover .room_list_slider .owl-nav .owl-prev,
figure:hover .room_list_slider .owl-nav .owl-next {
  opacity: 1;
}
.room_list_slider .owl-nav div:hover {
  background: #2c88c0;
}
.room_list_slider .owl-nav .owl-prev {
  float: left;
  border-radius: 0px 2px 2px 0px;
}
.room_list_slider .owl-nav .owl-next {
  float: right;
  border-radius: 2px 0px 0px 2px;
}
.room_list .room_details .room_desc {
  padding: 15px 0;
  color:#fff;
}
.room_list .room_details .room_desc h3 a {
    color: #ffffff;
    font-weight: 500;
}
.room_list .room_details .room_desc p {
  color: #fff;
}
.room_list .room_details .room_desc p:empty {
    padding: 0;
    margin: 0;
}
.room_list .room_details .room_services i {
    background: #cca000;
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.room_list .room_details .room_services i:hover {
    opacity: 0.9;
}
.room_list .room_price {
    text-align: center;
    border-left: 1px solid #e9e8e7;
    padding: 15px;
    display: flex;
    align-items: center;
}
.room_list .room_price .room_price_number {
    font-size: 2em;
    color: #ffffff;
}
.room_list .room_price small {
    font-size: 1em;
    color: #aaa;
    display: block;
}
.room_list .room_price .button {
    clear: both;
    display: block;
    position: relative;
    margin-top: 10px;
    border: 2px solid #cca000;
}
/* ---------- 8.17 Rooms Grid View ---------- */
#rooms_grid .room_grid_item {
  background: #f5f5f5;
  margin-bottom: 50px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
}
#rooms_grid .room_grid_item .room_info {
  padding: 10px;
}
#rooms_grid .room_grid_item .room_info .room_services {
  text-align: center;
}
#rooms_grid .room_grid_item .room_info .room_services i {
  background: #cca000;
  padding: 5px 14px;
  font-size: 1.2em;
  color: #fff;
  margin: 5px;
  border: 1px solid #cca000;
  border-radius: 2px;
  cursor: pointer;
}
#rooms_grid .room_grid_item .room_info .room_services i:hover {
  background: #cca000;
}
#rooms_grid .room_grid_item .room_info h3 {
  line-height: 2em;
  float: left;
}
#rooms_grid .room_grid_item .room_info h3 a {
  font-family: "Raleway", sans-serif;
  color: #606060;
  font-weight: 400;
  font-size: 1em;
}
#rooms_grid .room_grid_item .room_info span {
  float: right;
  margin-top: 8px;
  background: #eeeeee;
  font-size: 0.9em;
  padding: 4px 8px;
  border-radius: 20px;
  border: 1px solid #e9e8e7;
}
#rooms_grid .room_grid_item .room_info p {
  clear: both;
}
/* ---------- 8.18 Rooms Block View ---------- */
#rooms_block_view .room_block_item {
  background: #f5f5f5;
  margin-bottom: 50px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
}
#rooms_block_view .room_block_item .room_info {
  padding: 10px 0;
}
#rooms_block_view .room_block_item .room_info h3 {
  float: left;
}
#rooms_block_view .room_block_item .room_info h3 a {
  color: #606060;
  font-weight: 400;
  font-size: 1em;
}
#rooms_block_view .room_block_item .room_info span {
  float: right;
  margin-top: 0px;
  margin-right: 6px;
  background: #eeeeee;
  padding: 4px 8px;
  border-radius: 20px;
  border: 1px solid #e9e8e7;
}
#rooms_block_view .room_block_item .room_info p {
  clear: both;
  padding-top: 10px;
}
#rooms_block_view .room_block_item .room_info .room_services i {
  background: #cca000;
  padding: 5px 10px;
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #cca000;
  border-radius: 2px;
  cursor: pointer;
}
/* ---------- 8.19 Room Details ---------- */
#room_page .slider #slider-larg {
  padding: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
#room_page .slider #thumbs {
  margin-top: 15px;
}
#room_page .slider #thumbs .owl-item .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #cfa12c;
    padding: 3px;
    margin: 2px;
    border-radius: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#room_page .slider #thumbs .owl-item.active-item .item {
    border: 1px solid #121f33;
}
#room_page .slider #thumbs .owl-item .item img:hover {
  opacity: 0.8;
}
.room_facilitys_list {
    margin-top: 10px;
}
.room_facilitys_list h2 span {
  float: right;
}
.room_facilitys_list h2 span span {
  text-transform: none;
}
.all_facility_list {
  overflow: hidden;
  width: 100%;
  border-top: none;
}
.all_facility_list ul li {
  color: #858a99;
  margin-bottom: 15px;
}
.all_facility_list ul li i {
  color: #82b73a;
  margin-right: 8px;
}
.all_facility_list ul .no i {
  color: #f1572f !important;
}
.single_room_details > p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}
.similar_rooms {
  margin-top: 50px;
}
.similar_rooms article figure {
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.similar_rooms article figure img {
  border-radius: 2px;
}
.similar_rooms article figcaption {
  padding: 10px;
  background: #fff;
}
.similar_rooms article figcaption h4 a {
  font-size: 1em;
  color: #606060;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.similar_rooms article figcaption h4 a:hover {
  color: #1dc1f8;
}
.similar_rooms article .price {
  background: #cca000;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.similar_rooms article .price span {
  display: block;
  font-size: 0.7em;
}
#icons .col-md-3 {
  display: block;
  color: #858a99;
  line-height: 32px;
  height: 32px;
}
#icons .col-md-3 i {
  color: #a1b1c1;
}
#icons .col-md-3 i {
  padding-right: 10px;
}
.buttons_block {
  margin-bottom: 80px;
}
.buttons_block button {
  margin-top: 20px;
  display: block;
}
.buttons_block .social_media {
  margin-top: 50px;
}
#page_titles_page .page_title {
  margin-bottom: 80px;
}
.block {
  margin: 40px 0;
}
.block:first-child {
  margin-top: 0;
}
.top_menu .top_menu_right li .form-control {
  height: auto;
}
.top_menu .top_menu_right li .form-control .btn {
  padding: 2px 12px 2px 2px;
  line-height: normal;
}
.top_menu .top_menu_right li.language-switcher .dropdown-menu {
  margin-top: 0 !important;
  border: 1px solid #1a2e4d;
}
.top_menu .top_menu_right li.language-switcher .dropdown-menu i {
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
.top_menu .top_menu_right li.language-switcher .dropdown-menu li a {
  background-color: #131f34;
  color: #ffffff;
}
.top_menu .top_menu_right li.language-switcher .dropdown-menu li:last-child a {
  border-bottom: none;
}
.top_menu .top_menu_right li.language-switcher .dropdown-menu li a:hover {
  background-color: #cfa12c;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 3px 5px;
}
.bootstrap-select .dropdown-menu li a {
  border-bottom: 1px solid #eee;
}
.bootstrap-select .dropdown-menu li a:hover {
  color: #fff !important;
  background-color: #131f34;
}
.top_menu .top_menu_right li.language-switcher {
  padding-top: 3px;
}
header #main_menu .navbar-nav li:last-child.menu_button {
  margin-left: 10px;
}
header.fixed {
  padding: 10px 0;
}
header.fixed.scroll {
  background-color: #fff;
  box-shadow: 0 0 20px -10px #000;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #cfa12c;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  background-color: #cfa12c;
}
.uranus .tp-bullet-inner {
  background-color: rgba(207, 161, 44, 0.5);
}
#booking-form input::placeholder {
  color: #333;
}
.tp-splitted.tp-linesplit {
  color: #fff;
}
.room-card .card-footer .btn {
  background-color: #cca000;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.room-card .card-footer .btn:hover {
  background-color: #131f34;
}
.room-card .room-meta i {
  color: #131f34;
}
.row.room-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.row.room-list-wrap > .col-md-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.room-card .room-meta div {
    background-color: #f1f1f1;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 30px;
    border: 1px solid #bbb;
}
#features .col-md-7 {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.hmabt-left {
  position: relative;
}
.hm-abt-img-1,
.hm-abt-img-2 {
  width: 60%;
  border: 3px solid #131f34;
  padding: 5px;
  background-color: #131f34;
}
.hmabt-left .hm-abt-img-2 {
  position: absolute;
  bottom: -180px;
  right: 15px;
  z-index: 9;
}
.hm-ftr-rooms {
  background-color: #131f34;
}
.hm-ftr-rooms .main_title {
  text-align: center;
}
.hm-ftr-rooms .main_title:after {
  margin: 10px auto;
}
.hm-ftr-rooms .ftr-items {
  padding: 15px 0 0 0;
}
.hm-abt-wrp .main_title:after {
  margin: 10px 0;
}
.hm-loc-wrp .location-card {
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(19, 31, 52, 0.08);
    margin-bottom: 28px;
    overflow: hidden;
    border: none;
    transition: box-shadow 0.3s;
    padding: 0;
}
.hm-loc-wrp .location-card:hover {
  box-shadow: 0 8px 32px rgba(19, 31, 52, 0.16);
}
.hm-loc-wrp .location-img-wrap {
  position: relative;
}
.hm-loc-wrp .location-img {
  width: 100%;
  object-fit: cover;
}
.hm-loc-wrp .location-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #131f34;
  color: #fff;
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 0.95em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(19, 31, 52, 0.1);
  letter-spacing: 0.5px;
}
.hm-loc-wrp .location-body {
    padding: 20px 20px 12px 20px;
    background-color: #131f34;
    color: #fff;
}
.hm-loc-wrp .location-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 8px;
  color: #cca000;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hm-loc-wrp .location-desc {
  font-size: 1em;
  margin-bottom: 16px;
}
.location-features {
  margin-bottom: 0;
  padding-left: 0;
}
.hm-loc-wrp .location-features li {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05em;
  padding-left: 0;
}
.hm-loc-wrp .location-features i {
  margin-right: 10px;
  color: #cca000;
  font-size: 1.15em;
  vertical-align: middle;
}
.hm-loc-wrp .location-features a {
  color: #ffffff;
  text-decoration: underline;
}
.hm-loc-wrp .location-footer {
    border: 3px solid #cfa12c;
}
.hm-loc-wrp .btn-block {
  width: 100%;
  font-weight: 600;
  font-size: 1.05em;
  border-radius: 0;
  padding: 9px 0;
  letter-spacing: 0.5px;
  background: #cca000;
  color: #fff;
  border: none;
}
.hm-loc-wrp .btn-block:hover {
  background: #131f34;
  color: #fff;
}
.v-align {
    display: flex;
    align-items: center;
}
.fw-700{
  font-weight: 700;
}
.mb-0{
  margin-bottom: 0;
}
.mb-1{
margin-bottom: 5px;
}
.mb-2{
margin-bottom: 10px;
}
.mb-3{
margin-bottom: 15px;
}
.me-1{
  margin-right: 5px;
}
.yellow-color {
    color: #cfa12c;
}
.dsbrbrd-stat .panel-body {
    color: #fff;
    background-image: url(../images/zakynthos.jpg);
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
}
.dsbrbrd-stat .panel-body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #121f33;
    opacity: 0.9;
    z-index: -1;
}
.dsbrbrd-stat .panel {
    border-radius: 15px;
    overflow: hidden;
}
.dsbrbrd-stat .panel-body i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #cfa12c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}
.dsbrbrd-stat .panel-body h3 {
    line-height: normal;
}
.dsbrbrd-stat .panel-body p {
    margin: 0;
}
.nav-pills > li > a {
    color: #cfa12c;
    background-color: #ffffff;
    margin: 0 3px;
}
.nav-pills > li > a i {
    margin-right: 5px;
        
}
.nav-pills > li > a:hover {
    background-color: #cfa12c;
    color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #cfa12c;
}
.dshbrd-cnt h4 {
    margin-block: 10px;
    color: #101f32;
    font-weight: 700;
}
.dshbrd-cnt h4 i {
    margin-right: 10px;
}
.table thead {
    background-color: #eee;
}
.table th, .table td {
    white-space: nowrap;
    padding: 10px !important;
    border: 1px solid #dbdbdb;
}
.btn-group{
  display: flex;
}
.d-block {
    display: block;
}
.dshbrd-cnt .prfl-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.dshbrd-cnt #user-feedback-form .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3px;
}
.theme-form label i {
    color: #d3a23f;
    margin-right: 5px;
}
label i {
    color: #d3a23f;
    margin-right: 5px;
}
.prfl-crd .panel-heading i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}
.prfl-crd .prfl-pic{
  position:relative; display: inline-block; margin-bottom: 15px;
}
.prfl-crd .prfl-pic img {
    border: 4px solid #00c0f5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.prfl-crd .prfl-pic .onlin-active-dot {
    position: absolute;
    bottom: 1px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: #28a745;
    border: 3px solid white;
    border-radius: 50%;
}
.prfl-crd h5 {
    margin-bottom: 20px;
    font-weight: 600;
}
.prfl-crd h4 {
    font-weight: 700;
}
.prfl-crd .ul-type{
text-align: left;
}
.prfl-crd .ul-type p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.prfl-crd .ul-type p small{
  font-size: 100%;
}
.prfl-crd .ul-type p i {
    color: #fff;
    font-size: 16px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: #cfa12c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}
.table-top-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 16px;
}

.table-top-scroll > div {
  width: 1120px;
  height: 1px;
}
.bcp-body {
    background: url(../images/slider/full-slider-3.jpg) center / cover no-repeat fixed;
    position: relative;
    z-index: 1;
}
.bcp-body:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index:-1;
}
.dshbrd-cnt .table>tbody>tr>td .label {
    width: 100%;
    display: block;
}
.table>tbody>tr>td {
    vertical-align: middle;
}
.checkout-page .btn_blue {
    margin: 0 0 0 auto;
    display: block;
}
.checkout-page .btn_blue {
    margin: 0 0 0 auto;
    display: block;
}
.checkout-page .panel-body p {
    text-align: right;
}
.panel-collapse .panel-body ul {
    padding-left: 30px;
    margin: 10px 0;
}
footer .button.btn_yellow:hover,
footer .button.btn_yellow:active {
    border-color: #fff;
}
@media(max-width: 1199px){
  .countup_box .inner .text {
    font-size: 0.6em;
}
  .gallery_items figure figcaption {
    min-height: 110px;
}
}
@media (max-width: 991px) {
  #about_us_page .about_img {
    margin-top: 25px;
}
  .gallery_items figure figcaption {
    min-height: 90px;
}
  .hm-loc-wrp .location-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .countup_box .inner .text {
    font-size: 0.78em;
}
  .gallery_items figure {
    width: 100%;
}
  .gallery_items figure figcaption {
    min-height: auto;
}
  .hm-loc-wrp .location-body,
  .hm-loc-wrp \.location-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hm-loc-wrp {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.hm-loc-wrp:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.hm-loc-wrp .location-img img {
  width: 100%;
}
/* instagram posts */

.inst-pst-wrp .insta-feed-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(19, 31, 52, 0.1);
  padding: 30px 20px;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}
.inst-pst-wrp .instagram-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.inst-pst-wrp .instagram-header::before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-radius: 10px 10px 0 0;
}
.inst-pst-wrp .instagram-title {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-weight: 600;
}
.inst-pst-wrp .instagram-logo {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inst-pst-wrp .instagram-logo i {
  color: white;
  font-size: 18px;
}
.inst-pst-wrp .instagram-follow-btn {
  background: #0095f6;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
}
.inst-pst-wrp .instagram-follow-btn:hover {
  background: #0074cc;
}
.inst-pst-wrp .instagram-follow-btn i {
  margin-right: 6px;
}
.inst-pst-wrp .feed-wrapper {
  position: relative;
  margin: 0 25px;
}
.inst-pst-wrp .insta-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.inst-pst-wrp .insta-post {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  overflow: hidden;
  background: white;
  width: 290px;
  margin-right: 15px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  border: 1px solid #efefef;
}
.inst-pst-wrp .insta-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.inst-pst-wrp .post-header {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
.inst-pst-wrp .post-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.inst-pst-wrp .post-username {
  font-weight: 600;
  font-size: 14px;
  color: #262626;
}
.inst-pst-wrp .post-username .verified {
  color: #3897f0;
  font-size: 12px;
  margin-left: 4px;
}
.inst-pst-wrp .post-time {
  margin-left: auto;
  font-size: 12px;
  color: #8e8e8e;
}
.inst-pst-wrp .post-img-container {
  position: relative;
  height: 290px;
  overflow: hidden;
}
.inst-pst-wrp .insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.inst-pst-wrp .post-footer {
  padding: 10px;
  background: white;
}
.inst-pst-wrp .post-actions {
  display: flex;
  margin-bottom: 8px;
}
.inst-pst-wrp .post-action {
  margin-right: 16px;
  color: #262626;
  font-size: 18px;
}
.inst-pst-wrp .post-likes {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.inst-pst-wrp .post-caption {
  font-size: 14px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inst-pst-wrp .post-caption .username {
  font-weight: 600;
}
.inst-pst-wrp .view-comments {
  font-size: 14px;
  color: #8e8e8e;
}
.inst-pst-wrp .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: flex-end;
  padding: 15px;
  opacity: 0.3;
  transition: opacity 0.3s;
  z-index: 3;
}
.inst-pst-wrp .insta-post:hover .insta-overlay {
  opacity: 1;
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8));
}
.inst-pst-wrp .overlay-content {
  color: white;
  text-align: left;
  width: 100%;
}
.inst-pst-wrp .overlay-content .fa-instagram {
  font-size: 16px;
  margin-right: 5px;
}
.inst-pst-wrp .view-on-instagram {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  transition: background 0.2s;
}
.inst-pst-wrp .view-on-instagram:hover {
  background: rgba(255, 255, 255, 0.3);
}
@keyframes slideHint {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}
.inst-pst-wrp .insta-marquee {
  animation: slideHint 2s ease-in-out 1;
}
.inst-pst-wrp .verified-badge {
  color: #3897f0;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .inst-pst-wrp .instagram-title {
    font-size: 1.1em;
  }
  .inst-pst-wrp .insta-post {
    width: 220px;
  }
  .inst-pst-wrp .post-img-container {
    height: 220px;
  }
}
.inst-pst-wrp {
  background-color: #f5f5f5;
}
.hm-form .col-md-6,
.hm-form .col-md-12{
    padding: 0 5px;
}
.cntpg-frm {
    background-color: #eee;
    padding: 30px;
}
.cntpg-frm label {
    display: none;
}
.cntpg-frm .form-control {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-color: #cbcbcb;
}
.cntpg-frm textarea.form-control {
    height: 100px;
}
.cntpg-frm .form-control:focus {
    border-color: #cca000;
}
.contpg-info {
    padding: 30px;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
}
.contpg-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
#contact_page .contact-info li {
    position: relative;
    margin-bottom: 2px;
    padding: 10px 5px 10px 55px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-transform: none;
    line-height: normal;
    font-weight: normal;
}
#contact_page .contact-info li i {
    color: #fff;
    position: absolute;
    left: 10px;
    width: 35px;
    height: 35px;
    background-color: #cfa12c;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
}
#contact_page .contact-info li span {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}
#contact_page .contact-info {
    margin: 15px 0;
}
#contact_page .contact-info li a {
    color: #fff;
}
.page_title p {
    color: #fff;
    margin-top: 0;
}
.page_title .booking-stats {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
        border-radius: 15px;
}
.page_title .booking-stats h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.page_title .booking-stats .cnt-num {
    color: #cca000;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}
.page_title .booking-stats small {
    color: #fff;
}
.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #131f34;
    border-color: #131f34;
}
.panel-default>.panel-heading p {
    color: #fff;
    margin: 5px 0 0 0;
}
.btn-warning {
    background-color: #cca000;
    border: 0;
    border-radius: 0;
}
.btn-warning:hover {
    background-color: #131f34;
}
.panel-default .room-offer {
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.panel-default .room-offer .price-tag {
    background-color: #131f34;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 25px;
    line-height: normal;
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.panel-default .room-offer figcaption {
    padding: 15px;
}
.panel-default .room-offer figcaption h5 {
    font-weight: 600;
}
.panel-default .room-offer figcaption p {
    margin: 3px 0;
}
.panel-default .hlp-itm {
    margin-bottom: 5px;
}
.panel-default .hlp-itm i {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-color: #cca000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
#map iframe{
  width: 100%;
  height: 300px;
}
.hm-ftr-rooms p.main_description {
    color: #fff;
}

.hm-ftr-rooms .button.btn_yellow:hover{
  border-color: #fff;
}
.fb-wrp {
    padding-top: 7px;
     display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.room-card .card-footer .rm-price {
    font-weight: 600;
    color: #131f34;
    font-size: 18px;
}
.ftr-rms-wrp {
    background-color: #f9f9f9;
}
.ftr-rms-wrp .main_title {
    text-align: center;
}
.owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 50px);
    bottom: 40%;
    left: -25px;
}
.owl-nav i {
    background-color:#cca000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}
.owl-nav i:hover{
  opacity: 1;
}
.ftr-rms-wrp .room-card .card-footer {
    background-color: #ddd;
}
.ftr-rms-wrp .room-card {
    background: transparent;
}
.hm-amnty-wrp {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.hm-amnty-wrp:before{
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
        z-index: -1;
}
.hm-amnty-wrp .amenity-item {
    background-color: #ffffff;
    color: #131f34;
    padding: 35px 10px 20px 10px;
    text-align: center;
    line-height: normal;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
        border-radius: 5px;
        transition: 0.3s ease-in-out;
}
.hm-amnty-wrp .amenity-item i {
    font-size: 34px;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-left: -35px;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}
.hm-amnty-wrp .amenity-item p {
    margin: 3px 0 0 0;
    line-height: normal;
    transition: 0.3s ease-in-out;
}
.hm-amnty-wrp .amenity-item:hover {
    background-color: #121f32;
    transition: 0.3s ease-in-out;
}
.hm-amnty-wrp .amenity-item:hover p{
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
.hm-amnty-wrp .amenity-item:hover i {
    background-color: #101f31;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
.hm-abt-cpn {
    margin-top: 30px;
}
.hm-abt-cpn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.hm-abt-cpn ul li {
    background-color: #f7eddb;
    padding: 10px;
    border: 3px dashed #cfa12c;
    text-align: center;
    text-align: center;
}
.hm-abt-cpn ul li strong {
    display: block;
        margin-bottom: 2px;
}
.hm-abt-cpn ul li span {
    background-color: #cfa12c;
    color: #fff;
    line-height: normal;
    display: block;
    padding: 2px 5px;
    width: fit-content;
        margin: 3px auto 0;
}
.hm-faw {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.hm-faw:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}
.faq-image img {
    width: 100%;
}
.hm-faw .panel-title a {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    display: block;
}
    .hm-faw .panel-title a:before {
      content: "\f067"; /* plus icon */
      font-family: "Font Awesome 7 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px;
      line-height: 24px;
      transition: transform 0.3s;
    }
    .hm-faw .panel-title a.collapsed:before {
      content: "\f067"; /* plus */
    }
    .hm-faw .panel-title a:not(.collapsed):before {
      content: "\f068"; /* minus */
    }
    .hm-map iframe {
    width: 100%;
    height: 345px;
}
.hbf_2.innr-bnr-frm {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 50px;
}
.hbf_2 .button.btn_blue:hover{
  border-color: #fff;
}
#slider-larg .owl-nav,
#room_page .slider #thumbs .owl-nav{
    display: none !important;
}
#room_page .slider #slider-larg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
#room_page .slider #thumbs .owl-item .item img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
#room_page .sub_title h5 {
    font-weight: 600;
    color: #cfa12c;
    text-transform: uppercase;
}
#room_page .sub_title i {
    margin-right: 5px;
}
#room_page .room_facilitys_list li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
}
#room_page .room_facilitys_list li .fa-check {
    color: #4eb965;
}
#room_page .room_facilitys_list li .fa-times {
    color: #e05351;
}
.snglrmpg-smlr article {
    position: relative;
}
.snglrmpg-smlr img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.snglrmpg-smlr .price {
    background-color: #121f33;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: normal;
    position: absolute;
    border-radius: 70px;
    top: 5px;
    right: 5px;
    font-size: 13px;
}
.snglrmpg-smlr figcaption {
    background-color: #eee;
    line-height: normal;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.snglrmpg-smlr figcaption h6{
  font-weight: 600;
}
.snglrmpg-smlr figcaption p {
    margin: 5px 0 0 0;
    line-height: normal;
}
#room_page .sidebar label {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
}
#room_page .sidebar label i {
    margin-right: 5px;
}
#room_page .sidebar .form-group {
    margin-bottom: 10px;
}
#room_page .sidebar .form-group .form-control {
    height: auto;
    border: 1px solid #e6eff2;
    line-height: normal;
}
#room_page .sidebar .form-group .form-control button {
    padding: 4px 10px;
}
#room_page .sidebar .panel-info {
    background-color: #f9f3e6;
    border-color: #cfa12c;
    border-radius: 0;
}
#room_page .sidebar .panel-info .panel-body {
    padding: 10px;
    overflow: hidden;
}
#room_page .sidebar .panel-info .row {
    background-color: #f5e9d1;
    margin: 0 0 2px 0;
    line-height: normal;
    padding: 5px;
}
#room_page .sidebar .panel-info .row .label {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
}
#room_page .sidebar .btn-warning {
    padding: 10px 15px;
    width: fit-content;
    margin: 0 auto 10px;
}
#room_page .sidebar i {
    margin-right: 8px;
}
.hlp-itm-foot a {
    color: #cfa12c;
}
.blue-heading {
    font-weight: 600;
    color: #121f33;
}
#room_page .blue-heading {
    border-bottom: 1px solid #000;
    width: fit-content;
    padding: 0 10px 10px 0;
}
#testimonials iframe {
    width: 100%;
    height: 305px;
    margin-top: 20px;
    border: 0;
}
#testimonials .review_content .review_rating i {
    color: #cfa12c;
    margin: 4px 0;
}
#testimonials_slider .owl-nav {
    bottom: auto;
    top: -25px;
    justify-content: end;
    gap: 2px;
    right: 0px;
    left: auto;
}
.sd-map-wdgt iframe {
    border: 0;
    width: 100%;
    height: 300px;
}
.faq_categories {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.faq_categories .nav-pills>li.active>a{
    background-color: #121f33;
}
.faq_categories .nav-pills>li>a {
    background-color: #f2ebdd;
}
.faq_categories .nav>li>a:focus, .faq_categories .nav>li>a:hover {
    background-color: #121f33;
    color: #fff;
}
.faq_categories .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.faq_section .faq_tab_content {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #e5e5e5;
}
.faq_section .faq_tab_content .panel-group {
    margin: 0;
}
.main_title.mt0 {
    margin-top: 0px;
}
.still_have_questions {
    background-color: #131f34;
    padding: 30px;
    border-radius: 5px;
}
.still_have_questions h3 {
    color: #cca000;
    font-weight: 700;
}
.still_have_questions p {
    color: #fff;
}
.main_title.mb10{
  margin-bottom: 10px;
}
.faq_section .faq_tab_content .panel-title a {
    display: block;
    position: relative;
    padding: 0 20px;
}
.faq_section .faq_tab_content .panel-title a:before {
    content: '\Q.';
    position:absolute;
    left:0;
}
.faq_section .faq_tab_content .panel-title a:after {
    content: "\2b";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 10%;
}
.faq_section .faq_tab_content .panel-title a:not(.collapsed):after {
    content: "\f068";
    font-family: "Font Awesome 7 Free";
}
.still_have_questions .button.btn_yellow {
    border: 2px solid #cfa12c;
}
.still_have_questions .button.btn_yellow:hover, .still_have_questions .button.btn_yellow:focus {
    border-color: #fff;
}
.sidebar .btn-primary {
    color: #fff;
    background-color: #cfa12c;
    border-color: #cfa12c;
        border-radius: 0;
}
.sidebar .btn-primary:hover {
    color: #fff;
    background-color:#131f34;
    border-color:#131f34;
}
.prvcy-plcy-pg ul, .prvcy-plcy-pg ol {
    margin: 10px 0;
    padding-left: 40px;
}
.prvcy-plcy-pg h3, .prvcy-plcy-pg h4 {
    font-weight: 600;
}
#slider .tp-fullwidth-forcer,
#slider .rev_slider_wrapper {
    height: 85vh !important;
    object-fit: cover !important;
}
.room_list figure,
.room_list figure a,
.room_list figure a img {
    height: 100%;
}
#checkout-new .main_title h3 {
    color: #cfa12c;
    font-weight: 600;
    text-transform: uppercase;
}
#checkout-new .main_title:after{
  margin: 10px 0;
}
.rm-dtls-typ ul li {
    display: inline-block;
    margin-right: 20px;
}
.rm-dtls-typ ul li i {
    background-color: #121f33;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.hm-rm-typ-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #131f34;
    color: #fff;
    padding: 7px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.12);
    line-height: 1;
    border-radius: 0;
}
.hm-abt-wrp .btn_yellow {
    margin-top: 20px;
}

/* responsive */
@media(max-width:1199px){
  .hm-abt-wrp .btn_yellow {
    margin-top: 0px;
}
  #back_to_top i {
    line-height: 40px;
}
  #back_to_top {
    height: 40px;
    width: 40px;
}
  .pagination li {
    margin-right: 2px;
}
  .pagination li a,
  .pagination li a:hover, .pagination li.active a{
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    min-width: 35px;
}
  .room_list .room_details .room_services i {
    font-size: 0.9em;
    width: 30px;
    height: 30px;
}
  .room_list .room_details .room_desc p {
    font-size: 14px;
}
  .room_list .room_price .button {
    font-size: 12px;
}
  .room_list .room_price small {
    font-size: 0.7em;
}
  .room_list .room_price .room_price_number {
    font-size: 1.3em;
}
  .contact-items .contact-item {
    margin-bottom: 5px;
}
}
@media(max-width:991px){
  .cntpg-frm {
    margin-bottom: 20px;
}
  .snglrmpg-smlr article {
    margin-bottom: 15px;
}
  .snglrmpg-smlr img {
    height: auto;
}
  #room_page .slider #slider-larg img {
    height: 350px;
}
  .room_list figure, .room_list figure a, .room_list figure a img {
    height: auto;
}
  header .navbar-header .navbar-brand {
    padding: 8px 0 0 0;
}
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
  #contact .contact-items {
    margin-top: 20px;
}
  #testimonials_style_2 .review_item {
    margin-bottom: 0;
}
  .row.room-list-wrap {
    justify-content: center;
}
  .hbf_2 .inner {
    padding: 15px 0 30px 0;
}
  .hm-abt-img-1, .hm-abt-img-2 {
    width: 49%;
}
  #slider .tp-fullwidth-forcer, #slider .rev_slider_wrapper {
    height: 70vh !important;
}
 .hmabt-left .hm-abt-img-2 {
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 9;
}
}
@media(max-width:767px){
  .hm-abt-wrp .mt40 {
    margin-top: 20px;
}
  #about_us_page blockquote {
    margin: 0;
}
  #about_us_page ul.list_menu {
    margin: 15px 0 0 0;
}
  .still_have_questions {
    padding: 20px;
}
  .faq_section .faq_tab_content {
    padding: 15px;
}
  .faq_categories .nav-pills>li a {
    width: 100%;
}
  .faq_categories .nav-pills>li {
    width: 48%;
        margin: 0 5px 5px 0;
}
  .nav-pills>li+li {
    margin-left: 0;
}
  .faq_categories .nav-pills {
    flex-wrap: wrap;
    gap: 0;
}
  #about_us_page h2.mb30 {
    margin-bottom: 0;
}
  #about_us_page .image-gallery .col-md-3 {
    width: 50%;
}
#about_us_page .image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
  .countup_box {
    margin-top: 0;
    margin-bottom: 20px;
}
#about_us_page .about_img {
    margin-top: 20px;
    margin-bottom: 20px;
}
  #map iframe {
    height: 200px;
}
  .contpg-info {
    padding: 20px;
}
  .cntpg-frm .form-control {
    margin-bottom: 10px;
}
  .cntpg-frm {
    padding: 20px;
}
  .hover_effect img {
    height: auto;
}
  .grid_filters {
    margin-bottom: 20px;
}
  .grid_filters .button {
    margin-right: 2px;
    margin-bottom: 3px;
}
  #room_page .slider #thumbs {
    margin-top: 5px;
}
  #room_page .slider #thumbs .owl-item .item img {
    height: 30px;
}
  #room_page .slider #slider-larg img {
    height: 150px;
}
  .page_title .price {
    float: left;
}
  .room_list {
    margin-bottom: 15px;
}
  .hbf_2.innr-bnr-frm {
    margin-bottom: 30px;
}
  .pagination li a, .pagination li a:hover, .pagination li.active a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
}
  .room_list .room_price {
    border-left: 0;
    border-top: 1px solid #e9e8e7;
}
  .room_list .col-sm-12 {
    width: 100%;
}
  #back_to_top i {
    line-height: 35px;
    font-size: 14px;
}
  #back_to_top {
    height: 30px;
    width: 30px;
}
  .top_menu .top_menu_right {
    float: none;
    margin: 0 auto;
    width: fit-content;
}
  footer .subfooter .social_media {
    float: none;
    margin-top: 5px;
}
  footer .subfooter .row {
    flex-direction: column;
}
  footer .widget address {
    margin-bottom: 0;
}
  footer .blog_posts, footer .useful_links, address {
    padding-top: 0;
}
  footer .logo {
    margin-bottom: 0;
}
  #contact .form-control {
    height: 40px;
    margin-bottom: 7px;
}
  .hm-map iframe {
    height: 250px;
}
  .owl-nav {
    width: calc(100% + 24px);
    left: -12px;
}
  .hm-ftr-rooms .main_title,
  #testimonials_style_2 .main_title,
  .hm-cntct .main_title{
    margin-top: 0;
}
  section {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .hm-ftr-rooms .mt40 {
    margin-top: 10px;
}
  .row.room-list-wrap > .col-md-4 {
    margin-bottom: 20px;
}
  .room-card .card-footer .rm-price {
    font-size: 16px;
}
  .room-card .card-footer .btn {
    font-size: 13px;
}
  .main_description {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}
   #slider .tp-fullwidth-forcer, #slider .rev_slider_wrapper {
    height: 300px !important;
} 
}
@media(max-width:480px){
  section .main_title {
    margin-bottom: 0px;
}
}