#index-jumbotron-section {
  height: auto;
  margin-top: 75px;
  padding: 25px 0;
  color: #ffffff;
  background: #000033;
}
#index-jumbotron-section img {
  width: 100%;
}
@media (min-width: 992px) {
  #index-jumbotron-section img {
    width: unset;
  }
}
#index-jumbotron-section .subtext {
  transition: 0.3s ease;
  animation: mobile-animation-subtext 10s forwards;
}
@keyframes mobile-animation-subtext {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
    margin-top: -275px;
  }
  68% {
    opacity: 0;
    display: none;
    visibility: hidden;
    margin-top: -275px;
  }
  69% {
    display: block;
    margin-top: 0;
  }
  70% {
    opacity: 0;
  }
  72% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes animation-container {
  0% {
    height: unset;
  }
  68% {
    height: unset;
  }
  69% {
    height: 0px;
  }
  100% {
    height: 0px;
  }
}
#index-jumbotron-section .animation-container {
  animation: animation-container 10s forwards;
}
@media (min-width: 768px) {
  #index-jumbotron-section .animation-container {
    animation: unset;
  }
}
#index-jumbotron-section .start-now {
  transition: 0.3s ease;
  animation: mobile-animation-start 10s forwards;
}
@keyframes mobile-animation-start {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  68% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  69% {
    display: block;
  }
  73% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
#index-jumbotron-section .animation {
  opacity: 0;
  transition: 0.3s ease;
  animation: mobile-animation 10s forwards;
  width: 100%;
}
@keyframes mobile-animation {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
    visibility: hidden;
  }
  67% {
    display: none;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  #index-jumbotron-section {
    transition: 1s;
    padding: 50px 0;
    height: unset;
    position: relative;
    overflow: hidden;
  }
  #index-jumbotron-section .subtext {
    opacity: 1;
    animation: unset;
  }
  #index-jumbotron-section .start-now {
    opacity: 1;
    animation: unset;
  }
  #index-jumbotron-section .animation {
    opacity: 1;
    animation: unset;
  }
}
@media (min-width: 992px) {
  #index-jumbotron-section {
    padding: 50px 0;
  }
  #index-jumbotron-section .animation {
    width: 534.328px;
    height: 500px;
  }
}

#index-audience-section {
  padding: 50px 0;
  background-color: #f4fafc;
}
#index-audience-section img {
  width: 75px;
  margin-bottom: 1rem;
}

#index-slider-section {
  padding: 50px 0;
  /* ==========================================================================
     Slider
     ========================================================================== */
}
@keyframes scroll {
  0% {
    animation: none;
    transform: translateX(0);
  }
  100% {
    animation: none;
    transform: translateX(-4820px);
  }
}
#index-slider-section .slider {
  background: none;
  margin: auto;
  overflow: hidden;
  position: center;
}
#index-slider-section .slider::before, #index-slider-section .slider::after {
  content: "";
  height: 296px;
  position: absolute;
  width: 250px;
  z-index: 2;
}
#index-slider-section .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
#index-slider-section .slider::before {
  left: 0;
  top: 0;
}
#index-slider-section .slider .slide-track {
  display: flex;
  width: 4820px;
}
#index-slider-section .active-slider .slider .slide-track {
  animation: scroll 65s linear infinite;
}
#index-slider-section .slider .slide {
  margin-left: 5px;
}
#index-slider-section .slide img {
  height: 75px;
}

#case-study-section {
  background: #f4fafc;
  padding: 50px 25px;
  border-radius: 10px;
}
#case-study-section .logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
}
#case-study-section .logo.cdss {
  max-width: 100px;
}

#index-blog-section {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #index-blog-section {
    padding: 50px 0;
  }
}
#index-blog-section a {
  font-weight: 600 !important;
}

.index-main-blog-post {
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #F4F4F4;
  overflow: hidden;
}

#inner-blog-section {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #inner-blog-section {
    padding: 50px 0;
  }
}

.title-card-border {
  border-top: 1px solid #C1C1C1;
  padding: 12px 0;
}

#ce-banner-section {
  background-color: #000033;
  padding: 25px 0;
  color: #ffffff;
}
#ce-banner-section a {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none;
}
#ce-banner-section img {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}

#dashboard-jumbotron-section {
  height: auto;
  margin-top: 75px;
  padding: 25px 0;
  color: #ffffff;
  background: #000033;
}
#dashboard-jumbotron-section img {
  width: 100%;
}
@media (min-width: 992px) {
  #dashboard-jumbotron-section img {
    width: unset;
  }
}

.inner-dashboard-section {
  background-color: #f4fafc;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .inner-dashboard-section {
    padding: 75px 0;
  }
}

.inner-dashboard-servey-section {
  background-color: #F5F5F5;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .inner-dashboard-servey-section {
    padding: 75px 0;
  }
}
.inner-dashboard-servey-section .radio-label {
  font-weight: 700 !important;
  color: #171717;
}
.inner-dashboard-servey-section textarea {
  border: 2px solid #29b494;
}
.inner-dashboard-servey-section .multiple-select {
  height: 250px;
}
.inner-dashboard-servey-section .multiple-select option {
  padding: 4px 0;
}
.inner-dashboard-servey-section .form-group-form-input-style input {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #C1C1C1;
  border-radius: 0;
  height: 45px;
}

.dashboard-banner {
  padding: 30px 0;
  background-color: #29b494;
  border-radius: 10px;
}