.home-2 br {
  display: none; }
.home-2 h2 {
  color: #333;
  font-size: 30px; }
.home-2 p {
  color: #444; }
.home-2 .col-video .col-inner {
  padding: 15px;
  background: #005f9d !important; }
.home-2 i {
  font-style: italic;
  padding-left: 5px;
  font-weight: 300;
  color: #c80100; }
.home-2 a {
  color: #017afd; }

.home-3 .box {
  border: 1px solid #f9f9f9 !important;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06); }
  .home-3 .box h4 {
    font-size: 16px;
    color: #30374b;
    text-align: left; }
  .home-3 .box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  .home-3 .box a {
    color: #444; }
    .home-3 .box a:hover {
      color: var(--primary-color); }

.home-4 .img {
  transition: all .2s ease-in-out; }
  .home-4 .img:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }

.home-5 .col-left .post-title {
  color: var(--primary-color);
  font-size: 24px; }
.home-5 .col-left > .col-inner {
  padding: 15px 0; }
.home-5 .col-right > .col-inner {
  padding: 15px 0; }
.home-5 .col-right .box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  margin-bottom: 10px; }
  .home-5 .col-right .box .box-image {
    width: 100%; }
  .home-5 .col-right .box .post-title {
    font-size: 18px !important;
    color: #444; }
.home-5 .box {
  transition: all .2s ease-in-out; }
  .home-5 .box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  .home-5 .box .is-divider {
    display: none; }
.home-5 .row-bottom {
  border: 1px solid #f9f9f9 !important;
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06); }

/*# sourceMappingURL=frontpage.css.map */
