.custom-br {
  display: block;
  height: 2px; /* Adjust this value to your desired height */
  content: "";
}
.kf-card{
    min-height: 210px;
}
.about-us{
    background: #f0f0f06b;
}
.how-it-works{
    background: linear-gradient(90deg, hsla(339, 100%, 55%, 1) 0%, hsla(226, 69%, 30%, 1) 100%);
}
.img-width{
    width: 100%;
    border: 1px solid #d8cccc70;
}
.img-graph{
  width: 100%;
  border: 1px solid #d8cccc70;
}
.cstm-fs{
  font-size: 20px;
}


  .team-member {
    text-align: center;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
    transition: transform 0.3s ease-in-out;
  }
  
  .team-member:hover {
    transform: translateY(-10px);
  }
  
  .team-member img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  .team-member h3 {
    font-weight: 700;
    margin: 0;
  }
  
  .team-member .role {
    color: #888;
    margin-bottom: 10px;
  }
  
  .fa {
    font-size: 24px;
    margin: 0 10px;
    color: #000;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .team-member:hover .fa {
    transform: scale(1.2);
    color: #007AFF;
  }
  .social-icon{
    margin-left: 5px;
    margin-right: 5px;
  }

/* heading */

  .cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: white;
    background: #1b3081;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    border: none;
  }
  
  .cta:focus {
    outline: none;
  }
  
  .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #f11b6b;
  }
  
  .cta .second {
    transition: 0.5s;
    margin-right: 0px;
  }
  
  .cta:hover  .second {
    transition: 0.5s;
    margin-right: 45px;
  }
  
  .span {
    transform: skewX(15deg)
  }
  
  .second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
  .one {
    transition: 0.4s;
    transform: translateX(-60%);
  }
  
  .two {
    transition: 0.5s;
    transform: translateX(-30%);
  }
  
  .cta:hover .three {
    animation: color_anim 1s infinite 0.2s;
  }
  
  .cta:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  
  .cta:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
  
  @keyframes color_anim {
    0% {
      fill: white;
    }
  
    50% {
      fill: #FBC638;
    }
  
    100% {
      fill: white;
    }
  }
  /* heading */
  @media (max-width: 715px) {
    .mt-mobile-2 {
      margin-top: 0.5rem; /* 2 units in Bootstrap's spacing scale */
    }
    .img-width-cstm{
      width: 100% !important;
      height: unset !important;
    }
    .img-width-cstm2{
      width: 100% !important;
      height: unset !important;
    }
  }
  .run-text{
    margin-top: 10px;
    text-align: center;
    color: #112163;

  }
  .poster-h1{

  }
  .card-title2{
    font-size: 18px;
    color: #1b3081;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .card-title-brown{
    font-size: 24px;
    color: #622608;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .img-width-cstm{
    width: 854px;
     height: 426px; 
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .img-width-cstm2{
    width: 854px;
     height: 426px; 
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .cstm-ul{
    list-style-type: none;
  }
  
  /* tabs css start  */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

  .navtabs {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    flex-wrap: wrap;
  }
  .navtab {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
  }
  .navtab:hover {
    color: #007BFF;
  }
  .navtab.active {
    color: #007BFF;
    font-weight: 600;
  }
  .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #007BFF;
    transition: left 0.3s ease, width 0.3s ease;
  }
  .content {
    display: none;
    padding: 20px 20px 20px;
  
    text-align: center;
  }
  .content.active {
    display: block;
  }
  th{
    font-size: 12px;
    min-width: 115px;
  }
  td{
    font-size: 12px;
  }
  /* tabs css end */
  a {
    display: block; /* Change anchor tags to block-level elements */
    width: 100%; /* Optionally, set width to ensure they occupy full width of parent */
    word-wrap: break-word; /* Allow long words to be broken and wrap onto the next line */
}
/* card :start */
.card-cstm {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 235px;
  max-height: 330px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08),
    -4px -4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
}
.card-cstm:hover {
  transform: scale(1.1); /* Scale up by 10% on hover */
}


.card-image-container {

  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: rgb(165, 165, 165);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-icon {
  font-size: 40px;
}
.card-img-width{
  width: 100%;
    
    min-height: 100px !important;
}

.card-title {
  margin-top: 8px;
/*  font-size: 17px;*/
 color: #3e48c2;
  font-weight: 700;
 
  cursor: default;
  -webkit-box-orient: vertical;


  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.card-des {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin: 0;
  font-size: 14px;
  padding-top: 10px;
  cursor: default;
  color: #817e7e;
}

/* card end */
.glossary-img{
  margin-top: 100px;
}
@media (max-width: 715px) {
  .glossary-img{
    width: 100%;
  }

}

h4.masthead-subheading.mb-0 {
    font-size: 2rem!important;
    color: #fdfecb;
}

header.masthead .masthead-content .masthead-heading {
        color: #fdfecb;
        font-weight: bold;
    }
    .testimonial {
      width: 100%;
  
      display: flex;
      justify-content: center;
      align-items: center;
   
  
  }
  
  .testimonial-slide {
      padding: 20px 20px;
      padding-bottom:40px;
  }
  
  .testimonial_box {
  }
  
  .testimonial_box-top {
      background-color: #e0fbfc;
      padding: 30px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
  }
  
  .testimonial_box-icon {
      padding: 10px 0;
  }
  
  .testimonial_box-icon i {
      font-size: 25px;
      color: #14213d;
  }
  
  .testimonial_box-text {
      padding: 10px 0;
  }
  
  .testimonial_box-text p {
      color: #293241;
      font-size: 14px;
      line-height: 30px;
      margin-bottom: 0;
  }
  
  .testimonial_box-img {
      padding: 20px 0 10px;
      display: flex;
      justify-content: center;
  }
  
  .testimonial_box-img img {
      width: 70px;
      height: 70px;
      border-radius: 50px;
      border: 2px solid #e5e5e5;
  }
  
  .testimonial_box-name {
      padding-top: 10px;
  }
  
  .testimonial_box-name h4 {
      font-size: 20px;
      line-height: 25px;
      color: #293241;
      margin-bottom: 0;
  }
  
  .testimonial_box-job p {
      color: #293241;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 20px;
      font-weight: 300;
      margin-bottom: 0;
  }
  .img-video{
    max-width: 462px;
    height: auto;
  }
  @media (max-width: 715px) {
    .img-video{
      max-width: 100%;
    }
  }
  .alphabet-list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    height: 45px;
}

  .alphabet-list-text{
    font-size: 20px;
    margin-left: 10px;
  }