.islem:hover{
	transition: all 0.2s ease;
	background: #2C97B6!important;
	cursor:pointer;
	transform: matrix(1, 0.1, 0, 1, 0, 0);
	border-radius:15px;
/*	transform: matrix(1, 0, 0, 1, 0, 0);
	
	
*/
}
label{
	color:#fff!important;
}

a{
	text-decoration:none!important;
	
}

a p , a h4{
	text-decoration:none!important;
}


.islem2{
	transition: all 0.2s ease;
	cursor:pointer;
	/*transform: matrix(1, 0, 0, 1, 0, -18);*/
}
.islem2:hover{
	transition: all 0.2s ease;
	background: #2C97B6!important;
	cursor:pointer;
	/*transform: matrix(1, 0, 0, 1, 0, -0.1);
transform: matrix(1, 0.1, 0, 1, 0, 0); */}


.lnk{
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-decoration: none!important;
}

.islem{
	transition: all 0.2s ease;
	cursor:pointer;
	transform: matrix(1, 0, 0, 1, 0, -18); 
}
.btn-primary{
	background: #2C97B6!important;
	border:1px solid #fff!important;
}

.btn-primary:hover{
	background: #fff!important;
	border:1px solid #2C97B6!important;
	color:#2C97B6!important;
}

.btn-llc {
	position: relative;
	display: inline-block;
	color: #2C97B6;
	cursor: pointer;
	font-size: 18px;
	font-weight: 100;
	background-color: transparent;
	border: none;
	z-index: 2;
	font-family:Verdana;
}

.btn-llc:before {
	content: '';
	position: absolute;
	width: 40%;
	height: 200%;
	top: -50%;
	left: -15%;
	background: #333;
	padding: 0px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-llc:after {
	content: '';
	position: absolute;
	width: 110%;
	height: 10%;
	top: 105%;
	left: -5%;
	background: #2C97B6;
	padding: 0px;
	z-index: 0;
	font-weight:bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-llc:hover {
	color:#fff;
	font-weight:400;
}

.btn-llc:hover:before {
	-webkit-border-radius: unset;
	border-radius: unset;
	-webkit-transform: translateX(120%) scaleX(3) scaleY(0.8);
	-ms-transform: translateX(120%) scaleX(3) scaleY(0.8);
	transform: translateX(120%) scaleX(3) scaleY(0.8);
}

.btn-llc:hover:after {
	-webkit-transform: translateX(-55%) translateY(-550%) rotate(90deg) scaleX(0.3);
	-ms-transform: translateX(-55%) translateY(-550%) rotate(90deg) scaleX(0.3);
	transform: translateX(-55%) translateY(-550%) rotate(90deg) scaleX(0.3);
}