@media screen and (min-width: 1400px) {
  .hero-title:before {
    top: 5rem;
    right: 7.0625rem;
  }
}

a:hover {
  text-decoration: none;
}

.hero-title:before {
  background-image: url(../img/hero/shape.png);
}

.z-index--5 {
  z-index: -5;
}

.btn-primary {
  background-color: #4983F7 !important;
  border-color: #4983F7 !important;
}
.btn-primary:hover {
  color: #4983F7 !important;
  background-color: transparent !important;
}

#books .card {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
#books .card h4 {
  font-size: 15px;
  font-weight: 400;
}

#articles .card {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
#articles .card p {
  font-size: 14px;
}
#articles .card .author {
  font-size: 14px;
}

#audios .card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#audios .round-btn-lg {
  width: 2.5rem;
  height: 2.5rem;
}

#videos .video {
  overflow: hidden;
  height: 260px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
#videos .video:hover .bg-image {
  transform: scale(1.05);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#videos .video:hover .play {
  left: 20px;
  opacity: 1;
}
#videos .video h5 {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  z-index: 2;
}
#videos .video .bg-image {
  position: absolute;
  border-radius: 20px;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: none;
  z-index: -10;
}
#videos .video .play {
  position: absolute;
  bottom: 80px;
  left: -10px;
  width: 45px;
  height: 45px;
  z-index: 2;
  border: 1px solid #fff;
  padding: 12px;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#videos .video .overlay {
  position: absolute;
  background: rgba(24, 30, 75, 0.4196078431);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  z-index: -2;
}
#videos .video:hover {
  background-size: 120%;
}
#videos .row div:nth-of-type(1) .video {
  background-image: linear-gradient(rgba(24, 30, 75, 0.4196078431), rgba(24, 30, 75, 0.4196078431)), url("../img/videos/5.png");
}
#videos .row div:nth-of-type(2) .video {
  background-image: linear-gradient(rgba(24, 30, 75, 0.4196078431), rgba(24, 30, 75, 0.4196078431)), url("../img/videos/6.jpg");
}
#videos .row div:nth-of-type(3) .video {
  background-image: linear-gradient(rgba(24, 30, 75, 0.4196078431), rgba(24, 30, 75, 0.4196078431)), url("../img/videos/7.jpg");
}
@media screen and (min-width: 576px) {
  #videos .video {
    background-image: none !important;
  }
  #videos .video .bg-image {
    display: block;
  }
  #videos .video .overlay {
    display: block;
  }
}

a:hover {
  color: #4983F7 !important;
}

/*# sourceMappingURL=style.css.map */
