/* ==============================
	Slider
================================= */

.iwebbusiness-slider {
    position: relative;
	max-width: 1920px;
	min-height: 100px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#d0d0d0;
    z-index: 1;
}
.iwebbusiness-slider:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
    /*background: #333;*/
    opacity: 0.3;
	}
.iwebbusiness-slider-a {
	display: block;
	width: 80%;
	height:auto;
	margin: 0 auto;
	text-align: center;
}
.iwebbusiness-slider-a h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0;
	color: #fff;
}
.iwebbusiness-slider-a p {
	margin-top: 3px; ;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	}
.iwebbusiness-slider-b {
	display: block;
	width: 70%;
	height:auto;
	margin: 20px auto 0;
	text-align: center;
}

.iSlides1 {
	position: relative;
	background-color: #fff;
	background-repeat:no-repeat;
	width: 100%;
	height: 440px;
	background-position: center;
	background-size: cover;
	z-index: 10;
	border: 1px solid #C8C8C8;
}

.itext {
	width: 90%;
	margin-left: 5%;
	color: #333;
	position: absolute;
	text-align: left;
	max-width: 500px;
	   top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
.iwebbusiness-slider-b h1 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 41px;
	margin-bottom: 15px;
	}
.iwebbusiness-slider-b p {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0 auto;
	}

@media screen and (max-width: 768px) {
	.iwebbusiness-slider-b {
		width: 80%;
	}
	.iwebbusiness-slider-a h1 {
	font-size: 24px;
	}
}

.iwebbusiness-sld-opacity {
	animation: iwebbusiness-sld-opacity 5600ms;
	-webkit-animation: iwebbusiness-sld-opacity 5600ms;
	opacity: 1;
	animation-timing-function: ease-in-out;
}

@keyframes iwebbusiness-sld-opacity {
	0% {
		opacity: 0.4;
	}
	7% {
		opacity: 1;
	}
	98% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes iwebbusiness-sld-opacity {
	0% {
		opacity: 0.4;
	}
	7% {
		opacity: 1;
	}
	98% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.iwebbusiness-sld-dot {
  height: 10px;
  width: 10px;
  margin: 20px 2px 0;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.iwebbusiness-sld-active {
  background-color: #fff;
}