#news-slider {
   
 
 
  }
  .owl-carousel{
    margin: 5px auto -20px auto;
    max-width: 98%;
    
  }
  .myproperty-slide {
    background: #fff;
    margin: 25px 6px 10px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
  }
  .myproperty-slide .myproperty-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 5px 8px 5px;
   
  }

  .myproperty-slide .myproperty-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
  }

  .myproperty-slide:hover .myproperty-img img {
    transform: scale(1.1, 1.1);
  }
  .myproperty-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .myproperty-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
  }

  .myproperty-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
  }

  .myproperty-slide .myproperty-content {
    background: #fff;
    padding: 2px 10px 15px;
    border-radius: 15px;
  }

  .myproperty-slide .myproperty-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }

  .myproperty-slide .myproperty-title a:hover {
    text-decoration: none;
    color: #3498db;
  }

  .myproperty-slide .myproperty-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 10px;
  }

  .myproperty-slide {
    color: #a9a9a9;
    font-size: 14px;
  }

  .post-date {
    position: absolute;
    top: 15px;
    left: -10px;
    margin: 5px 6%;
    padding: 3px 5px 3px 10px;
    background-color: #000200;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
  }
  .post-year{
    position: absolute;
    top: 15px;
    margin: 5px 5%;
    padding: 3px 7px 3px 8px;
    background-color: #199409;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 14px;
  }
  .myproperty-slide .read-more {
    padding: 7px 20px;
    font-size: 12px;
    background:  #199409;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px  #199409;;
    border-radius: 25px;
    text-transform: uppercase;
  }

  .myproperty-slide .read-more:hover {
    background: #090544;
    text-decoration: none;
    color: #fff;
  }

  .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
  }

  .owl-controls .owl-buttons .owl-prev {
    background:#e63e3e;
    position: absolute;
    top: 30%;
    left: -15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }

  .owl-controls .owl-buttons .owl-next {
    background: #e63e3e;
    position: absolute;
    top: 30%;
    right: -15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }

  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
  }

  .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
  }

  @media only screen and (max-width: 1280px) {
    .myproperty-slide .myproperty-content {
      padding: 0px 15px 25px 15px;
    }
  }