.top{
    line-height:30px;
    background:#8D5695;
    color:#fff;
}


.active,
.btn:hover {
    color: #8D5695 !important;
}

a {
    text-decoration: none !important;
}

.style{
     border:2px solid orange;
     width:100px;
     margin-top:10px;
     display:inline-block;
}
.about_detail{
    line-height:2.5rem;
    text-align:justify;
}
.director_img{
    width:300px;
    height:auto;
}
.principal_img{
    width:400px;
    height:auto;
}
.text-start{
    float:left;
}

.text-end{
    float:right;
}

.text-custom{
    color:#8D5695;
}
.social-icons{
    /*border:2px solid #fff;*/
    padding:2px;
    margin:0px 5px;
}

#footer_contact li a{
    text-decoration:none;
    display:inline;
}
#footer_contact li a:hover{
    text-decoration:none;
    display:inline;
    color:#167CE9;
}
.btn-primary{
    background:#8D5695;
    color:#fff; 
}
.btn-apply{
    background:#8D5695 !important;
    color:#fff !important;
}