.origins-row p {
  text-align: center;
}

h3.origins {
  margin-top: 64px;
  font-weight: 800;
}

.spirals-images img {
  margin-top: 0;
  margin-bottom: 0;
}

.ts-card .ts-section p.solution-text {
  font-size: smaller;
  color: #4a55686e !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%4661ae' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%4661ae' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


.carousel-caption h5 {
  color: #1a202c;
}

.carousel-indicators li {
  background-color: #808080;
}

.img-resize {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.carousel-indicators li {
  background-color: #4661ae;
}

.carousel-item img {
  margin-bottom: 8rem;
}

.carousel-control-next-icon {
  content: '';
  transform: rotate(225deg);
  width: 30px;
  height: 30px;
  box-shadow: inset 2px -2px 0 1px #4661ae;
  background-image: none;
}

.carousel-control-prev-icon {
  content: '';
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  box-shadow: inset 2px -2px 0 1px #4661ae;
  background-image: none;
}

.dis-n{
  display:none;
}

.ts-header.text-center a{
  color:#4661ae;
}

.carousel-caption > p{
  margin-top: 0!important;
  margin-bottom: 1rem!important;
  line-height: 1!important;
  font-size: 16px!important;
}

/* h2::before { 
  display: block; 
  content: " "; 
  margin-top: -255px; 
  height: 255px; 
  visibility: hidden; 
  pointer-events: none;
}

.sec-active{
  color: #4661ae!important;

}

li.sectionlink a.sec-active div:before{
  content: ">  ";
}
/* li.sectionlink a:not(.sec-active) div:before{
  content: ' ';
} */

/* .sublink.active{
  background-color: #0092ed!important;
  border-radius: 5px;
 
}

.sublink.active a{
  color: white!important;
}

.mainlink:not(.active) a, .sublink:not(.active) a{
  color: #718096;
}

li.sectionlink.sublink a div{
  font-size: small!important;
  color:#718096b7;
} 

li.sectionlink.sublink a.sec-active div{
  color:#2f2f2f;
} 

button[aria-expanded = "true"] i{
  transform: rotate(180deg);
}
 */ 