.section.section-padding {
    padding: 60px 0 0;
}
.section-title-wrap.section-header {
    margin-bottom: 30px;
}
.section-title-wrap.section-header .title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
}
.acr-category {
    margin-bottom: 30px;
    transition: .3s;
}
.acr-category-thumb {
    position: relative;
}
.acr-category-thumb a {
    display: block;
    overflow: hidden;
}
.acr-category-thumb img {
    transition: .3s;
}
img {
    max-width: 100%;
    height: auto;
}
.acr-category-body {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
    width: calc(100% - 20px);
    transition: .3s;
}
.acr-category-body h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.acr-category-body h5 a {
    color: #222;
}
.acr-category-thumb a {
    display: block;
    overflow: hidden;
}
/**********************************************************************************/
.section {
    position: relative;
    padding: 80px 0;
}
.section.section-padding {

}
.section-title-wrap.section-header {
    margin-bottom: 50px;
}
.section-title-wrap.flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acr-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-title-wrap.flex-header .acr-arrows .slick-arrow {
    margin-left: 10px;
}
.acr-arrows .slick-arrow {
    position: absolute;
    right:0;
    bottom:0;
    font-size: 22px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}
.acr-arrows.primary-arrows .slick-arrow {
    background-color: #86a4a0;
    border: 2px solid #86a4a0;
}
.acr-arrows .slick-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #A56460;
    z-index: -1;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.acr-arrows.primary-arrows .slick-arrow::after {
    background-color: #c87c77;
}
.section-title-wrap.flex-header .acr-arrows .slick-arrow {
    margin-left: 10px;
}
.acr-arrows.primary-arrows .slick-arrow {
    background-color: #86a4a0;
    border: 2px solid #86a4a0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.listings-slider .slick-list {
    padding-top: 10px;
}
.slick-list {
    margin: 0 -15px;
}
.listing {
    background-color: #1F403A;
    margin-bottom: 30px;
}
.slick-slide {
    outline: none;
}
.slick-slide {
    outline: none;
    margin: 0 15px;
}
.listing .listing-thumbnail {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.listing .listing-thumbnail img {
    transition: .3s;
    max-height: 42rem;
    min-height: 42rem;
    width: 100%;
    object-fit: cover;
}
img {
    max-width: 100%;
    height: auto;
}
.listing .listing-title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 2rem;
    min-height: 13rem;
}
.listing .listing-text{
  padding: 0 2rem 0;
  color: #FFF;
}
.listing .listing-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
.listing .listing-author .listing-author-body p a, .listing .listing-title a {
    color: #FFF;
}
p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #515151;
}
.listing .listing-author .listing-author-body p a:hover, .listing .listing-title a:hover {
    /*color: #c87c77;*/
}
a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bg-green{
    /*background-color: #1F403A !important;
    max-height: 260px;*/
}
 .mt-0{
    margin-top: 0;
}
.mb-3{
    margin-bottom: 3rem;
}  
.news-events-box{
    margin:0;
}
.events-block{
}
.events-text{
   margin-top: 2rem;
}
.events-title h4{
   color: #FFF;
   font-size: 5rem;
   margin-top: 7rem;
   margin-bottom: 15.5rem;
}
.news-events-block{
  margin-top: 3rem;
}
.main-box {
   margin: 3rem auto 5rem auto;
} 
.hot_items img{
  min-width:100%;
  height: 320px;
  object-fit: cover;
}         
.bg-green:before{
    width: 100%;
    background: #1f403a;
    position: absolute;
    height: 220px;
    margin-right: -15px;
    margin-left: -15px;
}
/*======================
Repsonsive
========================*/
@media(max-width: 1920px){
    .listing .listing-thumbnail img{
        max-height: 37rem;
        min-height: 37rem;}
}
@media(max-width: 1680px){
    .listing .listing-thumbnail img{
        max-height: 36rem;
        min-height: 36rem;}
}
@media(max-width: 1199px){
    .listing .listing-thumbnail img{
        max-height: 35rem;
        min-height: 35rem;}
}
@media(max-width: 768px){
    .events-title h4{
        margin-bottom: 3rem;
        font-size: 2rem;
        margin-top: 2.8rem;
    }
    .bg-green:before{
     height: 80px;
    }
}