/* Add here all your css styles (customizations) */

.da-slide-current .da-img {
	left: 70%;
	opacity: 1;
}
.da-slide .da-img {
	text-align: center;
	width: 50%;
	top: 235px;
	height: 328px;
	line-height: 320px;
	margin-left: -16%;
}
.da-slide h2 i {
	font-size: 26px;

}
.footer-v1 .footer {
	padding: 40px 0;
	background: #444;
}
.process {
	display: block;
	margin: 10px 0 25px 0;

}
.process h2, .process h3, .process h4 {
	border-bottom: 2px solid #3498db;
	display: inline-block;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
}
.da-slider {

	/* background: #1F3241 url('../img/b_smart_vats.jpg') no-repeat fixed; */
	/* background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(22, 22, 24, 0)), url('../img/b_smart_vats.jpg') no-repeat fixed; */
	background: url('../img/ipm/nnov.jpg') no-repeat fixed;
	background-position: center top;
	background-position-y: 5px;
	background-size: cover;
	position: relative;

}

@media(max-width: 767px){

	.logo img {
		margin: 10px;
		max-width: 80%;

	}
	.da-slide h2 i {
		font-size: 20px;
	}
}
@media(max-width: 480px){

	.loginbar ul{
		padding-left: 5px;
	}
	.da-slide h2 i {
		font-size: 16px;
	}
	.header .logo {
		height: 100%;

		display: table-cell;
		vertical-align: middle;
	}
}