
/*Layout section*/
.ttm-thumb-box  {
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.ttm-thumb-box-inner{
    border: 10px solid #fff; 
    -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-thumb-box-inner.ttm-thumbbox-headerinner {
    max-height: 600px;
    overflow: hidden;
    
}
.ttm-thumb-box:before {
    background: rgb(38 44 49 / 88%);
    width: 100%;
    height: calc(100% - 54px);
    position: absolute;
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.ttm-thumb-box:hover:before {
    opacity: 1;
}
.ttm-thumb-box:hover img {
    transform: translateY(-60px);
    transition: all 0.5s ease;
}
.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;
    margin-top: -54px;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.ttm-thumb-box:hover .inside {
    opacity: 1;
    filter: blur(0);
}
.ttm-thumb-box .button {
    background-color: #a9c200;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.4s ease;
}
.ttm-thumb-box:hover .button{ opacity: 1; }
.ttm-thumb-box .button:hover{
    background-color: #000;
    color: #fff; 
}
.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 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.ttm-thumb-box h3 a:hover {
    color: #a9c200
}

.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;
}
.margin-overlay { margin-top: -370px; }

@media (max-width: 1130px)  {

    .margin-overlay { margin-top: -340px; }
}
@media (max-width: 1024px)  {

    .margin-overlay { margin-top: -300px; }
}
@media (max-width: 900px)  {

    .margin-overlay { margin-top: -280px; }
}
@media (max-width: 777px)  {

    .margin-overlay { margin-top: 50px; }
}
@media (max-width: 991px)  {

    .ttm-thumb-box{ margin-bottom: 30px; }
    .col-md-4:not(:last-child) .ttm-thumb-box img { margin-bottom: 30px; width: 100%;}
    .page-slide .ttm-thumb-box img { margin-bottom: 0px; }
    section{ padding: 60px 0; }
    .row-bg1{ padding: 0px 0 20px; }
    .fea-box .icon {
        display: inline-block;
        height: 82px;
        width: 82px;
        line-height: 82px;
    }
    .section-title.title-style-center_text.with-desc .title-header{ margin-bottom: 60px; }
    footer {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    footer .footer-content h2{ font-size: 30px; line-height: 40px; }
    footer p{ font-size: 15px; line-height: 25px; }
}
