﻿
.PanelHomeOne .h2-size span a, .PanelHomeTwo .h2-size span a {
    color: #31708f;
}

.lastsecond-thumb {
    direction: rtl !important;
    height: 280px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 5000;
    -moz-perspective: 5000;
    -ms-perspective: 5000;
    perspective: 5000;
    border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.12);
    padding: 4px;
    background: #fff none repeat scroll 0 0;
    transition: all ease-in-out 0.2s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

    .lastsecond-thumb:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    }

    .lastsecond-thumb .main {
        border-bottom: 1px solid #ebebeb;
        height: 55px;
        text-align: center;
    }

        .lastsecond-thumb .main h5 {
            font-size: 14px;
            font-weight: 400;
            position: relative;
            padding: 10px 0 0 20px;
            display: inline-block;
            color: #5e5e5e;
        }

    .lastsecond-thumb .content {
        position: relative;
        padding: 20px;
        color: #555;
    }

        .lastsecond-thumb .content hr {
            margin: 10px 0 10px 0 !important;
            border-top: 1px dashed #ccc !important;
        }

    .lastsecond-thumb img {
        display: block;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .lastsecond-thumb .mask {
        width: 100%;
        height: 280px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-transform: translateY(228px);
        -moz-transform: translateY(228px);
        -o-transform: translateY(228px);
        -ms-transform: translateY(228px);
        transform: translateY(228px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .lastsecond-thumb:hover .mask {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .lastsecond-thumb:hover .mask .main {
            background-color: #6389a8;
            border-radius: 3px;
        }

            .lastsecond-thumb:hover .mask .main h5 {
                color: #fff !important;
            }

    .lastsecond-thumb:hover img {
        -webkit-transform: translateY(-228px);
        -moz-transform: translateY(-228px);
        -o-transform: translateY(-228px);
        -ms-transform: translateY(-228px);
        transform: translateY(-228px);
    }

.owl-carousel .owl-page.active span {
    background: #75c5cf !important;
}

.lastsecond {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footers {
    background-color: #fff;
    background-image: url('../Images/venous.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #2a3b4d !important;
    color: #000;
    height: 540px;
    width: 100%;
}

footer {
    margin-top: -18%;
    background-image: none;
    background-color: #2a3b4d !important;
    border: none;
    padding: 50px 0 0 0;
}

    footer .footer-bottom {
        background: rgb(34, 45, 56) !important;
        margin-top: 20px;
    }

    footer img {
        margin: 5px;
    }

@media (max-width: 1200px) {
    footer {
        margin-top: 0;
    }
}

#ModalTelegranVenous img {
    width: 530px;
    height: 400px;
}

#box {
    color: #fff;
    background: #6e92ae;
}

#box1 {
    color: #fff;
    background: #6e92ae;
}
