.carousel-cell{
	height: 580px;
}

.mainwrapper{
	background-color: #ffffff; 	
}

.popservices{
	/*padding-left: 0px !important; 
	padding-right: 0px !important;*/
	border:0px solid #fff;
	webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important; 
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important; 
}

.title-wrap--line {
    border-top: 3px solid #888994;
    padding-top: 32px;
}

.thumb--size-1 {
    height: 347px;
    width: 231px;
    margin: 20px 12px;
}

.popbold{
	font-weight: 700;
	font-size: 24px;
}


.call_to_action_home{

	height: 400px;
	width:100%;
	background-color: #7851a9;
	background-image: url(../../images/findtalent.jpg); 
	background-size: cover; 
	margin-bottom: 40px;
}

.action_text_container{
	padding: 120px 96px;
}

.action_text_container h2{
	font-size: 48px;
    line-height: 56px;
	color: #fff;
    padding-bottom: 40px;
}

.action_text_container i{
	font-size: 38px;
}

.categorylist{
	display: flex;
	flex-wrap: wrap;	
}

.categorylist li{
	margin: 0 auto 15px;
	width: 25%;
	text-align: center;
	border: 0px solid #333;
	padding-bottom: 55px;
}
.categorylist a{
	color: #002366;
    /*text-align: center;*/
    position: relative;
    display: inline-block;

}

.categorylist a:hover{
	color: #ffbd1b;
    text-align: center;
    position: relative;
    display: inline-block;

}

.categorybox{
	display: block; 
	height: 80px; 
	width: 80px; 
	border:2px solid #ffbd1b; 
	border-radius: 50%; 
	line-height: 7; 
	margin: 0 auto;
	background-color: #ffbd1b;
}

#caticon:hover{
	color: #ffffff;
}

.find_talent_image{
	/*position: relative; 
	top: -44px; 
	right: 150px;
	background-image: url(../../images/findtalent.png); 
	background-size: cover; 
	height: 100%; */
}

.section-container{
    margin-top: 100px !important;
    border: 0px solid green;
    margin-bottom: 100px !important;
}

@media (max-width: 768px) {

	.carousel-cell{
		height: 350px;
	}

	.thumb--size-1 {
	    height: 347px;
	    width: 100%;
	    margin: 20px 12px;
	}

	.action_text_container{
		padding: 90px 46px;
	}

	.action_text_container h2{
		font-size: 34px;
	    line-height: 36px;
		color: #fff;
	    padding-bottom: 20px;
	}

	.action_text_container i{
		font-size: 28px;
	}

	.categorylist li{
		margin: 0 auto 15px;
		width: 50%;
		text-align: center;
		border: 0px solid #333;
		padding-bottom: 55px;
	}

	.find_talent_image{
		display: none;
	}

}

