/* ORIGINAL CSS
 *  .cards {
/*

.card:hover {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  transition: box-shadow 0.3s;
  transition: scale 0.3s ease-in-out;
}

.card__title {
  align-items: center;
  border-bottom: 2px solid #d3d3d3;
  display: flex;
  padding-bottom: 30px;
}

.card__logo {
  height: auto;
  margin-right: 40px;
  max-width: 100px;
}

@media (max-width: 479px) {
  .card__logo {
    margin-right: 15px;
  }
}

.card__text {
  line-height: 1.5;
  padding: 25px 0;
}

.card__button {
  font-size: 14px;
  margin-top: 15px;
} */

/* Carousel (tiny slider) */

/* .card-section__wrapper .tns-outer {
  padding: 0 !important;
}

.card-section__wrapper .tns-outer [hidden] {
  display: none !important;
}

.card-section__wrapper .tns-outer [aria-controls],
.card-section__wrapper .tns-outer [data-action] {
  cursor: pointer;
}

.card-section__wrapper .tns-slider {
  transition: all 0s;
}

.card-section__wrapper .tns-slider > .tns-item {
  box-sizing: border-box;
}

.card-section__wrapper .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.card-section__wrapper .tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.card-section__wrapper .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.card-section__wrapper .tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.card-section__wrapper .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.card-section__wrapper .tns-no-calc {
  left: 0;
  position: relative;
}

.card-section__wrapper .tns-gallery {
  left: 0;
  position: relative;
}

.card-section__wrapper .tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.card-section__wrapper .tns-lazy-img.loaded {
  opacity: 1;
}

.card-section__wrapper .tns-ah {
  transition: height 0s;
}

.card-section__wrapper .tns-ovh {
  overflow: hidden;
}

.card-section__wrapper .tns-hdx {
  overflow-x: hidden;
}

.card-section__wrapper .tns-hdy {
  overflow-y: hidden;
}

.card-section__wrapper .tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.card-section__wrapper .tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.card-section__wrapper .tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.card-section__wrapper .tns-normal,
.card-section__wrapper .tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.card-section__wrapper .tns-nav {
  margin: 20px 0;
  text-align: center;
}

.card-section__wrapper .tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.card-section__wrapper .tns-nav .tns-nav-active {
  background-color: #ff5e14;
}
 */



.card-outer-sec .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.cards {
  margin:40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cards__container {
  width: calc(25% - 15px);
  margin-right: 20px;
  padding: 30px 20px 80px;
  border-radius: 15px;
  filter: drop-shadow(0 0 10.5px #474B89);
  background-color: #ffffff;
  border-color: #f2f2f2;
  transition: .1s ease-in-out;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.cards__container:nth-child(4n) {
  margin-right: 0;
}
.cards__container:last-child{
  margin-right: 0 !important;
}

.card__logo {
  height: auto;
  max-width: 65px;
}
.card__text {
  line-height: 1.5;
}

.card__button {
  font-size: 14px;
  margin-top: 15px;
}
.cards__label p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #8a8a8a;
  font-weight: 400;
  text-align: center;
}
.cards__label h2 {
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  filter: drop-shadow(0 0 14.5px rgba(7,7,7,0.45));
}
.cards__label h3 {
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #ff142d;
  font-weight: 800;
}  
.card__title {
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 800;
  margin-top: -20px;
}
.card__text {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #8a8a8a;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 0;
}
.cards__card.card  a.lear-more-button {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight:500;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.cards__card.card  a.lear-more-button img.btn-arrow {
  vertical-align: middle;
  padding-left: 10px;
}
/* .cards__card.card  a.lear-more-button:hover {
  text-decoration: none;
}
.cards__container:hover .card__text, .cards__container:hover .card__title, .cards__container:hover a.lear-more-button {
  color: #fff;
} */
.card-image {
/*   background: -moz-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(27,27,27,0.34) 51%, rgba(27,27,27,0.28) 56%, rgba(27,27,27,0.27) 57%, rgba(27,27,27,0.23) 60%, rgba(27,27,27,0.2) 62%);
  background: -webkit-linear-gradient(top, rgba(27,27,27,1) 0%,rgba(27,27,27,0.34) 51%,rgba(27,27,27,0.28) 56%,rgba(27,27,27,0.27) 57%,rgba(27,27,27,0.23) 60%,rgba(27,27,27,0.2) 62%);
  background: linear-gradient(to bottom, rgba(27,27,27,1) 0%,rgba(27,27,27,0.34) 51%,rgba(27,27,27,0.28) 56%,rgba(27,27,27,0.27) 57%,rgba(27,27,27,0.23) 60%,rgba(27,27,27,0.2) 62%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#331b1b1b',GradientType=0 ); */
  width: 144px;
  height: 144px;
  border-radius: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* .cards__container:hover .card-image {
    background-image: linear-gradient(#737373 0%, #545454 70%);
} */


@media screen and (max-width:980px) {
  .cards__container {
    width: calc(50% - 15px);
  }
  .cards__container:nth-child(2n){
    margin-right: 0;
  }
  .cards {
    margin: 40px 0 0;

  } 

}

@media screen and (max-width: 580px) {
  .cards__container {
    width:100%;
    margin-right: 0;
  }
}
