/* -----------------------------------------
 Home page slider
 ----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}
#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1170px;
}
.columns, .column {
  min-height: 1px;
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #a2e1ff;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}
.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333;
}
.accordion-item.is-active .accordion-title::before {
  content: '–';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #a2e1ff;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #6fd1ff;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #a2e1ff;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}
/* -----------------------------------------
 WordPress Core Classes
 ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}
.gallery-caption {
  font-size: 12px;
}
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}
/* -----------------------------------------
 Contact Form
 ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper {
  font-family: sans-serif;
}
.gform_wrapper ul {
  list-style: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 32px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.gform_fields {
  margin: 0;
}
.gfield {
  list-style: none;
  margin: 10px 0 !important;
}
.gf_left_half, .gf_right_half {
  float: left;
  width: 50%;
}
.gf_left_third, .gf_middle_third, .gf_right_third {
  float: left;
  width: 33.3333%;
}
.gf_left_half {
  padding-right: 15px;
}
.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}
.gf_left_third {
  padding-right: 20px;
}
.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}
.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}
.hidden_label .gfield_label {
  display: none;
}
.ginput_container ul {
  margin-left: 0;
}
.gfield_error input, .gfield_error textarea {
  border-color: red;
}
.gfield_description {
  margin-top: 10px;
}
.gform_confirmation_message {
  margin-bottom: 15px;
}
body .gform_wrapper .gform_footer {
  padding: 1em 0 0.625em;
  margin: 1em 0 0;
  text-align: left;
  /*aligning of submit button*/
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
  font-family: sans-serif;
  background-color: #f2f2f2;
  border: 1px outset #a8a8a8;
  border-radius: 2px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  padding: 1px 6px;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover {
  border-color: #333;
}
.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #900;
  border: 1px solid red;
}
.validation_message {
  margin-bottom: 10px;
  color: #900;
}
body .form-control input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .form-control textarea {
  height: 34px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body .form-control input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .form-control textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
body .form-control textarea.medium {
  height: 132px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin: 2px 0 0px 2px !important;
}
.ui-datepicker {
  width: 224px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}
.ui-datepicker-month, .ui-datepicker-year {
  width: 50%;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}
.ui-datepicker-next {
  text-align: right;
}
.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
/* -----------------------------------------
 General fixes
 ----------------------------------------- */
html, body {
  height: auto;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  position: static;
}
/* Inputs styling */
body label {
  display: block;
  font-size: inherit;
  font-weight: 500;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}
/* Input Styling */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}
textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  margin: 0;
}
[type=checkbox], [type=file], [type=radio] {
  margin-bottom: 0;
}
button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #a2e1ff;
  color: #fff;
  font-family: 'din-2014', sans-serif;
  transition: all 0.3s ease-in-out;
}
button:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover, button:focus, .button:focus, input[type='submit']:focus, input[type='reset']:focus {
  background-color: #6fd1ff;
}
/* Button additional styles */
.button {
  /*basic hover and focus effects*/
}
/* -----------------------------------------
 Typography
 ----------------------------------------- */
body {
  color: #333;
  font-family: 'din-2014', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  font-family: inherit;
  color: inherit;
  line-height: 1.1;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}
h1, .h1 {
  /*basic heading styles*/
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h2, .h2 {
  /*basic heading styles*/
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3, .h3 {
  /*basic heading styles*/
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, .h4 {
  /*basic heading styles*/
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5, .h5 {
  /*basic heading styles*/
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6, .h6 {
  /*basic heading styles*/
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  /*basic paragraph styles*/
  line-height: 1.42857;
  margin: 0 0 10px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}
a {
  color: #337ab7;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #23527c;
  text-decoration: underline;
}
/* ------------------------------------
 Basic Styles
 ------------------------------------- */
body hr, body .elementor hr {
  max-width: 100%;
  height: 0;
  margin: 20px auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
  border-left: 0;
}
.main-content ul {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.42857;
}
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #a2e1ff;
  display: block;
}
/* Search form */
#searchform {
  position: relative;
}
#s {
  padding-right: 75px;
}
#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
}
#home-slider .slick-slide, .bg-cover, .gallary-slider .gallary-slide, .hero-page {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.btn-inline-block {
  display: inline-block;
}
.custom-slider {
  overflow: hidden;
}
.custom-slider:hover .elementor-swiper-button {
  opacity: 0.5;
}
.custom-slider:hover .elementor-main-swiper .elementor-swiper-button-prev {
  left: 10px;
}
.custom-slider:hover .elementor-main-swiper .elementor-swiper-button-next {
  right: 10px;
}
.custom-slider .swiper-wrapper {
  o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.custom-slider .elementor-swiper-button {
  opacity: 0;
  transition: 0.5s ease;
}
.custom-slider .elementor-swiper-button:hover {
  opacity: 0.8;
}
.custom-slider .elementor-main-swiper .elementor-swiper-button-prev {
  left: -35px;
}
.custom-slider .elementor-main-swiper .elementor-swiper-button-next {
  right: -35px;
}
.custom-slider .elementor-swiper-button i {
  font-weight: 900;
}
body .book-form-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1060px;
}
.book-form {
  display: block;
  text-align: center;
  font-size: 14px;
}
.book-form .form-items {
  display: inline-block;
  text-align: left;
  background-color: #fff;
  padding: 0px 10px;
  margin: 10px 0;
  border-radius: 5px;
}
.book-form .form-item {
  display: inline-block;
  padding: 12px 15px;
  position: relative;
}
.book-form .form-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  width: 2px;
  background-color: #d4c19e;
}
.book-form .form-item:last-of-type:after {
  display: none;
}
.book-form .form-item_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.book-form .form-item_container .fa {
  padding-left: 10px;
  font-size: 20px;
  color: #b4976c;
}
.book-form .form-item .field-datepicker {
  width: 110px;
}
.book-form .form-item input {
  padding: 5px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
}
.book-form .form-item input[type="number"] {
  width: 45px;
  border-radius: 5px;
}
.book-form .form-item .field_label {
  margin-right: 5px;
}
.book-form .btn-submit {
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'din-2014', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 3px;
  background-color: #d97838;
  padding: 14px 10px;
  margin: 5px;
}
.book-form .btn-submit:hover {
  background-color: #33537f;
}
/* ------------------------------------
 Header Styles
 ------------------------------------- */
.header {
  background-color: #7d9aaa;
  padding: 20px 0;
}
.logo img {
  max-height: 150px;
}
body div.elementor-element .elementor-nav-menu--dropdown {
  padding: 15px 0;
}
.elementor-134 .elementor-element.elementor-element-3b9d1d78 nav.elementor-nav-menu--main {
  font-size: 22px;
}
body .elementor-134 .elementor-element.elementor-element-3b9d1d78 .elementor-nav-menu--dropdown {
  font-size: inherit;
}
/* ------------------------------------
 Content Styles
 ------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}
.entry-meta {
  color: #666;
  font-size: 14px;
}
.thumbnail {
  margin-bottom: 20px;
}
/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.comment-meta {
  font-size: 14px;
}
.comment-metadata {
  color: #666;
}
.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}
.reply {
  text-align: right;
}
.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}
/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #a2e1ff;
}
.not-found .label:hover {
  background-color: #79d4ff;
  color: #fff;
}
/* Sidebar */
.widget {
  margin-bottom: 20px;
}
/*---------------------------------------
 TMPL: Home page
 ---------------------------------------*/
body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.view-gallery .elementor-widget-container, .view-gallery .elementor-cta, .view-gallery .elementor-cta__content {
  height: 100%;
}
.custom-play-icon .elementor-custom-embed-play i {
  background-color: #d97838;
  border-radius: 50%;
  opacity: 1;
  font-size: 0;
  width: 100px;
  height: 100px;
  position: relative;
}
.custom-play-icon .elementor-custom-embed-play i:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 55px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  display: block;
  border-top: 25px solid transparent;
  border-left: 45px solid #fff;
  border-bottom: 25px solid transparent;
}
/*---------------------------------------
 TMPL: Contact Us page
 ---------------------------------------*/
.contact-map .google-maps {
  padding-bottom: 400px;
  height: auto;
  margin-bottom: 10px;
}
.contact-map .google-maps iframe {
  width: 100%;
  height: auto;
}
/* ------------------------------------
 Gallary Page Styles
 ------------------------------------- */
.gallary-slider .gallary-slide {
  height: 400px;
}
/* ------------------------------------
 Hero Page Styles
 ------------------------------------- */
.hero-page {
  height: 400px;
}
/* ------------------------------------
 Google Maps Styles
 ------------------------------------- */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ------------------------------------
 Footer Styles
 ------------------------------------- */
.footer {
  background-color: #003150;
  color: #a2e1ff;
  border-top: 10px solid #ec7a08;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}
.footer-top {
  padding: 20px 0 10px;
}
.footer-bottom {
  background-color: #142233;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .form-inline .sub-footer #web_reservations label, .sub-footer #web_reservations .form-inline label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-check-availability {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .elementor-text-editor h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.home .elementor-text-editor h2 {
  font-size: 36px;
  margin-bottom: -20px;
}
.swiper-pagination-bullet {
  transition: opacity 0.3s ease;
}
.swiper-pagination-bullet:hover {
  opacity: 0.4;
}
.elementor-search-form__input {
  height: 60px;
}
.search .elementor-type-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.elementor-social-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.elementor-element-2bdecad > .elementor-container > .elementor-row > .elementor-column .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
}
.elementor-element-2bdecad .elementor-element-a62b9e9 {
  flex-grow: 2;
}
.elementor-element-2bdecad .elementor-element-8553e69 {
  flex-grow: 2;
}
.elementor-element-2bdecad .elementor-text-editor {
  padding: 0 15px;
}
.elementor-element-8dd7a1e .elementor-icon {
  font-size: 38px !important;
}
.elementor-element-8f2a5c1 .elementor-search-form__toggle i {
  font-size: 50px !important;
}
.elementor-element-7df4e6b .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu {
  justify-content: flex-start;
}
.elementor-msie .elementor-134 .elementor-element.elementor-element-8f2a5c1 .elementor-search-form__toggle i::before {
  font-size: 26px !important;
}
.elementor-msie .book-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-msie .elementor-134 .elementor-element.elementor-element-8f2a5c1.elementor-search-form--skin-full_screen input[type='search'].elementor-search-form__input {
  height: 85px !important;
}
.nowrap {
  white-space: nowrap;
}
div.elementor-2 .elementor-element.elementor-element-6bc81eb .slick-slide {
  height: 250px;
  min-height: calc(100vh - 255px);
}
.page-id-20 .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  font-weight: normal;
}
.page-id-20 p {
  color: #333 !important;
  font-family: "Open Sans", sans-serif;
}
