.news-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px 50px 0px;
  background-color: #FFFFFF;
}
.news-wrapper .hs-padding {
  padding: 15px;
  text-align: center;
}
.news-wrapper  .topTitle {
  padding: 0px 0px 13px 0px;
}
.news-wrapper .topTitle p {
  padding: 0;
  margin: 0;
  color: #1a1c26;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}
.news-wrapper  .title {
  padding: 0px 0px 18px 0px;
}
.news-wrapper .title h2 {
  padding: 0;
  margin: 0;
  color: #1a1c26;
  font-size: 35px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.7px;
}
.news-wrapper  .richText {
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.news-wrapper  .blog-item {
  display: block;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.news-wrapper .holder {
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-wrapper .pic {
  transform: scale(1) translateY(0);
  position: relative;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.news-wrapper .pic img {
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  float: left;
  height: 230px;
}
.news-wrapper .pic:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.39, 0.01, 0.36, 0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.news-wrapper  .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  background-position: center;
}
.news-wrapper .category-list {
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.news-wrapper .category-list a {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 15px 8px 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  line-height: 1.1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.news-wrapper  a.post-button {
  display: block;
  position: absolute;
  top: 25%;
  left: 0px;
  right: 0px;
  width: 35%;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #F97D41 0%, #FE6664 100%);
  z-index: 2;
  border-radius: 3px;
  box-shadow: 0 5px 25px -4px rgb(9 31 67 / 15%);
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  background: #F7C911;
}
.news-wrapper  .data {
  padding: 15px 20px 15px 25px;
}
.news-wrapper .date {
  margin-bottom: 8px;
  width: 100%;
  float: left;
  color: #51565E;
  font-size: 13px;
}
.news-wrapper h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  visibility: inherit!important;
  font-style: normal;
  color: #1a1c26;
  font-size: 28px;
  letter-spacing: 0px;
  font-weight: 300;
  display: inline-block;
  line-height: 0;
}
.news-wrapper h3.title a {
  font-weight: 300!important;
  line-height: 32px;
  letter-spacing: -0.7px;
  color: #1A1C26;
  font-size: 22px;
}
.news-wrapper  .owl-nav {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 0;
}
.news-wrapper .owl-nav > .owl-prev,
.news-wrapper .owl-nav > .owl-next {
  border: 1px #000000 solid!important;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: initial;
  margin-left: 7px;
  margin-right: 7px;
}
.news-wrapper .owl-nav > .owl-prev:before {
  color: #000000!important;
  line-height: 36px;
  font-family: "FontAwesome";
  font-size: 30px;
  content: "\f104";
}
.news-wrapper .owl-nav > .owl-next:before {
  color: #000000!important;
  line-height: 36px;
  font-family: "FontAwesome";
  font-size: 30px;
  content: "\f105";
}
.news-wrapper .news-sec-bottom {
  padding: 0px 0px 31px 0px;
}
.news-wrapper .holder:hover .pic {
  transform: scale(1.1) translateY(-9px);
}
.news-wrapper .holder:hover .pic::before {
  opacity: 1;
  visibility: visible;
}
.news-wrapper .holder:hover .category-list {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 2;
  font-size: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.news-wrapper .holder:hover a.post-button {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.news-wrapper .category-list a:hover {
  color: #1A1C26;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}




@media (min-width: 768px){
  .news-wrapper .hs-column2 {
    width: 10.981%;
  }
  .news-wrapper .hs-column8 {
    width: 77.368%;
  }



}







@media (max-width: 767px){
  .news-wrapper .hs-padding {
    padding: 0px 15px 0px 15px;
  }






}










