h1
    {
        font-size: 48px;
    }
body {
    background-color: #C40D3C;
}

/* start home */       
#home
    {
    /* background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover; */
    color: #fff;
    padding-top: 15rem;
    padding-bottom: 13rem;
    text-align: left;
    width: 100%;
    margin-top: 30px;

    /* padding: 10rem; */
    }
#home img
    {
        position: absolute;
        width: 80%;
        /* height: 60vh; */
        margin-left: -40%;
        height: auto;
        float: right;
        margin-top: -8%;
        z-index: -1;
    }
/* end home */


/* start pricing */
#pricing
    {
        background: #fff;
        text-align: left;
        /* padding-top: 40px; */
        padding-bottom: 80px;
    }
#pricing .row
    {
        padding-top: 6rem;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        /* background: #28a7e9; */
        font-weight: bold;
        display: flex;
        justify-content: center;
        /* padding: 30px; */
    }
#pricing .pricing .pricing-title h4
    {
        color: #000;
        font-size: 24px;
        margin: 0 2rem;
    }
#pricing .pricing .img-responsive
    {
        max-height: 180px;
    }

#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .clients1, #download .clients2
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
#download .clients1 img
    {
        padding: 10px;
        max-height: 120px;
        width: auto;
    }
#download .clients2 img
    {
        padding: 10px;
        width: 200px;
        height: auto;
    }
/* end download */


@media screen and ( max-width: 420px ){
    #home {
        padding-top: 10rem;
        padding-bottom: 3rem;
    }
    #home img
        {
            position: relative;
            width: 200%;
            margin: 0;
        }
    }
    
