/*
Modified and designed by Shabana Gany on 26/7/2018 @ 1046am    
*/
/****************************************************************/
.row > div{
        margin-bottom: 15px;
    }
	.header{
        min-height: 90px;
    }
    .footer{
        min-height: 60px;
        margin-top: 10px;
        color:#ccc;

        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        /*background-color: red;*/
        color: white;
        text-align: left;
    }
    .header, .footer{
        background: #000;
    }
    .sidebar{
        background: #dbdfe5;
    }
    .intro{
        /*background: #7e8aa0;*/
        margin-top:2%;
        min-height: 250px;
        text-align: center;
    }
    .section{
        min-height: 150px;
        min-width: 100%;
        text-align: center;
        /*background: #dbdfe5;*/
        
        color:#fff;
        /*background-color: #394a7f;*/
        /*background-color: #007F83;*/
        border-radius: 5px;
        padding: 1px;
        height:400px;
        width: auto;

    }
    .section .bg-alt{
        background: #b4bac0;
    }

    .section .sec_shop{
        margin-top:20%;
        /*border: 1px solid #fff;*/
    }