.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.position-sticky {
  position: sticky !important;
}

.top-70px {
  top: 70px !important;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.d-unset {
  display: unset !important;
}

.clickable {
  color: #067484 !important;
  cursor: pointer !important;
}

.text-title-color {
  color: #333 !important;
}

.text-subtitle-color {
  color: #aaa !important;
}

.text-default-color {
  color: #555 !important;
}

.text-primary-color {
  color: #067484 !important;
}

.text-secondary-color {
  color: #3fa9f5 !important;
}

.text-underline-hover:hover {
  text-decoration: underline !important;
}

.text-right {
  text-align: right !important;
}

.img-darken-hover {
  transition: filter 0.3s !important;
}
.img-darken-hover:hover {
  filter: brightness(0.5) !important;
  transition: filter 0.3s !important;
}

.border-1 {
  border: 1px solid #333 !important;
}

.line-clamp-1 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex-1 {
  flex: 1 !important;
}

.bg-primary {
  background-color: #067484 !important;
}

.border-0 {
  border: none !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.dropdown-item {
  font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #067484 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}

hr {
  border-color: #333;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-center {
  text-align: center !important;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f2f9f9;
  color: #555;
  font-weight: normal;
  font-size: 16px;
  overflow-x: hidden;
}

.primary-bgcolor {
  background-color: #067484 !important;
}

[ui-view] {
  min-height: calc(100vh - 396px);
}

.page-header {
  min-height: 200px;
  position: relative;
  padding: 20px;
  display: flex;
}

.page-header-bg {
  filter: brightness(0.3);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-header-content {
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 800px;
}
.page-header-content h5 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #067484;
}

.header-logo {
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mh-menu-item {
  cursor: pointer;
  opacity: 0.85;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.mh-menu-item::after {
  content: "";
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 2px;
  opacity: 0.7;
  display: none;
  max-width: 20px;
  position: absolute;
  background-color: #fff;
}
.mh-menu-item:hover {
  opacity: 1;
  color: #fff;
}
.mh-menu-item.active {
  opacity: 1;
  font-weight: 600;
}
.mh-menu-item.active::after {
  display: block;
}

.main-sidemenu {
  z-index: 4;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  align-items: stretch;
  position: fixed;
}
.main-sidemenu.show {
  display: flex;
}

.main-sidemenu-backdrop {
  flex: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.main-sidemenu-content {
  width: 100%;
  display: flex;
  max-width: 300px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.1);
}

.main-sidemenu-item {
  display: flex;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  text-decoration: none;
}
.main-sidemenu-item i {
  width: 20px;
  text-align: center;
  color: #067484 !important;
}
.main-sidemenu-item:hover, .main-sidemenu-item.active {
  background-color: #067484 !important;
}
.main-sidemenu-item:hover i,
.main-sidemenu-item:hover label, .main-sidemenu-item.active i,
.main-sidemenu-item.active label {
  color: #fff !important;
}

.main-footer {
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background: rgb(51, 57, 57);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(51, 57, 57)), color-stop(100%, rgb(24, 27, 27)));
  background: linear-gradient(135deg, rgb(51, 57, 57) 0%, rgb(24, 27, 27) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333939', endColorstr='#181b1b', GradientType=1 );
}

.main-footer-content {
  width: 100%;
  display: flex;
  max-width: 780px;
  align-items: center;
  flex-direction: column;
}

.footer-logo {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 16px;
  position: relative;
  min-height: 680px;
}
.hero-banner h5 {
  font-size: 36px;
}

#heroCrsl {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#heroCrsl .carousel-inner,
#heroCrsl .carousel-item {
  height: 100%;
}
#heroCrsl img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  filter: brightness(0.35);
  transition: transform 6s ease-in-out;
}
#heroCrsl .carousel-item.active img {
  transform: scale(1.1);
}

.hero-desc {
  width: 100%;
  padding: 10px;
  max-width: 1300px;
  position: relative;
  padding: 20px 0 20px 20px;
  border-left: 1px solid #fff;
}
.hero-desc h1 {
  font-size: 54px;
}
.hero-desc h2 {
  font-size: 48px;
  font-weight: 300;
}
.hero-desc h4 {
  font-weight: 300;
}

.gradient-video-overlay {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #067484;
  background: linear-gradient(180deg, rgb(6, 116, 132) 0%, rgba(6, 116, 132, 0.7) 0%, rgba(36, 113, 237, 0.5) 70%);
}

.rental-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.custom-container {
  border-radius: 16px;
  background-color: #fff;
}

.social-media-pill {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  background-color: #067484;
}
.social-media-pill .smp-item {
  width: 30px;
  height: 30px;
  min-width: 30px;
  cursor: pointer;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .hero-desc h1 {
    font-size: 44px !important;
  }
  .hero-desc h2 {
    font-size: 38px !important;
  }
  .hero-desc h4 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner {
    min-height: 580px !important;
  }
  .hero-desc h1 {
    font-size: 34px !important;
  }
  .hero-desc h2 {
    font-size: 28px !important;
  }
  .hero-desc h4 {
    font-size: 16px !important;
  }
  .rental-item img {
    height: 200px !important;
  }
  .page-header {
    min-height: 180px !important;
  }
  .page-header-content h5 {
    font-size: 30px !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .carousel-fade .carousel-item {
    transition: opacity 0.6s ease-in-out;
  }
}/*# sourceMappingURL=Master.css.map */