@charset "UTF-8";
:root {
  --primary: #FD4621;
  --secondary: #003B4A;
  --success: #6e9b3b;
  --info: #2a6f8e;
  --warning: #ff9933;
  --danger: #d63c2e;
  --light: #f5f5f5;
  --dark: #222222;
  --gray: #7a7364;
  --white: #ffffff;
  --border-color: #EEE9F3;
  --headings-font-family: Onest, sans-serif;
  --body-font-family: Onest, sans-serif;
  --body-color: #65758b;
  --body-bg: #fff;
  --heading-color: #111111;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}

::selection {
  color: #fff;
  background-color: var(--primary);
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: var(--body-font-family);
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-color);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
  color: var(--primary);
}

b,
strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings-font-family);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: #FFF;
}

dl, ul, ol {
  list-style-position: outside;
}

ul, ol {
  margin-bottom: 24px;
}

ul li, ol li {
  padding: 0;
}

dl {
  margin-left: 0;
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 10px;
}

[class=fi],
[class^=fi-] {
  display: inline-flex;
}

p {
  margin-top: 0;
}

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

.text-end {
  text-align: end;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: var(--primary);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: var(--light);
}

.bg-secondary {
  background-color: var(--secondary);
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 591px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}

[class^=col] {
  padding-inline: 15px;
  box-sizing: border-box;
  width: 100%;
}

.gap-2 {
  margin-inline: -6px;
}
.gap-2 [class^=col] {
  padding-inline: 6px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar {
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}
.top-bar .top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}

.topbar-left {
  float: left;
}

.topbar-right {
  float: right;
}

.topbar-center,
.topbar-left,
.topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.topbar-left ul li,
.topbar-right ul li {
  display: inline-block;
  position: relative;
}

.topbar-left ul li a,
.topbar-right ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}

.topbar-left ul,
.topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-left ul li {
  padding-right: 10px;
  margin-right: 10px;
}

.topbar-right ul li {
  padding-left: 10px;
  margin-left: 10px;
}

.topbar-left ul li i {
  margin-right: 5px;
  font-size: 18px;
  color: #fff;
}

.topbar-left ul li:after,
.topbar-right ul li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  right: -1px;
  content: "";
  top: 2px;
  opacity: 0.1;
}

.topbar-right ul li:after {
  right: auto;
  left: 0;
}

.topbar-right ul li:first-child:after,
.topbar-left ul li:last-child:after {
  content: none;
}

@media only screen and (max-width: 991px) {
  .topbar-left {
    margin-bottom: 5px;
  }
  .topbar-right,
  .topbar-left {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .topbar-right ul li,
  .topbar-left ul li {
    margin: 0;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar [class*=col-] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-bar [class*=col-]:last-child {
    border-bottom: none;
  }
  .top-bar {
    padding: 5px 0;
    display: none;
  }
  .topbar-center,
  .topbar-left,
  .topbar-right {
    display: black;
    width: 100%;
    text-align: center;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .topbar-left ul li {
    padding: 0 5px;
  }
}
.header .action-nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: auto;
  height: var(--header-height);
  justify-content: flex-end;
}
.header .action-nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1320px) {
  .header .action-nav > ul {
    gap: 18px;
  }
}
.header .action-nav > ul > li {
  list-style: none;
}
@media (max-width: 591px) {
  .header .action-nav {
    display: none;
  }
}
.header .action-nav-start {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.header {
  position: relative;
  z-index: 1040;
}
.header .navbar-brand {
  color: #000;
  width: 60px;
  min-width: 60px;
  font-size: 20px;
  letter-spacing: 20px;
  margin: 0;
  display: flex;
  align-items: center;
}
.header .navbar-brand img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .header .navbar-brand {
    padding: 8px 0;
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 591px) {
  .header .navbar-brand {
    padding: 5px 0;
    width: 45px;
    min-width: 45px;
  }
}
.header::after {
  display: block;
  clear: both;
  content: "";
}
.header .main-navbar .navbar {
  width: calc(100% - 10px);
  position: relative;
  display: flex;
  background: var(--body-bg);
  border-radius: 80px;
  padding: 0 15px 0 10px;
}
.header .main-navbar .navbar::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .header .main-navbar {
    margin-top: 10px;
  }
}
@media (max-width: 591px) {
  .header .main-navbar {
    margin-left: 5px;
    margin-right: 5px;
  }
  .header .main-navbar .navbar {
    padding: 0 20px 0 5px;
  }
}
.header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1191px) {
  .header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.header .mobile-toggler {
  align-items: center;
  margin-left: 20px;
  height: var(--header-height);
  display: flex;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .mobile-toggler {
    display: none;
  }
}
@media (max-width: 591px) {
  .header .mobile-toggler {
    margin-left: auto;
  }
}
.header .navbar-toggler {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  float: right;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.header .navbar-toggler .toggler-line {
  width: 18px;
  height: 2px;
  background-color: var(--primary);
  display: block;
  margin: 4px 0;
}
.header .navbar-toggler .toggler-line:nth-child(2) {
  width: 14px;
}
.header .navbar-toggler.active::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}

.sticky-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -ms-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -webkit-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -moz-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -o-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -khtml-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  background: var(--body-bg);
}

.screen-fixed {
  overflow: hidden;
}

@-moz-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.header-transprent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.navigation-list {
  padding-left: 30px;
  padding-right: 30px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition: all 0.25s;
  transition: all 0.25s;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1480px) {
  .navigation-list {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  .navigation-list {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    width: 265px;
    left: -100%;
    height: 100vh;
    top: 0;
    background-color: var(--body-bg);
    margin: 0;
    z-index: 9999;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navigation-list.show {
    left: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navigation-list .navbar-brand {
    display: none;
  }
}
@media (max-width: 991px) {
  .navigation-list .navbar-brand {
    height: auto;
    padding: 20px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 180px;
    margin: 0 auto 0px;
  }
}
.navigation-list .nav {
  float: right;
  padding: 0;
  margin: 0;
}
.navigation-list .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.navigation-list .nav > li.dropdown-nav > a:after {
  content: "\f153";
  font-family: "uicons-regular-rounded";
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.15s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .navigation-list .nav > li.dropdown-nav > a:after {
    content: "\f155";
    float: right;
    font-family: "uicons-regular-rounded";
  }
}
.navigation-list .nav > li:hover > a, .navigation-list .nav > li.active > a {
  color: var(--primary);
}
.navigation-list .nav > li.megamenu-down {
  position: inherit;
}
@media (max-width: 991px) {
  .navigation-list .nav > li {
    width: 100%;
    position: static;
  }
}
.navigation-list .nav > li > a {
  color: var(--body-color);
  font-size: 16px;
  padding: 28px 15px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .navigation-list .nav > li > a {
    font-size: 14px;
    padding: 14px 18px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.navigation-list .nav > li .submenu-nav {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  visibility: hidden;
  width: 200px;
  z-index: 10;
  margin-top: -3px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 6px;
}
.navigation-list .nav > li .submenu-nav li.dropdown-nav > a:after {
  content: "\f105";
  font-family: "fontawesome";
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .navigation-list .nav > li .submenu-nav li.dropdown-nav > a:after {
    right: 18px;
  }
}
.navigation-list .nav > li .submenu-nav li {
  position: relative;
}
.navigation-list .nav > li .submenu-nav li a {
  position: relative;
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease all;
  padding: 6px 18px;
}
@media (max-width: 991px) {
  .navigation-list .nav > li .submenu-nav li a {
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid var(--border-color);
  }
  .navigation-list .nav > li .submenu-nav li a:after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    top: 1px;
    font-size: 16px;
    position: absolute;
    font-weight: 700;
  }
}
.navigation-list .nav > li .submenu-nav li a span {
  display: inline-block;
  transition: 0.3s ease all;
  position: relative;
}
.navigation-list .nav > li .submenu-nav li a span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--heading-color);
  bottom: 2px;
  right: 0;
  transition: 0.3s ease all;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.navigation-list .nav > li .submenu-nav li a:hover {
  color: var(--heading-color);
}
.navigation-list .nav > li .submenu-nav li a:hover span:after {
  width: 100%;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  left: 0;
  right: auto;
}
.navigation-list .nav > li .submenu-nav li .submenu-nav {
  left: 261px;
}
@media (max-width: 1480px) {
  .navigation-list .nav > li .submenu-nav li .submenu-nav {
    left: 216px;
  }
}
@media (max-width: 991px) {
  .navigation-list .nav > li .submenu-nav li .submenu-nav {
    left: -100%;
  }
}
@media (max-width: 991px) {
  .navigation-list .nav > li .submenu-nav li {
    position: static;
  }
}
@media (max-width: 1480px) {
  .navigation-list .nav > li .submenu-nav {
    width: 215px;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .navigation-list .nav > li .submenu-nav {
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: var(--body-bg);
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: -100%;
    border: 0;
  }
}
.navigation-list .nav > li .submenu-nav li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 16px;
  opacity: 1;
  margin-top: 4px;
}
.navigation-list .nav > li .megamenu-nav {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  background-color: var(--body-bg);
  left: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: -3px;
}
.navigation-list .nav > li .megamenu-nav .megamenu-inner {
  padding: 40px 30px 30px;
}
.navigation-list .nav > li .megamenu-nav > li {
  display: block;
  width: 25%;
  position: relative;
  vertical-align: top;
}
.navigation-list .nav > li .megamenu-nav > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .navigation-list .nav > li .megamenu-nav > li {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navigation-list .nav > li .megamenu-nav {
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: var(--body-bg);
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: -100%;
    overflow: hidden;
  }
  .navigation-list .nav > li .megamenu-nav .megamenu-inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navigation-list .nav > li:hover > .megamenu-nav, .navigation-list .nav > li:hover > .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
    transition-duration: 0.2s;
    -webkit-transform: perspective(250px) rotateX(0deg);
    -moz-transform: perspective(250px) rotateX(0deg);
    -ms-transform: perspective(250px) rotateX(0deg);
    -o-transform: perspective(250px) rotateX(0deg);
    transform: perspective(250px) rotateX(0deg);
  }
  .navigation-list .nav > li:hover > .megamenu-nav li:hover > .submenu-nav, .navigation-list .nav > li:hover > .submenu-nav li:hover > .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px;
  }
}
.navigation-list .nav > li.open .megamenu-nav,
.navigation-list .nav > li.open .submenu-nav {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .navigation-list .nav > li.open .megamenu-nav,
  .navigation-list .nav > li.open .submenu-nav {
    position: static;
  }
}
@media (max-width: 991px) {
  .navigation-list .nav > li.open > a:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .navigation-list .nav {
    float: none;
    width: 100%;
  }
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer .footer-top {
  padding: 90px 0 60px;
}
@media (max-width: 1191px) {
  .footer .footer-top {
    padding: 70px 0 40px;
  }
}
@media (max-width: 591px) {
  .footer .footer-top {
    padding: 50px 0 10px;
  }
}
.footer .widget {
  margin-bottom: 30px;
}
.footer .footer-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  color: #000;
}
.footer .contact-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer .contact-info ul li {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.footer .contact-info ul li a {
  color: inherit;
  font-weight: 400;
}
.footer .contact-info ul li:last-child {
  margin-bottom: 0;
}
.footer .contact-info ul .email {
  text-underline-offset: 0.125em;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .footer .contact-info ul li {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .footer .contact-info ul li {
    font-size: 24px;
  }
}
@media (max-width: 591px) {
  .footer .contact-info ul li {
    font-size: 20px;
  }
}
@media (max-width: 1191px) {
  .footer .contact-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 591px) {
  .footer .contact-info {
    margin-bottom: 30px;
  }
}
.footer .footer-bottom {
  --bs-body-font-size: 14px;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer .footer-bottom p {
  margin: 0;
}
.footer .footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-bottom ul li {
  display: inline-block;
  margin-left: 15px;
}
.footer .footer-bottom ul li:first-child {
  margin-left: 0;
}
.footer .footer-bottom ul li a {
  color: inherit;
  text-decoration: none;
}
.footer .footer-brand {
  display: block;
  margin-bottom: 15px;
}
.footer .footer-brand img {
  max-width: 60px;
}

.nav-social {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.nav-social .btn-social {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: 0.2s linear;
  background-color: #F7F5F9;
  color: #000;
  border-radius: 5px;
}
.nav-social li {
  display: inline-block;
}

.widget-about {
  margin-right: 50px;
}

.widget-links ul {
  margin: 0;
  padding: 0;
}
.widget-links ul li {
  display: block;
  padding: 5px 0;
}
.widget-links ul li a {
  color: var(--body-color);
}

.page-banner {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.page-banner::before {
  content: "";
  background-image: url(../imgs/shape.webp);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 69px;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 999;
}
.page-banner::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
.page-banner .page-inner {
  min-height: 480px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .page-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 5px;
}
.page-banner .container,
.page-banner .container-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-banner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.page-banner .breadcrumb {
  margin: 0;
  padding: 0;
}
.page-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 16px;
}
.page-banner .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "\f152";
  font-family: "uicons-regular-rounded";
  font-size: 8px;
  line-height: 1.2;
  font-weight: 700;
  transform: translateY(-1px);
  margin: 0 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-banner .page-title {
    font-size: 36px;
  }
  .page-banner .page-inner {
    padding-top: 70px;
  }
}
@media (max-width: 591px) {
  .page-banner .page-title {
    font-size: 30px;
  }
  .page-banner .page-inner {
    padding-top: 70px;
    min-height: 450px;
  }
}

.breadcrumb li {
  display: inline-block;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a25 {
  margin: 25px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

/* Section Space */
.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1280px) {
  .section-sp1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-sp1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 591px) {
  .section-sp1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.section-sp2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1480px) {
  .section-sp2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-sp2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 591px) {
  .section-sp2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-sp3 {
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .section-sp3 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-sp3 {
    padding-top: 60px;
  }
}
@media (max-width: 591px) {
  .section-sp3 {
    padding-top: 50px;
  }
}

:root {
  --swiper-navigation-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.overlay-dark {
  position: relative;
}
.overlay-dark::after {
  content: "";
  background-color: #102028;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.overlay-dark .container {
  position: relative;
  z-index: 1;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--body-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  font-family: var(--body-font-family);
}
.btn i {
  font-size: 18px;
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.btn-sm {
  --btn-line-height: 1.2;
}
@media (max-width: 991px) {
  .btn-sm {
    --btn-font-size: 13px;
    --btn-padding-x: 15px;
    --btn-padding-y: 9px;
  }
}

.btn-lg {
  padding: 14px 30px;
  font-size: 17px;
}
@media (max-width: 991px) {
  .btn-lg {
    padding: 14px 24px;
    font-size: 15px;
  }
}

.btn-link {
  text-decoration: none;
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
}

.btn-pill {
  border-radius: 50rem;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  background-color: var(--primary);
}

.btn-secondary {
  background-color: var(--secondary);
}

.btn-dark {
  background-color: var(--dark);
}

.btn-light {
  background-color: var(--light);
  color: var(--dark);
}

.btn-success {
  background-color: var(--success);
}

.btn-warning {
  background-color: var(--warning);
}

.btn-info {
  background-color: var(--info);
}

.btn-danger {
  background-color: var(--danger);
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.btn-outline-secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-secondary:hover {
  background-color: var(--secondary);
  color: #fff;
}

.btn-outline-dark {
  color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-dark:hover {
  background-color: var(--secondary);
  color: #fff;
}

.btn-outline-light {
  color: var(--light);
  border-color: var(--light);
}
.btn-outline-light:hover {
  background-color: var(--light);
  color: #000;
}

.btn-outline-success {
  color: var(--success);
  border-color: var(--success);
}
.btn-outline-success:hover {
  background-color: var(--success);
  color: #fff;
}

.btn-outline-warning {
  color: var(--warning);
  border-color: var(--warning);
}
.btn-outline-warning:hover {
  background-color: var(--warning);
  color: #fff;
}

.btn-outline-info {
  color: var(--info);
  border-color: var(--info);
}
.btn-outline-info:hover {
  background-color: var(--info);
  color: #fff;
}

.btn-outline-danger {
  color: var(--danger);
  border-color: var(--danger);
}
.btn-outline-danger:hover {
  background-color: var(--danger);
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.334;
  color: var(--body-color);
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: var(--body-font-family);
}
.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
  outline: 0;
}

.form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

label {
  display: inline-block;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  padding: 10px 12px;
  margin: -10px -12px;
  margin-inline-end: 12px;
  color: var(--body-color);
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}

.form-text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
  opacity: 0.7;
}

.form-select {
  --form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.334;
  color: var(--body-color);
  appearance: none;
  background-color: #fff;
  background-image: var(--form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 12px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
  outline: 0;
}

.form-check-label {
  font-size: 14px;
}

button.back-to-top {
  border: 0;
  box-shadow: 2px 2px 12px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  height: 40px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 99999;
  padding: 0;
  font-size: 24px;
  background-color: var(--primary);
  border-radius: 8px;
  bottom: -60px;
  transition: all 0.3s;
}
button.back-to-top.active {
  bottom: 15px;
}
@media (max-width: 576px) {
  button.back-to-top {
    height: 35px;
    width: 35px;
    bottom: 8px;
    right: 8px;
  }
}

.client-feedback .top-area {
  width: 120px;
  margin-bottom: 30px;
}
.client-feedback .feedback-content p {
  font-size: 32px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.5;
}
.client-feedback .feedback-info {
  border-top: 1px solid rgba(7, 21, 22, 0.1);
  padding-top: 35px;
  margin-top: 35px;
}
.client-feedback .feedback-info .name {
  display: block;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
}
.client-feedback .feedback-info span {
  font-size: 14px;
}
@media (max-width: 1191px) {
  .client-feedback .feedback-content p {
    font-size: 24px;
  }
  .client-feedback .feedback-info {
    padding-top: 25px;
    margin-top: 25px;
  }
  .client-feedback .top-area {
    width: 100px;
    margin-bottom: 20px;
  }
}
@media (max-width: 591px) {
  .client-feedback .feedback-content p {
    font-size: 20px;
  }
  .client-feedback .feedback-info {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.hero-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 150px;
}
.hero-banner::before, .hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.hero-banner::before {
  background-image: url(../imgs/shape.webp);
  bottom: 0;
  height: 69px;
  background-repeat: no-repeat;
  z-index: 999;
}
.hero-banner::after {
  background-color: #000;
  top: 0;
  height: 100%;
  opacity: 0.6;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-banner .hero-inner {
  position: relative;
}
.hero-banner .hero-title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
}
.hero-banner .hero-subtitle {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.hero-banner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 675px;
}
.hero-banner .hero-media {
  position: relative;
  z-index: 1;
  margin-right: -50px;
}
@media (max-width: 1280px) {
  .hero-banner {
    padding: 200px 0 120px;
  }
  .hero-banner .hero-title {
    font-size: 62px;
  }
  .hero-banner .hero-media {
    margin-right: 0;
  }
}
@media (max-width: 1191px) {
  .hero-banner .hero-title {
    font-size: 40px;
  }
  .hero-banner p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hero-banner .hero-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    padding: 130px 0 100px;
  }
  .hero-banner .hero-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 591px) {
  .hero-banner {
    padding: 120px 0 80px;
  }
  .hero-banner .hero-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .hero-banner .hero-media {
    margin-top: 30px;
  }
}

.gallery-wrap {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-marquee {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}
.gallery-marquee.marquee-right {
  animation: scrollRight 20s linear infinite;
}
.gallery-marquee > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.gallery-marquee .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.gallery-marquee .row > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.gallery-marquee .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-marquee .gallery-item {
  height: 350px;
  min-width: 350px;
  width: 350px;
}
@media (max-width: 1191px) {
  .gallery-marquee .gallery-item {
    height: 250px;
    min-width: 250px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  .gallery-marquee .gallery-item {
    height: 180px;
    min-width: 180px;
    width: 180px;
  }
}
@media (max-width: 591px) {
  .gallery-marquee .gallery-item {
    height: 100px;
    min-width: 100px;
    width: 100px;
  }
  .gallery-marquee > * {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.table-wrapper {
  width: 100%;
}
.table-wrapper .table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrapper .table tr th {
  background-color: var(--primary);
  color: #fff;
  padding: 8px 10px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.table-wrapper .table tr td {
  border: 1px solid var(--border-color);
  padding: 12px 15px;
}
@media (max-width: 767px) {
  .table-wrapper .table th {
    font-size: 14px;
    padding: 12px 10px;
  }
  .table-wrapper .table td {
    padding: 12px 10px;
    font-size: 14px;
  }
}

.custom-pagination {
  text-align: center;
}
.custom-pagination > div {
  width: 200px !important;
  text-align: center !important;
  padding: 10px !important;
  margin: 10px auto !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 15px !important;
  border-radius: 6px !important;
}
.custom-pagination .page-nav {
  margin: 0;
}
.custom-pagination .page-nav a li {
  background-color: #fff;
  color: var(--primary);
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
}
.custom-pagination .page-nav > a > li:hover,
.custom-pagination .page-nav > a > li.active {
  background-color: var(--primary);
  box-shadow: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
}

div.glob-err {
  position: fixed;
  left: auto !important;
  right: 20px;
  bottom: 20px !important;
  padding: 8px 14px;
  border-radius: 6px;
  width: 280px;
  background-color: var(--danger);
  color: #fff;
  z-index: 9999;
}
div.glob-err .dismiss {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 500;
  padding: 4px;
  cursor: pointer;
  float: right;
}
@media (max-width: 591px) {
  div.glob-err {
    right: 50%;
    transform: translateX(50%);
  }
}

div.glob-notice {
  position: fixed;
  left: auto !important;
  right: 20px;
  bottom: 20px !important;
  padding: 8px 14px;
  border-radius: 6px;
  width: 280px;
  background-color: var(--success);
  color: #fff;
  z-index: 9999;
}
div.glob-notice .dismiss {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 500;
  padding: 4px;
  cursor: pointer;
  float: right;
}
@media (max-width: 591px) {
  div.glob-notice {
    right: 50%;
    transform: translateX(50%);
  }
}

.section-header {
  margin-bottom: 15px;
}
.section-header .extra-title {
  font-size: 28px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Dancing Script", cursive;
}
.section-header .extra-title.text-white {
  color: #fff;
}
.section-header .extra-title.text-white::after {
  background-color: #fff;
}
.section-header.text-center {
  max-width: 750px;
  margin: auto;
}
.section-header.text-center p {
  max-width: 650px;
  margin: auto;
}
.section-header .title {
  font-size: 52px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-header .title.text-white {
  color: #fff;
}
@media (max-width: 1191px) {
  .section-header .title {
    font-size: 36px;
  }
  .section-header .extra-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-header .title {
    font-size: 32px;
  }
}
@media (max-width: 591px) {
  .section-header {
    margin-bottom: 25px;
  }
  .section-header .title {
    font-size: 28px;
  }
  .section-header .extra-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.booking-section {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}
.booking-section.dark-overly::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #071516 0%, rgba(7, 21, 22, 0.5) 47.31%, rgba(0, 0, 0, 0) 80.77%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1191px) {
  .booking-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .booking-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 591px) {
  .booking-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .booking-section .section-header .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .booking-section h5 {
    font-size: 15px;
  }
}

.contact-bx {
  border-radius: 15px;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-bx::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  height: 88%;
  width: 5px;
  transform: translateY(-50%);
  background: var(--primary);
  border-radius: 50px;
}
.contact-bx .info-bx {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.contact-bx .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.contact-bx p {
  margin-bottom: 0;
}
.contact-bx .icon-bx i {
  font-size: 24px;
  color: var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primary);
  border-radius: 50px 50px 50px 0;
}
@media (max-width: 591px) {
  .contact-bx {
    padding: 12px 25px;
  }
  .contact-bx .icon-bx i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 40px 40px 40px 0;
  }
  .contact-bx .title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .contact-bx .info-bx {
    gap: 15px;
    padding: 15px 0;
  }
}

.contact-form-bx {
  border-radius: 15px;
  padding: 45px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form-bx .contact-bx-heading h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 591px) {
  .contact-form-bx {
    padding: 20px;
  }
  .contact-form-bx .contact-bx-heading h2 {
    font-size: 30px;
  }
}

.featured-bx1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  display: block;
  height: 300px;
}
.featured-bx1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  background-color: #fff;
  border-radius: 50px;
  transform: translateX(-50%);
  padding: 6px 6px 6px 16px;
  opacity: 0;
  transition: all 0.5s;
}
.featured-bx1 .content .title {
  margin: 0;
}
.featured-bx1 img {
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}
.featured-bx1 .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  width: 36px;
  height: 36px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}
.featured-bx1:hover .content {
  bottom: 20px;
  opacity: 1;
}
.featured-bx1:hover img {
  scale: 1.2;
}

.featured-bx2 {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.featured-bx2 .media-img {
  position: relative;
  z-index: 1;
}
.featured-bx2 .media-img .lable {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 8px 12px;
  display: inline-block;
  background: var(--primary);
  line-height: 1;
}
.featured-bx2 .media-img .btn-like {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--body-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 0;
  transition: all 0.25s;
}
.featured-bx2 .media-img .btn-like i {
  display: flex;
}
.featured-bx2 .media-img .btn-like:focus, .featured-bx2 .media-img .btn-like:active, .featured-bx2 .media-img .btn-like:hover {
  background: var(--primary);
  color: var(--white);
}
.featured-bx2 .content {
  padding: 20px;
}
.featured-bx2 .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.featured-bx2 .rating-wrap {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 10px;
}
.featured-bx2 .rating-wrap .star {
  display: flex;
}
.featured-bx2 .rating-wrap .star i {
  color: #FFB630;
}
.featured-bx2 .map {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 5px;
}
.featured-bx2 .map i {
  font-size: 15px;
  margin-right: 5px;
}
.featured-bx2 .badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.featured-bx2 .badge span {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(7, 21, 22, 0.1);
  padding-right: 10px;
  line-height: 1.3;
}
.featured-bx2 .badge span:last-child {
  border: 0;
}
.featured-bx2 .badge span i {
  font-size: 14px;
  margin-right: 5px;
  display: flex;
}
.featured-bx2 .featured-footer {
  border-top: 1px solid rgba(7, 21, 22, 0.1);
  padding: 15px 0;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-bx2 .featured-footer .left-content span {
  font-size: 14px;
}
.featured-bx2 .featured-footer .left-content .old-price {
  text-decoration: line-through;
}
.featured-bx2 .featured-footer .left-content .price {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.featured-bx2 .featured-footer .left-content .price span {
  color: var(--body-color);
  font-weight: 300;
  margin-left: 2px;
}
@media (max-width: 591px) {
  .featured-bx2 .title {
    font-size: 20px;
  }
  .featured-bx2 .featured-footer .left-content .price {
    font-size: 24px;
  }
}

.featured-bx3 {
  padding: 0 10px;
}
.featured-bx3 .icon {
  border-radius: 100%;
  background: var(--white);
  box-shadow: 0 1px 2px 0 rgba(17, 17, 17, 0.14);
  width: 64px;
  height: 64px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.featured-bx3 .icon img {
  display: inline-flex;
  transition: all 0.5s;
  color: var(--heading-color);
  width: 30px;
}
.featured-bx3 .title {
  font-size: 18px;
}
.featured-bx3.text-center .icon {
  margin-left: auto;
  margin-right: auto;
}

@keyframes moveDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.vision-media {
  border-radius: 6px;
  overflow: hidden;
}
.vision-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-wrapper .section-header {
  margin-bottom: 35px;
}
.about-wrapper .mission-bx-wrapper {
  padding-right: 120px;
}
.about-wrapper .about-side {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1191px) {
  .about-wrapper .about-side {
    padding-left: 0;
  }
  .about-wrapper .mission-bx-wrapper {
    padding-right: 75px;
  }
}
@media (max-width: 591px) {
  .about-wrapper .mission-bx-wrapper {
    padding-right: 0;
  }
}

.mission-bx {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid rgba(41, 137, 145, 0.2);
  border-radius: 20px;
}
.mission-bx .mission-icon {
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-size: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-bx p {
  margin-bottom: 0;
}
@media (max-width: 1191px) {
  .mission-bx {
    padding: 18px 20px;
    border-radius: 12px;
  }
}

.year-info {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  text-align: left;
  bottom: 0;
  writing-mode: sideways-lr;
  gap: 10px;
  width: 100px;
}
.year-info span {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--primary);
}
.year-info .numbr {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 83px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 0px;
  text-shadow: 0px 4px 0px var(--secondary);
}
@media (max-width: 1191px) {
  .year-info {
    width: 60px;
  }
  .year-info span {
    font-size: 24px;
  }
  .year-info .numbr {
    font-size: 65px;
  }
}
@media (max-width: 591px) {
  .year-info {
    position: static;
    writing-mode: horizontal-tb;
  }
}

.error-wrapper {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.error-wrapper .error-status {
  font-size: 200px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
}
.error-wrapper .error-title {
  margin-bottom: 12px;
}
.error-wrapper p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error-wrapper .error-status {
    font-size: 150px;
  }
}
@media (max-width: 591px) {
  .error-wrapper .error-status {
    font-size: 100px;
  }
}

.blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}
.blog-meta li {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  position: relative;
  margin-right: 20px;
}
.blog-meta li i {
  font-size: 15px;
  color: var(--primary);
  margin-right: 8px;
  transform: translateY(-1px);
  display: flex;
}
.blog-meta .blog-author img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: 10px;
}

.blog-catogery a {
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
}

.blog-card {
  padding: 0;
  transition: all 0.25s;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  padding: 10px;
}
.blog-card .post-title {
  font-size: 20px;
  font-weight: 600;
}
.blog-card .post-info {
  padding: 15px 15px 10px;
}
.blog-card .post-tag {
  background: var(--primary);
  padding: 5px 10px;
  border-radius: 25px;
  color: #000;
  line-height: 1.2;
  font-size: 14px;
}
.blog-card .post-date {
  position: absolute;
  color: #fff;
  background-color: var(--primary);
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.3;
}
.blog-card .post-meta {
  margin-bottom: 12px;
  padding: 0;
}
.blog-card .post-meta li {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  font-weight: 500;
  margin-right: 10px;
  line-height: 1.25;
}
.blog-card .post-header {
  padding-bottom: 12px;
}
.blog-card .post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card p {
  margin-bottom: 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .post-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.25s;
  z-index: 1;
}
.blog-card .post-media img {
  transition: all 0.25s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.details-post-image {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 20px;
}
.details-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s;
}
.details-post-image figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}

.blog-details {
  font-size: 16px;
  margin-bottom: 60px;
}
.blog-details .blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  flex-wrap: wrap;
}
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  margin-top: 35px;
  margin-bottom: 8px;
}
.blog-details .blog-tags {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
  margin-top: 25px;
  font-size: 15px;
}
.blog-details .blog-tags a {
  margin-left: 5px;
}
.blog-details figure {
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 6px;
}

.comment-form .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--body-font-family);
}

.comments-area {
  margin-bottom: 50px;
}
.comments-area .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--body-font-family);
}

.comment-list {
  margin-bottom: 15px;
  padding: 20px 20px 0px;
  border-radius: 6px;
  background-color: #fff;
}
.comment-list .comment-wrap {
  display: flex;
}
.comment-list .comment-info .user {
  font-size: 15px;
  color: var(--heading-color);
  line-height: 1.2;
  font-weight: 500;
}
.comment-list .comment-info .date {
  font-size: 13px;
  display: inline-block;
  line-height: 12px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  text-transform: uppercase;
}
.comment-list .comment-info p {
  font-size: 15px;
  line-height: 1.5;
}
.comment-list .comment-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px 0;
}
.comment-list .comment-user {
  overflow: hidden;
  border-radius: 50px;
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 15px;
  border: 2px solid white;
}
.comment-list .comment-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-list .btn-reply {
  color: var(--primary);
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline !important;
  margin-bottom: 20px;
}
.comment-list .comment-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.blog-wrapper {
  max-width: 980px;
}

.blockquote {
  position: relative;
  padding-left: 55px;
  font-style: italic;
  font-size: 20px;
  margin: 25px 0;
}
.blockquote::before {
  content: "﫾";
  font-family: uicons-regular-straight;
  position: absolute;
  left: 0;
  font-size: 32px;
  color: var(--bs-primary);
  line-height: 1.2;
  font-style: normal;
}

.reply-form {
  display: none;
  margin-bottom: 20px;
}

.auth-form {
  max-width: 500px;
  min-width: 500px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  background-color: var(--light);
}

@media (max-width: 591px) {
  .auth-form {
    max-width: 100%;
    min-width: 100%;
  }
}
.package-img {
  border-radius: 15px;
  overflow: hidden;
}

.package-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-details-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-weight: 500;
  padding: 8px 0;
}
.package-details-list .icon,
.package-details-list .icon i {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border-radius: 50px;
}

.package-details-highlights-list-1 {
  padding: 0;
}
.package-details-highlights-list-1 li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-weight: 500;
  padding: 6px 0;
}
.package-details-highlights-list-1 i,
.package-details-highlights-list-1 .icon {
  display: flex;
  font-size: 20px;
  color: var(--primary);
}

.package-details-highlights-list-2 {
  padding: 0;
}
.package-details-highlights-list-2 li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-weight: 500;
  padding: 6px 0;
}
.package-details-highlights-list-2 i,
.package-details-highlights-list-2 .icon {
  display: flex;
  font-size: 16px;
  color: var(--dark);
}

.borderX {
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}

.tour-booking-wrapper {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.tour-booking-wrapper .offer-card {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 13px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.16px;
  background-color: var(--danger);
  color: #fff;
}
.tour-booking-wrapper .booking-wrapper-head .price {
  font-size: 24px;
}
.tour-booking-wrapper .booking-wrapper-head .price del {
  color: var(--body-color);
}
.tour-booking-wrapper .booking-wrapper-head .price span {
  font-weight: 500;
  font-size: 16px;
}

.tour-detail figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=styles.css.map */
