/*
degistirilen css class lari:

	border-radius-10 	=>		brad-10
	font-size-22 		=>		fs-22px
	font-color-black	=>		f-black
*/


.postinfo-box a{
	color: #0061f9; 
}

h2 {
	line-height: 35px;
}
img.logo{
	height:auto;
	max-height:60px;
	max-width:250px;
	min-width:200px;
} 
.btn {
	font-size: 17px;
	padding: 10px 25px;
}
.btn-primary {
	color: #fff;
	background-color: #232f3e;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #232f3e5e;
	border-color: transparent;
}
.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary.active, 
.btn-primary:active, 
.dropdown-toggle.btn-primary {
	background-color: #232f3e;
	box-shadow: 0px 0px 10px 0px #232f3eaa;
	color: #fff;
	border-color: #232f3e;
}
.btn.btn-sm {
	font-size: 14px;
	padding: 10px 20px;
}
.btn.border.border-yellow {
	color: #f3c500;
	border:3px solid #f3c500!important;
	font-size: 20px;
	padding: 20px 50px;
	border-radius: 20px
}

.navbar ul li:hover > a,
.navbar ul li.active > a{
	color: #ffc233;
}

.sec-srv01 .srvbox{
	overflow:hidden;
	border-radius:10px;
	margin-bottom:15px;
}

.sec-srv01 .box-head-font{
	color:#000;
	overflow: hidden!important;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sec-srv01 .txtbox.txtdesc{
	color:#000;
	padding-top:0;
	padding-bottom:10px;
	text-align:justify;
	line-height:22px;
}
.sec-srv01 .txtbox.txtdesc p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sec-languages .item{
	margin: 5px 20px;
	padding: 0;
	background-color: transparent;
}
.sec-languages .item .item-name{
	width:100%;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
.sec-languages .language-img-wrapper{
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 9px -3px #3333;
}