
/* important  */

.work-area {
    background: #f9f9ff
}

.work-area .filters {
    text-align: center
}

.work-area .filters ul {
    padding: 0;
    text-align: right
}

.work-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize
}

.work-area .filters ul li:last-child {
    padding-right: 0
}

.work-area .filters ul li.active, .work-area .filters ul li:hover {
    color: #e45447
}

.work-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms
}
.filters-content {
    overflow: hidden
}

.work-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms
}

.work-area .grid .single-work:first-of-type, .work-area .grid .single-work:nth-of-type(2), .work-area .grid .single-work:nth-of-type(3) {
    margin-bottom: 30px
}

.work-area .filters-content img {
    border-radius: 10px;
    width: 100%
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.mb-50 {
    margin-bottom: 50px
}


.single-work {
    border-radius: 5px
}

.single-work .thumb .overlay-bg {
    background: #e45447;
    opacity: 0;
    border-radius: 5px
}

.single-work .thumb .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.single-work .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.single-work .middle h4 {
    font-size: 21px;
    color: #fff
}

.single-work .middle .cat {
    font-size: 15px;
    color: #fff
}

.single-work:hover .thumb .overlay-bg {
    opacity: .80
}

.single-work:hover .middle {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .section-gap {
        padding: 0;
    }


 .work-area .filters {
        margin-top: 40px
    }

    .work-area .filters ul {
        text-align: left
    }

    .work-area .filters ul li:first-child {
        padding-left: 0
    }

      .work-area .grid .single-work:nth-of-type(4) {
        margin-bottom: 30px
    }

}

@media only screen and (max-width: 767px) {

     .work-area .grid .single-work:nth-of-type(5) {
        margin-bottom: 30px
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.relative {
    position: relative
}


.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.top-category-widget-area .single-cat-widget .overlay-bg {
    background: rgba(144, 172, 209, .85);
    margin: 7%
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    background: rgba(228, 84, 71, 0.85);
    margin: 7%
}

a, :after, :before, .transition, .primary-btn span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.img-fluid {
    max-width: 100%;
    height: auto
}

/* end important */

