
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }

.justify-content-center {
  justify-content: center !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

  @media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  .mb-2{ margin-bottom: 0.5rem !important;}
  .py-2 {  padding-bottom: 0.5rem !important; padding-bottom: 0.5rem !important;}
  .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .mt-auto { margin-top: auto !important; }
  .mb-sm-0{ margin-bottom: 0 !important; }  
  .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .text-justify {
    text-align: justify !important;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-white {
    color: #ffffff !important;
  }
  
  .text-secondary {
    color: #595a5c !important;
  }
  
  a.text-secondary:hover,
  a.text-secondary:focus {
    color: #333435 !important;
  }
  
  .text-dark {
    color: #000000 !important;
  }
  
  a.text-dark:hover,
  a.text-dark:focus {
    color: black !important;
  }
  
  .fade {
    transition: opacity 0.15s linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  h1,h2,h3,h4,h5, h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h1,.h1 {
    font-size: 40px;
  }
  
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.34375rem + 1.125vw);
    }
  }
  
  h2,.h2 {
    font-size: 32px;
  }
  
  @media (max-width: 1200px) {
    h2,.h2 {
      font-size: calc(1.3rem + 0.6vw);
    }
  }
  
  h3,.h3 {
    font-size: 28px;
  }
  
  @media (max-width: 1200px) {
    h3,.h3 {
      font-size: calc(1.27812rem + 0.3375vw);
    }
  }
  
  h4, .h4 {
    font-size: 24px;
  }
  
  h5, .h5 {
    font-size: 20px;
  }
  
  h6,.h6 {
    font-size: 16px;
  }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  small,
  .small {
    font-size: 80%;
    font-weight: 400;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  
  .btn:hover {
    color: #212529;
    text-decoration: none;
  }
  
  .btn:focus,
  .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }
  
  .btn-primary {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
  }
  
  .btn-primary:hover {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
  }
  
  .btn-primary:focus,
  .btn-primary.focus {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
    box-shadow: 0 0 0 0.2rem rgba(141, 95, 150, 0.5);
  }
  
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #522e5a;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 95, 150, 0.5);
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
  }
  
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  
  .card-title {
    margin-bottom: 5px;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  
  .card-header {
    padding: 12px 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
    border-radius: 4px 4px 0 0;
  }
  
  .card-footer {
    padding: 12px 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 4px 4px;
  }
  
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -12px;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 4px;
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container,
    .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .carousel {
    position: relative;
  }
  
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  
  .carousel-control-prev:hover,
  .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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='%23ffffff' 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-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ed1c24;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none;
    }
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
  }
  
  main.flex-grow-1.overflow-hidden.position-relative {
    padding-bottom: 80px;
  }
  @media (max-width: 575.98px) {
    .featured-cards .card-img {
      width: 100%;
      max-width: 100%;
    }
  }
  
  @media (max-width: 991.98px) {
    section.d-flex.flex-column.h-100.overflow-hidden {
      padding-top: 80px;
    }
  }
  
  .card {
    transition: 0.4s transform ease-in-out;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  .card-wrapper .card:hover {
    text-decoration: none;
  }
  
  .topic-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  
  .topic-cards .card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-width: 100%;
  }
  
  .topic-cards .card-text {
    color: #595a5c;
    font-size: 14px;
  }
  
  @media (max-width: 1199.98px) {
    .topic-cards {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 991.98px) {
    .topic-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 767.98px) {
    .topic-cards {
      grid-template-columns: repeat(1, 1fr);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  
  .featured-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  
  .featured-cards .card {
    padding: 1rem 0 1rem 1rem;
    box-shadow: #becbd8 3px 3px 6px 0px, #f3f9ff -3px -3px 6px 0px;
    transition: 0.4s transform ease-in-out;
  }
  
  .featured-cards .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .featured-cards .card-img {
    width: 100%;
    width: 200px;
    height: 200px;
    border: 1px solid #dee2e6;
  }
  
  .featured-cards .card-img .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .featured-cards .card-text {
    color: #595a5c;
    font-size: 14px;
  }
  
  @media (max-width: 991.98px) {
    .featured-cards .card {
      max-width: 265px;
      padding-top: 0;
      padding-left: 0;
      margin: 0 auto;
    }
    .featured-cards .card-body {
      height: 100%;
      width: 100%;
      margin-top: 10px;
    }
    .featured-cards .card {
      max-width: 245px;
      width: 245px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .topic-cards,
    .featured-cards {
      grid-template-columns: repeat(1, 1fr);
    }
    .topic-cards .card,
    .featured-cards .card {
      margin: 0 auto;
    }
  }
  
  .card-wrapper {
    width: 100%;
  }
  .tab-content section .card-wrapper {
    width: 100%;
  }
  .card-wrapper .card {
    border-radius: 4px;
    box-shadow: #becbd8 3px 3px 6px 0px, #f3f9ff -3px -3px 6px 0px;
    -webkit-box-shadow: #becbd8 3px 3px 6px 0px, #f3f9ff -3px -3px 6px 0px;
  }
  
  .card-wrapper .card.active {
    background-color: #f3f6f8;
  }
  
  @media (max-width: 991.98px) {
    .card-wrapper {
      width: 100%;
    }
  }
  .card-question {
    box-shadow: #becbd8 3px 3px 6px 0px, #f3f9ff -3px -3px 6px 0px;
  }
  
  .carousel {
    width: 100%;
    height: auto;
  }
  
  .carousel-inner {
    height: 100%;
    z-index: 2;
  }
  
  .carousel-item {
    height: 100%;
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  
  .carousel .img-carousel {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  
  .carousel-inner .carousel-content h1,
  .carousel-inner .carousel-content p,
  .carousel-inner .carousel-content h3,
  .carousel-inner .carousel-content .btn,
  .carousel-inner .carousel-item .carousel-img,
  .carousel-inner .carousel-item .carousel-img-sm {
    opacity: 0;
    will-change: transform, opacity;
  }
  
  .carousel-inner .main-title .btn {
    opacity: 0;
    will-change: transform, opacity;
  }
  
  .carousel-inner .carousel-item.active figure .carousel-img {
    animation: slideDown 1s ease 0.2s 1 normal forwards;
  }
  .carousel-inner .carousel-item.active .carousel-content img {
    animation: slideDown 1s ease 0.2s 1 normal forwards;
  }
  .carousel-inner .carousel-item .carousel-content img {
    opacity: 0;
    will-change: transform, opacity;
  }
  .carousel-inner .carousel-item h1,
  .carousel-inner .carousel-item h2,
  .carousel-inner .carousel-item h3,
  .carousel-inner .carousel-item h4,
  .carousel-inner .carousel-item h5,
  .carousel-inner .carousel-item h6 {
    opacity: 0;
    will-change: transform, opacity;
  }
  .carousel-inner .carousel-item.active h1,
  .carousel-inner .carousel-item.active h2,
  .carousel-inner .carousel-item.active h3,
  .carousel-inner .carousel-item.active h4,
  .carousel-inner .carousel-item.active h5,
  .carousel-inner .carousel-item.active h6
  {
    animation: slideDown 1s ease 0.5s 1 normal forwards;
  }
  
  
  .carousel-inner .carousel-item.active .carousel-img-sm {
    animation: slideDown 1s ease 0.75s 1 normal forwards;
  }
  
  .carousel-inner .carousel-item.active p {
    animation: slideDown 1s ease 1s 1 normal forwards;
  }
  
  .carousel-inner .carousel-item.active .btn {
    animation: slideDown 1s ease 1.3s 1 normal forwards;
  }
  
  .carousel-inner .carousel-item.active .img-carousel {
    animation: slideDown 1s ease 1.3s 1 normal forwards;
  }
  
  @keyframes expands {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .featured-wrapper {
    background-color: #fbfbfb;
  }

  .carousel-content {
    position: absolute;
    left: 50px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 700px;
  }
  .carousel-content h4 {
    font-size: 18px;
    color: #21449a;
    margin-bottom: 3px;
  }
  .carousel-content h2 {
    font-size: 34px;
    color: #21449a;
  }
  .carousel-content h3 {
    font-size: 24px;
    color: #21449a;
  }
  .carousel-content p {
    font-size: 16px;
  }
  .carousel-content .carousel-text {
    font-size: 1rem;
    color: #ffffff;
  }
  
  @media (max-width: 991.98px) {
    .carousel-content {
      top: 0;
      left: 0;
      width: 100%;
    }
    .carousel-content p {
      font-size: 1rem;
    }
    .carousel-content .carousel-text {
      color: #ffffff;
    }  
  }
  @media (max-width: 575px) {
    .carousel-content .carousel-text {
      color: #595a5c;
      font-size: 12px;
      margin-bottom: 5px;
    }
    .topic-cards .card {
      max-width: 100%;
      width: 100%;
    }
    .topic-cards .card .card-img-top {
      height: 160px;
    }
  }
  @media (max-width: 991.98px) {
    .content-overlay {
      display: none;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 99;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: 0.4s all;
    }
  }
  .topic-heading {
    position: relative;
    margin-bottom: 30px !important;
  }
  .topic-heading::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -55px;
    width: 40px;
    height: 3px;
    background-color: #ed1c24;
  }
  .topic-heading::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -55px;
    width: 40px;
    height: 3px;
    background-color: #ed1c24;
  }
  .carousel-indicators li {
    border-radius: 50%;
  }
  .card-title-heading {
    position: relative;
    font-size: 18px;
  }
  .card-title-heading::after {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 30px;
    left: 0;
    background-color: #ed1c24;
  }
  .topic-cards .topic-description.card-text {
    font-size: 13px;
  }
  
  .custom-padding {
    padding: 30px 0;
  }
  .topic-cards .card .card-body {
    padding: 15px;
  }
  .topic-cards .card .card-body h6 {
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }
  .topic-cards .card .card-body h6::after {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 30px;
    left: 0;
    background-color: #ed1c24;
    display: none;
  }
  .card-wrapper .card .card-body.d-flex.align-items-center.px-4.py-2 {
    padding: 15px !important;
  }
  main div.d-flex.flex-column.h-100.overflow-vertical.parent {
    padding-bottom: 80px;
  }
  @keyframes movingscroll{
    0%   {left: 1000px;}
    100% {left: -1000px;}
  }
  @-webkit-keyframes movingscroll{
    0%   {left: 1000px;}
    100% {left: -1000px;}
  }
  .hemo-img img {
    max-width: 450px;
  }
  .hemo-img {
    margin-bottom: 15px;
  }
  .banner2-text .hemo-img img {
    max-width: 300px;
  }
  .topicsinfocus-section .topic-cards {
    grid-template-columns: repeat(5, 1fr);
  }
  .banner6-text .hemo-img img {
    width: 210px;
    margin-bottom: 10px;
  }
  .custom-carousel-item {
    background-color: #d7dee4;
  }
  .custom-carousel-item figure {
    text-align: right;
  }
  @media (max-width: 1099px) {
    .carousel-content {
      width: 500px;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1299px) {
    .grid-card-wrapper .card {
      width: 270px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1299px) {
    .carousel-content {
      max-width: 600px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-card-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
    .hemo-img img {
      max-width: 270px;
    }
    .banner1-text .b1-text {
      font-size: 24px;
      line-height: 28px;
    }
    .banner2-text .hemo-img img {
      max-width: 200px;
    }
    .carousel-content h2 {
      font-size: 20px;
    }
    .banner3-text .hemo-img img {
      width: 35px;
    }
    .banner6-text  .hemo-img img {
      max-width: 150px;
    }
    .indiancollege-text {
      padding-left: 50px!important;
    }
  
  }
  @media (max-width: 991.98px) {
    @keyframes movingscroll{
      0%   {left: 500px;}
      100% {left: -500px;}
    }
    @-webkit-keyframes movingscroll{
      0%   {left: 500px;}
      100% {left: -500px;}
    }
  }
  @media (max-width: 991px) {
    .custom-padding {
      padding: 30px 0;
    }
    .carousel-content {
      top: 20px;
      left: 20px;
      width: 60%;
    }
    .carousel-content h3 img {
      width: 150px;
    }
    .text-secondary.text-right.px-3 {
      position: absolute;
      top: 20px;
      right: 0;
    }
    .synapse-logo {
      width: 170px;
      margin-right: 65px !important;
    }
    .carousel-content p {
      font-size: 13px;
    }
    .card-wrapper .card .card-body.d-flex.align-items-center.px-4.py-2 h4 {
      font-size: 16px!important;
    }
    .card-wrapper .card .card-body.d-flex.align-items-center.px-4.py-2 p {
      font-size: 12px;
    }
    h4.section-subheading {
      font-size: 18px;
    }
    .framecard {
      height: 400px !important;
    }
    .grid-card-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
    .indiancollege-text {
      padding-left: 45px !important;
    }
    .card-icon.icon-note.fa.fa-book.posta-icon {
      background-size: 15px;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-content {
      top: 20px;
      left: 15px;
      width: 55%;
    }
    .hemo-img img {
      max-width: 270px;
    }
    .banner1-text .b1-text {
      font-size: 24px;
      line-height: 28px;
    }
    .banner2-text .hemo-img img {
      max-width: 200px;
    }
    .carousel-content h2 {
      font-size: 14px;
    }
    .carousel-content p {
      font-size: 12px;
    }
    .banner3-text .hemo-img img {
      width: 35px;
    }
    .banner6-text  .hemo-img img {
      max-width: 150px;
    }
    .topicsinfocus-section .topic-cards {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 767px) {
    .carousel-content {
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px;
    }
    .carousel-content p {
      font-size: 12px;
    }
    .carousel-content h2 {
      font-size: 22px;
    }
    .carousel-content h4 {
      font-size: 14px;
    }
    .topic-cards .card {
      max-width: 265px;
      width: 265px;
    }
    .banner1-text .b1-text {
      font-size: 14px;
      line-height: 16px;
    }
    .hemo-img {
      margin-bottom: 0;
    }
    .hemo-img img {
      max-width: 120px;
    }
    .banner2-text .hemo-img img {
      max-width: 150px;
    }
    .carousel-content h2 {
      font-size: 14px;
    }
    .carousel-content p {
      font-size: 10px;
    }
    .banner3-text .hemo-img img {
      width: 20px;
      position: absolute;
      left: 0;
      top: 5px;
    }
    .banner3-text h2 {
      padding-left: 29px;
    }
    .banner6-text .hemo-img img {
      max-width: 70px;
      margin-top: 8px;
    }
    .position-div {
      position: relative;
    }
    .indiancollege-text {
      padding-left: 50px;
    }
    .indiancollege-text .hemo-img img {
      width: 40px;
    }
    .position-div.indiancollege-text h2 {
      padding: 0;
      margin-bottom: 0 !important;
    }
    .custom-carousel-item .carousel-content {
      position: relative;
    }
    .custom-carousel-item .indiancollege-text {
      position: relative;
      max-width: 100%;
      top: -10px;
    }
    .custom-passcode .btn-primary{
      width: 100%!important;
    }
  }
  @media (max-width: 575.98px) {
    .carousel-content {
      padding: 5px;
    }
    .home-main-wrapper .carousel-item {
      height: auto;
    }
    .home-main-wrapper .carousel-item figure {
      height: 100%;
    }
    .home-main-wrapper .carousel-item figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .featured-cards .card {
      width: 100%;
    }
    .featured-cards .card-body {
      width: 100%;
    }
    .featured-cards .card-img {
      width: 100%;
      margin-bottom: 10px;
    }
    .grid-card-wrapper .card {
      width: 270px;
    }
    .position-div.indiancollege-text h2 {
      padding: 0;
      margin-bottom: 0 !important;
    }
    .indiancollege-text .hemo-img img {
      width: 35px;
    }
    .carousel-content h2 {
      font-size: 12px;
    }

    .moving-ticker-div a {
      font-size: 12px;
    }
  }
  .featured-cards .card-body a.btn-primary {
    color: #ffffff !important;
  }
  .topic-cards .card .btn-primary {
    color: #ffffff !important;
  }

  .moving-ticker-div:hover {
    background-color: #ed1c24;
  }
  .moving-ticker-div {
    display: block;
    background-color: #ed1c24;
    color: #ffffff;
    text-align: center;
    padding: 6px 0;
    position: relative;
    z-index: 9;
  }
  .moving-ticker-div a {
    color: #fff;
    display: block;
    font-size: 16px;
  }
  .moving-ticker-div a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
  }
  .moving-ticker-div a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
  }
  
.img-help {
  max-width: 40px;
  width: 100%;
  height: auto;
}
  
  