.has-error.form-control {
  border-bottom: 1px solid #a94442 !important;
}
input.has-error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e2185c !important;
  opacity: 1;
  /* Firefox */
}
input.has-error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e2185c !important;
}
input.has-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #e2185c !important;
}
input.has-error:-ms-input-placeholder {
  /* IE 10+ */
  color: #e2185c !important;
}
input.has-error:-moz-placeholder {
  /* Firefox 18- */
  color: #e2185c !important;
}
.swal2-popup .swal2-title {
  font-size: 16px;
}
.hide {
  display: none;
}
.lg-toolbar {
  height: 100% !important;
  z-index: 99 !important;
}
.f-right {
  float: right;
}
.newsList li:first-child .itemNews .copy {
  opacity: 0.8;
}
.development-content ul {
  margin-bottom: 5px;
}
.development-content ul li {
  list-style: unset;
  margin-left: 15px;
  margin-top: 5px;
}
.development-content ul li a {
  text-decoration: underline;
}
.development-content a {
  color: inherit;
}
#pDevelopment .slick-dots {
  text-align: center;
  margin-left: 0px;
  bottom: 40px;
}
.partnerPageWrap .another ul li a {
  text-transform: capitalize;
}
.partnerPageWrap .item-3 .itembot3 .anotherLogo {
  height: calc(50% - 33px);
}
.partnerPageWrap .title2:after {
  width: 100%;
}
/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2018;
}
#preloader .loader {
  position: absolute;
  margin: 0 auto;
  width: 40px;
}
#preloader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#preloader .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: white;
  -webkit-stroke: white;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/* Disable / Enable */
.helper-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Quick center position */
.helper-centerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.helper-centerV {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.helper-centerH {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/* Quick show/hide element */
.helper-hide,
.helper-force-hide {
  display: none !important;
}
/* Quick layout position */
.helper-snap-topleft {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.helper-snap-topright {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
.helper-snap-bottomleft {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.helper-snap-bottomright {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.pagination {
  display: flex;
}
.btn:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #d13138;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */