.clean-section-text{
	text-indent: 2em;
	margin-bottom: 16px;	
}
.clean-blurb-round-icon{
	padding: 10px;
}
.clean-blurb-round-icon>div{
	padding-bottom: 10px;
	background-color: #fff;
}
.clean-blurb-round-icon .clean-icon {
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 0;
	padding: 10px;
	margin: auto;
}

.clean-blurb-round-icon .clean-icon i {
	height: 110px;
	width: 110px;
	display: block;
}

.clean-blurb-round-icon .clean-icon {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.clean-blurb-round-icon h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.clean-blurb-round-icon p {
	margin-bottom: 0;
	text-align: center;
}
.clean-blurb-round-icon:hover{
	box-shadow: 0 0 10px #fff;
}

.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.alazea-portfolio-filter .btnDiv {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	padding: 0 20px 10px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	/* font-family: 'Raleway', sans-serif; */
	display: inline-block;
	color: #666666;
}
.div_line{
	border-bottom: 1px solid transparent;
	width: 40%;
	margin: auto;
	margin-top: 10px;
}
.alazea-portfolio-filter .btnDiv.select{
	color: #013B5D;
}
.alazea-portfolio-filter .btnDiv.select>.div_line{
	border-bottom: 1px solid #013B5D;
}
@media only screen and (max-width: 767px) {
	.alazea-portfolio-filter .btnDiv {
		font-size: 16px;
		padding: 0 5px;
	}
}
.single_portfolio_strength{
	position: relative;
	z-index: 10;
	margin-top: 20px;
	overflow: hidden;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	display: none;
}
.single_portfolio_strength>img{
	display: block;
	width: 100%;
}
.marketing-div>img{
	display: block;
	width: 100%;
}

.clean-custom-sec-img{
	overflow:hidden;
	padding: 0;
}
.imgSection {
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.imgSectionRow:hover img.imgSection {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.clean-custom-sec-text>div{
	border: 1px solid #E1E1E1;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	font-size: 14px;
    font-weight: 400;
    /* font-family: 'Raleway', sans-serif; */
    margin-bottom: 44px;
}
.clean-custom-sec-text>div:nth-last-of-type(1){
	margin-bottom: 0;
}
.list-industry-div{
	margin-bottom: 25px;
}
.list-industry-content:hover{
	box-shadow: 0 0 10px #0000ff;
}
.list-industry-content{
	border: 1px solid #E1E1E1;
	padding: 20px;
}

.list-industry-img{
	height: 140px;
	overflow: hidden;
}
.list-industry-img>img{
	width: 100%;
	display: block;
}
.list-industry-content .list-industry-text h3{
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-industry-content .list-industry-text .list-news-details{
    height: 98px;
    overflow: hidden;
    word-break:break-all;
}
