<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#our-classes .our-inner {
    margin-top: 10px;
}

.our-inner {
    position: relative;
    background-color: #eaeaea;
    padding-bottom: 20px;
}

    .our-inner h2 {
        padding: 0 20px;
        position: relative;
        z-index: 10;
    }

        .our-inner h2 a {
            color: #1a1b1d !important;
            font-weight: bold;
            font-size: 18px;
            display: block;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        

    .our-inner p {
        padding: 0px 20px;
        font-weight: 300;
        font-size: 14px;
        color: #888888;
        position: relative;
        margin-top: 1px;
        z-index: 10;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .our-inner p:after {
            position: absolute;
            height: 1px;
            background-color: #1a1b1d;
            width: 28px;
            bottom: -10px;
            display: block;
            content: '';
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .our-inner .figure {
        overflow: hidden;
            margin: 0px
            padding: 0px;
    }

        .our-inner .figure img {
            width: 100%;
            display: block;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .our-inner:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(101,128,146,0.8);
        display: block;
        content: '';
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .our-inner .our-link-group {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 0;
        top: 30%;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .our-inner .our-link-group a {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            padding: 5px 15px;
            color: #fff;
            margin: 3px 5px;
            border: 1px solid #fff;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .our-inner .our-link-group a:hover {
                border: 1px solid #000;
            }

    .our-inner:hover h2 a {
        color: #fff !important;
    }
    
    .our-inner:hover p {
        color: #fff;
    }
    .our-inner h2 a:hover{
        -webkit-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
         transform: scale(1.05); 
    }
    .our-inner:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .our-inner:hover p:after {
        background-color: #fff;
    }

    .our-inner:hover .our-link-group {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .our-inner:hover .figure img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
.prev-next {
    position: absolute;
    height: 25px;
    width: 25px;
    color: #989898;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #989898;
    top: 7px;
    padding-top: 1px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.prev-next:hover{
    border:1px solid #ff4647;
    background-color: #ff4647;
    color: #fff;
}
#nsbox {
    position: relative;
    height: 30px;
}

#nsbox .prev {
    right: 30px;
}
	
	</pre></body></html>