body {
  font-family: "Montserrat", sans-serif;
}

.blog-wrapper {
  .navbar-brand {
    img {
      width: 200px;
    }
  }

  .navbar {
    background: #fff;
    background-color: #fff;

    .social-media {
      ul {
        list-style: none;
        display: flex;

        li {
          list-style: none;

          a {
            padding: 5px 8px;
            color: #206628;
            font-size: 22px;
          }
        }
      }
    }
  }

  .flash-news-banner {
    background: #206628;
    padding: 20px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;

    span {
      font-size: 14px;
      font-weight: 400;

      &.badge {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
      }
    }

    .badge-info {
      color: #000;
      background: #fff;
    }

    .text-wheather {
      color: #ddd;
    }
  }

  .blog-container {
    background: #e6e7e8;
    padding-top: 20px;

    .blog-central {
      position: relative;

      .blog-title-container {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: linear-gradient(
          180deg,
          rgba(32, 102, 40, 0) -43.78%,
          rgba(32, 102, 40, 0.35) 5.03%,
          #206628 83%
        );
        padding: 20px;
      }

      img {
        width: 100%;
        border-radius: 8px;
      }

      .title {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.3;
        color: #fff;
        text-decoration: none;
      }
    }
  }

  h2,
  .h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  .rotate-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }

  .img-lg {
    width: 138px;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .fs-10 {
    font-size: 10px;
  }
  .border-bottom-blue {
    border-bottom: solid 1px #7b8087;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.3;
	text-decoration: none;
}
.grid-margin {
    margin-bottom: 2rem;
}
.img-lg {
    width: 130px;
}
.latest-news {
	max-height: 430px;
	overflow-y: auto;
}
.latest-news h5 {
	text-overflow: ellipsis;
    overflow: hidden;
    /* // white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* Limit to 2 lines */
    -webkit-box-orient: vertical;
	width: 185px;
	margin-right: 10px;
}
.blog-content-single {
	padding:  40px;
	h1 {
		font-size: 26px;
		color: #206628;
		font-weight: bold;
		margin-bottom: 20px;
	}
  h1.h2 {
		font-size: 22px;
		color: #206628;
		font-weight: 600;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 22px;
		color: #206628;
		font-weight: 600;
		margin-bottom: 15px;
	}
	h4 {
		font-size: 20px;
		color: #206628;
		margin-bottom: 5px;
	}
	p {
		font-size: 16px;
    text-align: justify;
	}
}
a {
  &.link {
      color: #206628;
      font-weight: bold;
  }
}
}
