.hero-image {
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-form-btn {
  margin: 0;
  border-radius: 0;
  padding: 15% 3%;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  text-transform: uppercase;
  position: relative;
  border: none;
  background: var(--theme-color);
  color: #fff;
  font-weight: 600;
  height: 100%;
  width: 100%;
}
.booking-sec {
  position: relative;
  top: -50px;
}
.onepage-nav .d-inline {
  display: grid !important;
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 40%;
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  color: #000;
  font-size: 25px;
  font-weight: 300;
}
.owl-prev,
.owl-next {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color) !important;
  opacity: 1;
  color: #fff !important;
  position: relative;
}
.owl-nav:hover .owl-prev,
.owl-nav:hover .owl-next {
  background-color: var(--theme-color) !important;
  opacity: 1;
}
.owl-prev{
  left: -5%;
}
.owl-next{
  right: -5%;
}
.testimonial-carousel .owl-nav {
  left: -5%;
  right: -8%;
  width: 110%;
}
.icon-wrapper {
  font-size: 25px;
  line-height: normal;
  color: var(--theme-color);
}
.icon-bg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
}
.icon-bg:hover {
  border-bottom: 1px solid var(--theme-color);
}
.section-subtitle {
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  color: #848484;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.section-heading {
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
}
.section-subheading {
  font-size: 22px;
  font-weight: 500;
  margin-left: 20px;
}
.core-section {
  background-color: var(--theme-color);
  color: #fff;
  padding: 20px;
}
ol,
ul {
  padding-left: 1rem;
}
.section-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}
.section-title-2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.section-title-thin {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 10px;
}
.section-title-thin-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.section-subtitle-thin {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-subtitle-bold {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.core-wrapper {
  border: 3px solid #fff;
  padding: 30px;
  min-height: 497px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dt-sc-image-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s linear;
}
.dt-sc-image-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease-in-out;
}
.dt-sc-image-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
}
.dt-sc-image-caption {
  position: relative;
  cursor: pointer;
}
.dt-sc-image-caption:hover .dt-sc-image-overlay {
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  padding: 30px;
}
.dt-sc-image-caption:hover .dt-sc-image-title {
  opacity: 0;
}
.section-quote {
  font-size: 18px;
}
.usp-section {
  background-size: initial;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/parallax-bg.jpg);
  background-attachment: fixed;
  padding: 50px 0;
}
.dt-sc-icon-box {
  padding: 35px 35px 0;
  position: relative;
}
.dt-sc-icon-box::after,
.dt-sc-icon-box::before {
  top: 68px;
  content: "";
  width: 31%;
  position: absolute;
  height: 1px;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}
.dt-sc-icon-box::after {
  right: 0;
}
.dt-sc-icon-box::before {
  left: 0;
}
.dt-sc-icon-box.last::after {
  background: none;
}
.dt-sc-icon-box.first::before {
  background: none;
}
.grey-bg {
  background-color: #f4f4f4;
}
.circle-bg {
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: 310px;
  height: 310px;
  padding: 8px;
  background-color: #185d90;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.bg-wrapper {
  border: 5px solid #fff;
  width: 290px;
  height: 290px;
  padding: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sm-text {
  font-size: 12px;
}
.icon-wrapper {
  position: relative;
}
.circle-bg .icon-wrapper:before,
.circle-bg .icon-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  margin: auto;
}
.circle-bg .icon-wrapper:before {
  left: -30px;
}
.circle-bg .icon-wrapper:after {
  right: -30px;
}
.dt-sc-pr-tb-col.minimal .icon-wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}
.dt-sc-pr-tb-col.minimal .icon-wrapper {
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rs-box-shadow,
.dt-sc-button {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.dt-sc-pr-tb-col.minimal .dt-sc-tb-title {
  margin: 15px 0px -30px;
}
.dt-sc-pr-tb-col.minimal .dt-sc-tb-title h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.dt-sc-pr-tb-col.minimal .dt-sc-price {
  margin: 40px 0px 0px;
  padding: 25px 10px;
  background: rgba(0, 0, 0, 0.03);
}
.dt-sc-pr-tb-col.minimal .dt-sc-price h6 {
  font-size: 20px;
  color: #000;
}
.dt-sc-pr-tb-col.minimal .dt-sc-price h6 span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  position: inherit;
  color: #000;
}
.dt-sc-pr-tb-col.minimal .dt-sc-price {
  margin: 40px 0px 0px;
  padding: 25px 10px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.dt-sc-tb-header {
  height: 350px;
  border-radius: 10px;
  padding-top: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.icon-wrapper span {
  color: #000;
}
.dt-sc-tb-header:hover .dt-sc-price,
.dt-sc-tb-header:hover .icon-wrapper:before {
  background-color: var(--theme-color);
  color: #fff;
}
.dt-sc-tb-header:hover .icon-wrapper span,
.dt-sc-tb-header:hover p,
.dt-sc-tb-header:hover h6,
.dt-sc-tb-header:hover span {
  color: #fff !important;
  z-index: 999;
}
.dt-sc-tb-header:hover .btn-primary {
  background-color: #fff;
  color: #000;
}
.ps-rel {
  position: relative;
}
.mbn-100 {
  margin-bottom: -100px;
}
.page-banner {
  position: relative;
}
.red-flag::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 150px solid;
  border-top: 150px solid transparent;
  border-right: 150px solid transparent;
  z-index: 1;
  border-left-color: #ed3237;
}
.tl-0 {
  top: 0 !important;
  left: 0 !important;
}
.gallery-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "read less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #000;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  z-index: 1;
  position: relative;
  font-weight: 600;
}

.read-more {
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  position: absolute;
  padding: 10px;
  font-size: 14px;
  bottom: -28%;
}
.filter-item {
  height: 400px;
  overflow: hidden;
}
.big-height {
  height: 500px;
}
ul.d-inline {
  padding-left: 0;
}
ul.d-inline li {
  display: inline;
  margin: 3px 10px;
}
.flat-list {
  column-count: 4;
}
.separator {
  height: 1px;
  border-top: 4px solid #ed3237;
  display: block;
  position: relative;
  top: 1px;
  width: 10%;
  margin-bottom: 20px;
  margin-top: 0;
}
.gray-bg {
  background-color: #f7f7f7;
  outline: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4% 8%; 
}
.input-contact {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 25px;
}
.input-contact:focus {
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.input-contact::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.secondary-btn {
  background-color: #ef732d;
  color: #fff;
}
.feedback-form {
  border: 1px solid;
  padding: 20px 30px;
  box-shadow: 5px 10px 8px 10px #888888;
}
@media (max-width: 992px) {
  .header-logo img {
    width: 180px;
  }
  .gray-bg {
    padding: 5%;
  }
  .th-menu-toggle {
    width: 40px;
    height: 40px;
  }
  .hero-style1 .sub-title {
    font-size: 18px;
  }
  .dt-form-field-input {
    padding: 10px 0;
  }
  .hero-form-btn {
    padding: 5% 3%;
    border-radius: 10px;
  }
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    height: 45px;
  }
  .booking-sec {
    top: -70px;
  }
  .core-wrapper {
    padding: 15px;
    height: 450px;
  }
  .core-section {
    padding: 10px;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 30px;
  }
  .section-quote {
    font-size: 13px;
  }
  .dt-sc-icon-box.first::before {
    top: 68px;
    content: "";
    width: 31%;
    position: absolute;
    height: 1px;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
  }
  .dt-sc-icon-box.last::after {
    top: 68px;
    content: "";
    width: 31%;
    position: absolute;
    height: 1px;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
  }
  .dt-sc-icon-box {
    padding: 30px 10px 0;
  }
  .vc_figure img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .col-sm-6 {
    width: 50%;
  }
  .ps-sm-2 {
    padding-left: 10px;
  }
  .section-subtitle-thin {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .icon-wrapper img {
    height: 35px;
    width: 35px;
  }
  .mb-sm-2 {
    margin-bottom: 15px;
  }
  .mbn-100 {
    margin-bottom: 0;
  }
  .sidebar-area {
    top: 0;
    left: 0;
  }
  .owl-prev {
    margin-left: -20px;
  }
  .owl-next {
    margin-right: -20px;
  }
  .red-flag::before {
    border-left: 80px solid;
    border-top: 80px solid transparent;
    border-left-color: #ed3237;
  }
}
.contact-box {
  background-color: #ee1c25;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 0 0;
  overflow: hidden;
}
.contact-icon {
  background-color: #fff;
  color: #ee1c25;
  font-size: 25px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  padding: 15px;
}
.contact-top,
.contact-bottom {
  padding: 15px 15px;
  width: 100%;
}
.contact-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #2d5281;
}
.contact-title {
  font-size: 20px;
}
.contact-bottom-title {
  font-size: 20px;
}
.contact-box {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .contact-box {
    width: 100%;
  }
}

.image-title-box {
  background-color: #2d5281;
  padding: 10px;
  margin-top: -10%;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.image-title-box p {
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--theme-color);
  z-index: 999;
  opacity: 1;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  z-index: 9999;
}
.modal-body {
  position: relative;
}
#pop-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#pop-content p {
  color: #fff;
  margin-bottom: 0;
}
.whatsapp_btn {
  position: fixed;
  bottom: 20px;
  left: 15px;
  border-radius: 10px;
  z-index: 999999;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.whatsapp_btn img {
  width: 40px;
  height: 40px;
}