#ChamranRoydad.image-list {
  position: relative;
  direction: ltr; }
  #ChamranRoydad.image-list .slick-prev,
  #ChamranRoydad.image-list .slick-next {
    position: absolute;
    border: none;
    background: transparent;
    top: 50%;
    font-size: 18px;
    color: #FFFFFF; }
  #ChamranRoydad.image-list .slick-prev {
    left: -20px; }
  #ChamranRoydad.image-list .slick-next {
    right: -20px; }
  #ChamranRoydad.image-list .roydad {
    position: relative;
    float: right;
    padding: 0 15px;
    padding-bottom: 30px !important; }

.image-list [class^="col"] {
  padding-bottom: 35px !important; }
.image-list .news-item {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 10px 0; }
  .image-list .news-item > * {
    margin: 0 20px;
    transition: all 0.3s ease-in-out; }
  .image-list .news-item .image {
    position: relative;
    z-index: 1;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0 0 25px; }
  .image-list .news-item .overlay {
    position: absolute;
    left: 0;
    top: 133px;
    color: #FFF;
    font-size: 4px;
    width: 34px;
    height: 34px;
    background: #003271;
    border-radius: 34px;
    line-height: 36px;
    text-align: center;
    z-index: 2; }
  .image-list .news-item .title {
    font-size: 15px;
    position: relative;
    z-index: 3;
    line-height: 24px;
    direction: rtl; }
  .image-list .news-item .lead {
    font-size: 13px;
    visibility: hidden;
    position: relative;
    z-index: 3;
    height: 0;
    top: 3px; }
  .image-list .news-item .text {
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 3;
    line-height: 18px;
    margin-top: 15px;
    border-top: 1px solid #0D5199;
    padding-top: 5px;
    text-align: right; }
  .image-list .news-item .date {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 10px;
    color: #4D4D4D;
    z-index: 1; }
  .image-list .news-item:hover .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    z-index: 2; }
    .image-list .news-item:hover .overlay i {
      visibility: hidden;
      opacity: 0; }
  .image-list .news-item:hover .image {
    height: 10px; }
  .image-list .news-item:hover .title {
    color: #FFF; }
  .image-list .news-item:hover .lead {
    visibility: visible;
    height: auto;
    color: #fff;
    opacity: 0.5; }
  .image-list .news-item:hover .text {
    color: rgba(255, 255, 255, 0.7);
    visibility: visible;
    opacity: 1;
    text-align: right;
    line-height: 2em; }

@media (min-width: 768px) and (max-width: 1199px) {
  .image-list > div:last-child {
    display: none; } }
@media (max-width: 767px) {
  .image-list .news-item {
    height: 100px; }
    .image-list .news-item .overlay {
      display: none; }
    .image-list .news-item .image {
      width: 100px;
      height: 100px;
      float: right;
      margin: 0 0 0 10px; }
    .image-list .news-item .title {
      font-size: 15px;
      line-height: 30px;
      margin: 10px 0 10px 10px; }
    .image-list .news-item .text, .image-list .news-item .date {
      display: none; }
    .image-list .news-item:hover .image {
      height: 100px; }
    .image-list .news-item:hover .title {
      color: #333; } }
/*--------------------------------------------------------------
# LTR
--------------------------------------------------------------*/
.ltr .image-list .news-item .overlay {
  right: 0;
  left: auto; }
.ltr .image-list .news-item .date {
  left: 0;
  right: auto; }
@media (max-width: 767px) {
  .ltr .image-list .news-item .image {
    float: left;
    margin: 0 10px 0 0; }
  .ltr .image-list .news-item .title {
    margin: 10px 10px 10px 0; } }

