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

html {
  height: 100%;
  width: 100%;
  font-size: 0.5208333333vw;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.container {
  --bs-gutter-container-x: 2rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 154rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  --bs-gutter-container-x: 2rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 178rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  --bs-gutter-m-x: 2rem;
  --bs-gutter-m-y: 2rem;
}
@media (max-width: 991.98px) {
  .row {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
}

.gy-0 {
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.row-sm {
  --bs-gutter-x: 2rem;
}
@media (max-width: 991.98px) {
  .row-sm {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

a,
acronym,
applet,
body,
details,
dfn,
div,
footer,
header,
hgroup,
kbd,
object,
output,
samp,
section,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  color: #222;
  font-family: "Noto Sans SC";
  font-weight: 400;
  background-color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
body ::-webkit-scrollbar {
  width: 0.3rem;
}
body ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
body ::-webkit-scrollbar-thumb {
  background: #1A87C5;
}

.menu ol, .footer-nav ul, .menu ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

label {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}

input,
textarea,
select {
  border: 1px solid #000000;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background: transparent;
}

input[type=checkbox] {
  width: auto;
}

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

@media (min-width: 575.98px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 767.98px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 991.98px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1199.98px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*--------------------------------------------------------------
# Woocommerce 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.header {
  padding: 2rem 0;
  position: relative;
  background: linear-gradient(to right, #fff 70%, #E7AC1C 30%);
  z-index: 99;
}
.header::after {
  content: "";
  background-color: #E7AC1C;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
}
.header .logo {
  width: 15%;
}
.header .logo img {
  width: 9rem;
  height: 9.6rem;
  object-fit: contain;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.header .header-content .mobile-nav-inner {
  display: none;
}
.header .header-content .navbar-toggle {
  display: none;
}
.header .header-content .nav-overlay {
  display: none;
}
.header .header-content .menu-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.header .header-content .menu-right .phone-number {
  color: #FFF799;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
.header .header-content .menu-right .list-social {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .header .header-content .menu-right .list-social {
    justify-content: flex-start;
  }
}
.header .header-content .menu-right .list-social .icon {
  display: flex;
}
.header .header-content .menu-right .list-social .icon img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.header .header-content .menu {
  width: 55%;
}
.header .header-content .menu .menu__list {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.header .header-content .menu .menu__list > li.current-menu-item {
  position: relative;
}
.header .header-content .menu .menu__list > li.current-menu-item a {
  color: #E60012;
}
.header .header-content .menu .menu__list > li > a {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  position: relative;
}
.header .header-content .menu .menu__list > li > a:hover {
  text-decoration: none;
  color: #E60012;
}

@media screen and (max-width: 991.98px) {
  body {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  body.menuin {
    margin-left: 60%;
    margin-right: -60%;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  .header .header-content {
    justify-content: space-between;
  }
  .header .header-content .menu-main {
    display: none;
  }
  .header .header-content .menu-right {
    display: none;
  }
  .header .header-content .mobile-nav-inner {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: block;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 60%;
    z-index: 99;
    background-color: #FFFFFF;
    overflow: auto;
    border: 2px solid transparent;
    list-style-type: none;
    padding: 2rem 1rem;
  }
  .header .header-content .mobile-nav-inner .menu-main {
    display: block;
    width: 100%;
  }
  .header .header-content .mobile-nav-inner .menu__list {
    display: block;
  }
  .header .header-content .mobile-nav-inner .menu__list li {
    padding: 1rem 0;
  }
  .header .header-content .mobile-nav-inner .menu__list li a {
    color: #222;
  }
  .header .header-content .mobile-nav-inner .menu__list li.btn-custom {
    margin-left: 0 !important;
    margin: 1rem 0;
  }
  .header .header-content .mobile-nav-inner .menu-right {
    list-style-type: none;
    padding: 0;
    display: block;
    width: 100%;
  }
  .header .header-content .mobile-nav-inner .menu-right .phone-number {
    color: #222;
    padding: 1rem 0;
  }
  .header .header-content .mobile-nav-inner .menu-right .btn-wrap {
    padding: 1rem 0;
  }
  .header .header-content .mobile-nav-inner .menu-right .btn-wrap .btn-main {
    background-color: #e60012;
    border-color: #e60012;
    color: #FFF;
  }
  .header .logo {
    flex-shrink: 0;
  }
  .header .navbar-toggle {
    order: 1;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    outline: none;
    display: block !important;
  }
  .header .navbar-toggle.open {
    z-index: 99;
  }
  .header .navbar-toggle.open + .mobile-nav-inner {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .header .navbar-toggle.open + .mobile-nav-inner + .nav-overlay {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(1) {
    transform: translate(-1px, 7px) rotate(-225deg);
    -webkit-transform: translate(-1px, 7px) rotate(-225deg);
    -moz-transform: translate(-1px, 7px) rotate(-225deg);
    -ms-transform: translate(-1px, 7px) rotate(-225deg);
    -o-transform: translate(-1px, 7px) rotate(-225deg);
  }
  .header .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(3) {
    transform: translate(-1px, -7px) rotate(225deg);
    -webkit-transform: translate(-1px, -7px) rotate(225deg);
    -moz-transform: translate(-1px, -7px) rotate(225deg);
    -ms-transform: translate(-1px, -7px) rotate(225deg);
    -o-transform: translate(-1px, -7px) rotate(225deg);
  }
  .header .navbar-toggle .icon-bar {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 41, 51, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 98;
  }
}
.footer .footer-top {
  padding: 4rem 0;
  background-color: #E0E0E0;
}
@media (max-width: 991.98px) {
  .footer .footer-top .logo-footer {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.footer .footer-top .logo-footer img {
  width: 172px;
  height: 186px;
  object-fit: contain;
}
.footer .footer-top .footer-nav .heading {
  color: #E7AC1C;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Rounded Mplus 1c";
  font-weight: 600;
}
.footer .footer-top .footer-nav .menu-footer li {
  margin-bottom: 1rem;
}
.footer .footer-top .footer-nav .menu-footer li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-nav .menu-footer li a {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer-top .footer-nav .menu-footer li a:hover {
  color: #E60012;
}
.footer .footer-top .footer-nav .list-item .item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer .footer-top .footer-nav .list-item .item .text {
  color: #666;
}
.footer .footer-bot {
  background-color: #E7AC1C;
  padding: 1rem 0;
}
.footer .footer-bot .box-content {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer .footer-bot .box-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer .footer-bot .box-content .copy-right {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  color: #E60012;
  font-weight: 400;
}
.footer .footer-bot .box-content .list-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.2rem;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-bot .box-content .list-social {
    justify-content: flex-start;
  }
}
.footer .footer-bot .box-content .list-social .icon {
  display: flex;
}
.footer .footer-bot .box-content .list-social .icon img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.sub-menu {
  display: block;
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  margin-top: 2rem;
  border-radius: 0 0 3px 3px;
  background: #fff;
  top: 100%;
  width: 250px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0784313725);
  padding: 1rem !important;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 6rem;
  width: 100%;
  left: 0;
  right: 0;
}
.menu-item-has-children::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 35%;
  right: -1.2rem;
  width: 6px;
  height: 6px;
  border-top: 0;
  border-right: 0;
  margin-left: 10px;
  border-left: 1.5px solid #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .menu-item-has-children::before {
    border-left: 1.5px solid #000000;
    border-bottom: 1.5px solid #000000;
    right: 1.2rem;
  }
}
.menu-item-has-children:hover::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.2rem;
}
.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  margin-top: 1rem;
  visibility: visible;
  display: block !important;
}
.menu-item-has-children ul.sub-menu li {
  margin: 0;
  display: block;
}
.menu-item-has-children ul.sub-menu li a {
  padding: 1rem;
  color: #1A1A1A;
  display: block;
  height: auto;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 16px;
}
.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #E5E5EA;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .menu-item-has-children ul.sub-menu {
    display: none;
    opacity: 1;
    visibility: unset;
    position: relative;
    width: 100%;
    left: 0;
    padding: 1rem !important;
    text-align: left;
  }
}

.sub-menu-block {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  margin-top: 1px;
  box-shadow: -23px 23px 20px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s ease-in-out;
}
.sub-menu-block .container {
  padding-left: 12px;
  padding-right: 12px;
}
.sub-menu-block .sub-menu-item .menu-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Noto Sans SC";
}
.sub-menu-block .sub-menu-item ul li {
  margin: 0;
  display: block;
}
.sub-menu-block .sub-menu-item ul li a {
  font-size: 1rem;
  line-height: 1.4;
  color: #898989;
  margin-bottom: 1rem;
  padding: 0;
  display: block;
  line-height: 1.5;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.sub-menu-block .sub-menu-item ul li a:hover {
  color: #E60012;
}

.has-sub-block:hover > .sub-menu-block {
  opacity: 1;
  visibility: visible;
}

.btn-custom {
  font-family: "Rounded Mplus 1c";
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  background: #e60012;
  padding: 1.4rem 5rem 1.4rem 5rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border: 1.5px solid #e60012;
  text-transform: uppercase;
}
.btn-custom:hover {
  text-decoration: none;
  background: #ffffff;
  color: #e60012;
  border-color: #ffffff;
}

.btn-main {
  font-family: "Rounded Mplus 1c";
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #fff799;
  background: transparent;
  padding: 1.4rem 4.5rem 1.4rem 4.5rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border: 1.5px solid #fff799;
  text-transform: uppercase;
}
.btn-main:hover {
  text-decoration: none;
  background: #e60012;
  color: #ffffff;
  border-color: #e60012;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.text-red {
  color: #e60012;
}

.text-yellow {
  color: #e7ac1c;
}

.desc {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #21272a;
}

.title {
  font-size: 2.6rem;
  line-height: 1.2307692308;
  font-weight: 600;
  font-family: "Noto Sans SC";
  color: #000;
}

.heading {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  font-weight: 700;
  font-family: "Rounded Mplus 1c";
  color: #ffffff;
}

.btn-text {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Rounded Mplus 1c";
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.btn-text svg {
  width: 3.1rem;
  height: auto;
}
.btn-text:hover {
  text-decoration: none;
  color: #e60012;
}
.btn-text:hover svg path {
  fill: #e60012;
}

.bg-image-page {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.section-booking-home .box-content {
  padding: 16rem 4rem;
  background: rgba(231, 172, 28, 0.9);
}
.section-booking-home .box-content .heading {
  font-size: 5.4rem;
  line-height: 1;
}
.section-booking-home .box-content .heading em {
  font-size: 4.4rem;
  line-height: 1.2272727273;
  font-weight: 400;
  font-style: normal;
}
.section-booking-home .box-image {
  margin-left: -20rem;
}
@media (max-width: 991.98px) {
  .section-booking-home .box-image {
    margin-left: 0;
  }
}
.section-booking-home .box-image .image {
  position: relative;
  padding-top: 58.3941605839%;
}
.section-booking-home .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-our-capabilities {
  overflow: hidden;
  background: #e7ac1c;
}
.section-our-capabilities .box-content {
  padding: 8rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 9rem;
}
@media (max-width: 991.98px) {
  .section-our-capabilities .box-content {
    margin-right: 0;
  }
}
.section-our-capabilities .box-content .heading {
  text-transform: uppercase;
}
.section-our-capabilities .box-content .desc {
  color: #fff;
}
.section-our-capabilities .box-image {
  margin-right: -20rem;
}
@media (max-width: 991.98px) {
  .section-our-capabilities .box-image {
    margin-right: 0;
  }
}
.section-our-capabilities .box-image .image {
  position: relative;
  padding-top: 65.3005464481%;
}
.section-our-capabilities .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-our-values {
  overflow: hidden;
}
.section-our-values .box-content {
  padding: 8rem 0;
  background-color: #F7F7F7;
}
.section-our-values .box-content .heading {
  color: #e60012;
  text-transform: uppercase;
}
.section-our-values .box-image .image img {
  width: 100%;
}

.section-listitemhome {
  background-color: #F7F7F7;
}
.section-listitemhome .list-item .item .icon img {
  width: 12rem;
  height: 12rem;
  object-fit: contain;
}

.section-contact-home .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.section-contact-home .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.section-contact-home .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.section-contact-home .box-content .desc {
  color: #fff;
}
.section-contact-home .box-content .desc strong {
  color: #e7ac1c;
}
.section-contact-home .box-content .desc p {
  margin-bottom: 1.5rem;
}
.section-contact-home .box-image {
  margin-left: -20rem;
  height: 100%;
}
@media (max-width: 991.98px) {
  .section-contact-home .box-image {
    margin-left: 0;
  }
}
.section-contact-home .box-image .image {
  position: relative;
  padding-top: 70.9245742092%;
  height: 100%;
}
.section-contact-home .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact-home .content-bot {
  background-color: #f7f7f7;
}
.section-contact-home .content-bot .form-contact {
  padding: 4rem 0;
}

.form-contact .form-label {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.form-contact .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  outline: none;
  color: #011c2a;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  padding: 1rem 0;
  background-color: #f7f7f7;
}
.form-contact .form-control::placeholder {
  color: #8d8d8d;
}
.form-contact .form-control:focus {
  box-shadow: none;
}
.form-contact .form-check-custom {
  margin-top: 1rem;
}
.form-contact .form-check-custom .wpcf7-list-item-label {
  color: #011c2a;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-contact .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  line-height: 1.25;
}
.form-contact .btn-wrap {
  text-align: right;
}
@media (max-width: 991.98px) {
  .form-contact .btn-wrap {
    text-align: left;
  }
}
.form-contact .btn-wrap .btn-custom {
  text-transform: capitalize;
  border-radius: 5px;
}
.form-contact .btn-wrap .btn-custom:hover {
  background-color: #ff4d4d;
  color: #fff;
}
.form-contact .btn-wrap .wpcf7-spinner {
  float: left;
}
@media (max-width: 991.98px) {
  .form-contact .btn-wrap .wpcf7-spinner {
    float: none;
  }
}

.about-us .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.about-us .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.about-us .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.about-us .box-content .desc {
  color: #fff;
}
.about-us .box-content .desc strong {
  color: #e7ac1c;
}
.about-us .box-content .desc p {
  margin-bottom: 1.5rem;
}
.about-us .box-image .image img {
  width: 100%;
}

.about-us-info1 .info-top {
  text-align: center;
  background: rgba(231, 172, 28, 0.9);
  padding: 8rem 20rem;
}
@media (max-width: 991.98px) {
  .about-us-info1 .info-top {
    padding: 4rem;
    margin-bottom: 2rem;
  }
}
.about-us-info1 .info-top .desc {
  color: #fff;
}
.about-us-info1 .info-top .desc h3 {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-family: "Rounded Mplus 1c";
  font-weight: 400;
  letter-spacing: 0.5px;
}
.about-us-info1 .info-bot {
  background-color: #fff;
}
.about-us-info1 .info-bot .desc h3 {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-family: "Rounded Mplus 1c";
  font-weight: 400;
  letter-spacing: 0.5px;
}
.about-us-info1 .box-content {
  padding: 8rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4rem;
}
@media (max-width: 991.98px) {
  .about-us-info1 .box-content {
    margin-left: 0;
  }
}
.about-us-info1 .box-image {
  margin-left: -20rem;
}
@media (max-width: 991.98px) {
  .about-us-info1 .box-image {
    margin-left: 0;
  }
}
.about-us-info1 .box-image .image {
  position: relative;
  padding-top: 82.5263157895%;
}
.about-us-info1 .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-info2 {
  overflow: hidden;
}
.about-us-info2 .box-content {
  background: rgba(231, 172, 28, 0.9);
  padding: 8rem;
}
@media (max-width: 991.98px) {
  .about-us-info2 .box-content {
    padding: 4rem;
  }
}
.about-us-info2 .box-content .desc {
  color: #fff;
}
.about-us-info2 .box-content .desc p {
  margin-bottom: 1.5rem;
}
.about-us-info2 .box-image {
  margin-right: -20rem;
}
@media (max-width: 991.98px) {
  .about-us-info2 .box-image {
    margin-right: 0;
  }
}
.about-us-info2 .box-image .image {
  position: relative;
  padding-top: 44.1860465116%;
}
.about-us-info2 .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-clients {
  padding-bottom: 8rem;
}
.our-clients .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.our-clients .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.our-clients .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.our-clients .box-content .desc {
  color: #fff;
}
.our-clients .box-content .desc strong {
  color: #e7ac1c;
}
.our-clients .box-content .desc p {
  margin-bottom: 1.5rem;
}
.our-clients .box-list-item-clients {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  padding: 8rem 0;
}
.our-clients .box-list-item-clients .list-item-clients {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8rem;
  padding-top: 6rem;
}
.our-clients .box-list-item-clients .list-item-clients:first-child {
  padding-top: 0;
}
.our-clients .box-list-item-clients .list-item-clients:last-child {
  padding-bottom: 0;
  border: 0;
}
.our-clients .box-list-item-clients .list-item-clients .list-item .item .icon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.our-clients .box-list-item-clients .list-item-clients .list-item .item .text {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Noto Sans SC";
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.our-services .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.our-services .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.our-services .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.our-services .box-content .desc {
  color: #fff;
}
.our-services .box-content .desc strong {
  color: #e7ac1c;
}
.our-services .box-content .desc p {
  margin-bottom: 1.5rem;
}
.our-services .box-content-bot {
  padding: 8rem;
}
.our-services .box-content-bot .desc {
  color: #fff;
}
.our-services .box-content-bot .desc h3 {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 400;
}
.our-services .box-image .image img {
  width: 100%;
}

.contact-us {
  padding-bottom: 8rem;
}
.contact-us .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.contact-us .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.contact-us .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.contact-us .box-content .desc {
  color: #fff;
}
.contact-us .box-content .desc strong {
  color: #e7ac1c;
}
.contact-us .box-content .desc p {
  margin-bottom: 1.5rem;
}
.contact-us .contact-bot {
  background-color: #f7f7f7;
  padding: 8rem 0;
}

.gallery {
  padding-bottom: 8rem;
}
.gallery .box-content {
  padding: 8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #222;
}
.gallery .box-content .heading {
  color: #e7ac1c;
  text-transform: uppercase;
}
.gallery .box-content .title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.gallery .box-content .desc {
  color: #fff;
}
.gallery .box-content .desc strong {
  color: #e7ac1c;
}
.gallery .box-content .desc p {
  margin-bottom: 1.5rem;
}
.gallery .gallery-list-item .gallery-info {
  background-color: #fff;
  padding: 2rem 0;
}
.gallery .gallery-list-item .gallery-info .nav-pills {
  margin-bottom: 0;
  gap: 14rem;
}
@media (max-width: 991.98px) {
  .gallery .gallery-list-item .gallery-info .nav-pills {
    gap: 4rem;
  }
}
.gallery .gallery-list-item .gallery-info .nav-pills .nav-item {
  position: relative;
}
.gallery .gallery-list-item .gallery-info .nav-pills .nav-item::after {
  content: "";
  position: absolute;
  right: -7rem;
  top: 0;
  width: 1px;
  height: 2.6rem;
  background-color: #d9d9d9;
}
@media (max-width: 991.98px) {
  .gallery .gallery-list-item .gallery-info .nav-pills .nav-item::after {
    right: -2rem;
  }
}
.gallery .gallery-list-item .gallery-info .nav-pills .nav-item:last-child::after {
  display: none;
}
.gallery .gallery-list-item .gallery-info .nav-pills .nav-item .nav-link {
  padding: 0;
  background-color: transparent;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Noto Sans SC";
  font-weight: 400;
}
.gallery .gallery-list-item .gallery-info .nav-pills .nav-item .nav-link.active {
  color: #E60012;
  font-weight: 700;
}
.gallery .gallery-list-item .list-image .image {
  position: relative;
  padding-top: 71.875%;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.gallery .gallery-list-item .list-image .image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(231, 172, 28, 0) 60%, rgba(231, 172, 28, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gallery .gallery-list-item .list-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.gallery .gallery-list-item .list-image .image .btn-seemore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 400;
  opacity: 0;
  text-decoration: none;
}
.gallery .gallery-list-item .list-image .image:hover::before {
  opacity: 1;
  z-index: 9;
}
.gallery .gallery-list-item .list-image .image:hover img {
  transform: scale(1.2);
}
.gallery .gallery-list-item .list-image .image:hover .btn-seemore {
  opacity: 1;
  z-index: 10;
}

.our-fleet {
  padding-bottom: 8rem;
}
.our-fleet .box-content {
  background-color: #f7f7f7;
  padding: 8rem 0;
}
.our-fleet .heading {
  color: #e60012;
  text-transform: uppercase;
}
.our-fleet .list-item {
  margin-top: 6rem;
}
@media (max-width: 991.98px) {
  .our-fleet .list-item .item {
    margin-bottom: 2rem;
  }
}
.our-fleet .list-item .item .title {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-family: "Rounded Mplus 1c";
}
.our-fleet .list-item .item .info-item {
  display: flex;
  gap: 0.5rem;
}
.our-fleet .list-item .item .info-item .number {
  color: #d9d9d9;
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Rounded Mplus 1c";
}
.our-fleet .list-item .item .image {
  margin-top: 4rem;
  position: relative;
  padding-top: 129.8174442191%;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .our-fleet .list-item .item .image {
    margin-top: 1rem;
  }
}
.our-fleet .list-item .item .image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(231, 172, 28, 0) 60%, rgba(231, 172, 28, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.our-fleet .list-item .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.our-fleet .list-item .item .image .btn-seemore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 400;
  opacity: 0;
  text-decoration: none;
}
.our-fleet .list-item .item .image:hover::before {
  opacity: 1;
  z-index: 9;
}
.our-fleet .list-item .item .image:hover img {
  transform: scale(1.2);
}
.our-fleet .list-item .item .image:hover .btn-seemore {
  opacity: 1;
  z-index: 10;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 99;
  bottom: 75px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: inline-block;
  color: #fff !important;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background: rgba(231, 172, 28, 0.9);
}

.add-fix-top.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
