body{
    font-size: 14px;
}
.padding-10 {
    padding: 10px;
}
.img-thumbnail {
    border-radius: 50%;
}
.thumb img {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
p {
    padding: 5px;
}
.margin-top {
    margin: 20px 0px 5px;
}
.margin-t30{
    margin-top: 11%;
}
.slider{
    margin-top: 1%;
}
.features ul >li {
    margin: 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px 0px;
}
.features ul {
    margin-top: 20px;
}
.features ul>li:hover {
    background-color: #01bc8c;
}
.item p {
    padding: 5px;
    text-align: justify;
}
#bar {
    background: none;
}
.service {
    border-bottom: 1px solid #01bc8c;
    margin-bottom: -1px;
}
.title h3{
    border-bottom:1px solid #ccc; 
    margin-left:15px;
}
.panel-body .media-top img{
    width:100px; 
    height:100px;
}
.font100{
    font-size: 100px;
}
@media (max-width: 767px) {
	#owl-demo .item img {
		display: block;
		width: 100%;
		height: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#owl-demo .item img {
		display: block;
		width: 100%;
		height: 150px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#owl-demo .item img {
		display: block;
		width: 100%;
		height: 200px;
	}
}
@media (min-width: 1200px) {
	#owl-demo .item img {
		display: block;
		width: 100%;
		height: 250px;
	}
}
.team-section{
	background-color :#e9e9e9;
}
p{
	font-size:16px;
}