.blog-title {
  margin-bottom: 30px;
}

.post-section {
  overflow: hidden;
  background: #216778;
}
.post-section h2 {
  color: #fff;
}
.post-section h2 span {
  color: #fff;
}
.post-section h2:after {
  content: " ";
  display: block;
  margin: 20px auto 40px;
  height: 3px;
  width: 122px;
  background: #37ADC8;
}
.post-section .slide {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .post-section {
    background-color: #216778;
  }
  .post-section .slide {
    padding: 0 10px;
  }
}
.post-section .slick-dots li button:before {
  color: #fff;
}

.post-slider {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .post-slider {
    margin-top: 50px;
  }
}
.post-slider .slick-prev {
  left: -5px;
}
[dir=rtl] .post-slider .slick-prev {
  left: auto;
  right: -5px;
}
.post-slider .slick-next {
  right: -5px;
}
[dir=rtl] .post-slider .slick-next {
  right: auto;
  left: -5px;
}
.post-slider .slick-next, .post-slider .slick-prev {
  top: 31%;
}
@media (min-width: 768px) {
  .post-slider .slick-next, .post-slider .slick-prev {
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .post-slider .slide {
    padding: 0 30px;
  }
}
.post-slider .slide-post .container {
  height: 190px;
  display: block;
  overflow: hidden;
}
.post-slider .slide-post .container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media (min-width: 768px) {
  .post-slider .slide-post .container {
    height: 290px;
  }
}
.post-slider .slide-post .content-section {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}
.post-slider .slide-post .content-section p {
  text-align: left;
}
.post-slider .slide-post .content-section a {
  text-decoration: none;
}
.post-slider .slide-post .content-section a h3 {
  color: #216778;
  transition: all 300s ease-out;
}
.post-slider .slide-post .content-section a:hover h3, .post-slider .slide-post .content-section a:focus h3 {
  color: #365F38;
}
.post-slider .slide-post .content-section h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post-slider .slide-post .content-section h3 {
    font-size: 24px;
  }
}

.single-article {
  text-align: center;
}
.single-article .thumb-img {
  transition: all 300ms ease-out;
  margin-bottom: 40px;
  display: block;
}
.single-article .thumb-img .container {
  max-height: 425px;
  overflow: hidden;
}
.single-article .thumb-img img {
  margin-bottom: -10px !important;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-article .thumb-img:hover, .single-article .thumb-img:focus {
  opacity: 0.6;
}
.single-article a:not(.btn) {
  color: #365F38;
  text-decoration: none;
}
.single-article a:not(.btn) h2, .single-article a:not(.btn) h3 {
  transition: all 300ms ease-out;
  margin-bottom: 10px;
  color: #216778;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 28px;
  display: inline-block;
  position: relative;
}
.single-article a:not(.btn):hover, .single-article a:not(.btn):focus {
  text-decoration: underline;
  color: #216778;
}
.single-article a:not(.btn):hover h2, .single-article a:not(.btn):hover h3, .single-article a:not(.btn):focus h2, .single-article a:not(.btn):focus h3 {
  color: #216778;
}
.single-article p a {
  text-decoration: underline;
}
.single-article .meta-info {
  padding-bottom: 10px;
}
.single-article .meta-info p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #365F38;
  font-weight: 400;
}
.single-article .meta-info p span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  text-transform: capitalize;
}
.single-article a.btn {
  margin-left: 20px;
}
.single-post .single-article h2 {
  font-size: 28px;
}
@media (min-width: 1025px) {
  .single-article {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .single-article .thumb-img {
    width: 45%;
    margin-bottom: 0;
  }
  .single-article .thumb-img .container {
    height: 352px;
  }
  .single-article .thumb-img .container img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
  .single-article .content-section {
    width: 55%;
    padding-left: 40px;
  }
}

.blog-listing {
  background: #fff;
  position: relative;
  z-index: 9;
}
.blog-listing .single-article:after {
  content: " ";
  width: 122px;
  height: 3px;
  background: #C9E5ED;
  display: block;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .blog-listing .single-article:after {
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  .blog-listing .single-article {
    text-align: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .blog-listing .single-article .thumb-img .container {
    height: 320px;
  }
}

.sidebar ul {
  text-align: left;
}

.single .single-article {
  text-align: left;
  display: block;
}
.single .single-article .img-thumbnail img {
  height: auto;
  margin-bottom: 30px;
}
.single .single-article:after {
  display: none;
}
.single .single-article h1 {
  text-transform: none;
}

.blog-sidebar h3 {
  font-family: "Work Sans", "sans-serif";
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-sidebar ul {
  margin-bottom: 60px;
  margin-left: 5px;
  list-style: none;
}
.blog-sidebar ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.blog-sidebar ul li:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #216778;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
}