:root {
  --space-4xs: clamp(0.13rem, calc(0.09rem + 0.18vw), 0.25rem);
  --space-3xs: clamp(0.38rem, calc(0.34rem + 0.18vw), 0.5rem);
  --space-2xs: clamp(0.5rem, calc(0.43rem + 0.37vw), 0.75rem);
  --space-xs: clamp(0.63rem, calc(0.51rem + 0.55vw), 1rem);
  --space-s: clamp(1rem, calc(0.85rem + 0.74vw), 1.5rem);
  --space-m: clamp(1.38rem, calc(1.19rem + 0.92vw), 2rem);
  --space-l: clamp(1.63rem, calc(1.37rem + 1.29vw), 2.5rem);
  --space-xl: clamp(2.63rem, calc(2.22rem + 2.02vw), 4rem);
  --space-2xl: clamp(4rem, calc(3.41rem + 2.94vw), 6rem);
  --space-3xl: clamp(6rem, calc(5.12rem + 4.41vw), 9rem);
  --black: $black;
  --navy: $navy;
  --turquoise: $turquoise;
  --red: $red;
  --red-light: $red-light;
  --gray: $gray;
  --light-blue: $light-blue;
  --light-blue-secondary: $light-blue-secondary;
  --light-blue-dark: $light-blue-dark;
  --transition: $transition;
  --border-radius: 9px;
  --carousel-dot-color: $carousel-dot-color;
  --carousel-dot-active-color: $carousel-dot-active-color;
  --carousel-nav-color: $carousel-nav-color;
  --shadow-1: 0 0 var(--space-m) var(--space-4xs) rgba(13, 56, 128, 0.1);
  --shadow-2: 0 0 var(--space-m) var(--space-4xs) rgba(13, 56, 128, 0.05);
  --border-radius-xs: var(--space-xs);
  --border-radius-s: var(--space-s);
  --border-radius-m: var(--space-m);
  --border-radius-l: var(--space-l);
  --completed: $project-completed;
  --continues: $project-continues;
  --planned: $project-planned;
  --renewed: $project-renewed;
  --tender-stage: $project-tender-stage;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  color: #000;
  background: #ffffff;
  font-size: 1rem;
}

/* common */
.container {
  max-width: 1240px;
}

.container-fluid {
  max-width: 1500px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #63AB45;
}

.form-control, .form-select {
  border-color: #dbe8fb;
}

.input-group-text {
  border-color: #dbe8fb;
  background: #f4f7fc;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 1;
}

.rounded {
  border-radius: 15px !important;
}

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

.fw-boldest {
  font-weight: 900 !important;
}

h6, .h6 {
  font-weight: 500;
  font-size: 0.9375rem;
}

h5, .h5 {
  font-weight: 500;
  font-size: 1.125rem;
}

h4, .h4 {
  font-weight: 500;
  font-size: 1.3125rem;
}

h3, .h3 {
  font-weight: 500;
  font-size: 1.5rem;
}

h2, .h2 {
  font-weight: 500;
  font-size: 1.6875rem;
}

h1, .h1 {
  font-weight: 500;
  font-size: 1.875rem;
}

/* header */
#header {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #fed50b;
}
#header .header-top {
  background: #1D231F;
  height: 46px;
  color: #fff;
}
#header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#header .header-top .socials {
  display: flex;
  gap: 15px;
  align-items: center;
}
#header .header-top .socials a {
  font-size: 1rem;
  color: #fff;
}
#header .header-top .socials a:hover {
  color: #fff;
}

.navbar {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.navbar .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  height: 70px;
}
.navbar .navbar-toggler {
  color: #000;
  font-size: 1.5rem;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand img {
  height: 60px;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #1D231F;
    z-index: 111;
  }
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.06px;
  padding: 10px 15px !important;
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    color: #fff;
  }
}
.navbar-nav .nav-link:hover {
  color: #63AB45;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .offcanvas-nav {
    z-index: 100000;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-header {
    background: #0d3880;
    width: 100%;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-header img {
    height: 60px;
  }
  .navbar-expand-lg .offcanvas.offcanvas-start {
    transform: none;
    width: 300px;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-left: 1px dotted #c5d3eb;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    width: auto;
    height: auto;
    visibility: visible;
    background: transparent;
    border: 0;
  }
  .navbar-expand-lg .offcanvas.offcanvas-start {
    transform: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
  .navbar-expand-lg .offcanvas-nav {
    position: unset;
    flex-direction: row;
  }
  .navbar-expand-lg .offcanvas-nav.offcanvas-start, .navbar-expand-lg .offcanvas-nav.offcanvas-end {
    width: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: -1;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-top: calc(-1 * var(--space-m));
  }
}
/**/
.hero {
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: center;
  line-height: 1.35;
}
.hero div {
  font-size: 1.25rem;
  font-weight: 500;
}
.hero .name {
  font-family: "Rozha One";
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: -0.05rem;
}
.hero p {
  font-size: 1.25rem;
}

/* breadcrumb */
#breadcrumb {
  padding: 25px 0;
  background: rgb(239, 239, 239);
  background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgba(239, 239, 239, 0) 50%);
}
#breadcrumb .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
#breadcrumb h1 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#breadcrumb dl {
  color: #999;
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
  align-items: center;
  margin: 0 0;
}
@media (max-width: 575.98px) {
  #breadcrumb dl {
    white-space: nowrap;
    overflow-x: scroll;
    line-height: 1.5;
    width: 100%;
  }
}
#breadcrumb dl dt {
  font-weight: 400;
}
#breadcrumb dl dt i {
  font-size: 0.75rem;
}

/* section */
section {
  padding: 70px 0;
}
section .section-header {
  margin-bottom: 3rem;
  text-align: center;
}

.section-title {
  font-size: 40px;
  letter-spacing: -0.6px;
  margin: 0;
  font-weight: 700;
}

.section-sub-title {
  color: #63AB45;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.section-sub-title:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
  background: #63AB45;
  border-radius: 6px;
}

/* contact */
.contact-item {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 15px;
  display: flex;
}
.contact-item .label {
  gap: 10px;
  font-weight: 500;
  background: #efefef;
  display: flex;
  flex: 0 0 150px;
  padding: 20px;
  justify-content: start;
  align-items: center;
  border-right: 1px solid #dedede;
}
.contact-item .info {
  display: flex;
  padding: 20px;
}

.contact-map {
  border-radius: 15px;
  overflow: hidden;
}

/* swiper */
.swiper-pagination {
  bottom: 0 !important;
  margin-top: 20px;
  position: relative;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
  background: #0d3880;
}
.swiper-pagination-bullet-active {
  width: 40px;
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

/* social share */
.social-share {
  background: #fff;
  display: inline-flex;
  border-radius: 15px;
  border: 1px solid #dbe8fb;
  overflow: hidden;
}
.social-share label, .social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-xs) var(--space-s);
}
.social-share label {
  background: #f4f7fc;
}
.social-share a:not(:last-child) {
  border-right: 1px solid #f4f7fc;
}
.social-share a:hover {
  background: #f4f7fc;
}
.social-share a i {
  font-size: 1.25rem;
}
.social-share a.x {
  color: #14171a;
}
.social-share a.fb {
  color: #1877f2;
}
.social-share a.in {
  color: #0a66c2;
}
.social-share a.wa {
  color: #25d366;
}
.social-share a.ln {
  color: #e54360;
}

/* cards */
.card {
  overflow: hidden;
  border: 1px solid #dbe8fb;
  border-radius: var(--border-radius);
}
.card .card-header {
  box-shadow: var(--shadow-1);
  border: 0;
  background: transparent;
  padding: var(--space-s) var(--space-l);
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.card .card-header .card-title {
  margin: 0;
  font-size: 1.125rem;
}
.card .card-body {
  padding: var(--space-l);
}
.card .card-body p:last-child {
  margin-bottom: 0;
}

.card-sidebar .card-body {
  padding: 0;
}
.card-sidebar .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.card-sidebar .card-body ul li:not(:first-child) {
  border-top: 1px solid #f4f7fc;
}
.card-sidebar .card-body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: var(--space-xs) var(--space-l);
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card-sidebar .card-body ul li a:after {
  color: #e54360;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card-sidebar .card-body ul li:hover a, .card-sidebar .card-body ul li.active a {
  padding-left: var(--space-l);
  color: #e54360;
  text-decoration: none;
}
.card-sidebar .card-body ul li:hover a:after, .card-sidebar .card-body ul li.active a:after {
  right: 15px;
  color: #e54360;
}

.card-social {
  background: #f4f7fc;
  border: 1px solid #dbe8fb;
  border-radius: 15px;
  padding: var(--space-s);
}
.card-social h2 {
  font-weight: 700;
  color: #0d3880;
  font-size: 1.75rem;
  margin-bottom: var(--space-m);
}
.card-social .accounts {
  display: flex;
  gap: 10px;
}
.card-social .accounts a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  font-size: 1.25rem;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.card-social .accounts a.tw {
  color: #14171a;
}
.card-social .accounts a.tw:hover {
  background: #14171a;
  color: #fff;
}
.card-social .accounts a.fb {
  color: #1877f2;
}
.card-social .accounts a.fb:hover {
  background: #1877f2;
  color: #fff;
}
.card-social .accounts a.ins {
  color: #e1306c;
}
.card-social .accounts a.ins:hover {
  background: #e1306c;
  color: #fff;
}
.card-social .accounts a.yt {
  color: #ff0000;
}
.card-social .accounts a.yt:hover {
  background: #ff0000;
  color: #fff;
}
.card-social .accounts a.wa {
  color: #25d366;
}
.card-social .accounts a.wa:hover {
  background: #25d366;
  color: #fff;
}

/* page */
.page-detail {
  font-size: 1rem;
}
.page-detail .page-body {
  line-height: 1.75;
}
.page-detail .page-body h1, .page-detail .page-body h2, .page-detail .page-body h3, .page-detail .page-body h4, .page-detail .page-body h5, .page-detail .page-body h6 {
  border-bottom: 1px solid #dbe8fb;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.page-detail .page-body strong {
  font-weight: 600;
}
.page-detail .page-body ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
}
.page-detail .page-body ol ol {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.page-detail .page-body ul ul {
  padding: 0 0 0 2em;
}
.page-detail .page-body ul, .page-detail .page-body ol {
  padding: 0 0 0 1em;
  margin-bottom: 2em;
}
.page-detail .page-body ul li, .page-detail .page-body ol li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #f4f7fc;
  text-decoration: none;
  transition: all 0.3s ease-out;
  border-radius: 0.25rem;
}
.page-detail .page-body ul li:hover, .page-detail .page-body ol li:hover {
  background: #c5d3eb;
}
.page-detail .page-body ul li:hover:after, .page-detail .page-body ol li:hover:after {
  left: -0.5em;
  border-left-color: #e54360;
}
.page-detail .page-body ul li:before, .page-detail .page-body ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  color: #fff;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #e54360;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: 500;
  border-radius: 0.25rem;
}
.page-detail .page-body ul li:after, .page-detail .page-body ol li:after {
  position: absolute;
  content: "";
  border: 0.4em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.4em;
  transition: all 0.3s ease-out;
}
.page-detail .page-body ul li:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin-top: -0.75em;
  left: -2em;
}
.page-detail .page-photos a {
  overflow: hidden;
  display: block;
  position: relative;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
.page-detail .page-photos a img {
  height: 150px;
  object-fit: cover;
  object-position: top;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  border-radius: var(--border-radius);
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.page-detail .page-photos a:hover img {
  transform: scale(1.1);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
.page-detail .sub-page {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #dbe8fb;
  border-radius: 15px;
  padding: var(--space-xs) var(--space-s);
  font-weight: 500;
}
.page-detail .sub-page i {
  font-size: 1rem;
  color: #e54360;
}
.page-detail .child-pages .child-page {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #dbe8fb;
  padding: var(--space-s);
  border-radius: 15px;
}
.page-detail .child-pages .child-page .info {
  display: flex;
  gap: 20px;
}
.page-detail .child-pages .child-page .info p:last-child {
  margin: 0;
}
.page-detail .child-pages .child-page .image img {
  width: 240px;
  height: auto;
  border-radius: 15px;
}

/**/
.alert {
  border-radius: 15px;
}

/* pagination */
.pagination {
  padding: 20px 0;
  margin-bottom: 0;
}

.page-item :first-child .page-link, .page-item :last-child .page-link {
  border-radius: 5px;
}
.page-item.active .page-link {
  text-decoration: none;
  background: #dbe8fb;
  color: #0d3880;
  border-color: #c5d3eb;
}
@media (max-width: 575.98px) {
  .page-item:nth-child(1), .page-item:nth-child(2), .page-item:nth-last-child(1), .page-item:nth-last-child(2) {
    display: none;
  }
}

.page-link {
  border: 1px solid #dbe8fb;
  color: #0d3880;
  font-weight: 400;
  font-size: 1.125rem;
  border-radius: 5px;
  min-width: 40px;
  height: 40px;
  margin: 0 3px !important;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.page-link:hover {
  text-decoration: none;
  background: #dbe8fb;
  color: #0d3880;
  border-color: #c5d3eb;
}

/* footer */
footer {
  color: #fff;
  background: #1D231F;
}
footer .footer-top {
  padding: 50px 0 30px;
}
footer .about {
  font-size: 14px;
}
footer .about .logos {
  margin-bottom: 20px;
}
footer .about .content {
  line-height: 1.8;
}
footer .about .content strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #63AB45;
}
footer .footer-contact .item {
  flex-direction: row;
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
footer .footer-contact .item .icon {
  display: inline-flex;
  flex: 0 0 50px;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  color: #63AB45;
}
footer .footer-contact .item .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  border-radius: 50%;
}
footer .footer-contact .item .info {
  flex-grow: 1;
}
footer .footer-contact .item .info span {
  color: #a7a7a7;
  margin-bottom: 2px;
  display: block;
}
footer .footer-contact .item .info div {
  font-size: 15px;
  font-weight: 600;
}
footer .footer-bottom {
  background: #101311;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer .footer-inner {
  border-top: 5px solid #82828A;
  padding: 20px 0;
}
footer .footer-name {
  font-weight: 700;
  color: #82828A;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  height: 60px;
}
footer .footer-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
footer .footer-menu li {
  margin-bottom: 4px;
}
footer .footer-menu li a {
  color: #fff;
  line-height: 28px;
}
footer .socials {
  text-align: center;
  display: flex;
  gap: 5px;
  margin: 30px 0;
}
footer .socials a {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.925rem;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  display: flex;
}
footer .socials a.x:hover {
  background: #14171a;
  color: #fff;
}
footer .socials a.fb:hover {
  background: #1877f2;
  color: #fff;
}
footer .socials a.ins:hover {
  background: #e1306c;
  color: #fff;
}
footer .socials a.yt:hover {
  background: #ff0000;
  color: #fff;
}

#error404 {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 100px 0;
}
#error404 h1 {
  color: #e54360;
  font-weight: 600;
  font-size: 5rem;
  margin: 0 0 20px;
}
#error404 h2 {
  font-size: 1.25rem;
  color: #000;
  margin: 0 0 5px;
}
#error404 p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
}
#error404 a {
  margin-top: 50px;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  color: #00afcb;
}
@media (max-width: 575.98px) {
  #error404 .code h1 {
    font-size: 162px;
  }
  #error404 .code h2 {
    font-size: 26px;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #0d3880;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  opacity: 0;
  color: #00afcb;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #00afcb;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.tidBtn {
  display: none !important;
}

.customize-btn {
  display: none !important;
}

.accessibility {
  z-index: 10;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  right: 20px;
  display: none;
  flex-direction: column;
}
.accessibility a {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px #00afcb;
  color: #0d3880;
  margin-bottom: 10px;
}
.accessibility a i {
  font-size: 1.75rem;
}
.accessibility a:hover {
  background: #00afcb;
  color: #fff;
}
@media (max-width: 575.98px) {
  .accessibility {
    bottom: 100px;
    top: inherit;
  }
}

.about {
  background: url(../images/bg-shape-02.png) no-repeat bottom center;
}
.about .image-wrapper {
  position: relative;
  max-width: 680px;
  margin: 0 auto 60px;
}
.about .image-wrapper .image {
  position: relative;
  z-index: 11;
  padding-left: 110px;
}
.about .image-wrapper .image .content-inner {
  border-radius: 50px;
  overflow: hidden;
}
.about .image-wrapper .image .content-inner img {
  transition: all 5s;
  width: 100%;
  object-fit: cover;
  height: 700px;
}
.about .image-wrapper .image .content-inner:hover img {
  transform: scale(1.1);
}
.about .image-wrapper .image-second {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 11;
  width: 270px;
  max-width: 40%;
}
.about .image-wrapper .image-second .content-inner {
  overflow: hidden;
  border-radius: 30px;
  border: 8px solid #fff;
  box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
}
.about .image-wrapper .image-second .content-inner img {
  transition: all 5s;
  width: 100%;
  object-fit: cover;
  height: 160px;
}
.about .image-wrapper .image-second .content-inner:hover img {
  transform: scale(1.1);
}
.about .feature-list {
  padding-top: 30px;
}
.about .feature-list-wrapper {
  display: flex;
  padding-bottom: 45px;
  position: relative;
  align-items: flex-start;
}
.about .feature-list-wrapper .icon-inner {
  display: flex;
  align-items: center;
}
.about .feature-list-wrapper .icon-inner .icon-check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.about .feature-list-wrapper .icon-inner .icon-check i {
  color: #F7921E;
  font-size: 24px;
}
.about .feature-list-wrapper .icon-inner .icon {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.about .feature-list-wrapper .icon-inner .icon i {
  color: #63AB45;
  font-size: 40px;
}
.about .feature-list-wrapper .icon-inner .icon:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 100%;
  background: url(../images/line.png) repeat-y top center transparent;
}
.about .feature-list-wrapper:last-child .icon:after {
  height: auto;
  top: auto;
  background: transparent;
}
.about .feature-list-wrapper .content .title {
  font-size: 23px;
  letter-spacing: -0.06px;
  margin: 0 0 10px;
  font-weight: 700;
}
.about .feature-list-wrapper .content .desc {
  color: #82828A;
}

.routes {
  background: url(../images/bg-shape-01.png) no-repeat top center;
}

.route-item {
  position: relative;
  border-radius: 9px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.route-item-inner {
  min-height: 400px;
}
.route-item-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 5s;
}
.route-item-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-item-inner:hover .image {
  transform: scale(1.2);
}
.route-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.route-item .content-inner {
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  background: #fff;
  border-radius: 9px;
  z-index: 10;
  padding: 30px;
}
.route-item .content-inner .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.route-item .content-inner .content-top .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 0;
  padding-right: 15px;
}
.route-item .content-inner .content-top .title:after {
  content: "";
  width: 45px;
  height: 3px;
  background: #63AB45;
  border-radius: 3px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s;
  position: absolute;
}
.route-item .content-inner .content-top .arrow {
  background: #63AB45;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  transform: rotate(-45deg);
  transition: all 0.35s;
}
.route-item .content-inner .desc {
  line-height: 24px;
  height: auto;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s;
  color: #82828A;
}
.route-item:hover .content-inner .content-top {
  margin-bottom: 15px;
}
.route-item:hover .content-inner .content-top .title:after {
  background: #F7921E;
}
.route-item:hover .content-inner .content-top .arrow {
  background: #F7921E;
}
.route-item:hover .content-inner .desc {
  opacity: 1;
  max-height: 90px;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(1, 1, 1, 1);
}
.route-item a {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.route-item a img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
.route-item a span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.features .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.features .item .icon {
  border: 1px solid #efefef;
  border-radius: 7.5px;
  padding: 10px;
}
.features .item .icon img {
  width: 30px;
  height: 30px;
}

.route-map {
  border-radius: 15px;
  overflow: hidden;
}

#route-swiper {
  margin-bottom: 40px;
}
#route-swiper .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.stats-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
}
.stats-item .icon-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.stats-item .icon-wrapper:before {
  opacity: 0.1;
  z-index: -2;
}
.stats-item .icon-wrapper:before, .stats-item .icon-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #63AB45;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.stats-item .icon-wrapper:after {
  opacity: 0;
  z-index: -1;
  transform: scale(1.2);
}
.stats-item .icon-wrapper .icon {
  font-size: 50px;
  z-index: 11;
  color: #63AB45;
}
.stats-item:hover .icon-wrapper:before {
  opacity: 0;
}
.stats-item:hover .icon-wrapper:after {
  transform: scale(1);
  opacity: 1;
}
.stats-item:hover .icon-wrapper .icon {
  color: #fff;
}
.stats-item .number {
  font-size: 45px;
  font-weight: 700;
  height: 50px;
}
.stats-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #82828A;
}

.comments {
  margin-top: -150px;
  background: url(../images/bg-shape-10.png) repeat #F3F8F6;
  padding: 200px 0 100px;
}
.comments .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1px;
}
.comments .title-desc {
  color: #82828A;
  margin: 20px 0;
}
.comments .comment-item .quote {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  padding: 50px 60px;
  background: #fff;
  border-bottom: 4px solid #63AB45;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}
.comments .comment-item .quote .quote-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #63AB45;
  border-radius: 0 10px 0 100%;
  color: #fff;
  display: flex;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
.comments .comment-item .quote .arrow {
  display: inline-block;
  width: 140px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 60px;
}
.comments .comment-item .quote .arrow .first {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: -2px;
  background: #fff;
  z-index: 9;
}
.comments .comment-item .quote .arrow .second {
  position: absolute;
  left: 0;
  right: -4px;
  bottom: -4px;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #63AB45;
  z-index: 1;
}
.comments .comment-item .meta {
  display: flex;
  position: relative;
  margin-left: 200px;
  align-items: center;
}
.comments .comment-item .meta .info .name {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.comments .comment-item .meta .info .job {
  font-size: 14px;
  display: block;
  line-height: 18px;
  color: #82828A;
}

.comment-list-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.comment-list-item .quote {
  padding: 30px 40px;
  position: relative;
}
.comment-list-item .quote .info .name {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.comment-list-item .quote .info .job {
  font-size: 16px;
  display: block;
  line-height: 18px;
  color: #82828A;
}
.comment-list-item .quote .quote-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #63AB45;
  border-radius: 0 10px 0 100%;
  color: #fff;
  display: flex;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
.comment-list-item .comment {
  padding: 20px 40px 30px;
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
}

.gallery .gallery-item {
  border-radius: 9px;
  overflow: hidden;
  min-height: 280px;
  position: relative;
  margin-bottom: 25px;
}
.gallery .gallery-item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 5s;
}
.gallery .gallery-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.gallery .gallery-item .image:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery .gallery-item:hover .image {
  transform: scale(1.2);
}
.gallery .gallery-item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery .gallery-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 30px 25px 30px;
}
.gallery .gallery-item .content .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.news-item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0 30px;
  width: 100%;
}
.news-item-inner {
  display: flex;
  flex-wrap: wrap;
}
.news-item .content {
  flex: 0 0 62%;
  box-shadow: none;
  padding: 15px 30px 5px 15px;
}
.news-item .content .title {
  border-bottom: 1px solid #E2DFEB;
  padding-bottom: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.04px;
}
.news-item .content .desc {
  font-size: 15px;
  color: #82828A;
  margin-bottom: 15px;
}
.news-item .content .more {
  font-size: 14px;
  font-weight: 500;
}
.news-item .image {
  flex: 0 0 38%;
  position: relative;
}
.news-item .image img {
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  min-height: 280px;
}
.news-item .image .date {
  background: #63AB45;
  color: #fff;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 0 8px;
  z-index: 11;
  text-align: center;
  padding: 15px 12px 0;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.news-item .image .date .day {
  font-size: 18px;
  font-weight: 700;
}
.news-item .image .date .month {
  font-size: 10px;
  font-weight: 500;
}

/**/
.news-list .item {
  margin-bottom: 30px;
}
.news-list .item a {
  display: flex;
  gap: 20px;
}
.news-list .item a:hover div strong {
  color: #6c757d;
}
.news-list .item a:hover div:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.news-list .item i {
  color: #ddd;
  font-size: 35px;
}
.news-list .item img {
  width: 120px;
  height: 70px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news-list .item div {
  position: relative;
  display: flex;
  flex: 0 100%;
  flex-direction: column;
  padding-bottom: 20px;
  font-size: 16px;
}
.news-list .item div span {
  font-size: 1rem;
  display: flex;
  color: #888;
  font-weight: 400;
  margin-bottom: 2px;
}
.news-list .item div strong {
  display: inline-block;
  color: #000;
  font-weight: 500;
  position: relative;
}
.news-list .item div:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  transform: scaleX(0);
  left: 0;
  height: 1px;
  background: #6c757d;
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
}
.news-list .item:not(:last-child) div {
  border-bottom: 1px solid #efefef;
}

#news-detail {
  margin-bottom: 30px;
}
#news-detail .news-header {
  margin-bottom: 20px;
}
#news-detail .news-header h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
#news-detail .news-header p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #555;
}
#news-detail .news-header span {
  display: block;
  font-size: 18px;
  color: #999;
}
#news-detail .news-image {
  margin-bottom: 30px;
}
#news-detail .news-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
#news-detail .news-body {
  font-size: 18px;
  line-height: 1.7;
}
#news-detail .news-body img {
  max-width: 100%;
  border-radius: 5px;
}

/**/
.route-step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.route-step-item img {
  width: 200px;
  flex: 0 0 200px;
  height: auto;
}
.route-step-item .info {
  display: flex;
  flex-direction: column;
}
.route-step-item .info strong {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .route-step-item {
    flex-direction: column;
  }
  .route-step-item img {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    flex: inherit;
  }
}

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