/*banner styels end*/
.banner-main {
    padding: 25em 0em 10em;
    background: url(..//images/services-banner-lg.jpg), linear-gradient(90deg, #000 0%, rgba(74,70,154,1) 70%, rgba(34,43,95,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
}
.banner-soc-icons{

}
.banner-soc-icons::before{
	content: "";
    width: 140px;
    height: 3px;
    display: inline-block;
    background: #FFF;
    margin: 3px 10px 3px 0;
}
.icon-banner{
	font-size: 20px;
	margin:0 .25em;
	color: #E20A4A;
	transition-duration: .3s;
}
.icon-banner:hover{
	color: #FFF;
	transition-duration: .3s;
}
@media(max-width:991px){
	.banner-main {
	    padding: 10em 0em 4em;
	    background: url(..//images/services-banner-lg.jpg), linear-gradient(90deg, #000 0%, rgba(74,70,154,1) 70%, rgba(34,43,95,1) 100%);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: bottom;
	    /*background-color: #00BC8F;
	    background-blend-mode: multiply;*/
	}
}
/*banner styels end*/

.skilworks-services{
	background: url(../images/skilworks-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.permanent-hiring{
	background: url(../images/permanent-hiring.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.professional-hiring{
	background: url(../images/professional-hiring.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.rpo{
	background: url(../images/recruitment-process.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40%;
}
.demand-training{
	background: url(../images/ondemand-corportae.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.software-development{
	background: url(../images/software-development.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
}
.pad-both-3{
	padding: 4em 0;
}


/*proceedings*/
.icon-heading{
    color: #E20A4A;
}
/*proceedings*/




/*parallax*/
.parallax {
    height: 325px;
    background-attachment: fixed;
    background-image: url(..//images/parallax-bg.jpg), linear-gradient(90deg, rgba(34,43,95,1) 0%, rgba(74,70,154,1) 35%, rgba(226,10,74,1) 100%);
    background-blend-mode: multiply;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.pad-both-2{
	padding: 4em 0;
}
@media(max-width:1199px){
	.parallax{
		height: auto;
		background-position: center;
	}
}
/*parallax*/


/*clients*/
.item img {
    width: 100%;
    height: auto;
    padding: 1em;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 15px -20px 45px -35px rgb(34 43 95 / 100%);
}
/*clients*/


/*responsive*/
@media(max-width:1199px){
	.pad-both{
		padding-top: 4em !important;
		padding-bottom: 0em !important;
	}
	.permanent-hiring{
		background: #FFF;
	}
	.professional-hiring{
		background: #FFF;
	}
	.rpo{
		background: #FFF;
	}
	.demand-training{
		background: #FFF;
	}
}
@media(max-width:991px){
	.skilworks-services{
		background: #FFF;
	}
	.software-development{
		background: #FFF;
	}
	.pad-both-3{
		padding-top: 4em;
		padding-bottom: 0em;
	}
}