
/* ===========================
     10.BLOG css 
=========================== */



#news-3 .single-blog {
    border-radius: var(--border-radius1);
    overflow: hidden;
    margin: 0px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .blog-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-blog .blog-thumb {
  overflow: hidden;
}

.single-blog .blog-thumb a {
  display: block;
}

.single-blog .blog-thumb a img {
  width: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog .blog-content {
  padding: 25px 20px;
  border: 3px solid  var(--color4);
  border-top: 0;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 var(--border-radius1) var(--border-radius1);
}

.single-blog .blog-content .sub-title {
  font-size: 14px;
  font-weight: 400;
  color:  var(--color1);
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog .blog-content .sub-title {
    font-size: 16px;
  }
}

.single-blog .blog-content .title a {
  font-size: 20px;
  font-weight: 700;
  color: #212849;
  margin-top: 13px;
  line-height: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog .blog-content .title a {
    font-size: 24px;
    line-height: 36px;
  }
}

.single-blog .blog-content .more {
  font-size: 14px;
  text-transform: uppercase;
  color:  var(--color1);
  font-weight: 500;
  margin-top: 15px;
}

.single-blog .blog-content .more i {
  margin-right: 5px;
}

.single-blog:hover .blog-thumb a img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.single-blog:hover .blog-content {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px  var(--color3);
  box-shadow: 0px 0px 16px 0px  var(--color3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-area {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-tow-area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.blog-tow-area .section-title {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-area .section-title {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-tow-area .section-title {
    padding-bottom: 70px;
  }
}

.blog-tow-active .slick-arrow {
  width: auto;
  position: absolute;
  z-index: 5;
  left: -365px;
  bottom: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow {
    left: -305px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-active .slick-arrow {
    left: 15px;
    top: -60px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .blog-tow-active .slick-arrow {
    left: 15px;
    top: -60px;
    bottom: auto;
  }
}

.blog-tow-active .slick-arrow.next {
  left: -290px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow.next {
    left: -240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-active .slick-arrow.next {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .blog-tow-active .slick-arrow.next {
    left: 90px;
  }
}

.blog-tow-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: var(--border-radius1);
  cursor: pointer;
  font-size: 16px;
  color:  var(--color1);
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.blog-tow-active .slick-arrow i:hover {
  background-color:  var(--color1);
  color: #fff;
}
