/*----------------------------------------
  Slider With Text
  ----------------------------------------*/
.iq-slider-with-text .iq-service-slider .slider-text {
    padding: 15px;
    position: relative;
    z-index: 2;
    background: var(--white-color);
    display: block;
    float: left;
    width: 100%;
}

.iq-slider-with-text .iq-service-slider .slider-info {
    float: left;
}

.iq-slider-with-text .iq-service-slider .slider-text a i, .iq-slider-with-text .iq-service-slider .slider-text a svg {
    width: 40px;
    height: 40px;
    background: #020d1e;
    text-align: center;
    line-height: 40px;
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: var(--border-radius);
}

.iq-slider-with-text .iq-service-slider {
    box-shadow: 0px 17px 13px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 45px;
    margin: 0px 15px 35px 15px;
}

.iq-slider-with-text .iq-service-slider .slider-text a {
    float: right;
    line-height: 62px;
    z-index: 3;
    position: relative;
}

/*style 2*/
.iq-slider-with-text-2 .owl-item {
    margin-bottom: 30px;
}

.iq-slider-with-text-2 .iq-service-slider {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background: var(--white-color);
    padding: 30px;
    border-radius: 5px;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info:after {
    content: "";
    border-right: 15px solid #000;
    position: absolute;
    right: 0;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info .slider-img img {
    width: auto;
    margin-bottom: 20px;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info {
    display: table-cell;
    width: 80%;
    padding-right: 80px;
    border-right: 1px solid #dee2fb;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info .slider-title {
    margin-bottom: 15px;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info .slider-desc {
    margin-bottom: 0px;
}

.iq-slider-with-text-2 .iq-service-slider .slider-info .slider-date {
    color: var(--primary-color);
}

.iq-slider-with-text-2 .iq-service-slider .slider-info .slider-date i, .iq-slider-with-text-2 .iq-service-slider .slider-info .slider-date svg {
    color: var(--body-text);
}

.iq-slider-with-text-2 .iq-service-slider .slider-info-desc {
    display: table-cell;
    padding-left: 30px;
    width: 20%;
    text-align: center;
}

/*style 3*/
.iq-slider-with-text-3 .iq-service-slider {
    padding: 30px;
    background: var(--white-color);
}

.iq-slider-with-text-3 .iq-service-slider .slider-info .slider-img img {
    width: auto;
    margin-bottom: 10px;
}

.iq-slider-with-text-3 .iq-service-slider .slider-info .slider-title {
    margin-bottom: 10px;
}

/*---------------------------------------------------------------------
service slider
-----------------------------------------------------------------------*/
.services-slider .hover-effect {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-slider .hover-effect img {
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.services-slider .hover-effect:hover img {
	-o-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.services-slider .iq-overly-bg {
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.services-slider {
	box-shadow: 0px 18px 21px 0px rgba(0, 0, 0, 0.08);
	background: var(--white-color);
}

.services-slider .iq-overly-bg i {
	font-size: 20px;
	color: var(--white-color);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background: var(--secondary-color);
	line-height: 45px;
	height: 45px;
	width: 45px;
	text-align: center;
}

.services-slider .hover-effect:hover .iq-overly-bg {
	background: rgba(25, 190, 236, 0.7);
	z-index: 0;
}

.services-slider .content i {
	font-size: 24px;
	margin-bottom: 35px;
	color: var(--primary-color);
}

.service-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
}

.service-slider .owl-carousel .owl-dots .owl-dot.active,
.services-slider .owl-carousel .owl-dots .owl-dot:hover {
	border-radius: 4px;
}

@media(max-width:767px) {
    .iq-slider-with-text-2 .iq-service-slider .slider-info {
		padding-right: 30px;
	}
}

@media(max-width:479px) { 
	.iq-slider-with-text-2 .iq-service-slider .slider-info {
		padding-right: 0;
		border: none;
		width: 100%;
	}

	.iq-slider-with-text-2 .iq-service-slider .slider-info-desc {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
		display: block;
		text-align: left;
	}

}