body{
    background: #f9f9f9;
}

.demo-item{
    margin: 0 auto 70px;
    max-width: 800px;
}

.demo-section{
    padding: 150px 0 80px;
}


.container{
    max-width: 1520px;
}

.demo-section .page-name img{
    height: 35px;
    margin-bottom: 20px;
}

.demo-section .page-name h3{
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #202020;
}

.container-fluid{
    width: 100%;
}

.demo-item img{
    width: 100%;
}

.bg-dark1{
    background: #f3f3f3;
}

.page-name{
    text-align: center;
    margin-bottom: 70px;
}

.btn-home {
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #202020;
    margin-top: 30px;
}

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

.footer {
    padding: 30px 0;
    background: #151515;
    text-align: center;
}

.footer p {
    font-size: 16px;
    color: #999;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .demo-item {
        margin: 0 auto 40px;
    }

    .demo-section {
        padding: 100px 0 60px;
    }

    .container-fluid {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .page-name {
        margin-bottom: 50px;
    }

    .demo-section .page-name h3 {
        font-size: 16px;
    }

    .demo-section .page-name img {
        height: 27px;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}