/*
Template: Silla
category: Corporate
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/


/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.feature boxes
	2.parallax sections
	3.footer styles

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/

/*============ Feature boxes ============ */

/* feature box 1
 ------------------------------ */
.ce-feature-box-1{
	position:relative;
	width:100%;
	float:left;
	padding:15px;
	min-height:650px;
	left:0px;
	top:-100px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-1 .img-box{
	position: absolute;
	width:92%;
	float:left;
}
.ce-feature-box-1 .img-box .text-box{
	position: absolute;
	width:90%;
	float:left;
	left: 16px;
	bottom: -218px;
	padding:45px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-1 .img-box .text-box .title-line{
	width:20%;
	height:2px;
	float:left;
	margin-right:auto;
	background-color:#f24c34;
}

.ce-feature-box-1:hover .img-box .text-box .title,
.ce-feature-box-1.active .img-box .text-box .title{
	color:#f24c34;
}


.ce-feature-box-1:hover .img-box .text-box, .ce-feature-box-1.active .img-box .text-box{
	background-color:#f24c34;
}
.ce-feature-box-1:hover .img-box .text-box .title, .ce-feature-box-1:hover .img-box .text-box p,
.ce-feature-box-1.active .img-box .text-box .title, .ce-feature-box-1.active .img-box .text-box p{
	color:#fff;
}
.ce-feature-box-1:hover .img-box .text-box .title-line,
.ce-feature-box-1.active .img-box .text-box .title-line{
	background-color:#fff;
}


.ce-feature-box-1:hover .img-box .text-box .btn-border.light,
.ce-feature-box-1.active .img-box .text-box .btn-border.light{
	color:#fff;
	border:1px solid #fff;
}



/* feature box 2
 ------------------------------ */
.ce-feature-box-2{
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-2 .icon {
-webkit-box-shadow: 11px 12px 0px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 11px 12px 0px -4px rgba(0,0,0,0.2);
box-shadow: 11px 12px 0px -4px rgba(0,0,0,0.2);
}


/* title
 ------------------------------ */
.bg-title{
	width:100%;
	position:relative;
	font-size:90px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	color: rgba(160, 160, 160, 0.1);
}
.bg-title .title{
	width:100%;
	position:absolute;
}
.bg-title.white{
	color: rgba(255, 255, 255, 0.2);
}

/*left align*/
.bg-title.left-align{
	text-align:left;
}
/* feature box 3
 ------------------------------ */
.ce-feature-box-3{
	width:100%;
	padding:0px;
	float:left;
	min-height:700px;
}
.ce-feature-box-3 .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-3 .img-box .overlay{
	width:100%;
	height:100%;
	padding:0px;
	float:left;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.5);
}
.ce-feature-box-3 .img-box .text-box{
	position: absolute;
	width:80%;
	padding:50px;
	float:right;
	right:0px;
	bottom:-185px;
	z-index:3;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-3 .img-box .text-box .sc-icons-box{
	position: absolute;
	width:80%;
	padding:0px;
	margin:0px;
	top:-53px;
	left:0px;
	float:left;
	opacity:0;
	overflow:hidden;
	z-index:3;
	background-color:rgba(242, 76, 52, 0.9);
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons{
	width:100%;
	margin:0px;
	padding-left:0px;
	text-align:center;
}
.ce-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li{
	display:inline-block;
}
.ce-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li a{
	padding:15px 7px;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.ce-feature-box-3:hover .img-box .text-box .sc-icons-box,
.ce-feature-box-3.active .img-box .text-box .sc-icons-box{
	left:-40px;
	opacity:1;
}
.ce-feature-box-3:hover .img-box .text-box, .ce-feature-box-3.active .img-box .text-box{
	background-color:#f24c34;
}
.ce-feature-box-3:hover .img-box .text-box .title, .ce-feature-box-3.active .img-box .text-box .title{
	color:#fff;
}
.ce-feature-box-3:hover .img-box .text-box p, .ce-feature-box-3.active .img-box .text-box p{
	color:#fff;
}

/* feature box 4
 ------------------------------ */
.ce-feature-box-4{
	width:100%;
	padding:40px;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-4 .imgbox-dxlarge-2{
	border:7px solid #f5f5f5;
	margin:0 auto;
}
.ce-feature-box-4 .line{
	width:65px;
	height:2px;
	margin:10px auto 0 auto;
	background-color:#f24c34;
}
.ce-feature-box-4:hover, .ce-feature-box-4.active{
	background-color:#1d1d1d;
}
.ce-feature-box-4:hover .title, .ce-feature-box-4.active .title{
	color:#fff;
}



/* feature box 5
 ------------------------------ */
.ce-feature-box-5{
	width:100%;
	padding:17px;
	float:left;
	background-color:#fff;
	margin-bottom:205px;
}
.ce-feature-box-5 .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-5 .img-box .overlay{
	width:100%;
	height:100%;
	padding:0px;
	float:left;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.2);
}
.ce-feature-box-5 .img-box .text-box{
	position: absolute;
	width:86%;
	padding:50px;
	float:left;
	left:24px;
	bottom:-218px;
	z-index:3;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-5 .img-box .post-date-box{
	position: absolute;
	width:110px;
	height:95px;
	left:0px;
	top:0px;
	color:#101010;
	line-height:17px;
	padding:30px 0 0 0;
	background-color:#fff;
	z-index:3;
}
.ce-feature-box-5 .img-box .post-date-box span{
	left:0px;
	top:0px;
	color:#f24c34;
	font-size:14px;
	line-height:0px;
	background-color:#fff;
}
.ce-feature-box-5 .img-box .text-box .title-line {
    width: 30%;
    height: 2px;
    float: left;
    margin-right: auto;
    background-color: #f24c34;
}

.ce-feature-box-5:hover .img-box .text-box,
.ce-feature-box-5.active .img-box .text-box{
	background-color:#f24c34;
}
.ce-feature-box-5:hover .img-box .text-box .title-line,
.ce-feature-box-5.active .img-box .text-box .title-line{
	background-color:#fff;
}
.ce-feature-box-5:hover .img-box .text-box .title, .ce-feature-box-5:hover .img-box .text-box p,
.ce-feature-box-5.active .img-box .text-box .title, .ce-feature-box-5.active .img-box .text-box p{
	color:#fff;
}



/* feature box 6
 ------------------------------ */
.ce-feature-box-6{
	width:100%;
	float:left;
	padding:50px;
	background-color:#fff;
}

.ce-feature-box-6:hover .text-box .icon, .ce-feature-box-6:hover .text-box .title,
.ce-feature-box-6.active .text-box .icon, .ce-feature-box-6.active .text-box .title{
	color:#f24c34;
}


/* feature box 7
 ------------------------------ */
.ce-feature-box-7{
	width:100%;
	float:left;
	padding:60px 70px;
	background-color:#fff;
}


/* featurebox 8
 ------------------------------ */
.ce-feature-box-8 {
    width: 100%;
    float: left;
}
.ce-feature-box-8 .img-box-main {
    width: 100%;
    float: left;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-8 .img-box-main.primary {
	background-color:#2948e3;
}
.ce-feature-box-8 .img-box-main .img-box {
	position:relative;
    width: 100%;
    float: left;
	padding:0px;
	text-align:center;
	overflow:hidden;
	background-color:#e9e9e9;
}
.ce-feature-box-8 .img-box-main .img-box img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-8 .text-box {
	position:relative;
    width:90%;
	padding:30px 50px;
	top:-30px;
	margin:0 0 0 5%;
	background-color:#fff;
	z-index:3;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-8 .img-box-main .img-box .sc-icons-box{
	position: absolute;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	right:0;
	top:0px;
	overflow:hidden;
	z-index:1;
	opacity:0;
	text-align:center;
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-8 .img-box-main .img-box .sc-icons-box .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin-top:100px;
	opacity:0;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-8 .img-box-main .img-box .sc-icons-box .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.ce-feature-box-8 .img-box-main .img-box .sc-icons-box .sc-icons li a{
	width:40px;
	height:40px;
	float:left;
	font-size:15px;
	color:#fff;
	line-height:0px;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
	border-radius:100%;
	background-color:#f24c34;
}


/* hover styles
 ------------------------------ */


.ce-feature-box-8:hover .img-box-main .img-box img, .ce-feature-box-8.active .img-box-main .img-box img {
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-8:hover .text-box, .ce-feature-box-8.active .text-box {
	background-color:#f24c34;
}
.ce-feature-box-8:hover .text-box .title, .ce-feature-box-8:hover .text-box p,
.ce-feature-box-8.active .text-box .title, .ce-feature-box-8.active .text-box p {
	color:#fff;
}

.ce-feature-box-8:hover .img-box-main .img-box .sc-icons-box .sc-icons,
.ce-feature-box-8.active .img-box-main .img-box .sc-icons-box .sc-icons{
	margin-top:150px;
	opacity:1;
}

.ce-feature-box-8:hover .img-box-main .img-box .sc-icons-box, .ce-feature-box-8.active .img-box-main .img-box .sc-icons-box{
	opacity:1;
}

/* feature box 9
 ------------------------------ */
.ce-feature-box-9 {
    width: 100%;
    float: left;
    padding: 0;
}



/* feature box 10
 ------------------------------ */
.ce-feature-box-10{
	width:100%;
	float:left;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-10 .inner-box{
	width:100%;
	float:left;
	padding:40px;
	background-color:#f5f5f5;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-10:hover .inner-box, .ce-feature-box-10.active .inner-box{
	background-color:#f24c34;
}
.ce-feature-box-10:hover .inner-box p, .ce-feature-box-10.active .inner-box p{
	color:#fff;
}
.ce-feature-box-10:hover .inner-box .title, .ce-feature-box-10.active .inner-box .title{
	color:#fff;
}

/* feature box 11
 ------------------------------ */
.ce-feature-box-11{
	width:100%;
	float:left;
	background-color:#fff;
}
.ce-feature-box-11 .img-box{
	position: relative;
	width:100%;
	float:left;
}
.ce-feature-box-11 .img-box .text-box{
	position: absolute;
	width:100%;
	height:100%;
	float:left;
	padding:25px;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(255, 255, 255, 1);
}
.ce-feature-box-11 .img-box .text-box .inner-box{
	width:100%;
	height:100%;
	float:left;
	padding:35px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-11:hover .img-box .text-box, .ce-feature-box-11.active .img-box .text-box{
	background-color:rgba(242, 76, 52, 0.9);
}
.ce-feature-box-11:hover .img-box .text-box .inner-box h4, .ce-feature-box-11.active .img-box .text-box .inner-box h4{
	color:#fff;
}
.ce-feature-box-11:hover .img-box .text-box .inner-box .icon-plain-msmall, .ce-feature-box-11.active .img-box .text-box .inner-box .icon-plain-msmall{
	color:#fff;
}
.ce-feature-box-11:hover .img-box .text-box .inner-box p, .ce-feature-box-11.active .img-box .text-box .inner-box p{
	color:#fff;
}
.ce-feature-box-11:hover .img-box .text-box .inner-box p{
	color:#fff;
}
.ce-feature-box-11:hover .img-box .text-box .inner-box a.read-more.primary, .ce-feature-box-11.active .img-box .text-box .inner-box a.read-more.primary {
	color: #fff;
}
.ce-feature-box-11:hover .img-box .text-box .inner-box .title, .ce-feature-box-11.active .img-box .text-box .inner-box .title {
	color: #fff;
}


/* ---------- feature box 12 ---------- */

.ce-feature-box-12{
	width:100%;
	float:left;
	background-color:#fff;
}
.ce-feature-box-12 .img-box{
	position:relative;
	width:100%;
	float:left;
}
.ce-feature-box-12 .img-box{
	position:relative;
	width:100%;
	float:left;
}
.ce-feature-box-12 .post-date-box {
	background-color:#fff;
	color:#101010;
}
.ce-feature-box-12 .post-date-box span {
	color:#101010;
}
.ce-feature-box-12:hover .post-date-box, .ce-feature-box-12.active .post-date-box {
	background-color:#101010;
	color:#fff;
}
.ce-feature-box-12:hover .post-date-box span, .ce-feature-box-12.active .post-date-box span {
	color:#fff;
}
.ce-feature-box-12:hover h4, .ce-feature-box-12.active h4 {
	color:#101010;
}



/* ---------- feature box 13 ---------- */

.ce-feature-box-13{
	width:100%;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-13 .text-box{
	position: relative;
	float:left;
	z-index:2;
	padding:40px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-13 .text-box .sc-icons-box{
	position: absolute;
	width:80%;
	padding:0px;
	margin:0px;
	bottom:150px;
	left:38px;
	float:left;
	opacity:0;
	overflow:hidden;
	z-index:1;
	background-color:#f24c34;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-13 .text-box .sc-icons-box .sc-icons{
	width:100%;
	padding:0px;
}
.ce-feature-box-13 .text-box .sc-icons-box .sc-icons li{
	padding:0px;
	display:inline-block;
}
.ce-feature-box-13 .text-box .sc-icons-box .sc-icons li a{
	padding:10px 10px;
	color:#fff;
	display:inline-block;
}
.ce-feature-box-13:hover .text-box .sc-icons-box, .ce-feature-box-13.active .text-box .sc-icons-box{
	bottom:228px;
	left:38px;
	opacity:1;
}
.ce-feature-box-13:hover .text-box, .ce-feature-box-13.active .text-box{
	background-color:#101010;
}
.ce-feature-box-13:hover h5, .ce-feature-box-13.active h5{
	color:#fff;
}


/* ---------- feature box 14 ---------- */

.ce-feature-box-14{
	width:100%;
	float:left;
	padding:10px 20px 10px 20px;;
	background-color:#f1f1f1;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-14 .text-box{
	padding-bottom:20px;
	border-bottom:1px solid #fff;
}

/* ---------- feature box 15 ---------- */

.ce-feature-box-15{
	width:100%;
	padding:30px;
	float:left;
	border:10px solid #101010;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-15:hover, .ce-feature-box-15.active{
	border:10px solid #101010;
}

.ce-feature-box-15:hover, .ce-feature-box-15.active{
	border:10px solid #f24c34;
}
/* ---------- feature box 16 ---------- */
.ce-feature-box-16{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-16 .img-box{
	position: absolute;
	width:450px;
	padding:0px;
	float:left;
}
.ce-feature-box-16 .text-box{
	position:relative;
	width:70%;
	padding:6px;
	right:0px;
	margin:0px;
	top:0px;
	float:right;
	z-index:2;
	border:18px solid #fff;
}
.ce-feature-box-16 .text-box .inner-box{
	width:100%;
	padding:80px;
	float:left;
	margin:0px;
	background-color:#fff;
}

/* feature box 17
 ------------------------------ */
 
.ce-feature-box-17{
	width:100%;
	float:left;
}
.ce-feature-box-17:hover .iconbox-large, .ce-feature-box-17.active .iconbox-large{
	color:#f24c34;
}
.ce-feature-box-17:hover .title, .ce-feature-box-17.active .title{
	color:#f24c34;
}


/* feature box 18
 ------------------------------ */
.ce-feature-box-18{
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-18 .inner-box{
	width:100%;
	float:left;
	padding:40px;
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-18:hover, .ce-feature-box-18.active{
	background-color:#f24c34;
}

.ce-feature-box-18:hover .inner-box .title, .ce-feature-box-18.active .inner-box .title{
	color:#fff;
}
.ce-feature-box-18:hover .inner-box p, .ce-feature-box-18.active .inner-box p{
	color:#fff;
}


/* feature box 19
 ------------------------------ */
.ce-feature-box-19{
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
}
.ce-feature-box-19 .img-box{
	position:relative;
	width:100%;
	float:left;
	padding:0px;
}
.ce-feature-box-19 .img-box .icon-box{
	position: absolute;
	width:86%;
	height:86%;
	float:left;
	padding:0px;
	z-index:2;
	opacity:0;
	margin:7% 0 0 7%;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(242, 76, 52, 0.8);
}

.ce-feature-box-19 .img-box .icon-box .sc-icons{
	width:100%;
	margin-top:50px;
	margin-left:0px;
	padding-left:0px;
	display:inline-block;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-19 .img-box .icon-box .sc-icons li{
	padding:0px;
	display:inline-block;
	
}
.ce-feature-box-19 .img-box .icon-box .sc-icons li a{
	width:40px;
	height:40px;
	padding:0px;
	color:#101010;
	line-height:37px;
	text-align:center;
	border-radius:100%;
	border:1px solid rgba(255, 255, 255, 0.4);
	display:inline-block;
	background-color:#fff;
}
.ce-feature-box-19 .img-box .icon-box .sc-icons li a:hover{
	color:#fff;
	border:1px solid #101010;
	display:inline-block;
	background-color:#101010;
}

.ce-feature-box-19:hover .img-box .icon-box, .ce-feature-box-19.active .img-box .icon-box{
	opacity:1;
}
.ce-feature-box-19:hover .img-box .icon-box .sc-icons{
	margin-top:100px;
}


/* feature box 20
 ------------------------------ */
.ce-feature-box-20{
	width:100%;
	float:left;
	padding:12px;
	background-color:#fff;
}


/* feature box 21
 ------------------------------ */
.ce-feature-box-21{
	width:100%;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-21:hover{
	background-color:#101010;
}
.ce-feature-box-21:hover h4{
	color:#fff;
}

.ce-feature-box-21:hover a{
	color:#fff;
}


/* feature box 22
 ------------------------------ */
.ce-feature-box-22{
	width:100%;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-22:hover{
	background-color:#101010;
}
.ce-feature-box-22:hover h4{
	color:#fff;
}
.ce-feature-box-22:hover a{
	color:#fff;
}

/* feature box 23
 ------------------------------ */
.ce-feature-box-23{
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
}
.ce-feature-box-23 .inner-box{
	width:100%;
	float:left;
	padding:30px;
}
.ce-feature-box-23 .inner-box .icon{
	border:1px solid #efefef;
	background-color:#fff;
	margin-bottom:8px;
}
.ce-feature-box-23 .inner-box .title-line{
	width:30%;
	margin:0 auto;
	height:1px;
	background-color:#f24c34;
}
.ce-feature-box-23:hover .inner-box .icon, .ce-feature-box-23:hover .inner-box .title,
.ce-feature-box-23.active .inner-box .icon, .ce-feature-box-23.active .inner-box .title{
	color:#f24c34;
}


/* ---------- feature box 24 ---------- */
.ce-feature-box-24{
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-24 .text-box{
	width:100%;
	padding:6px;
	margin:0px;
	float:left;
	border:20px solid #fff;
}
.ce-feature-box-24 .text-box .inner-box{
	width:100%;
	padding:50px;
	margin:0px;
	float:left;
	background-color:#fff;
}

.ce-feature-box-24 .sec-title-container {
    padding-bottom: 40px;
}


/* feature box 25
 ------------------------------ */
.ce-feature-box-25 {
    width: 100%;
	float:left;
}
.ce-feature-box-25 .icon {
	background:none;
	color:#F00;
	border:2px solid #f24c34;
}


/* feature box 26
 ------------------------------ */
.ce-feature-box-26 {
    width: 100%;
	float:left;
	padding:22px;
	background-color:#fff;
}
.ce-feature-box-26 .img-box {
	position:relative;
    width: 100%;
	float:left;
}
.ce-feature-box-26 .img-box .overlay {
	position: absolute;
    width: 100%;
	height:100%;
	float:left;
	z-index:2;
	padding:150px 0 0 60px;
	background:rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-26 .img-box .overlay .title {
	color:#fff;
}
.ce-feature-box-26.text-box {
    width: 100%;
	float:left;
	padding:97px;
	background-color:#fff;
	min-height:490px;
}
.ce-feature-box-26:hover .img-box .overlay a:hover {
	color:#fff;
}
.ce-feature-box-26 .img-box .overlay .datebox {
	position: absolute;
	width:100px;
	height:100px;
	color: #f24c34;
	right:0px;
	bottom:0px;
	text-align:center;
	font-size:18px;
	line-height:26px;
	padding-top:24px;
	background-color:#fff;

}
.ce-feature-box-26 .img-box .overlay .datebox span {
	font-size:20px;
	color: #101010;
	font-weight:600;
}


/* feature box 1
 ------------------------------ */
.ce-feature-box-27{
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	min-height:520px;
	left:0px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-27 .img-box{
	position: absolute;
	width:100%;
	float:left;
}
.ce-feature-box-27 .img-box .text-box{
	position: absolute;
	width:90%;
	float:left;
	left: 16px;
	bottom: -270px;
	padding:45px;
	background-color:#fff;
}
.ce-feature-box-27 .opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.ce-feature-box-27 .opening-list li {
	color: #727272;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: none;
}
.ce-feature-box-27 .opening-list li:first-child {
	padding-top: 0px;
}



/* feature box 28
 ------------------------------ */
.ce-feature-box-28{
	width:100%;
	float:left;
	margin-bottom:195px;
	border:10px solid #fff;
}
.ce-feature-box-28 .img-box{
	position:relative;
	width:100%;
	float:left;
}
.ce-feature-box-28 .img-box .text-box{
	position: absolute;
	width:90%;
	float:left;
	padding:35px;
	bottom:-168px;
	left:20px;
	z-index:3;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-28 .img-box .text-box .sc-icons-box{
	position: absolute;
	width:80%;
	margin:0 auto;
	top:-53px;
	left:-20px;
	opacity:0;
	overflow:hidden;
	z-index:1;
	background-color:#101010;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-28 .img-box .text-box .sc-icons-box .sc-icons{
	width:100%;
	margin:0px;
	padding-left:0px;
	text-align:center;
}
.ce-feature-box-28 .img-box .text-box .sc-icons-box .sc-icons li{
	display:inline-block;
}
.ce-feature-box-28 .img-box .text-box .sc-icons-box .sc-icons li a{
	padding:15px 7px;
	color:#fff;
	text-align:center;
	display:inline-block;
}

.ce-feature-box-28:hover .img-box .text-box .sc-icons-box{
	opacity:1;
	left:0px;
}


/* feature box 29
 ------------------------------ */
.ce-feature-box-29{
	width:100%;
	float:left;
	padding:30px;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
.ce-feature-box-29.box-two{
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #fff;
}
.ce-feature-box-29.box-three{
	border-bottom:1px solid #fff;
	border-right:1px solid #f1f1f1;
}
.ce-feature-box-29.box-four{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}


/* feature box 30
 ------------------------------ */
.ce-feature-box-30{
	position:relative;
	width:100%;
	float:left;
	top:-80px;
	padding:45px;
	margin-bottom:30px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;	
}
.ce-feature-box-30 .icon{
	width:140px;
	height:140px;
	margin:0 auto 10px auto;
	border:1px solid #edecec;
	border-radius:100%;
}

/* feature box 31
 ------------------------------ */
.ce-feature-box-31{
	width:100%;
	float:left;
}
.ce-feature-box-31 .img-box{
	width:32%;
	float:left;
}
.ce-feature-box-31 .text-box{
	width:68%;
	float:left;
	padding:60px;
	min-height:437px;
	border:1px solid #101010;
	background-color:#101010;
}

/* featurebox 32
 ------------------------------ */
.ce-feature-box-32{
	width:100%;
	padding:0px;
	float:left;
	background-color:#fff;
}
.ce-feature-box-32 .img-box{
	position:relative;
	width:50%;
	padding:0px;
	float:left;
}
.ce-feature-box-32 .text-box{
	width:50%;
}
.ce-feature-box-32 .img-box .arrow-left {
	position:absolute;
	width: 0;
	height: 0;
	right: -5px;
	bottom:135px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
	z-index:2;
}


/* feature box 33
 ------------------------------ */
.ce-feature-box-33{
	width:100%;
	float:left;
	padding:45px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;	
}
.ce-feature-box-33 .icon{
	width:140px;
	height:140px;
	margin:0 auto 10px auto;
	border:1px solid #edecec;
	border-radius:100%;
}


/* feature box 34
 ------------------------------ */
.ce-feature-box-34{
	width:100%;
	float:left;
	padding:70px;
	min-height:449px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-34:hover, .ce-feature-box-33.active{
	background-color:#101010;
}
.ce-feature-box-34:hover .title, .ce-feature-box-34.active .title{
	color:#fff;
}
.ce-feature-box-34:hover .btn.btn-border.dark, .ce-feature-box-34.active .btn.btn-border.dark{
	border-color:#fff;
	color:#fff;
}
.ce-feature-box-34 .title a:hover{
	color:#fff;
}


/* feature box 35
 ------------------------------ */
.ce-feature-box-35{
	width:100%;
	float:left;
	background-color:#fff;
}
.ce-feature-box-35 .img-box{
	position: relative;
	width:100%;
	float:left;
}
.ce-feature-box-35 .img-box .text-box{
	position: absolute;
	width:100%;
	height:100%;
	float:left;
	padding:25px;
	transition: all 0.3s ease-out 0s;
	background-color:#f5f5f5;
}
.ce-feature-box-35 .img-box .text-box .inner-box{
	width:100%;
	height:100%;
	float:left;
	padding:35px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-35:hover .img-box .text-box, .ce-feature-box-35.active .img-box .text-box{
	background-color:rgba(242, 76, 52, 0.9);
}

.ce-feature-box-35:hover .img-box .text-box .inner-box h4, .ce-feature-box-35.active .img-box .text-box .inner-box h4{
	color:#fff;
}
.ce-feature-box-35:hover .img-box .text-box .inner-box p, .ce-feature-box-35.active .img-box .text-box .inner-box p{
	color:#fff;
}
.ce-feature-box-35:hover .img-box .text-box .inner-box .icon-plain-msmall, .ce-feature-box-35.active .img-box .text-box .inner-box .icon-plain-msmall{
	color:#fff;
}
.ce-feature-box-35:hover .img-box .text-box .inner-box .read-more, .ce-feature-box-35.active .img-box .text-box .inner-box .read-more{
	color:#fff;
}


/* featurebox 36
 ------------------------------ */
.ce-feature-box-36 {
    width: 100%;
    float: left;
	margin-bottom:70px;
}
.ce-feature-box-36 .inner-box {
	border-left:1px solid #e4e4e4;
	padding:0 0 0 20px;
}
.ce-feature-box-36 .iconbox-small {
	border:3px solid #f5f5f5;
}
.ce-feature-box-36:hover .inner-box, .ce-feature-box-36.active .inner-box {
	border-left:1px solid #f24c34;
}
.ce-feature-box-36:hover .iconbox-small, .ce-feature-box-36.active .iconbox-small{
	color:#f24c34;
}
.ce-feature-box-36:hover h5, .ce-feature-box-36.active h5{
	color:#f24c34;
}


/*============ Section Titles ============ */

/* title line
 ------------------------------ */
.ce-sub-text {
	/* width: 60%; */
	margin:15px auto 0 auto;
}
@media screen and (max-width:767px){
	.ce-sub-text {
		width: 80%;
		margin:15px auto 0 auto;
	}
}
.ce-sub-text.align-left {
	width: 80%;
	margin:15px auto 0 0;
}


/* title line 
 ------------------------------ */
.ce-title-line-1 {
	width: 70px;
	height:2px;
	margin:15px auto 10px auto;
	background-color:#101010;
}
.ce-title-line-1.align-left {
	width: 70px;
	margin:8px auto 20px 0;
}
.ce-title-line-1.dark, .ce-title-line-1.dark {
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.ce-title-line-1.white {
	background-color:#fff;
}



.ce-title-line-2 {
	width: 70px;
	height:2px;
	margin:12px auto 30px auto;
	background-color:#101010;
}
.ce-title-line-2.align-left {
	width: 70px;
	margin:8px auto 20px 0;
}
.ce-title-line-2.dark, .ce-title-line-2.dark {
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.ce-title-line-2.white {
	background-color:#fff;
}
/*============ blog ============ */

.ce-post-holder-1{
	width:100%;
	padding:0px;
	float:left;
}
.ce-post-holder-1 .ce4-post-img{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-post-holder-1 .text-box{
	height:274px;
	padding:60px 50px 50px 50px;
	background-color:#1d1d1d;
}
.ce-post-holder-1 .text-box.one{
	height:274px;
}
.ce-post-holder-1 .text-box .blog-post-info span{
	color:#fff;
}

.ce-post-holder-1 .ce4-post-img .arrow-up {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	bottom:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #1d1d1d;
	z-index:2;
}
.ce-post-holder-1 .ce4-post-img .arrow-down {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	top:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #1d1d1d;
}
.ce-post-holder-1 .text-box .title{
	color:#fff;
}
.ce-post-holder-1.textbox-red .text-box{
	background-color:#f24c34;
}
.ce-post-holder-1.textbox-red .text-box p{
	color:#fff;
}
.ce-post-holder-1.textbox-red .ce4-post-img .arrow-up {
	border-bottom: 20px solid #f24c34;
	z-index:2;
}
.ce-post-holder-1.textbox-red .ce4-post-img .arrow-down {
	border-top: 20px solid #f24c34;
}

/* price table 1
 ------------------------------ */
.ce-price-table-1 {
	position:relative;
    width: 100%;
	padding:30px;
    float: left;
	background-color:#f5f5f5;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1.style-2 {
	background-color:#fff;
}
.ce-price-table-1.style-2 .list-box {
	background-color:#f5f5f5;
}
.ce-price-table-1 .ribbon {
	position: absolute;
    width:115px;
	height:145px;
	right: -9px;
	top: -14px;
    float: right;
}
.ce-price-table-1 .price-box {
	width:100%;
	margin: 0 auto;
	color: #f24c34;
	padding:30px 0 20px 0;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .price-box .price {
	color: #f24c34;
	font-size:36px;
	padding: 10px 0 0 0;
	font-weight:700;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .price-box .price i {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.ce-price-table-1 .price-box .price sup {
	font-size: 18px;
	font-style: normal;
}

.ce-price-table-1 .list-box {
	width: 100%;
	float: left;
	padding: 50px;
	margin:5px 0 0 0;
	background-color:#fff;
}

.ce-price-table-1 ul.plan_features {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 50px 0;
}
.ce-price-table-1 ul.plan_features li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 ul.plan_features li:last-child {
	border-bottom: none;
}

/* hover styles
 ------------------------------ */
.ce-price-table-1:hover, .ce-price-table-1.active {
	background-color:#242424;
}
.ce-price-table-1:hover .title, .ce-price-table-1.active .title {
	color:#fff;
}
.ce-price-table-1:hover .list-box, .ce-price-table-1.active .list-box  {
	background-color:#f24c34;
}
.ce-price-table-1:hover .list-box ul.plan_features li, .ce-price-table-1.active .list-box ul.plan_features li  {
	color:#fff;
}
.ce-price-table-1:hover .list-box .btn.btn-prim, .ce-price-table-1.active .list-box .btn.btn-prim  {
	color:#242424;
	background-color:#fff;
}
.ce-price-table-1:hover .price-box, .ce-price-table-1.active .price-box {
	border-top:1px solid rgba(255, 255, 255, 0.2);
}


/* page titles */
.page-title-1 {
	float: left;
	width: 100%;
	margin-top: -91px;
	padding: 250px 0px 100px 0px;
	background: url(../image/bg-img-10.jpg) no-repeat center top;
}
.page-title-2 {
	float: left;
	width: 100%;
	margin-top: -91px;
	padding: 320px 0px 220px 0px;
	background: url(../image/bg-img-11.jpg) no-repeat center top;
}
.page-title-3 {
	float: left;
	width: 100%;
	margin-top: -91px;
	padding: 250px 0px 100px 0px;
	background: url(../image/bg-img-12.jpg) no-repeat center top;
}
.page-title-4 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	background: url(../image/bg-img-13.jpg) no-repeat center top;
}
.page-title-5 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	background: url(../image/bg-img-15.jpg) no-repeat center top;
}
.page-title-6 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	background: url(../image/bg-img-16.jpg) no-repeat center top;
}
.page-title-7 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	background: url(../image/bg-img-17.jpg) no-repeat center top;
}


/* personal info list
 ------------------------------ */
 
.personal-info {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.personal-info li {
    color: #f24c34;
    padding-bottom: 8px;
}
.personal-info li i {
    margin-right: 10px;
}
.personal-info.orange-2 li {
    color: #f24c34;
    padding-bottom: 8px;
}

/*============ pages sidebar ============ */

.pages-sidebar-item {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.pages-sidebar-item .social-links {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pages-sidebar-item .social-links li {
    float: left;
    margin: 0;
    padding: 0;
}
.pages-sidebar-item .social-links li a {
    color: #323335;
    float: left;
    padding: 0 20px 0 0;
}
.pages-sidebar-item .social-links li a:hover {
    color: #f24c34;
}

.pages-newsletter {
    border: 1px solid #e4e4e4;
    float: left;
    height: 45px;
    padding: 10px;
    width: 100%;
}
.bg2-rightcol-links {
    float: left;
    padding: 0;
    width: 100%;
}

.pages-sidebar-item-title {
    font-size: 20px;
    margin-bottom: 25px;
	font-weight:500;
}

.pages-sidebar-links {
    float: left;
    padding: 0;
    width: 100%;
}
.pages-sidebar-links li {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}
.pages-sidebar-links li a {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.pages-sidebar-links li a:hover, .pages-sidebar-links li a.active {
    color: #f24c34;
}
/* .pages-sidebar-links li:last-child {
    border-bottom: medium none;
} */
.pages-tags {
    margin: 0;
    padding: 0;
}
.pages-tags li {
    margin: 0;
    padding: 0;
}
.pages-tags li a {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #727272;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
}
.pages-tags li a:hover, .pages-tags li a.active {
    background-color: #323335;
    color: #727272;
}

/*============ Site map ============ */

ul.sitemap {
    margin: 0;
    padding: 0;
}
ul.sitemap li {
    margin: 0 0 8px;
}
ul.sitemap li a {
    color: #f24c34;
}
ul.sitemap li a:hover {
    text-decoration: underline;
}
ul.sitemap li ul {
    padding-left: 30px;
}

/*============ 404 page ============ */
.error_holder {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 60%;
}
.error_holder.two {
    text-align: left;
    width: 100%;
}
.error_holder .title {
    font-size: 110px;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error_title_big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error-search-box {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.error-search-box .email_input {
    border: 1px solid #e4e4e4;
    color: #727272;
    height: 50px;
    width: 70%;
	padding:15px;
}
.error-search-box .input_submit {
    background-color: #f24c34;
    border: 1px solid #f24c34;
    color: #fff;
    height: 50px;
    transition: all 0.3s ease-out 0s;
    width: 20%;
}
.error-search-box .input_submit:hover {
    background-color: #242424;
    border: 1px solid #242424;
}
.error-title-big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}

/*============ portfolio single page ============ */

.port-project-info {
	width:100%;
	float:left;
	padding:40px;
	border:1px solid #f1f1f1;
}
.port-project-info li {
	padding:0 0 10px 0;
	margin:0px;
}
.port-project-info li span {
    color: #323335;
    display: inline-block;
    font-weight: 700;
    width: 150px;
}
.port-project-info li span i {
    margin-right: 7px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 14px;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {

.ce-feature-box-1 {
    min-height: 496px;
}
.ce-feature-box-11 .img-box .text-box {
    height:auto;
}	

.ce-feature-box-4 .imgbox-dxlarge-2 {
    width: 100px;
    height: 100px;
}

.ce-feature-box-3 {
    min-height: 550px;
}
.ce-feature-box-26 .img-box .overlay {
    padding: 20px;
}
.ce-feature-box-30 {
    position: static;
	margin-top:40px;
}

.ce-feature-box-35 .img-box .text-box .inner-box {
    padding: 0;
}

	
.ce-feature-box-32 .img-box {
    position: relative;
    width: 100%;
    padding: 0px;
}
.ce-feature-box-32 .text-box {
    width: 100%;
}
.ce-feature-box-32 .img-box .arrow-left {
	display:none;
}
.ce-feature-box-35 .img-box .text-box {
    height: auto;
}
.ce-feature-box-35 .img-box .text-box {
    position: static;
}












}
	
@media only screen and (max-width: 1000px) {


}	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.ce-feature-box-1 {
    min-height: 622px;
}
.ce-feature-box-1 {
    min-height: 580px;
}
.feature-box-3 {
    min-height: 640px;
}








}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {

.ce-feature-box-3 {
    min-height: 610px;
}





}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.ce-feature-box-1 {
    left: 0px;
    top: 0;
}
.section-side-image .text-inner-2 {
    padding: 40px;
}










}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
.page-title-1 {
	padding: 180px 0px 70px 0px;
}
.page-title-2 {
	padding: 180px 0px 70px 0px;
}
.page-title-3 {
	padding: 180px 0px 70px 0px;
}
.page-title-4 {
	padding: 50px 0px 50px 0px;
}
}


@media screen and (max-width: 640px) {

.ce-feature-box-1 {
    min-height: 674px;
}
.ce-feature-box-1 {
    min-height: 890px;
}
.ce-feature-box-3 {
    min-height: 915px;
}
.fo-top-holder .social-iconbox {
    left: 30%;
}
.ce-feature-box-27 .img-box .text-box {
    position: static;
    width: 90%;
    float: left;
    left: 16px;
    bottom: -270px;
    padding: 45px;
    background-color: #fff;
}
.ce-feature-box-30 {
    position: static;
	margin-top:10px;
}







}


@media screen and (max-width: 480px) {

.ce-feature-box-1 {
    min-height: 710px;
}
.ce-feature-box-3 {
    min-height: 770px;
}
.fo-top-holder .social-iconbox {
    left: 25%;
}
.ce-feature-box-3 {
    min-height: 625px;
}
.ce-feature-box-16 .text-box {
    width: 100%;
	padding: 40px;
}
.ce-feature-box-16 .text-box .inner-box {
    padding: 40px;
}










}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.ce-feature-box-1 {
    min-height: 614px;
}
.fo-top-holder .social-iconbox {
    left: 14%;
}
.bg-title {
    font-size: 50px;
}

.ce-feature-box-26 .img-box .overlay .title {
	font-size:24px;
	line-height:24px;
}









}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.fo-top-holder .social-iconbox {
    left: 10%;
}
.fo-top-holder .social-iconbox {
    width: 225px;
}
.fo-top-holder .social-iconbox .side-shape1.right-icon {
    left: 225px;
}
.ce-feature-box-16 .text-box {
    padding: 20px;
}
.ce-price-table-1 {
    padding: 10px;
}






}