/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*
@mixin aspect-ratio($width, $height) {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    //padding-top: calc($height / $width) * 100%;
  }
  > .content {
    position: absolute;
    padding:10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    span:before{
      content:"${width}";
    }

    span:after{
      content:"${height}";
    }
  }
}*/
/*============================================================= 
COLORS
============================================================= */
/* ===================================
   CORE  
   =================================== */
.version_2.block.card-countup .card {
  background: none;
  padding: 1rem;
}
@media (max-width: 576px) {
  .version_2.block.card-countup .card {
    margin-bottom: 1rem;
  }
}
.version_2.block.card-countup .card .card-image-wrapper {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.version_2.block.card-countup .card .card-img-top {
  border-radius: 0px;
}
.version_2.block.card-countup .card .card-img-top img {
  width: 100%;
}
.version_2.block.card-countup .card .card-body {
  padding-bottom: 0rem;
}
.version_2.block.card-countup .card .card-body .card-title {
  margin-top: 0;
}
.version_2.block.card-countup .card .card-body .card-text {
  text-align: center;
  padding: 0px;
}
.version_2.block.card-countup .card .card-body .card-text .description-icon {
  text-decoration: none !important;
}
.version_2.block.card-countup .card .card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
  border: none;
  text-align: center;
  padding-bottom: 1.25rem;
}
.version_2.block.card-countup .card .card-footer a {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.version_2.block.card-countup .card .card-footer a:hover {
  text-decoration: underline !important;
}
.version_2.block.card-countup .card.has_link .card-text {
  padding-bottom: 2rem;
}

/* popup modal */
.version_2.modal.description-modal p:last-child {
  margin-bottom: 0px;
}

/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*
@mixin aspect-ratio($width, $height) {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    //padding-top: calc($height / $width) * 100%;
  }
  > .content {
    position: absolute;
    padding:10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    span:before{
      content:"${width}";
    }

    span:after{
      content:"${height}";
    }
  }
}*/
/*============================================================= 
COLORS
============================================================= */
/* ===================================
   Version 2
   =================================== */
.version_2.block.card-countup {
  border-radius: 8px;
}
.version_2.block.card-countup .card {
  flex-direction: initial;
  text-align: center;
  border: none;
  border-radius: 8px;
  transition-property: transform !important;
  transition: 0.6s ease-in-out;
}
.version_2.block.card-countup .card a:hover {
  text-decoration: none !important;
}
.version_2.block.card-countup .card .card-image-wrapper {
  height: 80px !important;
  width: 80px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.version_2.block.card-countup .card .card-image-wrapper svg {
  height: 80px;
  width: 80px;
  min-width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.version_2.block.card-countup .card .card-body .card-title {
  color: #000000;
  font-weight: bold;
}
@media (max-width: 576px) {
  .version_2.block.card-countup .card .card-body .card-title {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .version_2.block.card-countup .card .card-body .card-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .version_2.block.card-countup .card .card-body .card-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .version_2.block.card-countup .card .card-body .card-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .version_2.block.card-countup .card .card-body .card-title {
    font-size: 2.6rem;
  }
}
.version_2.block.card-countup .card .card-body .card-title a {
  color: #000000;
}
.version_2.block.card-countup .card .card-body .card-text {
  color: #000000;
}
.version_2.block.card-countup .card .card-body .card-text .description-icon {
  display: inline-block;
  background: #B50938;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  font-size: 0.7rem;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.version_2.block.card-countup .card .card-body .card-text .description-link-text {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0;
  font-size: 1rem;
}
.version_2.block.card-countup.red .card .card-body .card-title {
  color: #B50938 !important;
}/*# sourceMappingURL=card-countup.css.map */