/* Hide recaptcha logo */
.grecaptcha-badge {
	visibility: hidden;
}

.latest-news .relations {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	width: 68%;
}

.latest-news .relations .news-title {
	font-weight: 700 !important;
	font-size: 20px !important;
}

.latest-news .relations .news-meta span {
	font-weight: 400;
}

.latest-news .relations .news-meta span i {
	margin-right: 5px;
	color: #2651d4;
}

.about-us .t-title {
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 500;
	margin-top: 25px;
}
.about-us .t-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 45px;
	height: 2px;
	background: #ccc;
}

.about-us .list-info li {
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 13px;
}
.about-us .list-info li:last-child{
	margin:0;
}
.about-us .list-info li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #20232E;
	line-height: 30px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.about-us .list-info li:hover span {
	border-color:transparent;
	color:#fff;
	background: #2651d4;
}

.separation-line {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
}
