.box-cus{
	padding: 0px;
}
.box-cus .cus-img img{
	max-height: auto;
	width: 100%;
}
.cus-info {
	padding: 15px;
}
.edu-title h2{
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}
.edu-title h4{
	text-align: left;
}
.cus-footer{
	text-align: center;
	margin: 0 auto
}
.cus-footer .btn-success{
	text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.cus-footer a:hover .btn-success{
	color: #fff;
}

section.info-bit {
    font-size: 15px;
}
section .left{
	float: left;
}
section .right{
	float: right;
}
section.info-bit .right .titile{
	float: initial;
	text-align: left;
}
section.info-bit .info{padding:40px 0px 0px 0px;}
section.info-bit .right .about{
	text-align: left;
}
section.info-bit .right .border-section{
	float: left;
}
section.info-bit {
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0px 15px 0px;
    display:flex;
    padding: 10px 0px;
}
section.info-bit .titile {
    padding: 15px 0px;
    font-size: 30px;
    line-height: 65px;
    font-weight: bold;
    float: left;
    width:100%;
}
section.info-bit .border-section {
    float: right;
    width: 50%;
    border-bottom: 2px solid #354583;
}
section.info-bit .about {
    padding: 25px 20px;
    font-size: 15px;
    font-weight: normal;
}
section.info-bit .info img{
	max-width: 100%;
}
.service .head-page h2{
    padding: 15px 0px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}
.service .border-section {
    padding-bottom: 10px;
    width: 20%;
    border-bottom: 2px solid #354583;
}
.service .head-page p {
       padding: 15px 0px;
    width: 75%;
}

section.info-bit .titile .number{
    font-size: 70px;
    font-weight: 900;
    color: #ababab;
    float: left;
}
section.info-bit .about ul li::before{
    background: url(../img/check.png);
    width: 32px;
    height: 32px;
    content: '';
    position: absolute;
    left: 25px;
}
section.info-bit .about ul li{
    float: left;
    width: 100%;
    padding: 15px 32px;
}
.feature-item{height:300px; overflow-y: hidden;}









