
.gallery-category a {
    color: #28c8be;
    text-decoration: none;
    font-weight: 700;
}

.gallery-category a.gallery {
    display: inline-block;
    margin: 15px 15px 65px ;
    position: relative;
    width: 100%;
    padding-top: 174px;
    min-height: 260px;
}

.gallery-category a.gallery strong {
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
bottom: -15px;
    text-shadow: 2px 1px 2px #04332f;
color: #fff;
}

.gallery-category a.gallery img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: linear-gradient(#fff, #ccc);
    width:100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    transition: .4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    box-shadow: inset 0 0 0 1000px rgb(226, 225, 225);
}

.gallery-category a.gallery img:nth-child(3) {
    transform: rotate(3deg);
}

.gallery-category a.gallery img:nth-child(2) {
    transform: rotate(6deg);
}

.gallery-category a.gallery:hover img {
    width: 50%;
    height: 50%;
}

.gallery-category a.gallery:hover img:nth-child(1) {
    transform: translate(-3px, -3px);
}

.gallery-category a.gallery:hover img:nth-child(3) {
    transform: translate(-3px, 100%);
}

.gallery-category a.gallery:hover img:nth-child(2) {
    transform: translate(100%, -3px);
}

.gallery-category a.gallery:hover img:nth-child(4) {
    transform: translate(100%, 100%);
}


.gallery-category {

    padding: 40px 0px;
}

.padding-y-100, .paddingBottom-100 {
    padding-bottom: 6.25rem !important;
}

.padding-y-100, .paddingTop-100 {
    padding-top: 6.25rem !important;
}
.border-light {
    border-color: #f0f0f2 !important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.media-viewer {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.media-viewer__media {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.media-viewer__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.media-viewer__overlay.effect-scasle {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}

.media-viewer:hover .media-viewer__media {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media-viewer:hover .media-viewer__overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bg-black-0_7 {
    background: rgba(0, 0, 0, 0.7) !important;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.iconbox {
    width: 45px !important;
    height: 45px !important;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.text-overlay {
    color: #28c8be;
    padding-top: 35px;
    font-size: 18px;
}
.media-viewer__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.media-viewer:hover .media-viewer__overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

