/*--------------------------------------------- -----------------
                               Client
--------------------------------------------------------------*/

/*column*/
.iq-client {
    float: left;
    width: 100%;
}

.iq-client-grid {
    list-style: none;
    padding: 0;
    border-top: 1px solid var(--white-light-color);
    border-right: 1px solid var(--white-light-color);
    margin: 0;
    float: left;
    width: 100%;
}

.iq-client-grid li {
    border-left: 1px solid var(--white-light-color);
    border-bottom: 1px solid var(--white-light-color);
    padding: 15px;
    text-align: center;
    float: left;
    background: var(--white-color);
}

.iq-client-col-6 li {
    width: 16.66%
}

.iq-client-col-5 li {
    width: 20%
}

.iq-client-col-4 li {
    width: 25%
}

.iq-client-col-3 li {
    width: 33.33%
}

.iq-client-col-2 li {
    width: 50%
}

.iq-client .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.iq-client .iq-client-info h6 {
    margin-bottom: 10px;
}

.iq-client .iq-client-info p {
    margin-bottom: 0;
}

.iq-client.iq-has-shadow li:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, 
	-webkit-transform .4s ease;
}

.iq-client.iq-has-grascale li img, .iq-client.iq-has-grascale .item img {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.iq-client.iq-has-grascale li:hover img, .iq-client.iq-has-grascale .item:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.iq-client li .iq-client-img img.iq-client-default-hover-img, .iq-client .item .iq-client-img img.iq-client-default-hover-img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, 
	-webkit-transform .4s ease;
}

.iq-client li .iq-client-img img.iq-client-hover-img, .iq-client .item .iq-client-img img.iq-client-hover-img {
    display: none;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease,
	-webkit-transform .4s ease;
}

.iq-client li:hover .iq-client-img img.iq-client-default-hover-img, .iq-client .item:hover .iq-client-img img.iq-client-default-hover-img {
    display: none;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, 
	-webkit-transform .4s ease;
}

.iq-client li:hover .iq-client-img img.iq-client-hover-img, .iq-client .item:hover .iq-client-img img.iq-client-hover-img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, 
	-webkit-transform .4s ease;
}

.iq-client li, .iq-client .item {
    z-index: 1;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease, 
	-webkit-transform .4s ease;
}

.iq-client li:hover, .iq-client .item:hover {
    z-index: 2;
    position: relative;
}

.iq-client.iq-client-style-2 li, .iq-client.iq-client-style-2 .item {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent;
    border: none;
    padding: 0px;
}

.iq-client.iq-client-style-2 .iq-client-content {
    margin: 15px;
    background: var(--white-color);
    padding: 50px 30px;
    border-radius: var(--border-radius-box);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.iq-client.iq-client-style-2 li:hover, .iq-client.iq-client-style-2 .item:hover {
    margin-top: -10px;
}

.iq-client.iq-client-style-2 li:hover .iq-client-content, .iq-client.iq-client-style-2 .item:hover .iq-client-content {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.iq-client i, .iq-client svg {
    font-size: 50px;
    line-height: 60px;
}

.iq-client.iq-client-style-1 .iq-client-img {
    padding: 0 10px;
}
/* 
.iq-client-style-1.iq-client .owl-carousel .owl-dots {
    display: none;
} */


/*---------------------------------------------------------------------
 CLient
-----------------------------------------------------------------------*/
.owl-carousel .owl-item .clients-box.hover-effct img {
	width: auto;
	margin: 0 auto;
}

.owl-carousel .owl-item .clients-box.hover-effct img {
	opacity: .4;
	transition: all .3s ease-in-out;
}

.owl-carousel .owl-item .clients-box.hover-effct img:hover {
	opacity: 1;
}

.client-xamin .owl-carousel .owl-item .clients-box.hover-effct img {
	margin: inherit;
}

.client-xamin .col-sm-12,
.client-xamin-border .col-sm-12 {
	padding: 0;
}

.client-xamin-border {
	border-top: 1px solid var(--white-light-color);
}

.xamin-client {
	background: var(--white-color);
	border-radius: 5px;
	padding: 30px 30px 60px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.xamin-client .client-icon {
	margin-bottom: 30px;
}

.xamin-client:hover {
	margin-top: -10px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
}


/*---------------------------------------------------------------------
 Our clients new style
-----------------------------------------------------------------------*/
.fancy-clients {
	border: 1px solid rgba(2, 13, 30, 0.1);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.fancy-clients .col-lg-2.col-md-3.col-sm-6 {
	padding: 15px;
	text-align: center;
}

.fancy-clients .col-lg-2.col-md-3.col-sm-6:nth-child(1),
.fancy-clients .col-lg-2.col-md-3.col-sm-6:nth-child(7),
.fancy-clients .col-lg-2.col-md-3.col-sm-6:nth-child(13) {
	border-left: 1px solid rgba(2, 13, 30, 0.1);
}

.fancy-clients .col-lg-2.col-md-3.col-sm-6 .clients-block img {
	opacity: 0.4;
}

.fancy-clients .col-lg-2.col-md-3.col-sm-6 .clients-block:hover img {
	opacity: 1;
}

.fancy-clients .col-lg-2.col-md-3.col-sm-6:nth-child(n+1) {
	border-bottom: 1px solid rgba(2, 13, 30, 0.1);
	border-right: 1px solid rgba(2, 13, 30, 0.1);
}


@media(max-width:1024px) {  
    .iq-client-style-2 .iq-client-col-4 li {
		width: 50%;
	}
	.iq-client-col-3 li,
	.iq-client-col-4 li,
	.iq-client-col-5 li,
	.iq-client-col-6 li {
		width: 33.33%;
	}
	.iq-client.iq-client-style-2 li:hover, .iq-client.iq-client-style-2 .item:hover {
		margin-top: -10px;
		margin-bottom: 10px;
	}
}

@media(max-width:992px) { 
    .container-visualization ul.iq-client.column-5 li {
		width: 33.33%;
		float: left;
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(3) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(6) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(9) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(12) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(15) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(18) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(21) {
		border-right: 1px solid var(--white-light-color);
	}
}

@media(max-width:767px) {

	.iq-client-col-3 li,
	.iq-client-col-4 li,
	.iq-client-col-5 li,
	.iq-client-col-6 li {
		width: 100%;
	}
    .container-visualization ul.iq-client.column-5 li {
		width: 50%;
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(2) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(4) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(6) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(8) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(10) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(12) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(14) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(16) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(18) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(20) {
		border-right: 1px solid var(--white-light-color);
	}

	.owl-carousel.client-logo.client-bg-shadow.owl-loaded.owl-drag {
		padding: 15px 15px;
	}
}

@media(max-width:479px) { 
	.iq-client-style-2 .iq-client-col-4 li {
		width: 100%;
	}

    .container-visualization ul.iq-client.column-5 li {
		width: 100%;
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(1) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(7) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(11) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(13) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(17) {
		border-right: 1px solid var(--white-light-color);
	}

	.container-visualization ul.iq-client.column-5 li:nth-child(19) {
		border-right: 1px solid var(--white-light-color);
	}
}