
[class*="tcih-img-hover-effect"] .caption h3 {
    font-size: 17px;
    line-height: 1.4;
}

[class*="tcih-img-hover-effect"] .caption p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

[class*="tcih-img-hover-effect"] img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.link-wrap div {
    display: inline-block;
}

.link-wrap .uk-icon-link, .link-wrap .uk-icon-link:focus, .link-wrap .uk-icon-link:hover {
    color: inherit;
}

/*========================
    Image Effect #1
==========================*/
.tcih-img-hover-effect-1 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-1 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-1:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-1 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-1:after {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
}

.tcih-img-hover-effect-1:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-1 .caption h3 {
    color: #fff;
    margin-bottom: 8px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-1 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-1:hover .caption h3,
.tcih-img-hover-effect-1:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-1 .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-1 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-1 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tcih-img-hover-effect-1 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tcih-img-hover-effect-1:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-1 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #2
==========================*/
.tcih-img-hover-effect-2 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-2:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
}

.tcih-img-hover-effect-2:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-2 .caption h3 {
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    top: 20px;
    position: absolute;
    left: 0;
    z-index: 10;
    text-align: center;
    margin: 0;
    padding: 0 25px;
    width: 100%;
}

.tcih-img-hover-effect-2 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 20px;
    z-index: 1;
    padding-bottom: 5px;
    line-height: 20px;
    text-align: center;
    padding: 0 25px;
}

.tcih-img-hover-effect-2:hover .caption h3,
.tcih-img-hover-effect-2:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-2 .link-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-2 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #444;
    font-size: 13px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-2 .link-wrap a:first-child {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: 7px;
}

.tcih-img-hover-effect-2 .link-wrap a:last-child {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.tcih-img-hover-effect-2:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-2 .link-wrap a:hover {
    background-color: #fff;
}

/*========================
    Image Effect #3
==========================*/
.tcih-img-hover-effect-3 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-3:before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    opacity: 0;
    top: 20px;
    left: 20px;
    z-index: 1;
    transition: all .4s ease;
}

.tcih-img-hover-effect-3:hover:before {
    opacity: 1;
}

.tcih-img-hover-effect-3 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-3:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-3 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-3:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-3:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-3 .caption h3 {
    color: #fff;
    margin-bottom: 10px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-3 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-3:hover .caption h3,
.tcih-img-hover-effect-3:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-3 .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-3 .link-wrap a {
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 17px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-3 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 8px;
}

.tcih-img-hover-effect-3 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tcih-img-hover-effect-3:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-3 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #4
==========================*/
.tcih-img-hover-effect-4 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-4 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-4:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-4 .caption {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-4:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-4:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-4 .caption p {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-4:hover .caption h3,
.tcih-img-hover-effect-4:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-4 .link-wrap {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translateX(50%) translateY(-40%);
    z-index: 10;
}

.tcih-img-hover-effect-4 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-4 .link-wrap a:first-child {
    margin-right: 6px;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-4 .link-wrap a:last-child {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transition-duration: .7s;
}

.tcih-img-hover-effect-4:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-4 .link-wrap a:hover {
    background-color: rgb(0, 0, 0);
}

.tcih-img-hover-effect-4 .caption p,
.tcih-img-hover-effect-4:hover .caption h3 {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-4 .caption h3 {
    color: #fff;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform-style: flat;
    transform-style: flat;
}

/*========================
    Image Effect #5
==========================*/
.tcih-img-hover-effect-5 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-5:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
}

.tcih-img-hover-effect-5:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-5 .caption h3 {
    color: #444;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    z-index: 1;
    width: calc(100% - 50px);
    text-align: center;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    margin: 0;
}

.tcih-img-hover-effect-5 .caption p {
    font-size: 12px;
    color: #555;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translateX(-50%) scale(0);
    width: calc(100% - 50px);
    text-align: center;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    margin: 0;
}

.tcih-img-hover-effect-5 .link-wrap {
    position: absolute;
    top: 47%;
    right: 50%;
    transform: translateX(50%) translateY(-47%);
    z-index: 10;
}

.tcih-img-hover-effect-5 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    color: #666;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-5 .link-wrap a:first-child {
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-right: 10px;
}

.tcih-img-hover-effect-5 .link-wrap a:last-child {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tcih-img-hover-effect-5:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tcih-img-hover-effect-5 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.tcih-img-hover-effect-5 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-5:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.tcih-img-hover-effect-5:hover .caption h3 {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.tcih-img-hover-effect-5:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

/*========================
    Image Effect #6
==========================*/
.tcih-img-hover-effect-6 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-6 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-6:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
}

.tcih-img-hover-effect-6:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
}

.tcih-img-hover-effect-6:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-6 .caption h3 {
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    right: 50%;
    background: rgba(2, 2, 2, 0.7);
    padding: 10px;
    width: calc(100% - 50px);
    text-align: center;
    margin-top: 0;
    transform: translateX(50%);
}

.tcih-img-hover-effect-6 .caption p {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 25px;
    z-index: 1;
    left: 25px;
    display: block;
    width: 55%;
    text-align: right;
    padding-right: 15px;
    border-right: 2px solid rgba(255, 255, 255, 0.37);
}

.tcih-img-hover-effect-6:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-6 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tcih-img-hover-effect-6 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-6 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tcih-img-hover-effect-6 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tcih-img-hover-effect-6:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-6 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.tcih-img-hover-effect-6:hover .caption h3 {
    background: rgba(0, 0, 0, 0.8);
}

/*========================
    Image Effect #7
==========================*/
.tcih-img-hover-effect-7 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-7 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-7:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-7 .caption {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-7:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-7:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-7 .caption h3 {
    color: #fff;
    margin-bottom: -8px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 10px;
}

.tcih-img-hover-effect-7 .caption p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    width: calc(100% - 50px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tcih-img-hover-effect-7:hover .caption h3 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-7:hover .caption p {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.tcih-img-hover-effect-7 .link-wrap {
    position: absolute;
    top: calc(50% - 20px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-7 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.48);
    text-align: center;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-7 .link-wrap a:first-child {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-right: 8px;
}

.tcih-img-hover-effect-7 .link-wrap a:last-child {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-7:hover .link-wrap a {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: rgba(0, 0, 0, 0.4);
}

.tcih-img-hover-effect-7:hover .link-wrap a:last-child {
    transition-delay: .1s;
}

.tcih-img-hover-effect-7 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 1);
}

/*========================
    Image Effect #8
==========================*/
.tcih-img-hover-effect-8 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-8 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-8:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-8:after {
    position: absolute;
    content: '';
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: rgb(255, 255, 255);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-8:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-8 .caption h3 {
    color: #444;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 30px;
    right: 50%;
    z-index: 10;
    padding: 10px;
    opacity: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-8 .caption p {
    color: #999;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 30px;
    right: 50%;
    z-index: 1;
    display: block;
    text-align: center;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}

.tcih-img-hover-effect-8:hover .caption h3,
.tcih-img-hover-effect-8:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.tcih-img-hover-effect-8 .link-wrap {
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-8 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #999;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-8 .link-wrap a:first-child {
    margin-right: 2px;
}

.tcih-img-hover-effect-8 .link-wrap a:last-child {
    transition-delay: .1s;
}

.tcih-img-hover-effect-8:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-8 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/*========================
    Image Effect #9
==========================*/
.tcih-img-hover-effect-9 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-9 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-9:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
    filter: blur(3px);
}

.tcih-img-hover-effect-9:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out; /* opacity: 0; */
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-9:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-9 .caption h3 {
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.84);
    padding-bottom: 5px;
}

.tcih-img-hover-effect-9 .caption p {
    color: rgb(255, 255, 255);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 0;
    display: inline-block;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.tcih-img-hover-effect-9:hover .caption h3,
.tcih-img-hover-effect-9:hover .caption p {
    opacity: 1;
}

.tcih-img-hover-effect-9 .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-9 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 42px;
    background: transparent;
    line-height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-9 .link-wrap a:first-child {
    margin-right: 10px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-9 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-9:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-9 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.tcih-img-hover-effect-9:hover .caption h3 {
    color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

/*========================
    Image Effect #10
==========================*/
.tcih-img-hover-effect-10 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-10 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-10:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-10 .caption {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-10:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-10:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-10 .caption h3 {
    color: #fff;
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out 0.1s;
    margin-bottom: 5px;
    opacity: 0;
    padding: 10px;
    margin-top: 5px;
}

.tcih-img-hover-effect-10 .caption p {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    padding: 0 25px;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0.2s;
}

.tcih-img-hover-effect-10:hover .caption h3 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.6s;
}

.tcih-img-hover-effect-10:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: 0.3s;
}

.tcih-img-hover-effect-10 .link-wrap {
    position: absolute;
    bottom: 25px;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
}

.tcih-img-hover-effect-10 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out 0.3s;
    transform: translateY(-250px);
}

.tcih-img-hover-effect-10 .link-wrap a:first-child {
    margin-right: 2px;
}

.tcih-img-hover-effect-10 .link-wrap a:last-child {
}

.tcih-img-hover-effect-10:hover .link-wrap a {
    opacity: 1;
    transform: translate(0px);
    transition-delay: 0s;
}

.tcih-img-hover-effect-10 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #11
==========================*/
.tcih-img-hover-effect-11 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-11 img {
    transform: translateX(0px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.tcih-img-hover-effect-11:hover img {
    transform: translateX(100%);
}

.tcih-img-hover-effect-11:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-11:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-11 .caption h3 {
    color: #fff;
    border-bottom: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: calc(100% - 70px);
    text-align: center;
    margin: 0;
    background: #444;
    padding: 8px 12px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
}

.tcih-img-hover-effect-11 .caption p {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-100%);
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-11:hover .caption p {
    opacity: 1;
    transform: translateX(-50%);
}

.tcih-img-hover-effect-11 .link-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    z-index: 10;
}

.tcih-img-hover-effect-11 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-11 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-11 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-11:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-11 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.tcih-img-hover-effect-11:hover .caption h3 {
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
}

.tcih-img-hover-effect-11 .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 1;
}

/*========================
    Image Effect #12
==========================*/
.tcih-img-hover-effect-12 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-12:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.8);
    transform: scale(0);
    transition: all .6s ease-in-out;
}

.tcih-img-hover-effect-12:hover:before {
    transform: scale(1);
}

.tcih-img-hover-effect-12 .caption {
    position: absolute;
    content: '';
    top: calc(50% + 22px);
    left: 50%;
    width: calc(100% - 40px);
    text-align: center;
    transform: translateX(-50%);
}

.tcih-img-hover-effect-12 .caption h3 {
    transform: translateY(30px);
    transition: all .6s ease-in-out;
    opacity: 0;
    color: #fff;
    margin: 0;
}

.tcih-img-hover-effect-12:hover .caption h3 {
    transform: translateY(0px);
    opacity: 1;
}

.tcih-img-hover-effect-12 .caption p {
    color: #eee;
    transition: all .35s cubic-bezier(0.43, 0.32, 0.9, 0.98);
    -webkit-transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    margin-top: 12px;
}

.tcih-img-hover-effect-12:hover .caption p {
    transform: translate(0);
}

.tcih-img-hover-effect-12 .link-wrap {
    position: absolute;
    top: calc(50% - 22px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-12 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    line-height: 38px;
    background-color: #fff;
    text-align: center;
    color: #444;
    font-size: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-12 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-12 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-12:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-12 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/*========================
    Image Effect #13
==========================*/
.tcih-img-hover-effect-13 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-13 img {
    transition: all 0.5s ease-in-out 0.2s;
}

.tcih-img-hover-effect-13:hover img {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tcih-img-hover-effect-13:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transform: scale(0) rotate(-180deg);
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-13:hover:before {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: .5s;
}

.tcih-img-hover-effect-13 .caption h3 {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(0px);
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    margin-bottom: 0;
    color: #fff;
}

.tcih-img-hover-effect-13:hover .caption h3 {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    transition-delay: .7s;
}

.tcih-img-hover-effect-13 .caption p {
    position: absolute;
    top: 69%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #eee;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-13:hover .caption p {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: .7s;
}

.tcih-img-hover-effect-13 .link-wrap {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    z-index: 10;
}

.tcih-img-hover-effect-13 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-13 .link-wrap a:first-child {
    margin-right: 6px;
}

.tcih-img-hover-effect-13 .link-wrap a:last-child {
    transition-delay: .1s;
}

.tcih-img-hover-effect-13:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: .6s;
}

.tcih-img-hover-effect-13 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transition-delay: .6s;
}

/*========================
    Image Effect #14
==========================*/
.tcih-img-hover-effect-14 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-14 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-14:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-14:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    bottom: 0;
    left: 0;
}

.tcih-img-hover-effect-14:hover:after {
    height: 100%;
}

.tcih-img-hover-effect-14 .caption h3 {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 10;
    padding: 10px;
    width: 100%;
    background: #2a2a2a;
}

.tcih-img-hover-effect-14 .caption p {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .9s ease-in-out;
    transition: all .5s ease-in-out;
    padding-bottom: 5px;
    display: inline-block;
    opacity: 0;
    font-size: 14px;
}

.tcih-img-hover-effect-14:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.tcih-img-hover-effect-14 .link-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    z-index: 10;
}

.tcih-img-hover-effect-14 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-14 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-14 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-14:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-14 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.74);
    top: -1px;
    position: relative;
}

.tcih-img-hover-effect-14:hover .caption h3 {
    -webkit-transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-14 .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

/*========================
    Image Effect #15
==========================*/
.tcih-img-hover-effect-15 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-15 img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-15:hover img {
    -webkit-transform: scale(1.2) translateX(-12px);
    transform: scale(1.2) translateX(-12px);
}

.tcih-img-hover-effect-15:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

.tcih-img-hover-effect-15:hover:after {
    transform: translateY(0);
}

.tcih-img-hover-effect-15 .caption h3 {
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
    transform: translateX(50px);
}

.tcih-img-hover-effect-15 .caption p {
    color: rgba(255, 255, 255, 0.7);
    transform: translateX(-40px);
    -webkit-transition: all .9s ease-in-out;
    transition: all .5s ease-in-out;
    padding-bottom: 5px;
    display: inline-block;
    opacity: 0;
}

.tcih-img-hover-effect-15:hover .caption p {
    opacity: 1;
    transform: translateX(0);
}

.tcih-img-hover-effect-15 .link-wrap {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-35%);
    z-index: 10;
}

.tcih-img-hover-effect-15 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-15 .link-wrap a:first-child {
    margin-right: 7px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-15 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-15:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-15 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.tcih-img-hover-effect-15:hover .caption h3 {
    opacity: 1;
    transform: translateX(0);
}

.tcih-img-hover-effect-15 .caption {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 0 8px;
}

/*========================
    Image Effect #16
==========================*/
.tcih-img-hover-effect-16 {
    position: relative;
    overflow: hidden;
    background: #222;
}

.tcih-img-hover-effect-16 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0.9;
}

.tcih-img-hover-effect-16:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.tcih-img-hover-effect-16 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-16:before,
.tcih-img-hover-effect-16:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-16:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.tcih-img-hover-effect-16:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.tcih-img-hover-effect-16:hover:before,
.tcih-img-hover-effect-16:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

.tcih-img-hover-effect-16 .caption h3 {
    color: #fff;
    margin-bottom: 8px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-16 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-16:hover .caption h3,
.tcih-img-hover-effect-16:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-16 .link-wrap {
    position: absolute;
    top: calc(50% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-16 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.56);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-16 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tcih-img-hover-effect-16 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tcih-img-hover-effect-16:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-16 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.76);
}

/*========================
    Image Effect #17
==========================*/
.tcih-img-hover-effect-17 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-17 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-17:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
    filter: blur(4px);
}

.tcih-img-hover-effect-17:after {
    position: absolute;
    content: '';
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: rgba(175, 175, 175, 0.4);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-17:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-17 .caption h3 {
    color: #444;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    right: 50%;
    background: rgb(255, 255, 255);
    padding: 10px;
    width: calc(100% - 50px);
    text-align: center;
    margin-top: 0;
    transform: translateX(50%);
    border-radius: 20px;
}

.tcih-img-hover-effect-17 .caption p {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 25px;
    z-index: 1;
    left: 25px;
    display: block;
    width: 55%;
    text-align: right;
    padding-right: 15px;
}

.tcih-img-hover-effect-17:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-17 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tcih-img-hover-effect-17 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    color: #777;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-17 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tcih-img-hover-effect-17 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tcih-img-hover-effect-17:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

/*========================
    Image Effect #18
==========================*/
.tcih-img-hover-effect-18 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-18:before {
    position: absolute;
    content: "";
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    opacity: 0;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all .4s ease;
}

.tcih-img-hover-effect-18:hover:before {
    opacity: 1;
}

.tcih-img-hover-effect-18 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-18:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-18 .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    text-align: right;
    width: 100%;
}

.tcih-img-hover-effect-18:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.tcih-img-hover-effect-18:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-18 .caption h3 {
    color: #fff;
    margin-bottom: 10px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-18 .caption p {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-18:hover .caption h3,
.tcih-img-hover-effect-18:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-18 .link-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

.tcih-img-hover-effect-18 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-18 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tcih-img-hover-effect-18 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tcih-img-hover-effect-18:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-18 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #19
==========================*/
.tcih-img-hover-effect-19 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-19 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-19:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
    filter: blur(4px);
}

.tcih-img-hover-effect-19 .caption {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tcih-img-hover-effect-19:after {
    position: absolute;
    content: '';
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.09);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-19:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-19 .caption p {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-19:hover .caption h3,
.tcih-img-hover-effect-19:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-19 .link-wrap {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translateX(50%) translateY(-40%);
    z-index: 10;
}

.tcih-img-hover-effect-19 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-19 .link-wrap a:first-child {
    margin-right: 6px;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-19 .link-wrap a:last-child {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transition-duration: .7s;
}

.tcih-img-hover-effect-19:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-19 .link-wrap a:hover {
    background-color: rgb(0, 0, 0);
}

.tcih-img-hover-effect-19 .caption p,
.tcih-img-hover-effect-19:hover .caption h3 {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(100%);
}

.tcih-img-hover-effect-19 .caption h3 {
    color: #fff;
    transition: all .5s ease-in-out;
    z-index: 1;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin: 0;
}

/*========================
    Image Effect #20
==========================*/
.tcih-img-hover-effect-20 {
    position: relative;
    overflow: hidden;
}

.tcih-img-hover-effect-20:after {
    position: absolute;
    content: '';
    height: calc(100% - 22px);
    width: calc(100% - 22px);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-20:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-20 .caption h3 {
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    top: 26px;
    position: absolute;
    left: 0;
    z-index: 10;
    text-align: center;
    margin: 0;
    padding: 0 25px;
    width: 100%;
}

.tcih-img-hover-effect-20 .caption p {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 26px;
    z-index: 1;
    padding-bottom: 5px;
    line-height: 20px;
    text-align: center;
    padding: 0 25px;
}

.tcih-img-hover-effect-20:hover .caption h3,
.tcih-img-hover-effect-20:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-20 .link-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tcih-img-hover-effect-20 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #444;
    font-size: 13px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-20 .link-wrap a:first-child {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: 7px;
}

.tcih-img-hover-effect-20 .link-wrap a:last-child {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.tcih-img-hover-effect-20:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-20 .link-wrap a:hover {
    background-color: #fff;
}

/*========================
    Caption Plus
==========================*/
.tcih-caption-plus {
    position: relative;
    overflow: hidden;
    background: #001526;
}

.tcih-caption-plus .caption {
    padding: 35px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.tcih-caption-plus .caption-inner {
    width: 100%;
    text-align: center;
}

/*========================
    Image Effect #21
==========================*/
.tcih-img-hover-effect-21 {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.tcih-img-hover-effect-21:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.tcih-img-hover-effect-21 img {
    -webkit-transform: scale(1.5) translateY(0);
    transform: scale(1.5) translateY(0);
    transition: .4s;
}

.tcih-img-hover-effect-21:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tcih-img-hover-effect-21 .caption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 0 25px 20px;
}

.tcih-img-hover-effect-21:after {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    -webkit-transition: opacity .25s ease;
    transition: opacity .3s ease;
    opacity: 0;
    top: 0;
}

.tcih-img-hover-effect-21:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-21 .caption h3 {
    margin-bottom: 3px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    opacity: 0;
}

.tcih-img-hover-effect-21 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-21:hover .caption h3,
.tcih-img-hover-effect-21:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tcih-img-hover-effect-21 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.tcih-img-hover-effect-21 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 42px;
    line-height: 36px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: 0.7s transform, 0.3s background-color, 0.3s color;
}

.tcih-img-hover-effect-21 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 8px;
}

.tcih-img-hover-effect-21 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tcih-img-hover-effect-21:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-21 .link-wrap a:hover {
    background-color: #ffffff;
    color: #232323;
}

/*========================
 Image Effect #22
==========================*/

.tcih-img-hover-effect-22 .caption {
    background: #02092e;
    opacity: 0;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    transition: transform 0.4s ease-out, opacity 0.4s linear;
}

.tcih-img-hover-effect-22:hover .caption {
    transform: translate(0, 0);
    opacity: 1;
}

.tcih-img-hover-effect-22 .caption h3 {
    transform: translateY(12px);
    transition: all .6s ease-in-out;
    opacity: 0;
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.tcih-img-hover-effect-22:hover .caption h3 {
    transform: translateY(0px);
    opacity: 1;
}

.tcih-img-hover-effect-22 .caption p {
    color: #eee;
    transition: all .35s cubic-bezier(0.43, 0.32, 0.9, 0.98);
    -webkit-transform: translateX(-20%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(-20%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    margin-top: 5px;
}

.tcih-img-hover-effect-22:hover .caption p {
    transform: translate(0);
}

.tcih-img-hover-effect-22 .link-wrap {
    margin-bottom: 20px;
}

.tcih-img-hover-effect-22 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 39px;
    background-color: #fff;
    text-align: center;
    color: #000628;
    font-size: 15px;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-22 .link-wrap a:first-child {
    margin-right: 10px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-22 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-22:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-22 .link-wrap a:hover {
    background-color: #e91e63;
    color: #fff;
}


/*========================
 Image Effect #23
==========================*/

.tcih-img-hover-effect-23 .caption {
    display: flex;
    align-items: center;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.5s linear;
}

.tcih-img-hover-effect-23 > img {
    transition: 0.5s;
}

.tcih-img-hover-effect-23:hover > img {
    transform: translateX(-100%);
}

.tcih-img-hover-effect-23:hover .caption {
    transform: translate(0, 0);
    opacity: 1;
}

.tcih-img-hover-effect-23 .caption h3 {
    transform: translateY(12px);
    transition: all .6s ease-in-out;
    opacity: 0;
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.tcih-img-hover-effect-23:hover .caption h3 {
    transform: translateY(0px);
    opacity: 1;
}

.tcih-img-hover-effect-23 .caption p {
    color: #eee;
    transition: all .35s cubic-bezier(0.43, 0.32, 0.9, 0.98);
    -webkit-transform: translateX(-20%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: translateX(-20%) matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    margin-top: 5px;
}

.tcih-img-hover-effect-23:hover .caption p {
    transform: translate(0);
}

.tcih-img-hover-effect-23 .link-wrap {
    margin-bottom: 20px;
}

.tcih-img-hover-effect-23 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    line-height: 39px;
    background-color: #fff;
    text-align: center;
    color: #000628;
    font-size: 15px;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-23 .link-wrap a:first-child {
    margin-right: 10px;
    transition-delay: .2s;
}

.tcih-img-hover-effect-23 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tcih-img-hover-effect-23:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tcih-img-hover-effect-23 .link-wrap a:hover {
    background-color: #e91e63;
    color: #fff;
}


/*========================
    Image Effect #24
==========================*/
.tcih-img-hover-effect-24 > img {
    transition: 0.5s;
}

.tcih-img-hover-effect-24:hover > img {
    transform: translateY(-100%);
}

.tcih-img-hover-effect-24:after {
    position: absolute;
    content: '';
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
    background: rgba(255, 169, 169, 0.09);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tcih-img-hover-effect-24:hover:after {
    opacity: 1;
}

.tcih-img-hover-effect-24 .caption p {
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 15px;
    transform: translateY(30px);
}

.tcih-img-hover-effect-24:hover .caption h3 {
    transform: translateY(0);
}

.tcih-img-hover-effect-24:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tcih-img-hover-effect-24 .link-wrap a {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 42px;
    background-color: rgba(0, 7, 46, 0.7);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tcih-img-hover-effect-24 .link-wrap a:first-child {
    margin-right: 10px;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

.tcih-img-hover-effect-24 .link-wrap a:last-child {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -.008, 0, -1, 0, 0, 0, 0, 0, 1);
    transition-duration: .7s;
}

.tcih-img-hover-effect-24:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tcih-img-hover-effect-24 .link-wrap a:hover {
    background-color: #E91E63;
}

.tcih-img-hover-effect-24:hover .caption h3 {
    transform: translateX(120%);
    left: 100%;
}

.tcih-img-hover-effect-24 .caption h3 {
    color: #fff;
    transition: all .5s ease-in-out;
    z-index: 1;
    padding: 9px 15px;
    background-color: rgba(0, 4, 40, 0.87);
    font-size: 18px;
    position: absolute;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    bottom: 0;
}


/*========================
    Image Effect #25
==========================*/
.tcih-img-hover-effect-25 {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.tcih-img-hover-effect-25 > img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tcih-img-hover-effect-25:hover > img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.tcih-img-hover-effect-25 .caption {
    background-color: #E91E63;
    opacity: 0;
    align-items: flex-start;
    padding: 30px 25px;
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    transition: all 0.35s ease;
}

.tcih-img-hover-effect-25:hover .caption {
    opacity: 1;
    transition-delay: 0.21s;
    transform: rotateX(0);
}

.tcih-img-hover-effect-25 .caption h3 {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    transform: translateY(-100px);
    transition: color 0.2s, transform 0.3s;
    opacity: 0;
}

.tcih-img-hover-effect-25 .caption p {
    color: rgba(255, 255, 255, 0.78);
    opacity: 0;
    padding: 0 25px;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0.2s;
}

.tcih-img-hover-effect-25:hover .caption h3 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.4s;
}

.tcih-img-hover-effect-25:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    transition-delay: 1s;
}

.tcih-img-hover-effect-25 .link-wrap {
    position: absolute;
    bottom: 30px;
    right: 50%;
    z-index: 1;
    transform: translateX(50%);
}

.tcih-img-hover-effect-25 .link-wrap a {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 17px;
    opacity: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out 0.5s;
    transform: translateY(-250px);
}

.tcih-img-hover-effect-25 .link-wrap a:first-child {
    margin-right: 10px;
}

.tcih-img-hover-effect-25 .link-wrap a:last-child {
}

.tcih-img-hover-effect-25:hover .link-wrap a {
    opacity: 1;
    transform: translate(0px);
    transition-delay: 0.6s;
    border-radius: 50%;
}

.tcih-img-hover-effect-25 .link-wrap a:hover {
    background-color: rgb(255, 255, 255);
    color: #E91E63;
}


/*Internet Explorer 11 & 12 version Problem Fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tcih-img-hover-effect-9:after {
        transition: 0.3s ease all;
    }

    .tcih-img-hover-effect-9:hover:after {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .tcih-img-hover-effect-15:after {
        height: 0;
        transform: none;
        transition: all .45s ease;
    }

    .tcih-img-hover-effect-15:hover:after {
        height: 100%;
    }

    .tcih-img-hover-effect-16:hover img {
        opacity: 0.4;
    }

    .tcih-img-hover-effect-17 {
        background: #000;
        transition: 0.3s ease all;
    }

    .tcih-img-hover-effect-19 {
        background: #222;
        transition: 0.3s ease all;
    }

    .tcih-img-hover-effect-19:after {
        box-shadow: 0 0 10px rgba(185, 185, 185, 0.4);
    }

    .tcih-img-hover-effect-17:hover img {
        opacity: 0.6;
    }

    .tcih-img-hover-effect-19:hover img {
        opacity: 0.4;
    }
}

/*========================
    Responsive
==========================*/
@media (max-width: 768px) {
    [class*="tcih-img-hover-effect"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .caption h3 {
        font-size: 16px;
    }

    .caption p {
        display: none !important;
    }

    .tcih-img-hover-effect-5 .link-wrap {
        top: auto;
        bottom: 25px;
        transform: translateX(50%) translateY(0);
    }

    .tcih-img-hover-effect-11 .link-wrap,
    .tcih-img-hover-effect-14 .link-wrap {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}