.header{
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    background: #002366; /* Old browsers */
    background: -moz-linear-gradient(top, #dbaf95 0%, #b75906 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dbaf95 0%,#b75906 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dbaf95 0%,#b75906 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbaf95', endColorstr='#b75906',GradientType=0 ); /* IE6-9 */
}
.header a{
    color: #fff;
}
.boxed-area {
    background: url('../images/box-bg2ba4.jpg?1390312582') repeat;
    background: url('../images/jagged-border-bot8662.png?1390384914') repeat-x bottom,url('../images/box-bg2ba4.jpg?1390312582') repeat;
    padding: 20px 0 20px;
}
.boxed-area-white1 {
    background: #fff;
    background: url('../images/jagged-border-bot8662.png?1390384914') repeat-x bottom;
    padding: 20px 0 30px;
}
.boxed-area-white {
    background: #fff;
    padding: 20px 0 30px;
}
.foot-last {
    color: #fff;
    background: #222222;
    background: #002366; /* Old browsers */
    background: -moz-linear-gradient(top, #dbaf95 0%, #b75906 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dbaf95 0%,#b75906 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dbaf95 0%,#b75906 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbaf95', endColorstr='#b75906',GradientType=0 ); /* IE6-9 */
    padding: 12px 0;
    font-size: 12px;
    font-weight: bold;
}
label{
    font-size: 12px;
}
.hr{
    border-bottom: 1px #333 solid;
}
.hr1{
    border-bottom: 1px #ccc solid;
    border-top: 1px #fff solid;
    margin-bottom: 10px;
    margin-top: 5px;
}
.btm-zero{
    margin-bottom: 0px;
}
.top-zero{
    margin-top: 0px;
}
@media (min-width: 768px) {
    .padnoneleft{
        padding-left: 0px;
    }
    .padnoneright{
        padding-right: 0px;
    }
    .padnone{
        padding-right: 0px;
        padding-left: 0px;
    }
}
.table-heading{
    background: #00618a; /* Old browsers */
    background: -moz-linear-gradient(top, #00618a 0%, #002a33 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00618a 0%,#002a33 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00618a 0%,#002a33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00618a', endColorstr='#002a33',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.tblheaderactive {
    color: #fff;
    font-weight: bold;
    border: 1px black solid;
    background: #00618a;
    background: -moz-linear-gradient(top, #00618a 0%, #002a33 100%);
    background: -webkit-linear-gradient(top, #00618a 0%,#002a33 100%);
    background: linear-gradient(to bottom, #00618a 0%, #002a33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00618a', endColorstr='#002a33',GradientType=0 );
}
.home-content h3 {
    position: relative;
    font-size: 28px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.home-content h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 6%;
    left: 0;
    bottom: -2px;
    background: #8a6d3b;
}
.home-content .course-box {
    border: 1px solid #ccc;
    margin-top: 25px;
    padding: 20px 0;
    border-radius: 5px;
}
.course-box h4 {
    border-bottom: 1px solid #8a6d3b;
    display: inline;
}
.course-box p {
    margin-top: 15px;
    font-weight: 600;
}
.home-content .text-capitalize {
    text-transform: capitalize !important;
}
ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.list li {
    margin: 10px 0;
    position: relative;
    font-size: 18px;
}
ul.list li span {
    margin-right: 10px;
    color: #8a6d3b;
}
.home-content p {
    font-size: 16px;
    line-height: 25px;
}