/*===================================
=          32. Project Css           =
====================================*/
.projectinfotechno-bg {
    background-image: url(../images/patterns/mitech-home-infotechno-case-study-section-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.projects-slider__container .projects-wrap.style-01 {
    display: block;
}

.projects-slider__container .projects-wrap.style-01 .projects-image-box {
    margin: 20px 15px 35px;
}

.projects-wrap.style-01 {
    display: block;
}

.projects-wrap.style-01 .projects-image-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
    /*margin: 20px 15px 35px;*/
}

.projects-wrap.style-01 .content {
    padding: 25px 26px 94px;
    padding-bottom: 88px;
}

.projects-wrap.style-01 .content .heading {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
}

.projects-wrap.style-01 .content .post-categories {
    color: #25737D;
    margin-bottom: 2px;
}

.projects-wrap.style-01 .content .text {
    color: #696969;
    margin-top: 13px;
}

.projects-wrap.style-01 .content .box-projects-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #25737D;
}

.projects-wrap.style-01 .content .box-projects-arrow::before {
    background-color: #25737D;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.projects-wrap.style-01:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-01:hover .content .heading {
    color: #25737D;
}

.projects-wrap.style-01:hover .content .box-projects-arrow {
    color: #ffffff;
}

.projects-wrap.style-01:hover .content .box-projects-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects-wrap.style-2 {
    margin-bottom: 30px;
    display: block;
}

.projects-wrap.style-2 .projects-image-box img {
    border-radius: 8px;
}

.projects-wrap.style-2 .content {
    padding: 22px 15px 24px;
    text-align: center;
}

.projects-wrap.style-2 .content .heading {
    font-weight: 600;
    line-height: 1.25;
    color: #333 !important;
}

.projects-wrap.style-2 .content .post-categories {
    color: #25737D;
    margin-bottom: 5px;
}

.projects-wrap.style-2:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-3 {
    display: block;
}

.projects-wrap.style-3 .projects-image-box {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.projects-wrap.style-3 .projects-image-box .projects-image {
    position: relative;
}

.projects-wrap.style-3 .projects-image-box .projects-image img {
    border-radius: 5px;
}

.projects-wrap.style-3 .projects-image-box .projects-image .project-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.projects-wrap.style-3 .content {
    padding: 10px 0px 15px;
}

.projects-wrap.style-3 .content .heading {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #333 !important;
}

.projects-wrap.style-04 {
    display: block;
}

.projects-wrap.style-04 .projects-image-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    position: relative;
    padding: 98px 35px 8px;
    margin-bottom: 30px;
}

.projects-wrap.style-04 .projects-image-box .projects-image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 2px;
}

.projects-wrap.style-04 .projects-image-box .projects-image::before {
    background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    border-radius: 50%;
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.projects-wrap.style-04 .projects-image-box .projects-image .image {
    z-index: 1;
    position: relative;
    text-align: center;
}

.projects-wrap.style-04 .content {
    padding: 0px 6px 94px;
    padding-bottom: 88px;
}

.projects-wrap.style-04 .content .heading {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
}

.projects-wrap.style-04 .content .post-categories {
    color: #25737D;
    margin-bottom: 2px;
}

.projects-wrap.style-04 .content .text {
    color: #696969;
    margin-top: 13px;
}

.projects-wrap.style-04 .content .box-projects-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #25737D;
}

.projects-wrap.style-04 .content .box-projects-arrow::before {
    background-color: #25737D;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.projects-wrap.style-04:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-04:hover .content .heading {
    color: #25737D;
}

.projects-wrap.style-04:hover .content .box-projects-arrow {
    color: #ffffff;
}

.projects-wrap.style-04:hover .content .box-projects-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.messonry-button button {
    padding: 0;
    border: 0 none;
    position: relative;
    background: transparent;
}

.messonry-button button span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 17px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.messonry-button button span.filter-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.74;
    color: #25737D;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.messonry-button button span.filter-counter {
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #25737D;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 600;
}

.messonry-button button span.filter-counter::before {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid #25737D;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #25737D;
}

.messonry-button button:hover span.filter-counter {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.messonry-button button:hover span.filter-text {
    color: #25737D;
}

.messonry-button button.is-checked span {
    border-bottom: 2px solid #25737D;
}

.messonry-button button.is-checked span.filter-text {
    color: #25737D;
}
