footer .input-group.footer-input .form-control {
    border-color: #687BA1 !important;
    color: #ffffff !important;
}
footer .input-group.footer-input>div {
    border-color: #687BA1 !important;
}

.logo-slider-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .logo-slider {
    display: flex;
    width: max-content;
    animation: scroll 15s linear infinite;
  }
  
  .logo-slide {
    width: 150px;
}
  
  /* Keyframes for continuous movement */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to { 
    transform: translateX(-44.2%);
    }
  }
  
  /* Duplicate slides to make an infinite loop */
  .logo-slider::after {
    content: "";
    display: flex;
    width: max-content;
    animation: scroll 15s linear infinite;
  }
  
  .column-count {
    column-count: 2; 
    column-gap: 28px;
  }

  .gray-img img {
    filter: grayscale(0);
    transition: all 0.35s ease-in-out;
  }

  .gray-img:hover img {
    filter: grayscale(1);
  }

  .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 17.89%, #1D2029 100%);
}

.aspect-3_4 {
  aspect-ratio: 3/4;

}

.aspect-3_2 {
  aspect-ratio: 3/2;
}

.svg-primary {
  filter: brightness(0) saturate(100%) invert(23%) sepia(30%) saturate(1738%) hue-rotate(188deg) brightness(99%) contrast(100%);
}

.svg-secondary {
  filter: invert(57%) sepia(67%) saturate(323%) hue-rotate(90deg) brightness(96%) contrast(93%);
}

.card-bg-1 {
  background: linear-gradient(45deg, #50BB82 -20%, #EAEEF3 60%);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  color: #6b7280;
}

span.rounded-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 40px;
  margin-right: 10px;
  font-size: 10px;
}

.platforms > a {
  transition: background-color 0.3s, color 0.3s;
  line-height: 17px !important;
}

.platforms > a svg {
  width: 18px;
}

.platforms > a:nth-child(1) {
  background: #F4F8FF;
}
.platforms > a:nth-child(1):hover {
  background-color: #4C83EE;
  color: white;
}
.platforms > a:nth-child(1):hover svg {
  fill: white;
}
.platforms > a:nth-child(1) svg {
  fill: #4C83EE;
}

.platforms > a:nth-child(2) {
  background: #F2FFF9;
}
.platforms > a:nth-child(2):hover {
  background-color: #89D8AE;
  color: white;
}
.platforms > a:nth-child(2):hover svg {
  fill: white;
}
.platforms > a:nth-child(2) svg {
  fill: #89D8AE;
}

.platforms > a:nth-child(3) {
  background: #FFFAE5;
}
.platforms > a:nth-child(3):hover {
  background-color: #E7C850;
  color: white;
}
.platforms > a:nth-child(3):hover svg {
  fill: white;
}
.platforms > a:nth-child(3) svg {
  fill: #E7C850;
}

.platforms > a:nth-child(4) {
  background: #FFF0FB;
}
.platforms > a:nth-child(4):hover {
  background-color: #CC43AB;
  color: white;
}
.platforms > a:nth-child(4):hover svg {
  fill: white;
}
.platforms > a:nth-child(4) svg {
  fill: #CC43AB;
}

.platforms > a:nth-child(5) {
  background: #F3EFFF;
}
.platforms > a:nth-child(5):hover {
  background-color: #7E5FEB;
  color: white;
}
.platforms > a:nth-child(5):hover svg {
  fill: white;
}
.platforms > a:nth-child(5) svg {
  fill: #7E5FEB;
}

.platforms > a:nth-child(6) {
  background: #E8F9FA;
}
.platforms > a:nth-child(6):hover {
  background-color: #6EDDE0;
  color: white;
}
.platforms > a:nth-child(6):hover svg {
  fill: white;
}
.platforms > a:nth-child(6) svg {
  fill: #6EDDE0;
}

.platforms > a:nth-child(7) {
  background-color: #F4F8FF;
}
.platforms > a:nth-child(7):hover {
  background-color: #4C83EE;
  color: white;
}
.platforms > a:nth-child(7):hover svg {
  fill: white;
}
.platforms > a:nth-child(7) svg {
  fill: #4C83EE;
}

.platforms > a:nth-child(8) {
  background: #EDFFF6;
}
.platforms > a:nth-child(8):hover {
  background-color: #89D8AE;
  color: white;
}
.platforms > a:nth-child(8):hover svg {
  fill: white;
}
.platforms > a:nth-child(8) svg {
  fill: #89D8AE;
}

.platforms > a:nth-child(9) {
  background: #FFFAE5;
}
.platforms > a:nth-child(9):hover {
  background-color: #E7C850;
  color: white;
}
.platforms > a:nth-child(9):hover svg {
  fill: white;
}
.platforms > a:nth-child(9) svg {
  fill: #E7C850;
}

.platforms > a:nth-child(10) {
  background: #FFF0FB;
}
.platforms > a:nth-child(10):hover {
  background-color: #CC43AB;
  color: white;
}
.platforms > a:nth-child(10):hover svg {
  fill: white;
}
.platforms > a:nth-child(10) svg {
  fill: #CC43AB;
}

.platforms > a:nth-child(11) {
  background: #F3EFFF;
}
.platforms > a:nth-child(11):hover {
  background-color: #7E5FEB;
  color: white;
}
.platforms > a:nth-child(11):hover svg {
  fill: white;
}
.platforms > a:nth-child(11) svg {
  fill: #7E5FEB;
}

.platforms > a:nth-child(12) {
  background: #E8F9FA;
}
.platforms > a:nth-child(12):hover {
  background-color: #6EDDE0;
  color: white;
}
.platforms > a:nth-child(12):hover svg {
  fill: white;
}
.platforms > a:nth-child(12) svg {
  fill: #6EDDE0;
}

.platforms > a:nth-child(13) {
  background-color: #F4F8FF;
}
.platforms > a:nth-child(13):hover {
  background-color: #4C83EE;
  color: white;
}
.platforms > a:nth-child(13):hover svg {
  fill: white;
}
.platforms > a:nth-child(13) svg {
  fill: #4C83EE;
}

.platforms > a:nth-child(14) {
  background: #F5FFE5;
}
.platforms > a:nth-child(14):hover {
  background-color: #B0E15E;
  color: white;
}
.platforms > a:nth-child(14):hover svg {
  fill: white;
}
.platforms > a:nth-child(14) svg {
  fill: #B0E15E;
}

.platforms > a:nth-child(15) {
  background: #FFF0F3;
}
.platforms > a:nth-child(15):hover {
  background-color: #BC4B62;
  color: white;
}
.platforms > a:nth-child(15):hover svg {
  fill: white;
}
.platforms > a:nth-child(15) svg {
  fill: #BC4B62;
}

.platforms > a:nth-child(16) {
  background: #FFFAE5;
}
.platforms > a:nth-child(16):hover {
  background-color: #E7C850;
  color: white;
}
.platforms > a:nth-child(16):hover svg {
  fill: white;
}
.platforms > a:nth-child(16) svg {
  fill: #E7C850;
}

.platforms > a:nth-child(17) {
  background: #F5FFE5;
}
.platforms > a:nth-child(17):hover {
  background-color: #B0E15E;
  color: white;
}
.platforms > a:nth-child(17):hover svg {
  fill: white;
}
.platforms > a:nth-child(17) svg {
  fill: #B0E15E;
}

.platforms > a:nth-child(18) {
  background: #FFF0F3;
}
.platforms > a:nth-child(18):hover {
  background-color: #BC4B62;
  color: white;
}
.platforms > a:nth-child(18):hover svg {
  fill: white;
}
.platforms > a:nth-child(18) svg {
  fill: #BC4B62;
}

.platforms > a:nth-child(19) {
  background: #FFFAE5;
}
.platforms > a:nth-child(19):hover {
  background-color: #E7C850;
  color: white;
}
.platforms > a:nth-child(19):hover svg {
  fill: white;
}
.platforms > a:nth-child(19) svg {
  fill: #E7C850;
}

.platforms > a:nth-child(20) {
  background: #F4F8FF;
}
.platforms > a:nth-child(20):hover {
  background-color: #4C83EE;
  color: white;
}
.platforms > a:nth-child(20):hover svg {
  fill: white;
}
.platforms > a:nth-child(20) svg {
  fill: #4C83EE;
}

.platforms > a:nth-child(21) {
  background: #F2FFF9;
}
.platforms > a:nth-child(21):hover {
  background-color: #89D8AE;
  color: white;
}
.platforms > a:nth-child(21):hover svg {
  fill: white;
}
.platforms > a:nth-child(21) svg {
  fill: #89D8AE;
}

.platforms > a:nth-child(22) {
  background: #FFFAE5;
}
.platforms > a:nth-child(22):hover {
  background-color: #E7C850;
  color: white;
}
.platforms > a:nth-child(22):hover svg {
  fill: white;
}
.platforms > a:nth-child(22) svg {
  fill: #E7C850;
}

.platforms > a:nth-child(23) {
  background: #FFF0FB;
}
.platforms > a:nth-child(23):hover {
  background-color: #CC43AB;
  color: white;
}
.platforms > a:nth-child(23):hover svg {
  fill: white;
}
.platforms > a:nth-child(23) svg {
  fill: #CC43AB;
}

.platforms > a:nth-child(24) {
  background: #F3EFFF;
}
.platforms > a:nth-child(24):hover {
  background-color: #7E5FEB;
  color: white;
}
.platforms > a:nth-child(24):hover svg {
  fill: white;
}
.platforms > a:nth-child(24) svg {
  fill: #7E5FEB;
}

.platforms > a:nth-child(25) {
  background: #E8F9FA;
}
.platforms > a:nth-child(25):hover {
  background-color: #6EDDE0;
  color: white;
}
.platforms > a:nth-child(25):hover svg {
  fill: white;
}
.platforms > a:nth-child(25) svg {
  fill: #6EDDE0;
}

.platforms > a:nth-child(26) {
  background: #EDFFF6;
}
.platforms > a:nth-child(26):hover {
  background-color: #89D8AE;
  color: white;
}
.platforms > a:nth-child(26):hover svg {
  fill: white;
}
.platforms > a:nth-child(26) svg {
  fill: #89D8AE;
}

.platforms > a:nth-child(27) {
  background: #FFF0F3;
}
.platforms > a:nth-child(27):hover {
  background-color: #BC4B62;
  color: white;
}
.platforms > a:nth-child(27):hover svg {
  fill: white;
}
.platforms > a:nth-child(27) svg {
  fill: #BC4B62;
}

.platforms > a:nth-child(28) {
  background: #F3EFFF;
}
.platforms > a:nth-child(28):hover {
  background-color: #7E5FEB;
  color: white;
}
.platforms > a:nth-child(28):hover svg {
  fill: white;
}
.platforms > a:nth-child(28) svg {
  fill: #7E5FEB;
}

.platforms > a:nth-child(29) {
  background: #F5FFE5;
}
.platforms > a:nth-child(29):hover {
  background-color: #B0E15E;
  color: white;
}
.platforms > a:nth-child(29):hover svg {
  fill: white;
}
.platforms > a:nth-child(29) svg {
  fill: #B0E15E;
}

.platforms > a:nth-child(30) {
  background: #F2FFF9;
}
.platforms > a:nth-child(30):hover {
  background-color: #89D8AE;
  color: white;
}
.platforms > a:nth-child(30):hover svg {
  fill: white;
}
.platforms > a:nth-child(30) svg {
  fill: #89D8AE;
}


.burger-icon > span::before, .burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #204283;
}

.copyright-logo {
  width: 110px;
  bottom: 50px;
  right: 53px;
}

.shape-4 {
  bottom: -7px;
  left: 0px;
}

.home-banner {
  max-width: 700px;
  width: 100%;
}

.svg-green{
  filter: hue-rotate(213deg);
}

.blog-img {
  height: 370px;
  object-fit: cover;
  object-position: center;
}

.dropdown-item:active, .dropdown-item:hover, .dropdown-item.active {
  color: var(--tc-theme-primary-dark) !important;
  background: none ! important;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  flex-shrink: 0;
}

.usp-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .section-padding {
    padding: 40px 0;
  }

  .ds-4, .ds-3, .ds-6 {
    font-size: 28px !important;
}
.platforms > a {
  width: 165px;
}

.aspect-3_4 {
  aspect-ratio: 3/1;
}

.platforms > a span{
  width: calc(100% - (20px + .5rem));
}

.reviews-wrap img.rounded-pill {
  width: 30px;
  height: auto;
}
}

@media screen and (max-width: 991.98px) {
  .audit-management span br,
  .policy-management span br,
  .risk-governance span br,
  .internal-controls span br,
  .performance-management span br,
  .third-party-risk span br,
  .it-cyber-risk span br,
  .data-privacy span br,
  .enterprise-risks span br,
  .operational-risks span br,
  .crisis-management span br,
  .business-continuity span br,
  .regulatory-compliance span br,
  .corporate-compliance span br,
  .legal-compliance span br,
  .internal-compliance span br {
    display: block !important;
  }
}

.grayscale {
  filter: grayscale(1);
}

.blog-feature-main {
  aspect-ratio: 347/371;
  width: 50%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.blog-feature-side {
  aspect-ratio: 1;
  max-width: 160px;
  object-fit: cover;
}


/* .home-client-slider {
  display: flex;
  align-items: center;
} */
.home-client-slider img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

ul.footer-platforms{
  column-count: 2;
}

.icon-padding{
  padding: 15px;
}