
/*Layout section*/
.ttm-thumb-box  {
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.ttm-thumb-box-inner{
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.09);
}
.ttm-thumbbox-headerinner { 
    position: relative; 
    border: 10px solid #fff;
    transition: all .4s;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.ttm-thumbbox-headerinner img { border-radius: 5px; }
.ttm-thumb-box:hover .ttm-thumbbox-headerinner {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ttm-thumb-box .inside{
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}

.ttm-thumb-box .button {
    margin-top: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 100%;
    font-weight: 500;
    display: block;
    background: #fff;
    padding: 22px 15px 23px 15px;
    border-radius: 0px;
    box-shadow: 0 0px 50px 5px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
    z-index: 1;
    position: relative;
}
.ttm-thumb-box .button:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: -14px;
    transform: rotate(45deg);
    transition: all 500ms ease;
    z-index: -1;
}
.ttm-thumb-box:hover .button{
    background-color: #ff8d00;
    color: #fff;
}
.ttm-thumb-box:hover .button:before {
    background-color: #ff8d00;
}
.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;
    line-height: 1;
    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: #fff;
    border-color: #fff;
    color: #111922;
    font-size: 14px;
    line-height: 1;
    padding: 13px 25px;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.ttm-thumb-box .ttm-thumb-box-inner h3 a.active {
    background-color: #ff8d00;
    border-color: #ff8d00;
    color: #fff;
}
.ttm-thumb-box .ttm-thumb-box-inner h3 a.active:hover,
.ttm-thumb-box h3 a:hover {
    background-color: #111922;
    color: #fff;
}

.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;
}
