@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 800;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Black.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 800;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-BlackItalic.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 600;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Bold.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 600;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-BoldItalic.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 800;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Extrabold.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 800;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-ExtraboldItalic.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 500;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Medium.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 500;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-MediumItalic.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 400;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Regular.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 400;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-RegularItalic.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 600;
  font-style: normal;
  src: url("../assets/Font/1/DomaineDispNar-Semibold.otf") format("truetype");
}

@font-face {
  font-family: 'DomaineDispNar';
  font-weight: 600;
  font-style: italic;
  src: url("../assets/Font/1/DomaineDispNar-SemiboldItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 800;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProBlack.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 800;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProBlackItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 600;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProBold.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 600;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProBoldItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 800;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProBook.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 800;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProBookItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 900;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProHeavy.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 900;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProHeavyItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 300;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProLight.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 300;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProLightItalic.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 500;
  font-style: normal;
  src: url("../assets/Font/2/FilsonProMedium.otf") format("truetype");
}

@font-face {
  font-family: 'FilsonPro';
  font-weight: 500;
  font-style: italic;
  src: url("../assets/Font/2/FilsonProMediumItalic.otf") format("truetype");
}

body {
  font-family: "FilsonPro", sans-serif;
}

.container {
  max-width: 1842px;
  padding-inline: clamp(10px, 3vw, 39px);
}

.container-md {
  max-width: 1366px;
  margin: auto;
}

.row {
  width: 100%;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.ts-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.ts-navbar {
  padding: 0px;
  font-family: "FilsonPro", sans-serif;
  font-weight: 900;
}

.ts-navbar-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-right: 1px solid #e6eef3;
  border-left: 1px solid #e6eef3;
  padding-inline: 15px;
  padding-block: 13px;
}

@media (min-width: 768px) {
  .ts-navbar-button {
    padding-block: 35px;
  }
}

@media (min-width: 1400px) {
  .ts-navbar-button {
    border: none;
  }
}

@media (min-width: 1400px) {
  .ts-navbar-button-desc {
    display: none;
  }
}

@media (max-width: 1399px) {
  .ts-navbar-nav {
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ts-navbar-nav .nav-item {
  padding-inline: 38px;
  padding-block: 24px;
  border-right: 1px solid #e6eef3;
}

@media (max-width: 1399px) {
  .ts-navbar-nav .nav-item {
    border-right: none;
    padding: 0px;
  }
}

.ts-navbar-nav .nav-item .nav-btn:hover .bi-arrow-right {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.ts-navbar-nav .nav-link {
  color: #0f2447;
}

.ts-navbar-nav .nav-link:hover {
  color: #cf1e2f;
}

.ts-navbar .navbar-brand {
  padding: 0px;
  margin: 0%;
}

.ts-navbar .navbar-brand-icon {
  width: 287px;
}

@media (max-width: 767px) {
  .ts-navbar .navbar-brand-icon {
    width: 127px;
  }
}

.ts-navbar-Telephone-card {
  padding-inline: 50px;
  border-right: 1px solid #e6eef3;
}

@media (max-width: 1399px) {
  .ts-navbar-Telephone-card {
    border-right: none;
  }
}

.ts-navbar-Telephone-icon {
  width: 34px;
  height: 34px;
}

.ts-navbar .navbar-toggler {
  border: none;
  width: 22px;
  height: 16px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.ts-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ts-navbar .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}

.ts-navbar .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
  margin-left: 0;
}

.ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(1), .ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(2), .ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(3) {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.ts-navbar .navbar-toggler .navbar-toggler, .ts-navbar .navbar-toggler .navbar-toggler__span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ts-navbar .navbar-toggler__span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #cf1e2f;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ts-navbar .navbar-toggler__span:nth-child(1) {
  top: 0px;
  width: 100%;
}

.ts-navbar .navbar-toggler__span:nth-child(2) {
  top: 6px;
}

.ts-navbar .navbar-toggler__span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ts-navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

.ts-navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.ts-navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212529 !important;
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .ts-navbar-nav .nav-item {
    padding-inline: 16px;
  }
}

.ts-hero-swiper {
  max-height: 630px;
}

@media (max-width: 575px) {
  .ts-hero-swiper {
    max-height: 436px;
  }
}

.ts-hero-sec::before {
  content: "";
  background: #0c1930;
  width: 100%;
  height: 51%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: -1;
}

.ts-hero-sec .swiper-pagination {
  left: 90px !important;
  right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  .ts-hero-sec .swiper-pagination {
    bottom: 48%;
    top: auto !important;
    left: 0% !important;
    right: 0% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ts-hero-sec .swiper-pagination-bullet {
  background: transparent;
  color: #51647e;
  opacity: 0.3;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0px;
  position: relative;
}

.ts-hero-sec .swiper-pagination-bullet::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0%;
  border: 1px solid #51647e;
}

.ts-hero-sec .swiper-pagination-bullet-active {
  color: #0c1930;
  opacity: 1;
}

.ts-hero-sec .swiper-pagination-bullet-active::after {
  border-color: #cf1e2f;
}

@media (min-width: 768px) {
  .ts-hero-sec .swiper-pagination-bullet-active::after {
    width: 20vw;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}

.ts-hero-sec .ts-hero-swiper {
  max-width: 1842px;
}

.ts-building-sec {
  background: url("../images/bg-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 154px;
  padding-bottom: 297px;
}

@media (max-width: 575px) {
  .ts-building-sec {
    padding-top: 45px;
    padding-bottom: 66px;
  }
}

.ts-footer {
  padding-top: 65px;
}

.ts-footer-contact-card {
  max-width: 335px;
}

@media (max-width: 575px) {
  .ts-footer-contact-card {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .ts-footer-contact-sec {
    border-right: 1px solid #e6eef3;
  }
}

.ts-footer-nav {
  gap: 65px;
}

@media (max-width: 575px) {
  .ts-footer-nav {
    gap: 17px;
  }
}

.ts-footer-nav .nav-item {
  color: #0f2447;
}

.ts-footer-nav .nav-item .nav-link {
  font-size: clamp(13px, 2vw, 18px);
}

.ts-footer-nav .nav-link {
  color: #384c6f;
  font-weight: 350;
}

.ts-footer-nav .nav-link:hover {
  color: #0f2447;
}

.ts-footer-nav-sec {
  padding-block: 20px;
}

@media (max-width: 575px) {
  .ts-footer-nav-sec {
    border-top: 1px solid #e6eef3;
  }
}

.ts-footer-Telephone-card, .ts-footer-email-card {
  padding-top: 29px;
  padding-bottom: 38px;
}

@media (max-width: 575px) {
  .ts-footer-Telephone-card, .ts-footer-email-card {
    padding-block: 12px;
  }
}

@media (min-width: 576px) {
  .ts-footer-email-card {
    border-bottom: 1px solid #e6eef3;
  }
}

.ts-footer-email-icon {
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ts-footer-Telephone-icon {
  width: 34px;
  height: 34px;
}

.ts-footer-footer {
  border-top: 1px solid #e6eef3;
  color: #6e7e98;
  padding-block: 40px;
}

@media (max-width: 575px) {
  .ts-footer-footer {
    padding-block: 21px;
  }
}

.ts-hover-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ts-hover-link .link-icon {
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.ts-hover-link:hover {
  border-color: #69768c;
}

.ts-hover-link:hover .link-icon {
  opacity: 1;
}

.fw-heavy {
  font-weight: 900;
}

.fw-black {
  font-weight: 800;
}

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-book {
  font-weight: 350 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.mb-lg {
  margin-bottom: clamp(50px, 6vw, 89px);
}

.pt-xl {
  padding-top: clamp(90px, 9vw, 190px);
}

.mx-w-520 {
  max-width: 540px;
  padding-inline: 20px;
}

.mx-w-650 {
  max-width: 650px;
}

.mx-w-740 {
  max-width: 740px;
}

.ts-letter-spacing-6 {
  letter-spacing: 6px;
}

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

.link:hover {
  color: #cf1e2f;
}

.ts-toggle-nav {
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #dbe7ee;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .ts-toggle-nav {
    margin-bottom: 10px;
  }
}

.ts-toggle-nav-btn {
  padding: 6px 28px;
  border-radius: 50px;
  color: #0c1930;
  font-size: clamp(8.6px, 2vw, 13.9px);
}

.ts-toggle-nav-btn:hover {
  color: #0c1930;
}

.ts-toggle-nav-btn:focus {
  color: #0c1930;
}

.ts-toggle-nav .active {
  background-color: #e8f0f3;
  font-weight: 500;
}

.fw-medium {
  font-weight: 500;
}

.ts-scroll-down {
  border-radius: 50%;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #0c1930;
  color: #a8b8d4;
  text-decoration: none;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  z-index: 9;
}

.ts-scroll-down p {
  font-size: 14px;
  font-family: "FilsonPro", sans-serif;
  font-weight: 400;
}

.ts-scroll-down:hover {
  color: #a8b8d4;
}

.ts-scroll-down:hover .bi-arrow-down {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.ts-scroll-down-icon {
  background: #fff;
  color: #cf1e2f;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .ts-scroll-down {
    width: 104px;
    height: 104px;
    gap: 5px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .ts-scroll-down p {
    font-size: 8px;
  }
  .ts-scroll-down-icon {
    width: 41px;
    height: 41px;
  }
}

.ts-btn-01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(10px, 2vw, 16px);
  gap: 20px;
  background-color: #cf1e2f;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 20px 10px 25px;
  font-weight: bold;
  white-space: nowrap;
  font-family: "FilsonPro", sans-serif;
  font-weight: 500;
}

.ts-btn-01 .bi-arrow-right {
  border: 2px solid #fff;
  width: clamp(21px, 3vw, 40px);
  height: clamp(21px, 3vw, 40px);
  font-size: clamp(8px, 1vw, 13px);
}

.ts-btn-01:hover {
  color: #fff;
}

.ts-btn-01:hover .bi-arrow-right {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.ts-btn-02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.ts-btn-02:hover {
  color: #cf1e2f;
}

.ts-btn-02 .bi-arrow-right {
  border: 1px solid #304569;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ts-btn-02:hover .bi-arrow-right {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
  background: #cf1e2f;
}

.ts-btn-03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #0c1930;
}

.ts-btn-03 .bi-arrow-right {
  background-color: #cf1e2f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ts-btn-03:hover {
  color: #cf1e2f;
}

.ts-btn-03:hover .bi-arrow-right {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

@media (max-width: 991px) {
  .ts-btn-01 {
    padding: 6px 16px 6px 21px;
  }
}

.bi-arrow-right, .bi-arrow-left {
  border-radius: 50%;
  background-color: #cf1e2f;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 39px;
  height: 39px;
}

.bi-arrow-right:hover, .bi-arrow-left:hover {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.ts-swiper-02-card-body, .ts-swiper-03-card-body {
  padding-left: 40px;
}

.swiper-line .swiper-slide {
  position: relative;
}

.swiper-line .swiper-slide .swiper-card-img-down, .swiper-line .swiper-slide .swiper-card-img-up {
  position: relative;
}

.swiper-line .swiper-slide .swiper-card-img-down::after, .swiper-line .swiper-slide .swiper-card-img-up::after {
  content: "";
  width: 1px;
  background-color: red;
  height: 150px;
  position: absolute;
  left: 25px;
  z-index: 6;
}

.swiper-line .swiper-slide .swiper-card-img-up::after {
  top: -20%;
}

.swiper-line .swiper-slide .swiper-card-img-down::after {
  bottom: -20%;
}
/*# sourceMappingURL=common.css.map */