body{
    background: #f9f9f9;
}

.sub-banner {
    background: url(../img/banner-3.jpg) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
}

.sub-banner .page-name {
    letter-spacing: 1px;
    position: absolute;
    top: 30%;
    padding: 0 15px;
    z-index: 20;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sub-banner .page-name h1{
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}

.sub-banner .logo{
    margin: 0 auto 20px;
    width: 120px;
    height: 120px;
    position: relative;
    -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    text-align: center;
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}

.sub-banner .logo img{
    height: 40px;
    margin: 40px 0;
}

.demo-item{
    max-width: 650px;
    margin: 0 auto 50px;
}

.demo-item img{
    width: 100%;
    margin-bottom: 20px;
}

.demo-section .container {
    max-width: 1540px;
}

/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.pad-tb-100-50{
    padding: 100px 0 50px;
}

.btn-home{
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.btn-home:hover{
    text-decoration: none;
    color: #ff214f;
}

/** FOOTER **/
.footer {
    padding: 80px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/banner.png) top left repeat;
}

.footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(145deg,#120f0f,#10060a);
}

.footer .logo2 img {
    text-align: center!important;
    margin-bottom: 20px;
    height: 50px;
}

.footer.footer p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

footer.footer p a {
    color: #fff;
}

.footer.footer .social-list-2 ul {
    padding: 0;
    margin: 0;
}

.footer.footer .social-list-2 li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer.footer .social-list-2 li a {
    margin: 0 2px;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 55px;
    background: #fff;
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}

.footer.footer .social-list-2 li a:hover{
    background-image: linear-gradient(to right, #ff4b2b, #ff416c);
}


@media (max-width: 992px) {
    .sub-banner .page-name h1 {
        font-size: 30px;
    }

    .sub-banner .page-name h1 {
        font-size: 24px;
    }

    .pad-tb-100-50{
        padding: 80px 0 40px;
    }

    .sub-banner {
        height: 400px;
    }

    .demo-item {
        margin: 0 auto 40px;
    }

    .demo-item img{
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {
    .pad-tb-100-50{
        padding: 60px 0 30px;
    }

    .demo-item {
        margin: 0 auto 30px;
    }

    .footer {
        padding: 60px 0;
    }
}