.hero-section-solution {
  padding-top: 0;
  /*** WORK ON THIS LATER  *****/
  /* min-height: 650px; */
  height: 650px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-description {
  padding-bottom: 48px;
}

.default-heading {
  padding: 12px 0 0;
  margin: 0;
}

.solution-header #header {
  position: absolute;
}


.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: relative;
  color: #3d3d3d;
}

.card .carousel-caption h3 {
  color: #3d3d3d;
}


.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.card .carousel-caption .col-sm-9 {
  text-align: left;
}

.navi a {
  text-decoration: none;
}

a>.ico {
  background-color: grey;
  padding: 10px;

}

.multiple-accordian-section {
  display: none;
}

a:hover>.ico {
  background-color: #666;
}

.client-testimonials {
  padding-top: 175px;
  padding-bottom: 240px;
}

.left-col {
  flex-basis: 300px;
  text-align: left;
}

.right-col {
  flex: 1;
  height: 100%;
}

.testimonial-content {
  font: normal normal 300 40px/54px pragmatica, sans-serif;
  color: #000000;
  text-align: left;
  padding-left: 100px;
  opacity: 1;
}

.testimonial-image:hover img {
  transform: none;
}

.testimonial-image img {
  height: auto;
  width: auto;
  border-radius: 0 !important;
}

.testimonial-image {
  height: auto;
  padding-bottom: 50px;
}

.testimonial-client {
  font: normal normal 300 24px/28px Pragmatica;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 20px;
}

.testimonial-company {
  font: normal normal 300 12px/17px Pragmatica;
  letter-spacing: 2.4px;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.section-card {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  max-height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.section-card .cell-row {
  max-width: 100%;
  position: relative;
}

.section-card .testimonial-job {
  margin-bottom: 40px;
}

.section-card .case-study-wrap {
  position: absolute !important;
  left: 55px;
  bottom: 44px;
}

.section-card .card-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-card .card-inner-content .cell-row {
  flex-grow: 1;
}

.section-card-image {
  height: 347px;
  overflow: hidden;
}

.section-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.cell-row {
  padding-left: 25px;
  padding-right: 25px;
}

.opacity-4 {
  opacity: 0.4;
}

.section-card:hover .cell-row .top-slag,
.section-card:hover .cell-row .case-study-link,
.section-card:hover .cell-row .testimonial-job {
  color: #fff;
}

.section-card:hover .section-card-image img {
  transform: scale(1.1);
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.section-card:hover .cell-row {
  background: #0723EA;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  transition: all .3s;
}

.section-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.section-card:hover .arrow-nexthero {
  right: -30px;
}

.client-icon-row {
  padding: 90px 0;
}


.clip-path-blue-section {
  clip-path: polygon(0 31%, 100% 0, 106% 100%, 0 100%);
  background: #fff;
  min-height: 263px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  backdrop-filter: blur(25px);
}

#companyTestimonials .carousel-item {
  transform: none !important;
  display: none;
}

#companyTestimonials .carousel-item {
  margin-right: 0;
  transform: none !important;
  opacity: 0;
  transition: opacity .3s;
}

#companyTestimonials .carousel-item.active {
  display: block;
  opacity: 1;
  transition: opacity .3s;
}

.left-tab-img {
  height: 500px;
  overflow: hidden;
}

.count-maths {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  padding: 0 10px;
}

.section-card.hover-solution-car:hover {
  background: #0723EA;
}

.section-card.hover-solution-car:hover .cell-row {
  box-shadow: none;
}

.section-card.hover-solution-car .cell-row {
  padding: 48px 32px 44px 55px;
}

.section-card.hover-solution-car:hover .link-text:hover .arrow-nexthero {
  right: -30px;
}

.integrated-tab-image {
  display: none;
}

.tab-image {
  object-fit: cover;
}

.integrated-tab-content {
  display: none;
}

.integrated-tab-content .tab-content-text {
  max-width: none;
}

.multiple-tab-content .right-content-blue-box {
  border-radius: 0;
}

.tab-content-active {
  display: block;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .multiple-accordian-section {
    display: block;
  }

  .solution-page .right-col .testimonial-content {
    padding-left: 0;
    font: normal normal 300 20px/26px Pragmatica;
  }

  .carousel-caption .left-col {
    flex-basis: 77%;
    height: auto;
    padding: 0 0 30px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .carousel-caption .left-col:after {
    height: 1px;
    width: 100%;
    top: auto;
  }

  .carousel-caption .left-col .testimonial-image {
    padding-bottom: 0;
  }

  .solution-page .client-testimonials {
    padding: 0 15px 127px;
  }

  .solution-page .client-icon-row .clien-icon {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .default-heading {
    font: normal normal 300 32px/40px Pragmatica;
  }

  .solution-page .hero-description {
    font: normal normal 300 14px/22px Pragmatica;
  }

  .solution-page .hero-section-solution {
    height: 526px;
    padding: 0 15px 47px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #000;*/
  }

  /* .solution-page .hero-section-solution br{
    display: none!important;
  }*/
  .solution-page .mix-blend-mode:before {
    bottom: auto;
    width: 100%;
    background: transparent linear-gradient(90deg, #000000 0%, #80808000 100%);
    height: 100%;
  }

  .animation-section-slide .heading-title {
    font: normal normal 300 28px/36px Pragmatica;
  }

  .solution-page .hero-content-box {
    padding: 0;
  }

  .animation-section-slide {
    padding: 49px 15px 124px;
  }

  .etc-section h2 {
    font: normal normal 300 28px/36px Pragmatica;
    margin: 0;
    padding-bottom: 10px;
  }

  .how-it-work-heading {
    font: normal normal 300 28px/36px Pragmatica;
    padding: 5px 0 10px;
  }

  .how-it-work-section {
    padding-top: 70px;
    padding-bottom: 124px;
  }

  .card-blue-section p {
    font: normal normal 300 14px/22px Pragmatica;
  }

  .card-blue-section h1 {
    font: normal normal 300 32px/40px Pragmatica;
  }

  .slick-dots li {
    /*background: #0723EA;*/
    opacity: 0.28;
    overflow: hidden;
    width: 12px;
  }

  .slick-dots li.slick-active {
    opacity: 1;
  }

  .slick-dots li button {
    border-radius: 100px;
    background: #0723EA;
    width: 100%;
    height: 100%;
  }

  .only-web-view {
    display: none !important;
  }

  .clip-path-blue-section {
    clip-path: polygon(0 10%, 100% 0, 101% 100%, 0 100%);
    min-height: 434px;
  }

  .how-it-work-section .slick-track {
    padding-left: 0;
    padding-bottom: 50px;
  }

  .card-section .card {
    padding: 20px 25px 25px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
  }

  .card-btn-bottom {
    padding-top: 50px;
  }

  .section-card.hover-solution-car .cell-row {
    padding: 25px 25px 30px;
  }

  .section-card .testimonial-job {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 171px;
  }

  .heading-title-testimonials .testimonial-client {
    padding-left: 0;
  }

  .heading-title-testimonials {
    text-align: left;
    padding-top: 32px;
    padding-bottom: 27px;
  }

  .clientLogo.whiteArrow .slick-next {
    left: 50px;
    background-image: url(../../assets/images/icons/feather-arrow-blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: auto;
  }

  .clientLogo .slick-prev {
    right: 50px;
    background-image: url(../../assets/images/icons/feather-arrow-blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    margin: auto;
  }

  .clientLogo.whiteArrow .slick-next,
  .whiteArrow .slick-prev {
    filter: brightness(0) invert(50);
  }

  .etc-section {
    padding: 0 15px;
  }

  .multiple-accordian-section {
    padding: 0 30px 125px;
  }

  .accordian-heading {
    text-align: left;
    font: normal normal 300 20px/26px Pragmatica;
    color: #000000;
    padding-bottom: 10px;
  }

  .accordian-description {
    font: normal normal 300 14px/22px Pragmatica;
    padding-bottom: 30px;
    color: #000000;
  }

  .multiple-accordian-section .card {
    border: none;
    box-shadow: none;
  }

  .multiple-accordian-section h3 button:hover,
  .multiple-accordian-section h3 button:focus {
    text-decoration: none;
    color: #00000040;
    box-shadow: none;

  }

  .multiple-accordian-section h3 button {
    text-align: left;
    font: normal normal bold 12px/20px Pragmatica;
    letter-spacing: 0.2em;
    color: #0723EA;
    padding: 0 22px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: all 0.25s linear;
  }

  .multiple-accordian-section h3 button.collapsed {
    color: #00000040;
  }

  .multiple-accordian-section h3 {
    margin: 0;
    padding: 0;
  }

  .multiple-accordian-section .card-header.collapse {
    display: block;
  }

  .multiple-accordian-section .card-header {
    padding: 0;
    margin: 15px 0;
    background-color: transparent;
    border-bottom: none;
  }

  .multiple-accordian-section .card-body {
    padding: 20px 0 40px;
  }

  .downArrow {
    position: absolute;
    top: 7px;
    right: 0;
  }

  .btn-link .downArrow {

    transform: rotate(-180deg);
  }

  .collapsed.btn-link .downArrow {
    transform: none;
  }

  .multiple-accordian-section .tab-nav {
    margin-bottom: 20px;
  }

  .value-section {
    overflow: hidden;
  }

  .anim_lc_btn_prev:focus,
  .anim_lc_btn_next:focus {
    outline: none;
  }

  .button-bar-anim-lc {
    margin: 0 0 50px;
    padding-left: 42px;
  }

  .anim_lc_btn_prev,
  .anim_lc_btn_next {
    border: none;
    background: none;
    box-shadow: none;
  }

  .anim_lc_btn_prev.disabled,
  .anim_lc_btn_next.disabled {
    opacity: .4;
  }
}