.project-slide {
    border: 1px solid #ed6422;
    border-radius: 0;
    min-height: 100%;
    position: relative;
    margin-top: 20px;
}
.project-slide .rutu-btn {
    margin-top: 0px;
}
.project-image {
  overflow: hidden;
}

.project-image img {
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.project-image:hover img {
  transform: scale(1.1);
}
.project-desc .rutu-btn {
background-color: #009440;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
    cursor: pointer;
    transition: 1s;
    border: 1px solid #009440;
    border-radius: 0px;
    padding: 2px 5px;
    text-decoration: none;
}
.project-type {
    background: #ed6422;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    line-height: 12px;
    font-size: 14px;
    margin-bottom: 0px;
    width: fit-content;
    position: absolute;
    top: -20px;
	  margin-left: 20px;
}

.project-title {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;

}

.project-title h4 {
    text-align: left;
    color: #000;
    font-size: 20px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
img.cover {
    object-fit: cover;
}
.project-desc {
    margin-top: 0rem;
    text-align: left;
	   padding-left: 20px;
	   padding-bottom: 20px;
}

.project-desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.project-image {
    height: 410px;
}

.project-image img {
    object-position: top;
}
.gallery-nav-btns .swiper-button-disabled {
    opacity: .7;
    cursor: default
}

.gallery-nav-btns .swiper-button-disabled:hover {
    color: #fff;
    background: #ed6422;
}

.gallery-nav-btns {
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 103%
}

.gallery-nav-btns div {
    align-items: center;
    background-color: #ed6422;
    border: 1px solid #ed6422;
    color: #fff;
    display: flex;
    font-size: 1rem;
    height: 35px;
    justify-content: center;
    width: 35px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: .3s
}

.gallery-nav-btns div:hover {
    background: #fff;
    color: #ed6422;
}

.gallery-nav-btns div i:before {
    font-weight: 700!important
}