﻿.education-sec {
    padding: 35px 0;
}

.vision {
    /*background: #f8f9fa; */
    padding: 20px;
    margin-bottom: 30px;
}

.vision h2 {
    color: #085291;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.icons {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    border: none;
}

.education-sec p {
    font-size: 15px;
    color: #171717;
    margin-bottom: 20px;
}

.other-link {
    background: #d8e7f0;
    padding: 5px 3px 1px;
}

.other-links p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 14px 0 15px 16px;
}

/* .other-links .active a {
    color: #fcc52a;
    background: #fff;
    border-left: 3px solid #085291;
} */
.other-link li{
    list-style: none;
}

.other-links li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #f7fafc;
    padding: 13px 6px;
    margin-bottom: 4px;
    display: block;
    border-left: 3px solid #f7fafc;
}

.other-links li a:hover{
    color: #fcc52a;
    background: #fff;
    border-left: 3px solid #085291;
}

.other-links li a .fa {
    font-size: 24px;
    vertical-align: top;
    float: right;
    color: #f7fafc;
    margin-top: -2px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
  
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}
 .how-to-apply li{
    list-style: none;
 }
.how-to-apply li a {
    background: #085291;
    color: #fff;
}

.how-to-apply li a .fa {
    font-size: 24px;
    vertical-align: top;
    float: right;
    color: #fcc52a;
    margin-top: -2px;
}


.fa-angle-right:before {
    content: "\f105";
}
