 .title {
    font-size:15px;
    font-weight:400;
	margin-bottom:0px;
}

.icon {
    position: relative;
    bottom: 11px
}



.profile img {
    width: 68px;
    height: 68px;
    border-radius: 50%
}

.card {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.card-body {
    position: relative;
    bottom: 35px
}


.fcilites h5{
	text-align: center;
    font-size: 15px;
    /* background: #cc0e87; */
    padding: 15px;
    color: #a9a4a4;
    border-bottom:1px solid #69696938;
	}
	

.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px
}

.team-boxed .item .name {
    font-weight:500;
    margin-top:15px;
    margin-bottom:5px;

}

.box img {
    cursor: pointer;
    width: 9em
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background:#fdba09;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
        line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #357eb2;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

.dropdown-large{ 
    padding:20px; 
    background:#008066;
}

@media all and (min-width: 992px) {

	.dropdown-large{min-width:700px;}

}
.service-box .iconset {
    float: left;
    width: 24%;
    padding-top: 21px;

}
.service-box .servicesB-content {
    float: left;
    padding-left: 8px;
    width: 76%;
}
.service-box .servicesB-content h4 {
 color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 36px 0 27px;
}