/*Layout section*/
.ttm-thumb-box {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.ttm-thumbbox-headerinner {
    position: relative;
    z-index: 15;
}
.ttm-thumbbox-headerinner img {
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
    display: block;
    margin: auto;
}

.ttm-thumb-box .ttm-thumbbox-headerinner:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(42, 51, 78, 0.80);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-thumb-box:hover .ttm-thumbbox-headerinner:before {
    opacity: 1;
}

.ttm-thumb-box .inside {
    color: #fff;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}

.ttm-thumb-box:hover .inside {
    opacity: 1;
    filter: blur(0);
}


.ttm-thumb-box .ttm-demo-title h2 {
    margin-top: 30px;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    
}

.ttm-thumb-box .ttm-demo-title h2 a {
    color: var(--white-color);
}

.ttm-thumb-box .ttm-demo-title h2 a:hover {
    color: var(--skin-color);
}



.owl-carousel .owl-item .ttm-thumb-box {
    max-height: 580px;
    overflow: hidden;
    margin: 15px 0 0;
}

.owl-carousel .owl-item .ttm-thumb-box img {
    transform: scale(1.01);
}

.ttm-thumb-box .ttm-thumb-box-inner h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.ttm-thumb-box .ttm-thumb-box-inner h3 span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.ttm-thumb-box .ttm-thumb-box-inner h3 a {
    background-color: #33d687;
    border-color: #33d687;
    color: var(--white-color);
    font-size: 15px;
    padding: 13px 30px 12px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
}

.ttm-thumb-box h3 a:hover {
    background-color: #fff;
    color: var(--dark-grey-color);
}

.ttm-list.ttm-list-style-icon.ttm-liststyle-two li {
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 12px;
}

.ttm-list.ttm-list-style-icon.ttm-liststyle-two .ttm-list-li-content {
    padding-left: 30px;
}

.site-content .ttm-col-bgcolor-darkgrey.ttm-col-bgimage-yes .ttm-bg-layer-inner, .site-content .ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .80;
}

.new-tag {
    text-align: center;
    font-size: 17px;
    width: 45px;
    line-height: 57px;
    color: #FFF;
    position: absolute;
    top: -2px;
    right: 1px;
    transform: rotate(45deg);
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

.new-tag:before {
    position: absolute;
    content: "";
    top: 9px;
    right: -16px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 80px solid #ff0000;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34
}
