@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes strike {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@-moz-keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@keyframes draw {
  50% {
    stroke-dashoffset: 0;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-300%);
    opacity: 0;
  }
  10% {
    transform: translateX(-300%);
    opacity: 1;
  }
  15% {
    transform: translateX(-300%);
    opacity: 1;
  }
  18% {
    transform: translateX(0%);
    opacity: 1;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(230%);
    opacity: 0;
  }
  9% {
    transform: translateX(230%);
    opacity: 0;
  }
  15% {
    transform: translateX(230%);
    opacity: 1;
  }
  18% {
    transform: translateX(0%);
    opacity: 1;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  50% {
    transform: translateY(20px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  to {
    transform: scale(1);
  }
}
@keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  padding: 0px;
  margin: 0px;
}
html[dir=rtl] body {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, p {
  transition: all 0.2s linear;
}

a {
  text-decoration: none;
  color: #0F1D4A;
}
a:hover {
  color: #0F1D4A;
  text-decoration: none;
}

html {
  height: 100%;
}

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1 {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.6em;
}

strong {
  font-weight: 700;
}

picture.is-object-fit,
img[data-object-fit],
video[data-object-fit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover";
}

img[data-object-fit=contain],
video[data-object-fit=contain] {
  object-fit: contain;
  font-family: "object-fit: contain";
}

.button {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  color: #fff;
  padding: 0.7em 2em;
  margin-top: 1em;
  display: inline-block;
  border: 0;
}
.button svg {
  margin-left: 20px;
}
.button:hover {
  color: #fff;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 89%;
  padding: 0px;
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

html[dir=rtl] .left-align {
  text-align: right;
}

.clear {
  clear: both;
}

ul {
  margin-left: 0px;
  padding-left: 15px;
}
figure {
  margin-bottom: 0px;
}

#main {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed !important;
  top: 0 !important;
}

/** Custom margin */
/** Custom padding */
html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  html[dir=ltr] .offset-1 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .offset-1 {
    margin-right: 0px !important;
  }
}

.row {
  margin: 0px;
}

.row > * {
  padding-right: 0;
  padding-left: 0;
}

h1,
.h1 {
  font-size: 3.75rem;
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: clamp(14px, 3rem, 3.75rem);
  }
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: clamp(14px, 2.625rem, 3.75rem);
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: clamp(14px, 2.4375rem, 3.75rem);
  }
}

h2,
.h2 {
  font-size: 3.5rem;
}
@media (max-width: 1280px) {
  h2,
  .h2 {
    font-size: clamp(14px, 2.8rem, 3.5rem);
  }
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: clamp(14px, 2.45rem, 3.5rem);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(14px, 2.275rem, 3.5rem);
  }
}

h3,
.h3 {
  font-size: 3.25rem;
}
@media (max-width: 1280px) {
  h3,
  .h3 {
    font-size: clamp(14px, 2.6rem, 3.25rem);
  }
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: clamp(14px, 2.275rem, 3.25rem);
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: clamp(14px, 2.1125rem, 3.25rem);
  }
}

h4,
.h4 {
  font-size: 3rem;
}
@media (max-width: 1280px) {
  h4,
  .h4 {
    font-size: clamp(14px, 2.4rem, 3rem);
  }
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: clamp(14px, 2.1rem, 3rem);
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: clamp(14px, 1.95rem, 3rem);
  }
}

h5,
.h5 {
  font-size: 2.75rem;
}
@media (max-width: 1280px) {
  h5,
  .h5 {
    font-size: clamp(14px, 2.2rem, 2.75rem);
  }
}
@media (max-width: 992px) {
  h5,
  .h5 {
    font-size: clamp(14px, 1.925rem, 2.75rem);
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: clamp(14px, 1.7875rem, 2.75rem);
  }
}

h6,
.h6 {
  font-size: 2.5rem;
}
@media (max-width: 1280px) {
  h6,
  .h6 {
    font-size: clamp(14px, 2rem, 2.5rem);
  }
}
@media (max-width: 992px) {
  h6,
  .h6 {
    font-size: clamp(14px, 1.75rem, 2.5rem);
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: clamp(14px, 1.625rem, 2.5rem);
  }
}

p {
  font-size: 1rem;
}
@media (max-width: 1280px) {
  p {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  p {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  p {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.para-xl {
  font-size: 2.25rem;
}
@media (max-width: 1280px) {
  .para-xl {
    font-size: clamp(14px, 1.8rem, 2.25rem);
  }
}
@media (max-width: 992px) {
  .para-xl {
    font-size: clamp(14px, 1.575rem, 2.25rem);
  }
}
@media (max-width: 767px) {
  .para-xl {
    font-size: clamp(14px, 1.4625rem, 2.25rem);
  }
}

.para-lg {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .para-lg {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .para-lg {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .para-lg {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.para-md {
  font-size: 1.75rem;
}
@media (max-width: 1280px) {
  .para-md {
    font-size: clamp(14px, 1.4rem, 1.75rem);
  }
}
@media (max-width: 992px) {
  .para-md {
    font-size: clamp(14px, 1.225rem, 1.75rem);
  }
}
@media (max-width: 767px) {
  .para-md {
    font-size: clamp(14px, 1.1375rem, 1.75rem);
  }
}

.para-rg {
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .para-rg {
    font-size: clamp(14px, 1.2rem, 1.5rem);
  }
}
@media (max-width: 992px) {
  .para-rg {
    font-size: clamp(14px, 1.05rem, 1.5rem);
  }
}
@media (max-width: 767px) {
  .para-rg {
    font-size: clamp(14px, 0.975rem, 1.5rem);
  }
}

.para-sm {
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .para-sm {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .para-sm {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .para-sm {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.para-xs {
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .para-xs {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .para-xs {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .para-xs {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
@media (max-width: 767px) {
  .para-xs {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 1280px) {
  .para-xs {
    font-size: clamp(14px, 1.2rem, 1.5rem);
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .para-xs {
    font-size: clamp(14px, 1.05rem, 1.5rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .para-xs {
    font-size: clamp(14px, 0.975rem, 1.5rem);
  }
}

.para-2xs {
  font-size: 14px;
}
@media (max-width: 1280px) {
  .para-2xs {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .para-2xs {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .para-2xs {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .para-2xs {
    font-size: 0.875rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 0em;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
.content-block p {
  margin-bottom: 1rem;
}
.content-block .btn {
  margin-top: 1rem;
}
.content-block p:last-child {
  margin-bottom: 0px;
}
.content-block figure {
  margin-bottom: 1.5rem;
}

.contect-section h1,
.contect-section h2,
.contect-section h3,
.contect-section h4,
.contect-section h5,
.contect-section h6,
.contect-section p {
  margin-bottom: 1.15em;
}
.contect-section p {
  color: #414445;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .contect-section p {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .contect-section p {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .contect-section p {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}
.contect-section ul li {
  color: #414445;
  line-height: 1.8em !important;
}
.contect-section p:last-child {
  margin-bottom: 0px;
}

.space-adjustment {
  height: 40px;
}

.body-gray {
  color: #414445;
}

.related-news-list-section {
  padding: 2.5% 0px 2.5%;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2.5%;
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-grid figure {
  max-height: 416px;
  margin-bottom: 1rem;
}
.news-grid figure img {
  max-height: 416px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 1rem;
}
.news-grid .date {
  margin-bottom: 0.5rem;
  color: #414445;
  font-weight: 500;
}
.news-grid h3 {
  color: #000;
  margin-bottom: 0.5rem;
}
.news-grid .arrow-btn {
  color: #007167;
  width: fit-content;
  align-items: center;
  display: none;
  color: #007167;
  padding: 0px;
}
.news-grid .arrow-btn svg {
  margin-bottom: 5px;
}
html[dir=ltr] .news-grid .arrow-btn svg {
  margin-left: 0.5rem;
}
html[dir=rtl] .news-grid .arrow-btn svg {
  margin-right: 0.5rem;
}
.news-grid .grid-item:hover .arrow-btn {
  display: flex;
}

.bg-gray-100 {
  background-color: #eceeef !important;
}
.bg-gray-100 .accordion-button {
  background-color: transparent !important;
}

.bg-green-500 {
  background-color: #007167;
}
.bg-green-500 h1, .bg-green-500 h2, .bg-green-500 h3, .bg-green-500 h4, .bg-green-500 h5, .bg-green-500 h6 {
  color: #fff;
}
.bg-green-500 p {
  color: #eceeef;
}

.bg-black {
  background-color: #000;
}
.bg-black * {
  color: #fff;
}

.bg-navy-500 {
  background-color: #003764;
}

.bg-navy-300 {
  background-color: #6687a2;
}

header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
header .container {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}

.navbar-nav li {
  margin-left: 1rem;
}
.navbar-nav li a {
  font-weight: 500;
}

.current-menu-item {
  background-color: #000;
  padding: 0px 1rem;
}
.current-menu-item a {
  color: #fff !important;
}

@media (max-width: 767px) {
  header {
    background: white;
  }
  .navbar-nav li {
    margin-left: 0px;
  }
  #menu-main-menu {
    margin-top: 2rem;
  }
}
.banner-section {
  height: 100vh;
  position: relative;
}
.banner-section .container {
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.banner-section .banner-content {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15%;
  z-index: 10;
}
.banner-section .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}
.banner-section .background::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
}
.banner-section figure {
  height: 100%;
}
.banner-section .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .service-list {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-left: -3rem;
  margin-bottom: 2.5%;
}
.banner-section .service-list figure {
  margin-bottom: 0px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.banner-section .service-list li {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
.banner-section h1 {
  font-weight: 300;
  color: #000;
  font-size: 68px;
}
@media (max-width: 1280px) {
  .banner-section h1 {
    font-size: 54.4px;
  }
}
@media (max-width: 992px) {
  .banner-section h1 {
    font-size: 47.6px;
  }
}
@media (max-width: 767px) {
  .banner-section h1 {
    font-size: 44.2px;
  }
}
.banner-section h6 {
  color: #fff;
  margin-bottom: 0px;
}

.before-after-section {
  padding: 5% 0px;
}
@media (max-width: 767px) {
  .before-after-section {
    padding: 2.5rem 0px;
  }
}
.before-after-section h2 {
  font-weight: 100;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .before-after-section iframe {
    max-height: 250px;
  }
}

.title {
  font-weight: 300;
}

.timeline-section .before-section {
  text-align: center;
}
.timeline-section .before-section h2 {
  margin-bottom: 0.5em;
}
.timeline-section .timeline-ending {
  position: relative;
  padding: 5% 0px;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.timeline-section .timeline-ending .background-image {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}
.timeline-section .timeline-ending .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  scale: 1.5;
  transition: all 1.2s ease-in-out;
}
.timeline-section .timeline-ending::before {
  content: "";
  background-color: #000;
  opacity: 0.8;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: all 1s ease-in-out;
}
.timeline-section .timeline-ending * {
  color: #fff;
}
.timeline-section .timeline-ending .content-section {
  position: relative;
  z-index: 10;
}
.timeline-section .timeline-ending h2 {
  line-height: 1.5em;
  font-size: 48px;
}
@media (max-width: 1280px) {
  .timeline-section .timeline-ending h2 {
    font-size: 38.4px;
  }
}
@media (max-width: 992px) {
  .timeline-section .timeline-ending h2 {
    font-size: 33.6px;
  }
}
@media (max-width: 767px) {
  .timeline-section .timeline-ending h2 {
    font-size: 31.2px;
  }
}
.timeline-section .timeline-ending .line-ending {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
}
.timeline-section .timeline-ending .line-ending::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.timeline-section .timeline-ending .line-ending::after {
  content: "";
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: relative;
  left: -12.5px;
  top: 100px;
  z-index: 10;
  border-radius: 50%;
}
.timeline-section .timeline-ending h2 {
  transform: translateY(-2em);
  opacity: 0.1;
  transition: all 1s ease-in-out;
}
.timeline-section .timeline-ending.ending-animation .background-image img {
  scale: 1;
}
.timeline-section .timeline-ending.ending-animation::before {
  opacity: 0.3;
}
.timeline-section .timeline-ending.ending-animation h2 {
  transform: translateY(0px);
  opacity: 1;
}
.timeline-section .zigzag-sec {
  position: relative;
  margin-top: 5%;
}
.timeline-section .zigzag-sec .row {
  padding: 5% 0px;
}
.timeline-section .zigzag-sec img {
  width: 100%;
}
.timeline-section .zigzag-sec .col-md-6:first-child {
  padding-right: 8%;
}
.timeline-section .zigzag-sec .col-md-6:first-child .title::after {
  content: "";
  background: #000;
  position: absolute;
  right: 12px;
  top: 0.5em;
  height: 1px;
  width: 0px;
  transition: all 0.6s ease-in-out;
}
.timeline-section .zigzag-sec .col-md-6:last-child {
  padding-left: 8%;
}
.timeline-section .zigzag-sec .col-md-6:last-child .title::after {
  content: "";
  background: #000;
  position: absolute;
  left: -12px;
  top: 0.5em;
  height: 1px;
  width: 0px;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}
.timeline-section .zigzag-sec .play-animation .col-md-6 .title::after {
  width: 50px;
}
.timeline-section .zigzag-sec .content-block {
  position: relative;
}
.timeline-section .zigzag-sec .extended-line {
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0px;
  left: -12px;
  display: flex;
  justify-content: center;
}
.timeline-section .zigzag-sec .extended-line::after {
  content: "";
  background-color: #000;
  width: 1px;
  height: 100%;
  position: relative;
}

.packages-section {
  padding: 5% 0px;
}
.packages-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 5%;
}
.packages-section .title {
  font-size: 64px;
}
@media (max-width: 1280px) {
  .packages-section .title {
    font-size: 51.2px;
  }
}
@media (max-width: 992px) {
  .packages-section .title {
    font-size: 44.8px;
  }
}
@media (max-width: 767px) {
  .packages-section .title {
    font-size: 41.6px;
  }
}
.packages-section .title {
  text-align: center;
  line-height: 1.2em;
  font-weight: 100;
}
.packages-section .package-title {
  font-size: 48px;
}
@media (max-width: 1280px) {
  .packages-section .package-title {
    font-size: 38.4px;
  }
}
@media (max-width: 992px) {
  .packages-section .package-title {
    font-size: 33.6px;
  }
}
@media (max-width: 767px) {
  .packages-section .package-title {
    font-size: 31.2px;
  }
}
.packages-section .package-title {
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 0px;
}
.packages-section .pricing {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .packages-section .pricing {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .packages-section .pricing {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .packages-section .pricing {
    font-size: 14px;
  }
}
.packages-section .pricing {
  font-weight: 300;
  color: #82878A;
}
.packages-section .package {
  padding: 0% 8%;
  border-right: 1px solid #000;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
.packages-section .package:nth-child(3n) {
  border-right: none;
}
.packages-section .package .btn {
  margin-top: auto;
}
.packages-section .features-list {
  padding: 0px;
  list-style: none;
  margin-top: 5%;
  margin-bottom: 20%;
}
.packages-section .features-list li {
  padding: 3% 0px;
  border-bottom: 1px solid #b5babd;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .packages-section .features-list li {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .packages-section .features-list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .packages-section .features-list li {
    font-size: 14px;
  }
}
.packages-section .features-list li {
  color: #616568;
}
.packages-section .features-list li:last-child {
  border-bottom: none;
}

.faq-section {
  padding: 5% 0px;
}
.faq-section .faq-title {
  font-size: 64px;
}
@media (max-width: 1280px) {
  .faq-section .faq-title {
    font-size: 51.2px;
  }
}
@media (max-width: 992px) {
  .faq-section .faq-title {
    font-size: 44.8px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-title {
    font-size: 41.6px;
  }
}
.faq-section .faq-title {
  line-height: 1.3em;
  font-weight: 100;
}
.faq-section .accordion-item {
  background-color: black;
  border: black;
  color: white;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: black;
  box-shadow: none;
  color: white;
}
.faq-section .accordion-button {
  background-color: black;
  color: white;
  font-weight: 100;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .faq-section .accordion-button {
    font-size: 14.4px;
  }
}
@media (max-width: 992px) {
  .faq-section .accordion-button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq-section .accordion-button {
    font-size: 14px;
  }
}
.faq-section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq-section .accordion-item {
  border-bottom: 1px solid;
  border-radius: 0px;
  font-weight: 100;
}
.faq-section #faq {
  border-radius: 0px;
}
.faq-section p {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .faq-section p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .faq-section p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq-section p {
    font-size: 14px;
  }
}
.faq-section p {
  font-weight: 100;
  line-height: 1.8em;
}
.faq-section .accordion {
  --bs-accordion-border-radius: 0px;
}
.faq-section .accordion-button::after {
  filter: brightness(0) invert(1);
}

.header-image {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}
.header-image .background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.header-image .background-image::after {
  content: "";
  background-color: #fff;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.header-image .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image h1 {
  font-size: 64px;
}
@media (max-width: 1280px) {
  .header-image h1 {
    font-size: 51.2px;
  }
}
@media (max-width: 992px) {
  .header-image h1 {
    font-size: 44.8px;
  }
}
@media (max-width: 767px) {
  .header-image h1 {
    font-size: 41.6px;
  }
}
.header-image h1 {
  font-weight: 100;
  color: #000;
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  margin-top: 83px;
}

.breadcrumb {
  position: relative;
  z-index: 10;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0px;
}

.breadcrumb li {
  margin-left: 1rem;
  color: #000;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 1rem;
}

.breadcrumb li:last-child::after {
  display: none;
}

.full-width-content {
  padding: 5% 0px;
}

/* Inline | http://127.0.0.1/booking/ */
.full-width-content form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.full-width-content .frm-group.d-flex.flex-column {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.full-width-content .btn.btn-primary {
  margin-left: 1rem;
}
.full-width-content input,
.full-width-content select {
  height: 40px;
}

@media (max-width: 767px) {
  .service-list {
    display: none;
  }
  .banner-section .service-list {
    justify-content: start;
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-section .service-list li {
    margin-left: 0px;
    margin-bottom: 1rem;
  }
  .banner-section .banner-content {
    margin-bottom: 2em;
    padding-top: 0px;
  }
  .banner-section .banner-content h1 {
    line-height: 1.5em;
  }
  .banner-section {
    height: 72vh;
  }
  br {
    display: none !important;
  }
  .timeline-section .zigzag-sec .extended-line {
    display: none;
  }
  .timeline-section .zigzag-sec .col-md-6:last-child {
    padding-left: 0px;
  }
  .timeline-section .zigzag-sec .content-block {
    padding-left: 0px;
  }
  .timeline-section .zigzag-sec .col-md-6:first-child .title::after {
    display: none;
  }
  .timeline-section .zigzag-sec .col-md-6:last-child .title::after {
    display: none;
  }
  .timeline-section .zigzag-sec .col-md-6:first-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row.left-content {
    flex-direction: column-reverse;
  }
  .timeline-section .timeline-ending {
    min-height: 450px;
  }
  .timeline-section .timeline-ending h2 {
    font-size: 20.2px;
  }
  .packages-section .title {
    font-size: 25px;
  }
  .packages-section .packages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .packages-section .package {
    padding: 2.5rem 0px;
    border-right: none;
    border-bottom: 1px solid black;
  }
  .packages-section .package:nth-child(3n) {
    border-bottom: none;
  }
  .packages-section {
    padding: 2.5rem 0px;
  }
  .accordion-button {
    padding: 1rem 0px !important;
  }
  .accordion-body {
    padding: 1rem 0px !important;
  }
  .faq-section {
    padding: 2.5rem 0px 5rem;
  }
  .before-after-section h2 {
    line-height: 1.8em;
  }
  .full-width-content .frm-group.d-flex.flex-column {
    width: 100%;
    margin-left: 0px;
  }
  .full-width-content .btn.btn-primary {
    margin-left: 0px;
  }
  .full-width-content {
    padding: 2.5rem 0px;
  }
  .header-image {
    height: 230px;
  }
}
footer {
  border-top: 1px solid #fff;
  background-color: #000 !important;
}

#footer {
  padding: 2.5% 0px 1.5%;
  background-color: #000 !important;
}
#footer * {
  color: #fff;
}

.copy-text p {
  font-size: 12px;
  margin: 0px;
  color: white;
  text-align: center;
}

.copy-text {
  padding: 0.5rem 0px 0px;
}

.main-logo img {
  filter: invert(1);
}

footer .nav-link {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
footer .nav-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1.246L4.76 3.248L1.246 6.496H0L3.528 3.248L0 0Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #footer {
    padding: 2.5rem 0px 1.5rem;
  }
  #footer {
    padding: 2.5rem 0px 1.5rem;
  }
  .nav-link::before {
    background-position: center;
    margin-right: 1rem;
  }
}
.btn.btn-primary {
  background: transparent;
  border-radius: 0px;
  color: #000;
  border-color: #000;
  padding: 0.8rem 2rem;
  margin-top: 1rem;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.highlighted {
  color: #fff;
  padding: 0.5rem 2rem;
  position: relative;
  display: inline-block;
}
.highlighted::before {
  content: "";
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .highlighted::before {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .highlighted::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .highlighted {
    padding: 0.2em 0rem;
  }
}

.animate-text {
  transform: translateY(2rem);
  opacity: 0.3;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .animate-text {
    transform: translateY(0px);
    opacity: 1;
  }
}

.animate-block .content-block {
  transform: translateY(-3rem);
  opacity: 0.3;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .animate-block .content-block {
    transform: translateY(0px);
    opacity: 1;
  }
}
.animate-block figure {
  transform: translateY(3rem);
  opacity: 0.3;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .animate-block figure {
    transform: translateY(0px);
    opacity: 1;
  }
}
.animate-block.play-animation .content-block {
  opacity: 1;
  transform: translateY(0px);
}
.animate-block.play-animation figure {
  opacity: 1;
  transform: translateY(0px);
}
.animate-block.play-animation .title::after {
  width: 50px;
}

section.activate-section .animate-text {
  transform: translateY(0px);
  opacity: 1;
}
section.activate-section .highlighted::before {
  width: 100%;
}

.packages-section .package {
  transform: translateY(4rem);
  opacity: 0.4;
  transition: all 0.6s ease-in-out;
}
.packages-section .package.play-animation {
  transform: translateY(0px);
  opacity: 1;
}
/*# sourceMappingURL=app.css.map */
