/* ==================>
EVENT
<================== */
.home-event {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

.home-event::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/pattern-1.jpg);
  content: "";
  opacity: 0.05;
  z-index: -1;
}

/* ==================>
FEATURE
<================== */
.icon-block {
  padding: 50px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(85, 128, 255, 0.2);
}

.icon-block i {
  font-size: 35px;
  background: rgba(239, 50, 58, 0.08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  border-radius: 10px;
  display: inline-block;
  color: var(--clr-main);
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.icon-block p {
  margin-bottom: 0px;
}

/* ==================>
CTA
<================== */

.cta {
  background: url("../img/main-banner2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 720px){

  .banner_logo img{
    width: 50% !important;
  }
}
