/* 
----------------------------------
- App Features Section
----------------------------------
*/

.app-feature-area {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 100px 0px;
    overflow: hidden;
}
.feature-tab {}
.feature-tab .tablist {
    padding: 0px;
    margin: 0px;
}
.feature-tab .tablist li:first-child {
	border-radius: 8px 8px 0px 0px
}
.feature-tab .tablist li:last-child {
	border-radius: 0px 0px 8px 8px
}
.feature-tab .tablist li {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 40px 16px;
    padding-left: 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style-type: none;
    background: #FFF;
}
.feature-tab .tablist li:hover {
    color: #000;
    cursor: pointer;
}
.feature-tab .tablist li.active {
    color: #000;
}
.feature-tab .tablist li i {
    margin-right: 10px;
    font-size: 28px;
    color: #333;
}
.tablist-content {
    display: none;
}
.tablist-content.active {
    display: block;
}
.tablist-content .left {
}
.tablist-content .left .title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    
 font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tablist-content .left p {
    font-size: 0.88rem;
}
.tablist-content .right {
    padding-top: 30px;
}




/**** OUR WORK ****/

.hovercontent h1 {
	color: white;
	font-size: 1.5em;
}
.hovercontent h3 {
	margin-top: 40%;
	color: #FFF !important;
	font-weight: 100;
}
.hoveritem {
	font-size: 12px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.hoveritem .link {
	display: block;
	height: 100%;
}
.hovercontent {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	font-family: "Helvetica", Arial, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #222222;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	line-height: 24px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
	transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, -o-transform 0.2s ease-out;
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.hoveritem .link:hover .hovercontent {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	cursor: pointer;
}

/* more-work */
.more-work {
	background: none repeat scroll 0 0 #FC4B50;
	color: #FFFFFF;
	margin-top: -4px;
	text-align: center;
}
.more-work .svg-wrapper {
	margin-top: 90px;
}
.more-work h3 {
	display: inline-block;
	font-family: "Lovelo-Black";
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	position:relative;
}
.more-work .parallax {
	padding: 70px 0 50px;
}

/* ajax */
.ajax-box-2 {
	overflow: hidden;
	max-height: 0px;
	background: #222;
	transition: all .5s ease;
	-moz-transition: all.5s ease;
	-webkit-transition: all .5s ease;
	text-align: left;
}
.ajax-box-2 h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
.ajax-box-2 .divider {
	border-bottom: 5px solid #FC4B50;
	height: 1px;
	margin: 10px 10px 10px 0px;
	width: 30px;
}
.open-box {
	padding: 88px 0px 141px 0px;
	max-height: 2000px;
	margin-bottom: 25px;
}
.ajax-box-2 #owl-demo-3 .item img {
	display: block;
	width: 100%;
	height: auto;
}
.ajax-box-2 .owl-buttons {
	bottom: 0;
	position: absolute;
}
.ajax-box-2 .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
}
.close-work-2 {
	background: url(../images/cross.png) no-repeat;
	color: #BBBBBB;
	cursor: pointer;
	font-size: 35px;
	height: 58px;
	margin: 0 auto 50px;
	overflow: hidden;
	width: 58px;
}





.ajax-box {
	overflow: hidden;
	max-height: 0px;
	background: #222;
	transition: all .5s ease;
	-moz-transition: all.5s ease;
	-webkit-transition: all .5s ease;
	text-align: left;
}
.ajax-box h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
.ajax-box .divider {
	border-bottom: 5px solid #FC4B50;
	height: 1px;
	margin: 10px 10px 10px 0px;
	width: 30px;
}
.open-box {
	padding: 88px 0px 141px 0px;
	max-height: 2000px;
	margin-bottom: 25px;
}
.ajax-box #owl-demo-3 .item img {
	display: block;
	width: 100%;
	height: auto;
}
.ajax-box .owl-buttons {
	bottom: 0;
	position: absolute;
}
.ajax-box .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
}
.close-work {
	background: url(../images/cross.png) no-repeat;
	color: #BBBBBB;
	cursor: pointer;
	font-size: 35px;
	height: 58px;
	margin: 0 auto 50px;
	overflow: hidden;
	width: 58px;
}
.more-work .shape {
	stroke: #fff;
}
.custom-btn {
	border: 1px solid;
	border-radius: 0;
	font-size: 20px;
	margin-top: 20px;
	padding: 11px 58px;
}

.content_hover {
	display: none;
}

.ajax-box {
	color: #FFF;
}

.ajax-box p {
	color: #FFF;
	font-size: 20px;
	padding-right: 10px;
}

.ajax-box-2 {
	color: #FFF;
}

.ajax-box-2 p {
	color: #FFF;
	font-size: 20px;
}