 body{
     background: #f5f5f5 !important;
     font-family: 'Roboto', sans-serif;
 }   
    .navbar{
        background:#F76D23 !important;
        position: fixed !important;
        z-index: 999;
        width: 100%;
        padding: 5px;
        border-color: #fff;
    }
    .sidenav {
        height: 125px;
        width: 235px;
        position: fixed;
        z-index: 99;
        top: 85px;
        left: 0;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        overflow-x: hidden;
        padding-top: 20px;
        margin: 15px;
    }
    li{
        font-size: 17px;
        line-height: 26px;
        color: #5b5f62;
    }
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 26px;
        word-spacing: 2px;
        color: #5b5f62;
    }
    .mob-nav{
        display: none !important;
    }
    .sidenav a {
        padding: 6px 6px 6px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        font-weight: 400;
    }
    .sidenav a:hover {
        color: #000;
    }
    h2{
        font-weight: 400;
    }
    .main {
        margin-left: 300px;
        padding: 80px 25px 0 25px;
        position: relative;
        top: 0px;
    }
    .sub-main{
        background-color: #fff;
        border: 1px solid #e3e3e3;
        padding: 10px 25px;
    }
    .sub-li li{
        margin-bottom:20px;
    }
    .navbar-brand{
        margin-right:0px;
        height: 60px;
    }
    
    .impMsg {
        color: red;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .footer{
         background:#F76D23 !important;
         z-index: 99999;
        position: relative;
        text-align: right;
        color: #ccc;
        padding: 5px;
        padding-right: 22px;
    }
    .blog a{color:#ccc;}
    #one{
        padding-top:100px;
    }
    #second{
        padding-top: 100px;
    }

    @media only screen and (max-width: 769px) {
        .mob-nav{
            display: block !important;
        }
        .mob-nav a{
           color:#fff !important;
        }
        .sidenav{
            display: none;
        }
        .main{
            margin-left: 0px;
            padding: 0px;
        }
        .sub-main{
            padding: 15px 10px;
        }
        #second .sub-main{
            padding: 25px;
        }
      }