
  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    /* content: none !important; */
  }

  .breadcrumb-item+.breadcrumb-item::before {
    float: left;

    content: var(--bs-breadcrumb-divider, "/") !important;
  }

  .page-title {
    display: block;
    padding-bottom: 115px;
    padding-top: 120px;
  }

  .sub-heading1 {
    font-size: 22px !important;
    /* color: #615959; */
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
  }

  .bg-dark {
    background-color: #212529 !important;
  }

  table .bg-orange {
    background-color: #CEAF19 !important;
    --bs-table-color: white;
  }

  .table {

    --bs-table-bg: none !important;
    --bs-table-border-color: var(--bs-border-color);
    
  }

  .cts-point li::before {
    /* add the new bullet point */
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #ff541c;
    text-indent: 1.5em;
  }

  .cts-point {
    list-style: none;
  }

  .brochure i {
    line-height: 41px;
  }
  /* section {
    padding: 0px 0;
  } */
h1
{
  font-size: 40px;
}
.widget-title{
  font-size: 22px;
}

.marquee {
  overflow: hidden;
}

.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}


@media only screen and (max-width: 600px) {
  .marquee-item {
    flex: 0 0 40vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
  }
}

.marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-144vw);
  }
}

.mt-100 {
  margin-top: 100px;
}

.our-partner center {
  margin: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mp-table {
  border-collapse: collapse;
}

.mp-table tr{
  
}
.mp-table td{
  border: none;
}


.mt-100 {
  margin-top: 100px;
}

.our-partner center {
  margin: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mp-table {
  border-collapse: collapse;
}

.mp-table tr {}

.mp-table td {
  border: none;
}

.footer {

  margin-top: 0rem;
}
.navbar-nav .nav-link {
  
  font-weight: 200 !important;}
  .navbar-nav .nav-link{
    font-size: 16px;
  }

  .footer-list li a {
 
  font-weight: 200 !important;
}
.primary-footer p{
font-weight: 200 !important;
}
.primary-footer li{
font-weight: 200 !important;
}
.copyright span{
font-weight: 200 !important;
}
.navbar-brand img{
padding: 10px 0 !important;
}


.social_icon li a {
   
   margin: 3px !important;
    
}
.social_icon ul{
  display: flex !important;
}
