.bg-grad {
    background: linear-gradient(150deg, rgb(1 182 191) 0%, rgb(20 255 146) 100%);
}

.m.header {
    z-index: 99;
}

.header-top a {
    color: #8f9397;
    font-size: 0.8125rem;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-haberler {
    background: rgba(0, 0, 0, 0) url(/img/haberler.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.parallax {
    background-image: url("/img/referanslar.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


.paralax-bg::after {
    background: #000000c2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-1 {
    background-color: #FFBC13 !important;
}

.bg-2 {
    background-color: #bee1e6 !important;
}

.bg-3{
    background: rgba(0,0,0,.7);
}

.bg-efect1 {
    background: linear-gradient(150deg, rgb(1 182 191) 0%, rgb(20 255 146) 100%);
}



/***********MicronetNavbar*********/

.m-navbar {
    position: relative;
    z-index: 99;
}

.m-navbar.navbar-sticy ul.micromenu>li>a {
    height: 60px;
}

.navbar-logo img {
    height: 60px;
}

.m-navbar.navbar-sticy .navbar-logo img {
    height: 50px;
}

.navbar-sticy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    animation: slide-down 0.5s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/***********Menu*********/

ul.micromenu {
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style-type: none;
}

ul.micromenu>li {
    float: left;
}

ul.micromenu>li>a {
    font-size: inherit;
    font-weight: inherit;
    color: #6c757d;
    position: relative;
    height: 80px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#mm1 ul.micromenu>li>a {
    height: 60px;
    padding: 0 20px;

}

ul.micromenu>li>a:hover {
    border-top: 1px solid rgb(107 217 166);
    color: rgb(107 217 166)
}


ul.micromenu>li:hover .submenu {

    display: block;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

ul.micromenu>li:hover .megamenu .menu-content {
    display: block;
    transition: all 0.3s ease-in-out;

}

/*Submenu*/

ul.micromenu>li>ul.submenu::before,
ul.micromenu>li>.megamenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 4px;
    opacity: 1;
    background: linear-gradient(150deg, rgb(107 217 166) 0%, rgb(132 222 231) 100%);
}


ul.micromenu>li>.submenu {
    position: absolute;
    top: 100%;
    padding: 1rem 0;
    min-width: 12rem;
    background: white;
    border-radius: 0 0 3px 3px;
    list-style: none;
    display: none;

}

ul.micromenu>li>ul>li {
    display: list-item;
}

ul.micromenu>li>ul>li a {
    position: relative;
    font-weight: 400;
    padding: 0.4rem 1rem;
    display: block;
    width: 100%;
    color: #8f9397;
    clear: both;
}

ul.micromenu>li>ul>li a:hover {
    color: rgb(107 217 166)
}

/***********  Megamenu **********/

ul.micromenu>li>.megamenu {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    min-height: 250px;
}

ul.micromenu>li>.megamenu {

    width: 100%;
    background: rgb(255, 255, 255);
    list-style: none;
    padding: 1rem;
    display: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);

}

ul.micromenu>li:hover .megamenu {
    display: block;
    transition: all 0.3s ease-in-out;

}

/***********************/

ul.megamenu-submenu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

ul.megamenu-submenu>li>a {
    position: relative;
    padding: 0.3rem 0rem;
    display: block;
    width: 100%;
    color: #414141;
    clear: both;
    margin-bottom: 10px;
    font-weight: 500;

}

ul.megamenu-submenu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    opacity: 1;
    background: linear-gradient(150deg, #575757 0%, #ffffff 100%);
}




ul.megamenu-submenu>li>a img {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    border: none;
}

/*******************/

ul.megamenu-submenu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}


ul.megamenu-submenu ul li a {
    position: relative;
    font-size: 15px;
    padding: 0.25rem 1rem;
    display: block;
    width: 100%;
    color: #8f9397;
    clear: both;
}

ul.megamenu-submenu ul li a:hover {
    color: rgb(96, 123, 197);
    background: rgb(246, 252, 255);
}

.btn-sepet {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.btn-sepet span {
    top: 10px;
}

.btn-sepet i {
    font-size: 25px;
    margin-top: 25px;
}

/*menu icon toggle*/
.icontoglle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 0.6rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;

}


.minimenu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43, 52, 69, .15);
    z-index: 1026;

}

.minimenu ul {
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.minimenu ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e3e9ef;
}

.minimenu ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px;
    color: #7d879c;

}




#theme1 .page-header {
    min-height: 150px;
}

#theme1 .page-wraper {
    position: relative;
    top: -5rem;
}

#theme1 .page-content,
.page-contentx {
    min-height: 100vh;
}


@media (max-width: 991.98px) {

    #theme1 .page-wraper {
        background: white;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
    }

    #theme1 .page-title {
        margin-bottom: 15px;
    }
}

@media(min-width: 992px) {

    #theme1 .page-contentx {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
    }

    #theme1 .page-title {
        padding: 24px 15px;
        margin-bottom: 25px;
    }

    #theme1 .pege-sidebar {
        background: white;
        border-radius: 0.5rem;
        box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
    }

    #theme1 .page-wraper {
        position: relative;
        top: -5rem;
    }

    #theme1 .page-title {
        color: white;
    }

    .offcanvas-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
        border-radius: 5px;
        visibility: visible !important;
        box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
    }

    .offcanvas-menu .offcanvas-header {
        display: none;
    }

    .minimenu {
        display: none;
    }

}



/***********FORM SCSS *****************/
.form-icon input {
    padding-left: 35px;
}

.form-icon .input-group-icon {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 100;
    display: flex;
    align-items: center;
}

.input-group.rounded-group input {
    border-radius: 50rem 0 0 50rem !important;
}

.input-group.rounded-group .btn {
    border-radius: 0 50rem 50rem 0 !important;
}

.input-group.rounded input {
    border-radius: 50rem !important;
}



.bigmenus {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bigmenus li a {
    border: solid 1px #ddd;
    display: flex;
    text-decoration: none;
    color: rgb(94, 90, 90);
    padding: 15px 0;
    opacity: 1;
    transition: 0.3s;
}

.bigmenus li a:hover {
    opacity: none;
}

.bigmenus span {
    width: calc(100% - 60px);
    padding: 5px 0 0 10px;

}

.bigmenus i {
    border-right: solid 1px #ddd;
    width: 60px;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
}







.m-product {
    font-size: inherit;
}

.m-product:hover .m-product-image a img.pic-2 {
    opacity: 1;
    transition: all 0.75s ease 0s;
}

.m-product:hover .social li {
    transform: translateX(0);
}

.m-product:hover .add-to-cart {
    bottom: 0px;
}

.m-product:hover .product-new-label {
    opacity: 0;
}

.m-product .add-to-cart {
    position: absolute;
    left: 0;
    bottom: -100%;
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    transition: all 0.3s;
}

.m-product .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.m-product .product-content {
    padding: 5px;
    text-align: center;
}

.m-product .title {
    color: #000;
    height: 80px;
    overflow: auto;
    padding: 5px;
    text-align: left;
}

.m-product .title a {
    color: #303030;
    font-size: 0.95rem;
}

.m-product .title a:hover {
    color: #303030;
}

.m-product-image {
    overflow: hidden;
    position: relative;

}

.m-product-image a {
    text-decoration: none;
}

.m-product-image a img.pic-1 {
    width: 100%;
    height: 100%;
}

.m-product-image a img.pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

ul.social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 1;
}

ul.social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(-100px);
    transition: all 0.3s;
}

ul.social li a {
    color: #5e5c5c;
    background-color: white;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

ul.social li a:hover {
    color: #e91111;
}




/*========================
    Common Styles
==========================*/
[class*="image-effect"] .caption h3 {
    font-size: 17px;
    text-transform: uppercase;
}

[class*="image-effect"] .caption p {
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

[class*="image-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
==========================*/
.tc-image-effect1 {
    position: relative;
    overflow: hidden;
    background: #222;
    cursor: pointer;
}

.tc-image-effect1 img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.tc-image-effect1:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
    
}

.tc-image-effect1 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect1: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;
}

.tc-image-effect1:hover:after {
    opacity: 1;
}

.tc-image-effect1 .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;
}

.tc-image-effect1 .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;
}

.tc-image-effect1:hover .caption h3,
.tc-image-effect1:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect1 .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect1 .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;
}

.tc-image-effect1 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tc-image-effect1 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tc-image-effect1:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect1 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #2
==========================*/
.tc-image-effect2 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect2: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;
}

.tc-image-effect2:hover:after {
    opacity: 1;
}

.tc-image-effect2 .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%;
}

.tc-image-effect2 .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;
}

.tc-image-effect2:hover .caption h3,
.tc-image-effect2:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect2 .link-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect2 .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: 4px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect2 .link-wrap a:first-child {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: 7px;
}

.tc-image-effect2 .link-wrap a:last-child {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.tc-image-effect2:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect2 .link-wrap a:hover {
    background-color: #fff;
}

/*========================
    Image Effect #3
==========================*/
.tc-image-effect3 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect3: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;
}

.tc-image-effect3:hover:before {
    opacity: 1;
}

.tc-image-effect3 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;
}

.tc-image-effect3:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect3 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect3: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;
}

.tc-image-effect3:hover:after {
    opacity: 1;
}

.tc-image-effect3 .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;
}

.tc-image-effect3 .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;
}

.tc-image-effect3:hover .caption h3,
.tc-image-effect3:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect3 .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect3 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    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;
}

.tc-image-effect3 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tc-image-effect3 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tc-image-effect3:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect3 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #4
==========================*/
.tc-image-effect4 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect4 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;
}

.tc-image-effect4:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect4 .caption {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect4: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;
}

.tc-image-effect4:hover:after {
    opacity: 1;
}

.tc-image-effect4 .caption p {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect4:hover .caption h3,
.tc-image-effect4:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect4 .link-wrap {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translateX(50%) translateY(-40%);
    z-index: 10;
}

.tc-image-effect4 .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;
}

.tc-image-effect4 .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);
}

.tc-image-effect4 .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;
}

.tc-image-effect4:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect4 .link-wrap a:hover {
    background-color: rgb(0, 0, 0);
}

.tc-image-effect4 .caption p,
.tc-image-effect4: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);
}

.tc-image-effect4 .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
==========================*/
.tc-image-effect5 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect5: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;
}

.tc-image-effect5:hover:after {
    opacity: 1;
}

.tc-image-effect5 .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;
}

.tc-image-effect5 .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;
}

.tc-image-effect5 .link-wrap {
    position: absolute;
    top: 47%;
    right: 50%;
    transform: translateX(50%) translateY(-47%);
    z-index: 10;
}

.tc-image-effect5 .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;
}

.tc-image-effect5 .link-wrap a:first-child {
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-right: 10px;
}

.tc-image-effect5 .link-wrap a:last-child {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tc-image-effect5:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-image-effect5 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.tc-image-effect5 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-effect5:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.tc-image-effect5:hover .caption h3 {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.tc-image-effect5:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

/*========================
    Image Effect #6
==========================*/
.tc-image-effect6 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect6 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;
}

.tc-image-effect6:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
}

.tc-image-effect6: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;
}

.tc-image-effect6:hover:after {
    opacity: 1;
}

.tc-image-effect6 .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%);
}

.tc-image-effect6 .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);
}

.tc-image-effect6:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect6 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tc-image-effect6 .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;
}

.tc-image-effect6 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tc-image-effect6 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tc-image-effect6:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect6 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.tc-image-effect6:hover .caption h3 {
    background: rgba(0, 0, 0, 0.8);
}

/*========================
    Image Effect #7
==========================*/
.tc-image-effect7 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect7 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;
}

.tc-image-effect7:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect7 .caption {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect7: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;
}

.tc-image-effect7:hover:after {
    opacity: 1;
}

.tc-image-effect7 .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;
}

.tc-image-effect7 .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;
}

.tc-image-effect7:hover .caption h3 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect7:hover .caption p {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.tc-image-effect7 .link-wrap {
    position: absolute;
    top: calc(50% - 20px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect7 .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: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect7 .link-wrap a:first-child {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-right: 8px;
}

.tc-image-effect7 .link-wrap a:last-child {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect7:hover .link-wrap a {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: rgba(0, 0, 0, 0.4);
}

.tc-image-effect7:hover .link-wrap a:last-child {
    transition-delay: .1s;
}

.tc-image-effect7 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 1);
}

/*========================
    Image Effect #8
==========================*/
.tc-image-effect8 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect8 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;
}

.tc-image-effect8:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect8: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%);
}

.tc-image-effect8:hover:after {
    opacity: 1;
}

.tc-image-effect8 .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);
}

.tc-image-effect8 .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;
}

.tc-image-effect8:hover .caption h3,
.tc-image-effect8:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.tc-image-effect8 .link-wrap {
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
}

.tc-image-effect8 .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: 13px;
    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);
}

.tc-image-effect8 .link-wrap a:first-child {
    margin-right: 2px;
}

.tc-image-effect8 .link-wrap a:last-child {
    transition-delay: .1s;
}

.tc-image-effect8:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect8 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/*========================
    Image Effect #9
==========================*/
.tc-image-effect9 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect9 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;
}

.tc-image-effect9:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
    filter: blur(3px);
}

.tc-image-effect9: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;
}

.tc-image-effect9:hover:after {
    opacity: 1;
}

.tc-image-effect9 .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;
}

.tc-image-effect9 .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;
}

.tc-image-effect9:hover .caption h3,
.tc-image-effect9:hover .caption p {
    opacity: 1;
}

.tc-image-effect9 .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect9 .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);
}

.tc-image-effect9 .link-wrap a:first-child {
    margin-right: 10px;
    transition-delay: .2s;
}

.tc-image-effect9 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tc-image-effect9:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect9 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.tc-image-effect9: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
==========================*/
.tc-image-effect10 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect10 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;
}

.tc-image-effect10:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect10 .caption {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect10: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;
}

.tc-image-effect10:hover:after {
    opacity: 1;
}

.tc-image-effect10 .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;
}

.tc-image-effect10 .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;
}

.tc-image-effect10:hover .caption h3 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.6s;
}

.tc-image-effect10:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: 0.3s;
}

.tc-image-effect10 .link-wrap {
    position: absolute;
    bottom: 25px;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
}

.tc-image-effect10 .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);
}

.tc-image-effect10 .link-wrap a:first-child {
    margin-right: 2px;
}

.tc-image-effect10:hover .link-wrap a {
    opacity: 1;
    transform: translate(0px);
    transition-delay: 0s;
}

.tc-image-effect10 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #11
==========================*/
.tc-image-effect11 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect11 img {
    transform: translateX(0px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.tc-image-effect11:hover img {
    transform: translateX(100%);
}

.tc-image-effect11: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;
}

.tc-image-effect11:hover:after {
    opacity: 1;
}

.tc-image-effect11 .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;
}

.tc-image-effect11 .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%;
}

.tc-image-effect11:hover .caption p {
    opacity: 1;
    transform: translateX(-50%);
}

.tc-image-effect11 .link-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    z-index: 10;
}

.tc-image-effect11 .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);
}

.tc-image-effect11 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tc-image-effect11 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tc-image-effect11:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect11 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.tc-image-effect11:hover .caption h3 {
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
}

.tc-image-effect11 .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 1;
}

/*========================
    Image Effect #12
==========================*/
.tc-image-effect12 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect12:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.8);
    transform: scale(0);
    transition: all .6s ease-in-out;
}

.tc-image-effect12:hover:before {
    transform: scale(1);
}

.tc-image-effect12 .caption {
    position: absolute;
    content: '';
    top: calc(50% + 22px);
    left: 50%;
    width: calc(100% - 40px);
    text-align: center;
    transform: translateX(-50%);
}

.tc-image-effect12 .caption h3 {
    transform: translateY(30px);
    transition: all .6s ease-in-out;
    opacity: 0;
    color: #fff;
    margin: 0;
}

.tc-image-effect12:hover .caption h3 {
    transform: translateY(0px);
    opacity: 1;
}

.tc-image-effect12 .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;
}

.tc-image-effect12:hover .caption p {
    transform: translate(0);
}

.tc-image-effect12 .link-wrap {
    position: absolute;
    top: calc(50% - 22px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect12 .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    line-height: 40px;
    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);
}

.tc-image-effect12 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tc-image-effect12 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tc-image-effect12:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect12 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/*========================
    Image Effect #13
==========================*/
.tc-image-effect13 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect13 img {
    transition: all 0.5s ease-in-out 0.2s;
}

.tc-image-effect13:hover img {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tc-image-effect13: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;
}

.tc-image-effect13:hover:before {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: .5s;
}

.tc-image-effect13 .caption h3 {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(0px);
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    color: #fff;
}

.tc-image-effect13:hover .caption h3 {
    transform: translateX(-50%) translateY(-10px);
    opacity: 1;
    transition-delay: .7s;
}

.tc-image-effect13 .caption p {
    position: absolute;
    top: 67%;
    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);
}

.tc-image-effect13:hover .caption p {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: .7s;
}

.tc-image-effect13 .link-wrap {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    z-index: 10;
}

.tc-image-effect13 .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);
}

.tc-image-effect13 .link-wrap a:first-child {
    margin-right: 6px;
}

.tc-image-effect13 .link-wrap a:last-child {
    transition-delay: .1s;
}

.tc-image-effect13:hover .link-wrap a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: .6s;
}

.tc-image-effect13 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transition-delay: .6s;
}

/*========================
    Image Effect #14
==========================*/
.tc-image-effect14 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect14 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;
}

.tc-image-effect14:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect14: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;
}

.tc-image-effect14:hover:after {
    height: 100%;
}

.tc-image-effect14 .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;
}

.tc-image-effect14 .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;
}

.tc-image-effect14:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.tc-image-effect14 .link-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    z-index: 10;
}

.tc-image-effect14 .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);
}

.tc-image-effect14 .link-wrap a:first-child {
    margin-right: 6px;
    transition-delay: .2s;
}

.tc-image-effect14 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tc-image-effect14:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect14 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.74);
    top: -1px;
    position: relative;
}

.tc-image-effect14: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);
}

.tc-image-effect14 .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

/*========================
    Image Effect #15
==========================*/
.tc-image-effect15 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect15 img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-effect15:hover img {
    -webkit-transform: scale(1.2) translateX(-12px);
    transform: scale(1.2) translateX(-12px);
}

.tc-image-effect15: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%);
}

.tc-image-effect15:hover:after {
    transform: translateY(0);
}

.tc-image-effect15 .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: 50%;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    padding: 0 15px;
}

.tc-image-effect15 .caption p {
    -webkit-transform: translateX(-40px) translateY(40px);
    transform: translateX(-40px) 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;
}

.tc-image-effect15:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(40px);
    transform: translateX(0px) translateY(40px);
}

.tc-image-effect15 .link-wrap {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-35%);
    z-index: 10;
}

.tc-image-effect15 .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);
}

.tc-image-effect15 .link-wrap a:first-child {
    margin-right: 7px;
    transition-delay: .2s;
}

.tc-image-effect15 .link-wrap a:last-child {
    transition-delay: .3s;
}

.tc-image-effect15:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect15 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.tc-image-effect15:hover .caption h3 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}

.tc-image-effect15 .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

/*========================
    Image Effect #16
==========================*/
.tc-image-effect16 {
    position: relative;
    overflow: hidden;
    background: #222;
}

.tc-image-effect16 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0.9;
}

.tc-image-effect16:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.tc-image-effect16 .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect16:before,
.tc-image-effect16: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;
}

.tc-image-effect16:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.tc-image-effect16:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.tc-image-effect16:hover:before,
.tc-image-effect16:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

.tc-image-effect16 .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;
}

.tc-image-effect16 .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;
}

.tc-image-effect16:hover .caption h3,
.tc-image-effect16:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect16 .link-wrap {
    position: absolute;
    top: calc(50% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect16 .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;
}

.tc-image-effect16 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tc-image-effect16 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tc-image-effect16:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect16 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.76);
}

/*========================
    Image Effect #17
==========================*/
.tc-image-effect17 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect17 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;
}

.tc-image-effect17:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
    filter: blur(4px);
}

.tc-image-effect17: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%);
}

.tc-image-effect17:hover:after {
    opacity: 1;
}

.tc-image-effect17 .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;
}

.tc-image-effect17 .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;
}

.tc-image-effect17:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect17 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tc-image-effect17 .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;
}

.tc-image-effect17 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tc-image-effect17 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tc-image-effect17:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

/*========================
    Image Effect #18
==========================*/
.tc-image-effect18 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect18: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;
}

.tc-image-effect18:hover:before {
    opacity: 1;
}

.tc-image-effect18 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;
}

.tc-image-effect18:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
}

.tc-image-effect18 .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    text-align: right;
    width: 100%;
}

.tc-image-effect18: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;
}

.tc-image-effect18:hover:after {
    opacity: 1;
}

.tc-image-effect18 .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;
}

.tc-image-effect18 .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;
}

.tc-image-effect18:hover .caption h3,
.tc-image-effect18:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect18 .link-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

.tc-image-effect18 .link-wrap a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    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;
}

.tc-image-effect18 .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.tc-image-effect18 .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.tc-image-effect18:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect18 .link-wrap a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*========================
    Image Effect #19
==========================*/
.tc-image-effect19 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect19 img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-effect19:hover img {
    -webkit-transform: scale(1.5) translateY(-12px);
    transform: scale(1.5) translateY(-12px);
    filter: blur(4px);
}

.tc-image-effect19 .caption {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.tc-image-effect19: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%);
}

.tc-image-effect19:hover:after {
    opacity: 1;
}

.tc-image-effect19 .caption p {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect19:hover .caption h3,
.tc-image-effect19:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect19 .link-wrap {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translateX(50%) translateY(-40%);
    z-index: 10;
}

.tc-image-effect19 .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;
}

.tc-image-effect19 .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);
}

.tc-image-effect19 .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;
}

.tc-image-effect19:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect19 .link-wrap a:hover {
    background-color: rgb(0, 0, 0);
}

.tc-image-effect19 .caption p,
.tc-image-effect19: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%);
}

.tc-image-effect19 .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
==========================*/
.tc-image-effect20 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect20: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%);
}

.tc-image-effect20:hover:after {
    opacity: 1;
}

.tc-image-effect20 .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%;
}

.tc-image-effect20 .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;
}

.tc-image-effect20:hover .caption h3,
.tc-image-effect20:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tc-image-effect20 .link-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.tc-image-effect20 .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;
}

.tc-image-effect20 .link-wrap a:first-child {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: 7px;
}

.tc-image-effect20 .link-wrap a:last-child {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.tc-image-effect20:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect20 .link-wrap a:hover {
    background-color: #fff;
}

/*Internet Explorer 11 & 12 version Problem Fix*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .tc-image-effect9:after {
        transition: 0.3s ease all;
    }

    .tc-image-effect9:hover:after {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .tc-image-effect15:after {
        height: 0;
        transform: none;
        transition: all .45s ease;
    }

    .tc-image-effect15:hover:after {
        height: 100%;
    }

    .tc-image-effect16:hover img {
        opacity: 0.4;
    }

    .tc-image-effect17 {
        background: #000;
        transition: 0.3s ease all;
    }

    .tc-image-effect19 {
        background: #222;
        transition: 0.3s ease all;
    }

    .tc-image-effect19:after {
        box-shadow: 0 0 10px rgba(185, 185, 185, 0.4);
    }

    .tc-image-effect17:hover img {
        opacity: 0.6;
    }

    .tc-image-effect19:hover img {
        opacity: 0.4;
    }
}

/*========================
    Responsive
==========================*/

@media (max-width: 420px) {
    .caption h3 {
        font-size: 16px;
    }

    .caption p {
        display: none !important;
    }

    .tc-image-effect5 .link-wrap {
        top: auto;
        bottom: 25px;
        transform: translateX(50%) translateY(0);
    }

    .tc-image-effect11 .link-wrap,
    .tc-image-effect14 .link-wrap {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}



/*========================
    Card Efect 1
==========================*/

.card-efect1 {
    position: relative;
    overflow: hidden;
    
}

.card-efect1:hover {
    -webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -ms-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
    background: linear-gradient(150deg, rgb(1 182 191) 0%, rgb(20 255 146) 100%);
    cursor: pointer;
}

.card-efect1:hover h4,
.card-efect1:hover p,
.card-efect1:hover a {
    color: white !important;
}



.card-efect1:before,
.card-efect1: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;
}

.card-efect1:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 21px;
    left: 15px;
    z-index: 1;
}

.card-efect1:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 15px;
    right: 15px;
}

.card-efect1:hover:before,
.card-efect1:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

/*========================
    İmage Efect
==========================*/
.image-zoom1 {
    position: relative;
    overflow: hidden;
}

.image-zoom1 img {
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.image-zoom1:hover img {



    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}












