/*-- Use For Custom Styling --*/

.rev_slider img.logo-img, .tp-simpleresponsive img.logo-img {
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}

.about-sec .our-about-sec .about-card .about-card-heading {
	font-weight: bold;
}

.about-sec .our-about-sec a.btn {
	border: 2px solid #202020;
}

.about-sec .our-about-sec a.btn.btn-trans:hover {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #232728 !important;
}

.image-holder {
	min-height: 77px;
	vertical-align: middle;
}

.image-holder img {
	max-height: 77px;
	margin-top: auto;
	margin-bottom: auto;
}

/* Language Block START */

.lang-block {	
	position: fixed;
	left: 20px;
	top: 140px;
	z-index: 101;
}

.lang-block > ul > li {
	padding: 5px;
	color: #000000;
	margin-bottom: 5px;
}

.lang-block > ul > li:hover {
	color:#ffffff;
	background: #f0316a;
	border-radius: 100%;
}

.lang-block > ul > li:hover a {
	color:#ffffff;
}

.lang-block > ul > li.active {
	color:#ffffff;
	background: #f0316a;
	border-radius: 100%;
}

.lang-block.expand_lang {
	top: 160px;
	left: 35px;
}

.lang-block.expand_lang > ul > li {
	display: inline;
	padding: 7px;
}

@media (max-width:500px) {
	.lang-block {	
		left: 140px;
		top: 40px;
		z-index: 111112;
	}

	.lang-block ul li {	
		display: inline;
		padding: 7px;

	}
}

/* Language Block END */

