/*----- Clients ------*/

.empty-icon-box {
	position: relative;
}

.cnt-client-box .empty-icon-box .icon {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: -50px;
	background-position: bottom left;
}

.clients-slider {
	margin-top: -25px;
	height: 100%;
}

.client-slide {
/*	height: 50%;*/
	padding: 50px 100px;
	position: relative;
}

.client-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background-color: #ccc;
}

/*
.client-slide-img {
	height: 50px;
	width: 100%;
}
*/

.client-slide-img {
	height: 75px;
	width: 50%;
	margin: 0 auto;
}

.sec-clients .ico-box-wrap.ico-b-l {
    bottom: -300px;
    left: -200px;
}

.sec-clients .ico-box-wrap.ico-b-l .ico-box {
	height: 400px;
	width: 400px;
	background-position: left bottom;
}

.sec-clients .ico-box-wrap.ico-b-r {
	bottom: -50px;
	right: -150px;
}

.sec-clients .ico-box-wrap.ico-b-r .ico-box {
	height: 400px;
	width: 400px;
	background-position: right bottom;
}

.cnt-green-curve-ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 125px;
	background-image: url(../img/svg/ico-green-curve-1.svg);
}

.cnt-jointeam-intro-ico-1 {
	position: absolute;
	right: 100px;
	bottom: -275px;
	width: 350px;
	height: 350px;
	background-image: url(../img/svg/ico-jointeam-intro-1.svg);
}





/*----- Job board text ------*/

.job-board-text .empty-icon-box .icon {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-position: top left;
}




/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {
	
	.cnt-cat-intro .cnt-title {
		padding-left: 50px;
	}
	
	.cnt-green-curve-ico {
		width: 125px;
	}
    
    .careers-title-wrap .title-box.w-33,
    .careers-title-wrap .text-box.w-33 {
        width: 100%;
    }
    
    .careers-title-wrap .text-box {
        padding-top: 25px;
    }
	
}



@media screen and (max-width: 1024px) {
	
	.cnt-cat-intro .cnt-title,
	.cnt-cat-intro .cnt-text {
		width: 100%;
    	margin-bottom: 25px;
	}
	
	.clients-slider-wrap {
		width: 100%;
	}
	
	.client-slide {
		padding: 50px;
	}
	
	.sec-clients .ico-box-wrap.ico-b-r .ico-box,
	.sec-clients .ico-box-wrap.ico-b-l .ico-box {
		height: 300px;
		width: 300px;
	}
	
	.sec-job-board .cnt-title {
		padding-left: 0;
	}
	
	.cnt-green-curve-ico {
		width: 75px;
	}
	
	.cnt-jointeam-intro-ico-1 {
		height: 250px;
		width: 250px;
		bottom: -200px;
	}
	
}




@media screen and (max-width: 768px) {
	
	.clients-sec .cnt-title,
	.clients-sec .empty-icon-box {
		padding-left: 0;
	}
	
	.job-board-text {
		display: block;
	}
	
	.job-board-text .cnt-title {
		padding-bottom: 25px;
	}
	
	.sec-job-board .cnt-title,
	.sec-job-board .cnt-text {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cnt-green-curve-ico {
		display: none;
	}
	
	.cnt-intro .cnt-text {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cnt-jointeam-intro-ico-1 {
		display: none;
	}
	
	.client-slide-img {
		height: 50px;
		width: 100%;
	}
    
    .cnt-cat-intro .cnt-title {
		padding-left: 25px;
	}
	
}