h1 small {
    color: inherit;
}
.preview-top {
    padding-top: 90px;
}

.slider-text-preview {
    padding: 12em 0 15em;
}

.slider-text-preview h1,
.slider-text-preview p {
    color: #fff;
    margin-bottom: 30px;
}

.slider-text-preview>p {
    font-size: 23px;
    font-weight: 400;
}

.button-group a {
    margin: 0 10px;
}

.single-item {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-hover {
    background-color: rgba(39, 45, 59, 0.85);
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.item-hover>a {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #272d3b;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    letter-spacing: 2px;
    line-height: 1;
    padding: 13px 30px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.item-hover>a:hover {
    color: #000;
}

.single-item:hover .item-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-item:hover .item-thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-thumbnail {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

#page-preview-area {
    padding: 100px 0;
}

.item-info h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.item-info a {
    display: block;
    padding: 20px 0;
}

.item-info a:hover {
    color: #00c9fd;
}

.appai-preview #footer-area {
    padding: 0 0 2em;
}

.page-single-feature {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 100px;
    margin: 0 20px 40px;
    padding: 30px 20px;
}

.page-single-feature .dsp-tc {
    vertical-align: middle;
}

.icon {
    padding-right: 15px;
}

.icon>img {
    height: 40px;
    width: 40px;
}

.text>h5 {
    margin: 0;
    text-transform: capitalize;
}

h2 small {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    color: #fff;
    line-height: 1;
    padding: 3px 7px;
    position: relative;
    top: -15px;
    font-size: 50%;
    border-radius: 100px;
}

@media only screen and (max-width: 767px) {
    .slider-text-preview {
        padding: 6em 0;
    }
    .button-group .btn {
        margin: 0;
    }
    .items-list h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-single-feature {
        margin: 0 0 30px;
        padding: 30px 10px;
    }
}