/************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
/************************************/
@import url("https://fonts.cdnfonts.com/css/gobold");
/************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
.link {
  color: #b3b3b3;
  margin-right: 10px;
}

.link:hover {
  text-decoration: none;
}

.link-none {
  text-decoration: none;
}

.link-none:hover {
  text-decoration: underline;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gap-01 {
  gap: 0.5rem;
}

.gap-02 {
  gap: 1rem;
}

.gap-03 {
  gap: 2rem;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.text-align-end {
  text-align: end;
}

.text-align-justify {
  text-align: justify;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.fw-bold {
  font-weight: bold;
}

.fw-bolder {
  font-weight: bolder;
}

.fw-lighter {
  font-weight: lighter;
}

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

.position-relative {
  position: relative;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/*******************************************/
.ts-bg-dark {
  background-color: #1a1a1a;
}

.ts-bg-white {
  background-color: #fff;
}

.ts-bg-gray {
  background-color: #696969;
}

.ts-bg-gray-light {
  background-color: #b3b3b3;
}

.ts-bg-gray-dark {
  background-color: #333333;
}

.ts-text-dark {
  color: #1a1a1a;
}

.ts-text-white {
  color: #fff;
}

.ts-text-gray {
  color: #696969;
}

.ts-text-gray-light {
  color: #b3b3b3;
}

.ts-text-gray-dark {
  color: #333333;
}

/*******************************************/
.ts-desc-01 {
  font-size: clamp(18px, 2vw, 21.38px);
}

.ts-desc-02 {
  font-size: clamp(17px, 2vw, 18px);
}

.ts-desc-03 {
  font-size: clamp(16px, 2vw, 20px);
}

.ts-desc-04 {
  font-size: clamp(15px, 2vw, 18px);
}

.ts-desc-05 {
  font-size: clamp(14px, 2vw, 16px);
}

.ts-desc-06 {
  font-size: clamp(13px, 2vw, 15px);
}

.ts-heading-01 {
  font-size: clamp(30px, 4vw, 48px);
}

.ts-heading-02 {
  font-size: clamp(28px, 3vw, 36px);
}

.ts-heading-03 {
  font-size: clamp(26px, 3vw, 32px);
}

.ts-heading-04 {
  font-size: clamp(24px, 2vw, 29px);
}

.ts-heading-05 {
  font-size: clamp(22px, 2vw, 28px);
}

.ts-heading-06 {
  font-size: clamp(20px, 2vw, 26px);
}

.ts-heading-07 {
  font-size: clamp(20px, 2vw, 24px);
}

.ts-font-poppins {
  font-family: 'Poppins', sans-serif;
}

.ts-font-gobold {
  font-family: 'Gobold Uplow', sans-serif;
}

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

.ts-fw-extra-bold {
  font-weight: 800;
}

.ts-fw-bold {
  font-weight: 700;
}

.ts-fs-italic {
  font-style: italic;
}

/*******************************************/
.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: 5rem;
}

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

@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

.mt-01 {
  margin-top: 0.25rem;
}

.mt-02 {
  margin-top: 0.5rem;
}

.mt-03 {
  margin-top: 0.75rem;
}

.mt-04 {
  margin-top: 1rem;
}

.mt-05 {
  margin-top: 1.25rem;
}

.mt-06 {
  margin-top: 1.5rem;
}

.mt-07 {
  margin-top: 2rem;
}

.mt-08 {
  margin-top: 2.5rem;
}

.mt-09 {
  margin-top: 3rem;
}

.mt-10 {
  margin-top: 3.375rem;
}

.mt-11 {
  margin-top: 4rem;
}

.mt-12 {
  margin-top: 4.5rem;
}

.mt-13 {
  margin-top: 5rem;
}

.mt-14 {
  margin-top: 6rem;
}

@media (min-width: 992px) {
  .mt-lg-01 {
    margin-top: 0.25rem;
  }
  .mt-lg-02 {
    margin-top: 0.5rem;
  }
  .mt-lg-03 {
    margin-top: 0.75rem;
  }
  .mt-lg-04 {
    margin-top: 1rem;
  }
  .mt-lg-05 {
    margin-top: 1.25rem;
  }
  .mt-lg-06 {
    margin-top: 1.5rem;
  }
  .mt-lg-07 {
    margin-top: 2rem;
  }
  .mt-lg-08 {
    margin-top: 2.5rem;
  }
  .mt-lg-09 {
    margin-top: 3rem;
  }
  .mt-lg-10 {
    margin-top: 3.375rem;
  }
  .mt-lg-11 {
    margin-top: 4rem;
  }
  .mt-lg-12 {
    margin-top: 4.5rem;
  }
  .mt-lg-13 {
    margin-top: 5rem;
  }
  .mt-lg-14 {
    margin-top: 6rem;
  }
}

.pt-01 {
  padding-top: 0.25rem;
}

.pt-02 {
  padding-top: 0.5rem;
}

.pt-03 {
  padding-top: 0.75rem;
}

.pt-04 {
  padding-top: 1rem;
}

.pt-05 {
  padding-top: 1.25rem;
}

.pt-06 {
  padding-top: 1.5rem;
}

.pt-07 {
  padding-top: 2rem;
}

.pt-08 {
  padding-top: 2.5rem;
}

.pt-09 {
  padding-top: 3rem;
}

.pt-10 {
  padding-top: 3.375rem;
}

.pt-11 {
  padding-top: 4rem;
}

.pt-12 {
  padding-top: 4.5rem;
}

.pt-13 {
  padding-top: 5rem;
}

.pt-14 {
  padding-top: 6rem;
}

@media (min-width: 992px) {
  .pt-lg-01 {
    padding-top: 0.25rem;
  }
  .pt-lg-02 {
    padding-top: 0.5rem;
  }
  .pt-lg-03 {
    padding-top: 0.75rem;
  }
  .pt-lg-04 {
    padding-top: 1rem;
  }
  .pt-lg-05 {
    padding-top: 1.25rem;
  }
  .pt-lg-06 {
    padding-top: 1.5rem;
  }
  .pt-lg-07 {
    padding-top: 2rem;
  }
  .pt-lg-08 {
    padding-top: 2.5rem;
  }
  .pt-lg-09 {
    padding-top: 3rem;
  }
  .pt-lg-10 {
    padding-top: 3.375rem;
  }
  .pt-lg-11 {
    padding-top: 4rem;
  }
  .pt-lg-12 {
    padding-top: 4.5rem;
  }
  .pt-lg-13 {
    padding-top: 5rem;
  }
  .pt-lg-14 {
    padding-top: 6rem;
  }
}

.pb-01 {
  padding-bottom: 0.25rem;
}

.pb-02 {
  padding-bottom: 0.5rem;
}

.pb-03 {
  padding-bottom: 0.75rem;
}

.pb-04 {
  padding-bottom: 1rem;
}

.pb-05 {
  padding-bottom: 1.25rem;
}

.pb-06 {
  padding-bottom: 1.5rem;
}

.pb-07 {
  padding-bottom: 2rem;
}

.pb-08 {
  padding-bottom: 2.5rem;
}

.pb-09 {
  padding-bottom: 3rem;
}

.pb-10 {
  padding-bottom: 3.375rem;
}

.pb-11 {
  padding-bottom: 4rem;
}

.pb-12 {
  padding-bottom: 4.5rem;
}

.pb-13 {
  padding-bottom: 5rem;
}

.pb-14 {
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .pb-lg-01 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem;
  }
  .pb-lg-04 {
    padding-bottom: 1rem;
  }
  .pb-lg-05 {
    padding-bottom: 1.25rem;
  }
  .pb-lg-06 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-07 {
    padding-bottom: 2rem;
  }
  .pb-lg-08 {
    padding-bottom: 2.5rem;
  }
  .pb-lg-09 {
    padding-bottom: 3rem;
  }
  .pb-lg-10 {
    padding-bottom: 3.375rem;
  }
  .pb-lg-11 {
    padding-bottom: 4rem;
  }
  .pb-lg-12 {
    padding-bottom: 4.5rem;
  }
  .pb-lg-13 {
    padding-bottom: 5rem;
  }
  .pb-lg-14 {
    padding-bottom: 6rem;
  }
}

.p-01 {
  padding: 0.5rem;
}

.p-02 {
  padding: 1rem;
}

.p-03 {
  padding: 1.5rem;
}

.m-01 {
  margin: 10px;
}

.m-02 {
  margin: 20px;
}

.m-03 {
  margin: 30px;
}

.px-02 {
  padding-inline: 2rem;
}

.pt-md {
  padding-top: clamp(90px, 7vw, 109px);
}

.pb-sm {
  padding-bottom: clamp(90px, 7vw, 109px);
}

.pb-md {
  padding-bottom: clamp(48px, 10vw, 134px);
}

.pb-lg {
  padding-bottom: clamp(100px, 15vw, 194px);
}

/*******************************************/
/*******************************************/
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

/*************/
.ts-container {
  max-width: 1620px;
  margin: 0 auto;
  padding-inline: clamp(5px, 4vw, 20px);
}

@media (max-width: 320px) {
  .ts-container {
    padding-inline: 5px;
  }
}

.ts-container-lg {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: clamp(5px, 3vw, 30px);
}

@media (max-width: 1599px) {
  .ts-container-lg {
    max-width: 100%;
  }
}

/*************/
.ts-grid {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media (max-width: 1199px) {
  .ts-grid {
    gap: 1rem;
  }
}

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

/*************/
.line-heading {
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
}

.line-heading::before {
  content: '';
  background-color: #4d4d4d;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 0%;
  left: 0%;
  z-index: -1;
}

.line-title {
  padding-inline: 10px;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
}

.FEATURED-NEWS .line-heading::before {
  height: 4px;
}

.FEATURED-NEWS .ts-card-img {
  width: 104px;
  height: 205px;
}

@media (max-width: 767px) {
  .FEATURED-NEWS .ts-card-img {
    width: 100%;
  }
}

.featured-news-container {
  padding-inline: 2rem;
}

@media (max-width: 575px) {
  .featured-news-container {
    padding-inline: 10px;
  }
}

@media (min-width: 768px) {
  .featured-news-container {
    padding-inline: 2rem 1rem;
  }
}

/*************/
.ts-main-card {
  padding-inline: 20px;
}

.ts-main-card-desc {
  padding-inline: clamp(5px, 3vw, 20px);
  padding-bottom: 10px;
  border: 4px solid #1a1a1a;
}

.ts-main-card-desc .line-title {
  width: 95%;
}

.ts-card {
  border: 4px solid #333333;
  margin-top: 50px;
  margin-left: 100px;
}

@media (max-width: 767px) {
  .ts-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 10px 10px 10px;
  }
}

.ts-card-img {
  width: 139px;
  height: 240px;
}

@media (max-width: 767px) {
  .ts-card-img {
    width: 100%;
  }
}

.ts-card-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  padding: 10px 30px 10px 0px;
  -webkit-transform: translate(-125px, -40px);
          transform: translate(-125px, -40px);
}

@media (max-width: 767px) {
  .ts-card-img img {
    -webkit-transform: translate(12%, -50px);
            transform: translate(12%, -50px);
    width: 80%;
    height: 90%;
    padding: 0px;
  }
}

.ts-card-body {
  padding-right: clamp(10px, 3vw, 20px);
}

@media (max-width: 767px) {
  .ts-card-body {
    padding-inline: 10px;
  }
}

/******/
.ts-md-btn-border, .ts-md-btn-dark, .ts-lg-btn-border {
  text-decoration: none;
  white-space: nowrap;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ts-md-btn-border {
  border: 2px solid #333333;
  padding-inline: clamp(8px, 2vw, 13px);
  padding-block: clamp(3px, 2vw, 6px);
  color: #333333;
  background-color: #fff;
  -webkit-transform: translate(-35px, 18px);
          transform: translate(-35px, 18px);
}

.ts-md-btn-border:hover {
  color: #fff;
  background-color: #333333;
}

.ts-md-btn-dark {
  color: #fff;
  background-color: #333333;
  padding-inline: clamp(12px, 3vw, 40px);
  padding-block: clamp(3px, 1vw, 5px);
  -webkit-transform: translate(-35px, 23px);
          transform: translate(-35px, 23px);
  border: 4px solid #fff;
}

.ts-md-btn-dark:hover {
  color: #333333;
  border: 4px solid #333333;
  background-color: #fff;
}

.ts-lg-btn-border {
  border: 2px solid #b3b3b3;
  padding-inline: clamp(15px, 4vw, 30px);
  padding-block: clamp(5px, 2vw, 10px);
  color: #b3b3b3;
}

/*******************************************/
.ts-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 575px) {
  .ts-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ts-top-social-icon {
  border: 2px solid #333333;
  width: clamp(30px, 3vw, 38px);
  height: clamp(30px, 3vw, 38px);
  border-radius: 50%;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ts-top-social-icon img {
  width: clamp(14px, 2vw, 20px);
  height: clamp(14px, 2vw, 20px);
}

.ts-top-social-icon:hover {
  background-color: #ededed;
}

.ts-top-search {
  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: 2px solid #333333;
  border-radius: 10px;
  overflow: hidden;
}

.ts-top-search input {
  font-size: 20px;
  padding-inline: 10px;
  border: none;
  outline: none;
  font-family: sans-serif;
  max-width: 225px;
  width: 100%;
}

.ts-top-search .search-button {
  padding: 8px;
  background-color: #333333;
  color: #fff;
  text-decoration: none;
}

/*******************************************/
.ts-main-logo-section {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.ts-main-logo-section::after {
  content: '';
  background-image: url(../assets/img/world.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -70%;
  width: 400px;
  height: 482px;
  opacity: 0.4;
  z-index: -1;
  right: -50px;
}

@media (max-width: 575px) {
  .ts-main-logo-section::after {
    right: -210px;
  }
}

/*******************************************/
.ts-nav {
  margin-right: clamp(0px, 9vw, 120px);
  gap: 2rem;
}

@media (max-width: 575px) {
  .ts-nav {
    margin-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.ts-nav .nav-item {
  list-style: none;
}

.ts-nav .nav-link {
  text-decoration: none;
  color: #fff;
}

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

/*******************************************/
.ts-footer {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding-top: clamp(1rem, 9vw, 5rem);
}

.ts-footer::after {
  content: '';
  background-image: url(../assets/img/world.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: -180px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}

.ts-footer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .ts-footer-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
}

@media (max-width: 991px) {
  .ts-footer-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .ts-footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .ts-footer-left-desc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media (max-width: 575px) {
  .ts-footer-left-desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 575px) {
  .ts-footer-left-desc p {
    text-align: center;
  }
}

.ts-footer-logo {
  width: clamp(150px, 24vw, 200px);
  height: 180px;
}

.ts-footer-copyright {
  text-align: end;
  padding-right: 10%;
}

@media (max-width: 991px) {
  .ts-footer-copyright {
    text-align: center;
    padding-right: 0px;
  }
}

/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
.ts-topic {
  row-gap: 5rem;
}

@media (max-width: 991px) {
  .ts-topic {
    row-gap: 3rem;
  }
}

.ts-topic .ts-card-img {
  height: 267px;
  width: 189px;
}

@media (max-width: 767px) {
  .ts-topic .ts-card-img {
    width: 100%;
  }
}

.ts-topic .ts-card-img img {
  -webkit-transform: translate(-100px, -22px);
          transform: translate(-100px, -22px);
  width: 260px;
  height: 260px;
}

@media (max-width: 767px) {
  .ts-topic .ts-card-img img {
    -webkit-transform: translate(10%, -50px);
            transform: translate(10%, -50px);
    width: 80%;
    height: 90%;
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .ts-topic .ts-card-img img {
    -webkit-transform: translate(5%, -50px);
            transform: translate(5%, -50px);
    width: 90%;
  }
}

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