@charset "utf-8";
/* CSS Document */

.main-table{font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{font-weight:bold; margin-bottom: 25px; Font-size:34px; color:#ce3176; line-height:36px; border-bottom:1px #ccc dashed;}
.sub-heading{font-weight:bold; Font-size:24px; color:#ce3176; line-height:30px;}
.team-title{font-weight:bold; Font-size:16px; color:#ce3176; line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}

.manu-container {
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}
.manu-container ul {
    
    margin: 0;
    padding: 0;
    list-style: none;
   
}
.manu-container ul li {
    padding: 0.5%;
    font-weight: bold;
    float: left;
    display: block;
}
.manu-container ul li a {
    color: #000;
    text-decoration: none;
    padding: 5px 24px;
    line-height: 100px;
}
.logo{padding: 25px 0px;}

