@charset "utf-8";
/* CSS Document */


.main-table{font-family:Arial; font-weight:normal; Font-size:13px; color:#333; line-height:24px; text-align:justify;}
.main-heading{font-weight:bold; Font-size:22px; color:#3b1d01; line-height:40px; border-bottom:1px #ccc dashed; text-transform:uppercase;}
.sub-heading{font-weight:bold; Font-size:15px; color:#333; line-height:30px; text-transform:uppercase;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}

.container-middle{ width:998px; margin:0 auto; font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.aside{float:left; width:220px; margin-right:10px;}
.aside h3{background: #3b1d01; color: #fff; padding: 8px 10px;  font-size: 20px;margin: 0;line-height: 40px; border-bottom:1px solid #eee;}
.aside ul{margin:0; padding:0;}
.aside ul li{background:#633001; line-height:58px; list-style-image:url(Image/hand-icon1.png); list-style-position:inside; padding-left: 20px;  border-bottom:1px solid #eee; transition:all .5s;}
.aside ul a{text-decoration:none; color:#fff;}
.aside ul li:hover{background:#3b1d01; padding-left:30px;}


.middle-cont{ width: 483px; float: left; margin:0; padding-left:10px; padding-right: 10px;}


@media(max-width:767px){
.container-middle{ width:100%;}

}

@media(max-width:480px){

.aside{ float:left; width:100%;}

.middle-cont{ width: 100%;}


}