.container {
  max-width: 1842px;
}
.container-md {
  max-width: 1366px;
  margin: auto;
}
.container .ts-btn-lang {
  color: #EC6821;
}
.container .ts-btn-lang:hover {
  background-color: #EC6821;
  color: #ffffff;
}

.container-fluid {
  padding: 0;
}

.img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ts-bg-container {
  width: 100%;
  min-height: 810px;
}
.ts-bg-container .ts-content {
  color: #ffffff;
}
.ts-bg-container .ts-content .ts-span {
  color: #EC6821;
  align-items: center;
}
.ts-bg-container .ts-content .ts-content-heading {
  font-weight: bold;
  font-size: clamp(20px, 3vw, 45px);
}
.ts-bg-container .ts-content .ts-styling-border {
  background-color: #EC6821;
  width: 80px;
  height: 10px;
  margin: 25px 0;
}
.ts-bg-container .ts-content .ts-content-text {
  clear: both;
  font-size: clamp(16px, 2.2vw, 45px);
}
.ts-bg-container .btn {
  background-color: #EC6821;
  text-align: left;
  border-radius: 0px;
  color: #ffffff;
}

.ts-index {
  text-align: center;
}
@media (max-width: 767px) {
  .ts-index {
    margin: 20px 10%;
  }
}
@media (max-width: 575px) {
  .ts-index {
    margin: 20px 5%;
  }
}
.ts-index .ts-container img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px 0;
}
.ts-index .ts-container .ts-row {
  padding: 10px 0;
  border-top: 4px solid #e5e5e5;
}
.ts-index .ts-container .col-2 {
  border-right: 1px solid #e5e5e5;
}
.ts-index .ts-border {
  border-top: 8px solid #ec6820;
  width: 100px;
  margin: auto;
}
.ts-index .ts-section-heading {
  font-size: clamp(31px, 5vw, 46px);
  font-weight: 900;
  padding: 40px 0;
  max-width: 20%;
}
@media (max-width: 575px) {
  .ts-index .ts-section-heading {
    max-width: 100%;
  }
}
.ts-index .btn {
  background-color: #EC6821;
  text-align: left;
  border-radius: 0px;
  color: #ffffff;
}
.ts-index .ts-left-bar {
  float: left;
  width: 35%;
  text-align: left;
}
@media (max-width: 575px) {
  .ts-index .ts-left-bar {
    margin: 0 10%;
    margin-bottom: 30px;
    float: none;
    width: 70%;
  }
}
.ts-index .ts-left-bar .btn {
  width: 160px;
  height: 40px;
}
.ts-index .ts-left-bar .btn .btn-text {
  font-weight: 300;
  font-size: 1.2em;
}
.ts-index .ts-left-bar .text-box {
  margin-top: 240px;
}
@media (max-width: 575px) {
  .ts-index .ts-left-bar .text-box {
    margin-top: 50px;
  }
}
.ts-index .ts-container-right {
  text-align: left;
}
.ts-index .ts-container-right .ts-img {
  margin-top: 40px;
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .ts-index .ts-container-right .ts-img {
    width: 100%;
  }
}

.mid-container {
  background-color: #EC6821;
  color: #ffffff;
  text-align: center;
  align-items: center;
  padding-block: 2.5rem 5.25rem;
  text-align: center;
}
.mid-container .img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 50px 0;
}

.ts-about .ts-row .ts-headings {
  font-size: 1.4rem;
}
.ts-about .ts-row .col .ts-col-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}
.ts-about .card {
  border-radius: 0;
  border: none;
  margin: auto;
  background-color: #19335A;
  color: #ffffff;
  text-align: left;
  background-size: cover;
}
@media (max-width: 575px) {
  .ts-about .card {
    width: 100% !important;
    margin: 20px 0;
  }
}
.ts-about .card-text {
  font-size: 0.7rem;
  font-weight: lighter;
}
.ts-about .card .ts-text {
  font-size: 12px;
}
.ts-about .card-title {
  font-size: 12px;
}

.ts-card {
  margin: 0 10px;
  padding: 0;
  border: none;
  background-color: #19335A;
  color: white;
  padding: 1.4375rem;
  text-align: start;
}
.ts-card-group {
  display: flex;
}
@media (min-width: 992px) {
  .ts-card:nth-child(1) {
    width: 46%;
  }
  .ts-card:nth-child(2) {
    width: 26%;
  }
  .ts-card:nth-child(3) {
    width: 26%;
  }
}
@media (max-width: 991px) {
  .ts-card {
    margin: 0;
    margin-bottom: 1.5rem;
    min-height: 300px;
  }
  .ts-card-group {
    flex-direction: column;
  }
}
.ts-card .ts-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.ts-products__item {
  position: relative;
}
@media (min-width: 992px) {
  .ts-products__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 85%;
    transform: translateY(-50%);
    background-color: #ddd;
  }
}
.ts-products__item-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .ts-products__item-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .ts-products__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 85%;
    transform: translateY(-50%);
    background-color: #ddd;
  }
  .ts-products__item:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .ts-products__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 85%;
    transform: translateY(-50%);
    background-color: #ddd;
    display: block !important;
  }
  .ts-products__item:nth-child(even)::after {
    display: none !important;
  }
  .ts-products__item-group {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=index.css.map */