
.manigroup_home_content .head {
  margin: 0 0 30px;
  text-align: center;
}
.manigroup_home_content .head.has_link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: right;
}
.manigroup_home_content .head a{
      display: flex;
  align-items: center;
}
.manigroup_home_content .head a .bi{
      position: relative;
  top: 2px;
}
.manigroup_home_content .head h6,
.manigroup_home_content .head h2{
    margin: 0;
}
.manigroup_home_content .each_res {
  margin: 0 0 30px;
}
.manigroup_home_content .item {
  width: 100%;
  float: right;
  position: relative;
  height: 100%;
  transition: .4s;
  background: #fff;
} 
.manigroup_home_content .item:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: .4s;
}
.manigroup_home_content .item .info {
  padding: 0px 15px 0;
}
.manigroup_home_content .item .each_res_title .mobile {
  display: none;
}
.manigroup_home_content .item .info .box {
  background: #fff;
  margin:0 auto;
  position: relative;
  z-index: 1;
  padding: 10px;
  text-align: center;
}
.manigroup_home_content .item .info .date {
  font-size: 14px;
  margin: 0 0 20px;
}
.manigroup_home_content .item .each_res_title {
  font-size: 14px;
  font-family: 'iransanmedium';
  padding: 0 0 10px;
}
.manigroup_home_content .item .each_res_title a {
  color: #6c757d;
}
.manigroup_home_content .item .desc {
  font-size: 13px;
  margin: 0 0 20px;
  color: #666;
}
.manigroup_home_content .item .readmore {
  padding-top: 9px;
}
.manigroup_home_content .item .readmore a {
  padding: 0 7px 0 18px;
  display: inline-block;
  font-size: 14px;
  font-family: iransanmedium;
  position: relative;
  line-height: normal;
}
.manigroup_home_content .item .readmore a .bi {
  font-size: 16px;
  position: absolute;
  left: 0;
}

.manigroup_home_content .box_type .swiper {
  display: none;
}
.manigroup_home_content .swiper-slide { 
  height: auto !important;
  margin-bottom:  0;
}


.manigroup_home_content .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.manigroup_home_content .navigation .swiper-button-prev{
  position: static;
  width: 40px;
  height: 40px;
  margin: 0 0 0 5px !important; 
}
.manigroup_home_content .navigation .swiper-button-next{
  position: static;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0 !important; 
} 
.manigroup_home_content .swiper-button-prev.out ,
.manigroup_home_content .swiper-button-next.out {
  text-align: center;
  margin: 0;
  position: absolute;
  z-index: 10; 
  line-height: 43px; 
  transition: all linear 0.5s;
  pointer-events: initial;
  cursor: pointer;
  font-size: 17px;
  width: 40px;
  height: 40px;
}
.manigroup_home_content .swiper-button-next:after, 
.manigroup_home_content .swiper-button-prev:after{
    font-size: 20px;
}

.manigroup_home_content .swiper-pagination {
  position: static;
  text-align: center;
  transform: none !important; 
} 

.manigroup_home_content .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
} 
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0);
}
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform: scale(0.66);
}
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.manigroup_home_content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.manigroup_home_content .last_box {
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.manigroup_home_content .last_box h4{
  margin: 0 0 15px;
}
.manigroup_home_content .last_box .icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 11px;
}

@media only screen and (max-width: 780px) {
    .manigroup_home_content .box_type .row {
      display: none;
    }
    .manigroup_home_content .box_type .swiper {
      display: block;
    }
    .manigroup_home_content .head h6 {
        font-size: 13px;
    }
    .manigroup_home_content .head a {
        font-size: 12px;
    }
    .manigroup_home_content .item .each_res_title .mobile {
      display: block;
    }
    .manigroup_home_content .item .each_res_title .desktop {
      display: none;
    }
}

 











