.m-t-30{
margin-top:30px;}

.point {
    background: #ffffff;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
    border: 13px solid #ffbb02;
    padding: 2px 24px;
	margin: auto;
}
.point-bg{
	
background-image:url('../assets/images/bgs/bg-01.jpg');
background-size:cover;
height:345px;

}
.point i{
	       font-size: 46px;
    padding: 13px 0px 10px 0px;
}
.point h1{
	font-size: 15px;
    text-transform: uppercase;
}
.facts {
    background: #f7f5f5;
    padding: 6px 16px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #111111;
    text-transform: uppercase;
    font-size: 23px;
    border-bottom: 1px dashed #ffbb02;
    width: 74%;
}
.t-right{
	text-align:right;
}