@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto&display=swap");
@font-face {
  font-family: "Gotham-Bold";
  src: url("../assets/fonts/Gotham-Bold.otf");
}

.mb-01 {
  margin-bottom: 0.25rem;
}

.mb-02 {
  margin-bottom: 0.5rem;
}

.mb-03 {
  margin-bottom: 0.75rem;
}

.mb-04 {
  margin-bottom: 1rem;
}

.mb-05 {
  margin-bottom: 1.25rem;
}

.mb-06 {
  margin-bottom: 1.5rem;
}

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

.mb-08 {
  margin-bottom: 2.5rem;
}

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

.mb-10 {
  margin-bottom: 3.375rem;
}

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

.mb-12 {
  margin-bottom: 4.5rem;
}

.mb-13 {
  margin-bottom: 5.25rem;
}

.mb-14 {
  margin-bottom: 6rem;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #bc3135;
}

::selection {
  color: white;
  background: #bc3135;
}

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

@media (min-width: 991px) {
  body,
  .btn,
  a,
  button,
  input {
    cursor: none !important;
  }
  .cursor {
    pointer-events: none;
    z-index: 99999;
  }
  .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 99999;
  }
  .cursor__ball--small {
    opacity: 0.5;
  }
  .cursor__ball--big {
    position: fixed;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .cursor__ball--big img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cursor .left,
  .cursor .right {
    height: 100%;
    width: 100%;
    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;
  }
  .cursor .right {
    background: #fff;
  }
  .cursor .right a {
    border-bottom: 2px solid #000;
  }
  .cursor .right h1,
  .cursor .right p,
  .cursor .right a {
    color: #000;
  }
  .cursor .rotate-infinite-2 {
    -webkit-animation: rotationanticlockwise 15s infinite linear;
  }
  .cursor .alter-cursor-img {
    display: none;
  }
  .cursor .main-cursor-img {
    display: block;
  }
  @-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }
  @-webkit-keyframes rotationanticlockwise {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-359deg);
    }
  }
}

@media (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

p {
  letter-spacing: -0.2px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1370px;
  }
}

.btn:focus,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-primary {
  color: #bc3135 !important;
}

.text-primary-2 {
  color: #e65436 !important;
}

.text-primary-3 {
  color: #f0594e !important;
}

.text-black-02 {
  color: #090909;
}

.shape-hexagon {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.ts-navbar {
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.ts-navbar::before {
  content: " ";
  position: absolute;
  top: 50px;
  right: 100px;
  width: 0;
  aspect-ratio: 1 / 1.13;
  background-color: #bc3135;
  -webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
          clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ts-navbar__open {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  width: 100%;
}

.ts-navbar__logo {
  display: none;
}

.ts-navbar__lets-talk {
  position: relative;
  margin-right: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  mix-blend-mode: difference;
  color: #e65436;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.ts-navbar__lets-talk::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e65436;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.ts-navbar__lets-talk p {
  margin-bottom: 0;
  mix-blend-mode: difference;
}

.ts-navbar__lets-talk:hover {
  color: #e65436;
}

.ts-navbar__lets-talk:hover::after {
  width: 0;
}

.ts-navbar .btn-toggler {
  width: 50px;
  height: 56px;
  background-color: #bc3135;
  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: end;
      -ms-flex-align: end;
          align-items: end;
}

.ts-navbar .btn-toggler span {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color, color ease-in-out;
  transition: background-color, color ease-in-out;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.ts-navbar .btn-toggler span:nth-child(1) {
  width: 83.35%;
}

.ts-navbar .btn-toggler span:nth-child(2) {
  width: 50%;
}

.ts-navbar .btn-toggler span:not(:last-child) {
  margin-bottom: 8px;
}

.ts-navbar .btn-toggler:hover span {
  width: 100%;
}

.ts-navbar__nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  min-height: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0 60px;
  overflow: hidden;
  padding-bottom: 50px;
}

.ts-navbar ol li::marker {
  color: white;
}

.ts-navbar .ts-nav-list {
  margin-top: 240px;
  margin-bottom: 0;
}

.ts-navbar .ts-nav-list li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 10px auto;
      grid-template-columns: 10px auto;
  gap: 1.5rem;
}

.ts-navbar .ts-nav-list li::before {
  content: attr(data-number);
  color: #ffffff;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.ts-navbar .ts-nav-list .ts-nav-link {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .ts-navbar .ts-nav-list {
    margin-top: 115px;
    margin-bottom: 32px;
  }
}

@media (max-width: 992px) {
  .ts-navbar {
    padding: 0 24px;
  }
  .ts-navbar__nav {
    padding: 0 24px;
  }
  .ts-navbar__lets-talk {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .ts-navbar__nav {
    padding: 0 12px;
  }
  .ts-navbar__lets-talk {
    margin-right: 12px;
  }
}

[data-is-collapsed="false"]::before {
  top: -500px;
  width: 2000px;
  right: -30%;
}

@media (min-width: 767px) {
  [data-is-collapsed="false"]::before {
    right: -30%;
    top: -50vw;
  }
}

@media (min-width: 992px) {
  [data-is-collapsed="false"]::before {
    width: 180%;
  }
}

@media (min-width: 1200px) {
  [data-is-collapsed="false"]::before {
    width: 180%;
  }
}

@media (min-width: 1400px) {
  [data-is-collapsed="false"]::before {
    width: 160%;
  }
}

[data-is-collapsed="false"] .ts-navbar__logo {
  display: block;
}

[data-is-collapsed="false"] .ts-navbar__open {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 17px !important;
  animation: changeBgColor 1s linear;
  -webkit-animation: changeBgColor 1s linear;
}

@-webkit-keyframes changeBgColor {
  0% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #bc3135;
  }
}

[data-is-collapsed="false"] .ts-navbar__nav {
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
}

[data-is-collapsed="false"] .ts-navbar__lets-talk {
  color: white;
}

[data-is-collapsed="false"] .ts-navbar__lets-talk::after {
  background-color: white;
}

[data-is-collapsed="false"] .btn-toggler {
  background-color: #ffffff !important;
  position: relative;
}

[data-is-collapsed="false"] .btn-toggler span {
  background-color: #bc3135;
  position: absolute;
  width: 24px !important;
}

[data-is-collapsed="false"] .btn-toggler span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[data-is-collapsed="false"] .btn-toggler span:nth-child(2) {
  opacity: 0;
  left: -20px;
}

[data-is-collapsed="false"] .btn-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mh-100 {
  padding: 120px 0 120px;
}

@media (min-width: 991px) {
  .mh-100 {
    min-height: 100vh;
  }
}

.ts-section__title {
  font-size: clamp(32px, 6vw, 80px);
  font-family: "Gotham-Bold", sans-serif;
}

.ts-section__title-md {
  font-weight: bold;
  font-size: clamp(28px, 6vw, 40px);
}

.ts-section__title-sm {
  font-weight: bold;
  font-size: clamp(25px, 3.5vw, 32px);
}

.ts-section__title-xs {
  font-weight: bold;
  font-size: clamp(19px, 3vw, 22px);
}

.ts-section__desc-xl {
  font-size: clamp(20px, 2.5vw, 23px);
}

.ts-section__desc-md {
  font-size: clamp(17px, 2.4vw, 18px);
}

.ts-section__desc {
  font-size: 16px;
}

.ts-section__desc-sm {
  font-size: 15px;
}

.ts-section__link {
  position: relative;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}

.ts-section__link::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #e65436;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ts-section__link:hover {
  color: #000000;
}

.ts-section__link:hover::after {
  width: 0;
}

.magnetic-wrap {
  display: inline-block;
  position: relative;
}

.magnetic-size {
  position: absolute;
  bottom: -1.5rem;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  z-index: 1;
  border-radius: 50%;
}

.magnetic-size--sm {
  top: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
}

.size1 {
  margin: 1.5rem;
}

.size-sm {
  margin: 0.1rem;
}

.rotate-infinite {
  animation: rotation 30s infinite linear;
  -webkit-animation: rotation 30s infinite linear;
}

.rotate-infinite-reverse {
  animation: rotation 30s infinite linear;
  -webkit-animation: rotation 30s infinite linear;
  animation-direction: reverse;
}

@-webkit-keyframes ballBounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes ballBounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  /* change backgournd  color */
  -webkit-text-fill-color: white;
  /* background remain same */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.deco {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: absolute;
}

.ts-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(250.89deg, #ffffff 0%, #f4f4f4 100%);
  overflow: hidden;
}

.ts-hero .deco-01 {
  bottom: 0;
  left: 2%;
  width: 324px;
  height: 367px;
  background-color: #ffffff;
}

.ts-hero .deco-02 {
  top: 40%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 288px;
  height: 326px;
  background-color: #f2f2f2;
}

.ts-hero > .container {
  position: relative;
  z-index: 10;
}

.ts-hero__content {
  max-width: 906px;
}

.ts-hero__content .js-magnetic-area {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ts-hero__content .magnetic-wrap:hover .ts-hero__logo--sm {
  -webkit-animation: ballBounce 2s ease-in-out;
          animation: ballBounce 2s ease-in-out;
}

.ts-hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.ts-hero__desc-link {
  max-width: 430px;
  margin-left: 14%;
}

.ts-hero__bg {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
  max-width: 735px;
  width: 45%;
}

@media (max-width: 991px) {
  .ts-hero__desc-link {
    margin-left: 0%;
  }
}

.ts-section-02 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #212121;
  color: white;
  padding: 180px 0 !important;
}

.ts-section-02 .deco-01 {
  top: -140px;
  right: 5%;
  width: 486px;
  max-width: 80%;
  aspect-ratio: 1 / 1.13;
  background: #2d2d2d;
  opacity: 0.8;
}

.ts-section-02 > .container {
  position: relative;
  z-index: 10;
}

.ts-section-02__content {
  max-width: 1235px;
  position: relative;
  z-index: 10;
}

.ts-section-02__desc-link {
  max-width: 792px;
  margin-left: 14%;
}

.ts-section-02__bg {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
  max-width: 735px;
  width: 45%;
}

@media (max-width: 991px) {
  .ts-section-02 {
    padding: 120px 0 !important;
  }
  .ts-section-02__desc-link {
    margin-left: 0%;
  }
  .ts-section-02 .deco-01 {
    top: -100px;
  }
}

.ts-products {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.74%, #000000), to(#454545));
  background: linear-gradient(180deg, #000000 2.74%, #454545 100%);
  padding: 161px 0 120px;
}

.ts-products__cards {
  margin-bottom: 120px;
}

.ts-products-card {
  position: relative;
  padding: 56px 65px 65px;
  border-radius: 4px;
  overflow: hidden;
}

.ts-products-card__main {
  position: relative;
  z-index: 10;
  max-width: 480px;
}

.ts-products-card__desc {
  font-family: "Roboto", sans-serif !important;
}

.ts-products-card__logo {
  margin-bottom: 108px;
}

.ts-products-card__link {
  padding-bottom: 0.25rem;
  color: inherit;
  font-weight: bold;
  border-bottom: 2px solid #e65436;
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.ts-products-card__link:hover {
  color: #e65436;
}

.ts-products-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-position: 100% 100%;
  background-size: 100%;
}

.ts-products-card--repforce {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(34.65%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#b4b4b5), color-stop(18.75%, #bdbdbf), color-stop(41.67%, #c5c5c7), color-stop(59.37%, #c6c6c8), to(#ccccce));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 34.65%), linear-gradient(180deg, #b4b4b5 0%, #bdbdbf 18.75%, #c5c5c7 41.67%, #c6c6c8 59.37%, #ccccce 100%);
  color: #000000;
}

.ts-products-card--repforce::before {
  background-image: url("../assets/images/repforce-bg.png");
}

.ts-products-card--truedata {
  background: #285bbb;
  color: #ffffff;
}

.ts-products-card--truedata::before {
  background-image: url("../assets/images/truedata-bg.png");
  width: 100%;
}

.ts-products-card--assetsforce {
  background: #1b1b1b;
  color: #ffffff;
}

.ts-products-card--assetsforce::before {
  background-image: url("../assets/images/assetforce-bg.png");
  width: 882px;
}

@media (max-width: 992px) {
  .ts-products-card {
    padding: 36px 45px 45px;
  }
}

@media (max-width: 767px) {
  .ts-products-card {
    padding: 40px 20px;
  }
}

.ts-products__loadmore {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.ts-products__loadmore:hover {
  color: #ffffff;
}

.ts-projects {
  padding: 90px 0 180px;
}

.ts-projects__deco {
  position: absolute;
  width: 146px;
  max-width: 20%;
}

.ts-projects__deco-1 {
  left: -5%;
}

.ts-projects__deco-2 {
  left: 60%;
}

.ts-projects__globe {
  width: 100%;
}

.ts-projects__details {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #bc3135;
  padding: 35px 20px 45px;
  gap: 15px;
  max-width: 86%;
  width: 600px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
}

.ts-projects__logos {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ts-projects__logos-container {
  position: relative;
}

.ts-projects__logos-title {
  position: absolute;
  top: -190px;
  max-width: 564px;
}

.ts-projects__logos img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .ts-projects {
    padding: 120;
  }
  .ts-projects__details {
    padding: 15px 10px;
    bottom: 5%;
  }
  .ts-projects__logos-title {
    position: relative;
    top: 0;
    margin: 2.5rem 0 4rem;
  }
}

@media (max-width: 767px) {
  .ts-projects__details {
    padding: 15px 10px;
    bottom: 0;
    gap: 5px;
    max-width: 95%;
  }
}

@media (max-width: 450px) {
  .ts-projects__details {
    padding: 12px 10px;
    bottom: -5%;
    max-width: 100%;
  }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.ts-about {
  padding: 200px 0 160px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.76%, #000000), to(#212121));
  background: linear-gradient(180deg, #000000 14.76%, #212121 100%);
  color: #ffffff;
}

.ts-about__title {
  position: absolute;
}

.ts-about__details {
  position: relative;
  max-width: 514px;
  margin-left: auto;
  margin-bottom: 175px;
}

.ts-about__details-circle {
  position: absolute;
  right: 0;
  top: -10%;
  height: 130%;
  z-index: 2;
}

.ts-about__details-gradient {
  position: absolute;
  right: 0;
  top: -20%;
  width: 250%;
  z-index: 1;
}

.ts-about__details-main {
  position: relative;
  z-index: 100;
}

.ts-about__list {
  position: relative;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  z-index: 10;
}

.ts-about__list li {
  max-width: 300px;
}

@media (max-width: 992px) {
  .ts-about__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .ts-about__list li {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .ts-about__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ts-contact {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bc3135;
  color: white;
}

.ts-contact > .container {
  position: relative;
  z-index: 10;
}

.ts-contact__content {
  max-width: 1200px;
}

.ts-contact__main {
  padding-left: 136px;
}

.ts-contact__desc-link {
  max-width: 792px;
  margin-left: 14%;
}

.ts-contact .form-label {
  color: rgba(255, 255, 255, 0.5);
}

.ts-contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  letter-spacing: -0.3px;
  color: #ffffff;
  padding: 0 0 1rem;
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .ts-contact__main {
    padding-left: 0;
  }
}

.ts-contact .btn-link:hover {
  color: white;
}

.btn-link {
  padding: 0 0 0.25rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
}

.btn-link--primary {
  color: #bc3135;
  border-color: #bc3135;
}

.btn-link--primary:hover {
  color: #bc3135;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff !important;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #ffffff !important;
}

::-ms-input-placeholder {
  color: #ffffff !important;
}

::placeholder {
  color: #ffffff !important;
}

.ts-helpus {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  background: #fdfdfd;
  padding-top: 100px;
}

.ts-helpus > .container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.ts-helpus__content {
  position: relative;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.ts-helpus .deco-01 {
  width: 572px;
  background: #f2f2f2;
  position: absolute;
  top: -100px;
  left: 39px;
  z-index: 1;
  max-width: 90%;
  aspect-ratio: 1 / 1.13;
}

@media (max-width: 991px) {
  .ts-helpus .deco-01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ts-footer {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  background: #212121;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #212121), to(black));
  background: linear-gradient(0deg, #212121 16%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#000000",GradientType=1);
  color: #ffffff;
}

.ts-footer > .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ts-footer__logo {
  margin-bottom: 140px;
}

.ts-footer__main {
  max-width: 861px;
}

.ts-footer__bg {
  position: absolute;
  right: 0;
  max-width: 668px;
  width: 70%;
}
/*# sourceMappingURL=index.css.map */