
/*** 

====================================================================
					Work Section
====================================================================

***/

.work-section{
	position: relative;
	padding: 160px 0 0;
	z-index: 9;
}

.work-section:before{
	position: absolute;
	left: 0;
	top: -230px;
	height: 1060px;
	width: 749px;
	background-image: url(../images/icons/bg-6.png);
	background-repeat: no-repeat;
	content: "";
}

.work-section .work-blocks{
	position: relative;
}

.work-section .work-blocks:before{
    position: absolute;
    left: -97px;
    top: 20px;
    width: 1333px;
    height: 175px;
    background-image: url(../images/icons/twist-line.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.work-section .row{
	margin: 0 -75px;
}

.work-section .work-block{
	position: relative;
	padding: 0 75px;
	margin-bottom: 50px;
	z-index: 1;
}

.work-block .inner-box{
	position: relative;
	text-align: center;
}

.work-block .icon-box{
	position: relative;
	display: inline-block;
	height: 240px;
	width: 240px;
	margin: 0 auto 40px;
	border-radius: 50%;
	background-image: url(../images/icons/circle.png);
    background-position: center;
    background-repeat: no-repeat;
}

.work-block .icon-box img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.work-block .inner-box:hover .icon-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.work-block h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #202020;
	font-weight: 500;
	margin-bottom: 15px;
}

.work-block h3 a{
	color: #202020;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.work-block h3 a:hover{
	color: #f44438;
}

.work-block p{
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	font-weight: 400;
}

.work-section.style-two:before{
    left: 17%;
    top: 50px;
    height: 269px;
    width: 366px;
	background-image: url(../images/icons/dots-4.png);
}

.work-section.style-two:after{
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: -250px;
    width: 301px;
    height: 673px;
    background-image: url(../images/icons/bg-9.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}