.list-group-bg-cyan {
    background-color: #5CC5CD !important;
    border: none;
    color: #fff
}

.text-white {
	color: white;
}

.ed_pagetitle {
	padding: 30px 0px !important;
}

.search_form {
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
}

.educo_call {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: right;
}

.home-banner-area{
    background-image: url('../images/home-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 170px 0 130px;*/
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 0px;
    color: #fff;
    width: 100%;
    height: 500px;
}
.home-banner-wrap{
    max-width: 500px;
}
.home-banner-wrap h2{
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
    color: #fff;
}
.home-banner-wrap p{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

.home-banner-wrap .btn{
    padding: 10px 14px;
    font-size: 20px;
    background: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #ec5252;
}
.home-banner-wrap .btn:hover{
    background: #ec5252;
    color: #fff;
}
.home-fact-area{
    background-color: #167ac6;
    background: -webkit-linear-gradient(-45deg,#ec5252,#6e1a52);
    background: -moz-linear-gradient(-45deg,#ec5252 0,#6e1a52 100%);
    background: -ms-linear-gradient(-45deg,#ec5252 0,#6e1a52 100%);
    background: -o-linear-gradient(-45deg,#ec5252 0,#6e1a52 100%);
    background: linear-gradient(-45deg,#ec5252,#6e1a52);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px
}
.home-fact-box .text-box{
    padding: 10px 0 10px 63px;
}
.home-fact-box i{
    font-size: 47px;
    margin-top: 8px;
}
.home-fact-box .text-box h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}
.home-fact-box .text-box p{
    font-size: 15px;
    margin-bottom: 0;
}

.user_info_wrapper {
    float: right;
    width: 20%;
    text-align: right;
    position: relative;
}

.nav-image {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-top: -10px;
    margin-bottom: -10px;
}
