.men{
	padding-top: 15px;
}

.log{
	padding-top:85px;
}

.t1{
	border-right: 4px solid #6be5ff;
}

.t2{
	border-left: 4px solid #6be5ff;
}

.t{
	background:#defff6;
	padding:15px;
}

.prod{
	text-align:center;
	min-height:460px;
	padding:10px;
}

.prodbg{
	background: #bceaff;
}

.prodk{
	color:#fff;
	padding: 180px 0;
}

.clients{
	border: 2px solid #7bd3fc;
	border-radius: 9px;
	padding: 18px 0 18px 0px;
	text-align:center;
	font-size:17px;
	font-weight: 400;
	color:#777;
}

.cli{
	margin-top: 0;
	margin-bottom: 18px;
}

.clirow{
	margin-bottom:15px;
}

.mv{
	border: 1px solid #4d8eb7;
	margin-top: -37px;
	padding: 34px 15px;
	height:180px;
}

.clients:hover{
	background:#7bd3fc;
	color:#fff;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

.career{
	padding: 19px;
	border-top-right-radius: 27px;
	border-bottom-left-radius: 27px;
	background: #d6e5e7;
}

.lg{
	height: 90px;
	border-radius: 58px;
	background: #fff;
	width: 90px;
}

@media (max-width: 480px) {
	.mv{
		height:200px;
	}
}