.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin, .widget-counter {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin, .widget-counter {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin, .widget-counter {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom {
    margin-bottom: 50px !important;
  }
}

.widget-padding, .widget-counter {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding, .widget-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding, .widget-counter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

.widget-counter {
  background-color: #0095DA;
}

.widget-counter .justify-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-counter .element-outer {
  position: relative;
}

.widget-counter .element-outer:last-child .element:after {
  content: none;
}

@media (max-width: 767px) {
  .widget-counter .element-outer:first-child .element:before, .widget-counter .element-outer:last-child .element:before {
    display: none;
  }
  .widget-counter .element-outer .element:before {
    width: 100%;
  }
  .widget-counter .element-outer .element:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-counter .element-outer:nth-child(-n + 2) .element:before {
    display: none;
  }
  .widget-counter .element-outer:nth-child(2n) .element:before {
    width: 100%;
  }
  .widget-counter .element-outer:nth-child(2n) .element:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .widget-counter .element-outer:nth-child(-n + 4) .element:before {
    display: none;
  }
  .widget-counter .element-outer:nth-child(4n) .element:before {
    width: 100%;
  }
  .widget-counter .element-outer:nth-child(4n) .element:after {
    display: none;
  }
}

.widget-counter .element {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .widget-counter .element {
    padding-right: 20px;
  }
}

.widget-counter .element:before {
  content: "";
  display: block;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-counter .element:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.widget-counter .element h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Oxygen", sans-serif;
  width: 100%;
}

.widget-counter .element .count-number {
  margin-top: auto;
  font-size: 48px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
