.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
  }
  .overlay .new_title {
    font-size: 22px;
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  .overlay p {
    font-size: 14px;
    margin-top: 5px;
    float: left;
    width: 100%;
    line-height: 20px;
  }
  .overlay a {
    display: table;
    text-decoration: none;
    font-size: 16px;
  }
  .post_box {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
  }
  .slogo_img:hover img{
    transform: scale(1.4);
    transition: 1s ease-in-out;
  }
  .slogo_img {
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border: 3px solid #eae6e4;
    min-height: 430px;
  }
  /* .owl-item.active:nth-child(2){
    transform: scale(1.1) !important;
  } */
  .slogo_img:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 0%;
    background: #e06c28;
    left: 0;
    bottom: 0;
    transition: .4s ease-in-out;
  }
  .slogo_img:hover:after {
    width: 100%;
  }
  .slogo_img:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 0%;
    background: #b8d82b;
    right: 0;
    top: 0;
    transition: .4s ease-in-out;
  }
  .slogo_img:hover:before {
    width: 100%;
  }
  .slogo_img img {
    border-radius: 10px;
    transition: 1s ease-in-out;
    position: relative;
    z-index: 9;
  }
  .slogo_img .overlay:after {
    content: "";
    position: absolute;
    right: -55%;
    width: 300px;
    height: 300px;
    background: #c1df2d2b;
    bottom: -60%;
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 20px;
  }
  .slogo_img .overlay {
    float: left;
    width: 100%;
    position: relative;
  }
  .logo_slider_sec {
    width: 100%;
    padding: 40px 0 30px;
    background: url(../images/vector_bg_2.jpg) no-repeat center center;
    background-size: cover;
  }
  .main_list_divider {
    width: 100%;
    display: grid;
    grid-gap: 1.5%;
    grid-template-columns: 32.3% 32.3% 32.3%;
}
.news_sec {
    padding-bottom: 50px;
    background: transparent;
    float: left;
    width: 100%;
}
.cutom_spac {
    background: transparent !important;
    padding-top: 100px;
}
.heading_area {
    float: left;
    width: 100%;
    padding: 70px 0;
    border-bottom: 1px solid #ebe7e5;
    background: url(../images/bottom_map.png) no-repeat center bottom;
    background-size: auto 96px;
}

footer#client_footer {
    float: left;
    width: 100%;
}
section.blog_detail_sec {
    float: left;
    width: 100%;
    padding: 30px 0;
}
/* .main_blog_box img {
    float: left;
    margin-right: 20px;
} */
.post_detail img {
    display: table;
    margin: 0 auto;
}
.datetime_divider {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
    align-items: center;
}
.datetime_divider span {
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    color: #e46d29;
}
.datetime_divider span:last-child {
    margin-right: 0px;
}
.time_collection span {
    position: relative;
    margin-right: 20px;
}
.time_collection {
    transform: translateY(-5px);
}
.time_collection span:after {
    content: ":";
    position: absolute;
    right: -13px;
    top: -4px;
    font-size: 24px;
    color: #352b24;
}
.time_collection span:last-child:after {
    content: "";
    display: none;
}