
.row{
    max-width: 1430px;
    margin: 0 auto;
    margin-top: 3.5%;
    padding-left: 15px;
    padding-right: 15px;
}
.owl-nav{
    display: none;
}

.row-content {
    max-width: 1350px;
    margin: auto;
    padding: 0 2% 0 2%;
}
#demos .owl-carousel .item{
    padding: 0px;
    margin-bottom: 12%;
}
#demos .owl-carousel .item>div:nth-child(1){
    margin-bottom: 5%;
}
#demos .owl-carousel .item>div:nth-child(2){
    text-align: center;
    font-size: 18px;
}
    .my-topbox{
        width: 100%;
        height: 275px;
        background: #f4f4f4;
    }
        .my-topimg{
            width: 100%;
            height: 100%;
            position: relative;
            opacity: 0;
            transition: 2s;
            -webkit-transition: 2s;
            -moz-transition: 2s;
            -ms-transition: 2s;
            -o-transition: 2s;
}
            .my-topimg img{
                display: inline-block;
                width: 100%;
                height: 100%;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
            }
        .my-toptext{
            height: 0px;
            width: 100%;
            position: absolute;
            top: 0px;
            padding: 8% 8% 0px;
            transition: 1s;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            -o-transition: 1s;
}
        .my-toptext p{
            margin-bottom: 35px;
            transition: 1s;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            -o-transition: 1s;
        }
            .my-toptext p a{
                text-decoration: none;
                color: #333;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
            }
        .my-toptext p:nth-child(1){
            color: #999;
            font-size: 24px;
        }
        .my-toptext p:nth-child(2){
            color: #333;
            font-size: 16px;
        }
        .my-toptext p:nth-child(3){
            color: #666;
            font-size: 14px;
        }
    .my-foot{
        width: 100%;
        height: 50px;
        background: rgba(153, 153, 153, .3);
        padding-left: 8%;
        padding-right: 8%;
    }
    .my-foot a{
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #999;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
    .my-foot p:nth-child(1){
        float: left;
    }
    .my-foot p:nth-child(2){
        float: right;
    }
        .my-foot a p:nth-child(2) {
            font-size: 20px;
            margin-top: 10px;
        }

#demos .owl-carousel .item:hover .my-toptext{
    background: rgba(0, 0, 0, .5);
}
#demos .owl-carousel .item:hover .my-topimg{
    opacity: 1;
    transition: 2s;
            -webkit-transition: 2s;
            -moz-transition: 2s;
            -ms-transition: 2s;
            -o-transition: 2s;
}
#demos .owl-carousel .item:hover .my-topimg img{
    height: 100%;
}
#demos .owl-carousel .item:hover .my-toptext p, #demos .owl-carousel .item:hover .my-toptext p a{
    color: white;
}
#demos .owl-carousel .item:hover .my-foot a p {
    color: #005aa0;
}
#demos .owl-carousel .item:hover .my-toptext{
    height: 275px;
}
@media(max-width:768px)and (max-width:600px){
    .my-toptext p{
        margin-bottom: 0px;
    }
}