.nicemenu{width:250px}
.nicemenu-item{background-color:#0261a4 ;padding-left:16px;padding-right:16px;padding-bottom:10px; border-bottom:2px solid #fff}
.nicemenu-item h6{color:#fff;font-size:16px;line-height:2em; font-weight:600}
.nicemenu-item p{color:#f7f7f7;font-size:0.8em;line-height:1.4em; padding-top:9px}
.nicemenu-item a{color:#f0f0f0;text-decoration:none}
.nicemenu-item a:hover{text-decoration:underline}
.nicemenu-item.active{background-color:rgba(245,250,254,1)}
.nicemenu-item.active h6{
	color:#000
}

.nicemenu-item.active p{
	color:#353535
}
.nicemenu-sub{background-color:rgba(245,250,254,1);padding:16px;overflow:hidden;color:#000;width:830px;box-shadow:5px 5px 5px #888888;

min-height:400px}
.nicemenu-sub h5{font-size:1.2em}
.nicemenu-sub h6{color:#0261a4 !important;font-size:16px; font-weight:600; line-height:20px}
.nicemenu-sub p{color:#333; font-size:14px}
/*.w-3-1{position:relative;float:left;width:30%;margin-right:3%}*/
.w-3-1 {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 31.5%;
    margin-right: 1.8%;
    background: #fff;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 1px 1px 10px #ddd;
}

.w-3-1:hover{
	background:#e8f1f8
}
.shadow-left-bottom{box-shadow:-5px 5px 5px #888888}
.wrapper1{width:100%;margin-left:auto;margin-right:auto; min-height:400px}
a:hover{
	text-decoration:none !important
}

.nicemenu-sub a.view-btn{
	color: #fff;display:block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 8.5px 22px;
    background:#e33c21; margin-bottom:10px; width:auto;
}

.nicemenu-sub a.view-btn:hover{
background:#000

}