
		.bg-color {
	background: #9c1103;
}
		.team-item-img {
	position: relative;
}
.team-item-img .team-item-detail {
	background-color: rgba(6,122,177,0.8);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
	margin: auto;
	padding: 20px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social {
	margin: 0;
	padding: 15px 0;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #32366D;
	border-radius: 100%;
	display: block;
	line-height: 40px;
	font-size: 18px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
	color: #008ACA;
}
.team-item-info {
	padding-top: 15px;
	text-align: center;
}
.team-item-info h5 {
	margin-bottom: 0px;
}
.fact-counter-wrapper {
	position: relative;
	//-webkit-background-size: cover;
	//background-size: cover;
}
.single-fact {
	text-align: center;
	display: inline-block;
}
.single-fact .icon-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 121px;
	margin: 0 auto;
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.single-fact span {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.single-fact p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #32366D;
	opacity: .95;
}
.single-fact .icon-box i:before {
	font-size: 50px;
}
.isotope .item {
	width: 25%;
	float: left;
	padding-bottom: 30px;
}
.gallery-col-2.isotope  .item {
	width:50%;
}
.gallery-col-3.isotope  .item {
	width:33.33%;
}

.specialist-tab {
	max-width: 300px;
	position: relative;
	z-index: 99;
}
.doctor-specialist {
	width: 100%;
	background: #32366D;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.doctor-specialist i {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 26px;
}
.filter-button-group {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #31BDFF;
	display: none;
}
.filter-button-group li {
	padding: 3px 20px;
}
.filter-button-group li:hover {
	background: #32366D;
}
.filter-button-group li a {
	color: #fff;
	display: block;
}
.specialist-tab:hover i:before {
	content: '\f462';
}
.specialist-tab:hover .filter-button-group {
	display: block;
}
.center-top {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20%;
}
.center-top img {
	margin:0px auto;
	margin-top: -60%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.leads {
	margin-top: 50px;
	font-weight: bold;
}
.box-resume {
	position: relative;
	border: 1px solid #32366D;
	padding: 30px;
	margin-top: 45%;
}
.box-resume .btn {
	background: #fff;
}
.box-resume .btn:hover {
	background: #32366D;
}
.box-resume ul {
	margin: 0;
	padding: 0;
}
.box-resume ul li {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
.box-resume ul li strong {
	width: 90px;
	display: inline-block;
}
.center-bottom {
	position: absolute;
	left: 0;
	bottom: -22px;
	text-align: center;
	width: 100%;

}
.we-do {
	margin-top: 60px;
}
.we-do .item {
	margin-top: 20px;
}
.we-do .icon {
	padding: 20px 0 0 0;
	text-align: center;
}
.we-do .icon .fa {
	font-size: 50px;
	color: #f00;
}
.we-do .icon p {
	font-weight: bold;
	margin-top: 10px;
}
.we-do .desc {
	border-left: 1px solid #ccc;
	padding: 5px 0 10px 40px;
	position: relative;
}
.we-do .pb-80 {
	padding-bottom: 60px;
}
.desc .fa {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	left: -14px;
	top: 0;
}
.we-do .desc h4 {
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.about-section h2{
	line-height:1.4;
}

.box-resume {
	position: relative;
	border: 1px solid #9c1103;
	padding: 30px;
	margin-top: 45%;
}
.box-resume .btn {
	background: #fff;
}
.box-resume .btn:hover {
	background: #32366D;
}
.box-resume ul {
	margin: 0;
	padding: 0;
}
.box-resume ul li {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
.box-resume ul li strong {
	width: 90px;
	display: inline-block;
}


.btn-black-line, .btn-white-line, .btn-color-line {
	border: 1px solid;
	background: none;
}
.btn-black-line {
	color: #323232;
	border-color: #323232;
	padding: 9px 20px;
}
.btn-black-line:hover {
	color: #fff;
	background: #323232;
}
.btn-color-line {
	color: #e6ae49;
	border-color: #e6ae49;
	padding: 9px 20px;
}
.btn-color-line:hover {
	color: #fff;
	background: #e6ae49;
}
.btn-white-line, .btn-color-line {
	color: #fff;
	border-color: #fff;
	//padding: 14px 34px;
}
.btn-white-line:hover {
	color: #32366D;
	background: #fff;
}
.btn-color-line:hover {
	background: #32366D;
	color: #fff;
}
.btn-color-line {
	border-color: #32366D;
	color: #32366D;
	    border-radius: 0px;

}
.btn-link-a, .btn-link-b {
	color: #323232;
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted transparent;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.border-line {
	border: 1px solid #fff !important
}
.btn-link-a:hover {
	color: #e6ae49;
	border-bottom: 1px solid #e6ae49;
}
.btn-link-b:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.btn-space-5 {
	width: 5px;
	min-height: 1px;
	display: inline-block;
}
.btn-space-10 {
	width: 10px;
	min-height: 1px;
	display: inline-block;
}
.btn-color, div .btn-color:hover {
	color: #fff !important;
}
.btn-color:hover {
	opacity: 0.8;
}
.doctor-details h4{ margin-top:0px;}
