@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.blog-home2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.blog-home2 h1,
.blog-home2 h2,
.blog-home2 h3,
.blog-home2 h4,
.blog-home2 h5,
.blog-home2 h6 {
  color: #3e4555;
}

.blog-home2 .font-weight-medium {
  font-weight: 500;
}

.blog-home2 .bg-light {
  background-color: #f4f8fa !important;
}

.blog-home2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.blog-home2 .text-themecolor {
  color: #316ce8;
}

.events-date {
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: rgba(25, 47, 89, 0.9);
  color: #fff;
  padding: 12px 20px 8px 20px;
  text-transform: uppercase
}

.event-time li {
  display: inline-block;
  margin-right: 20px
}

.event-time li:last-child {
  margin-right: 0
}

.event-time li i {
  color: #59c17a
}

.event-block {
  box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
  color: #59c17a
}

@media screen and (max-width: 1199px) {
  .event-date {
      padding: 10px 18px 6px 18px
  }
}

@media screen and (max-width: 575px) {
  .event-date {
      padding: 8px 15px 4px 15px
  }
  .events-date {
      padding: 10px 15px 6px 15px
  }
}

.position-relative {
  position: relative !important;
}

.margin-40px-bottom {
  margin-bottom: 40px;
}
.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}
.font-weight-500 {
  font-weight: 500;
}
.font-size22 {
  font-size: 22px;
}
.text-theme-color {
  color: #192f59;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-10px-right {
  margin-right: 10px;
}


.upcoming-events a.link:hover {
  color: #316ce8;
}

.upcoming-events .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.upcoming-events .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  cursor: pointer;
}


.button-55 {
  align-self: center;
  background-color: #f61c1c81;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 1-.8) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1.2rem;
  line-height: 23px;
  font-weight: bolder;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  background-color: #f61c1ca3;

}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
  background-color: #f61c1ca3;
  background-color: #f61c1ca3;


}