/*
Template: ""
category: corporate 4
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
	4.crossed shapes

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/

/*========= Wedding layout styles ===========*/

/*============ Feature boxes ============ */

.wrapper-boxed {
  max-width: 1460px;
}

/* feature box 1
 ------------------------------ */
.b4-feature-box-1 {
    width: 100%;
	float:left;
	padding:22px;
	background-color:#fff;
}
.b4-feature-box-1 .img-box {
	position:relative;
    width: 100%;
	float:left;
}
.b4-feature-box-1 .img-box .overlay {
	position: absolute;
    width: 100%;
	height:100%;
	float:left;
	z-index:2;
	padding:230px 0 0 60px;
	background:rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-1 .img-box .overlay .title {
	color:#fff;
}
.b4-feature-box-1 .img-box .overlay a:hover {
	color:#fff;
}

/*Hover*/
.b4-feature-box-1:hover .img-box .overlay,
.b4-feature-box-1.active .img-box .overlay {
	background:rgba(204, 221, 8, 0.8);
}
.b4-feature-box-1:hover .img-box .overlay a:hover {
	color:#000;
}
.b4-feature-box-1:hover .img-box .overlay a,
.b4-feature-box-1.active .img-box .overlay a {
	color:#fff;
}

.b4-feature-box-1.text-box {
    width: 100%;
	float:left;
	padding:80px 65px 65px 65px;
	background-color:#fff;
	min-height:518px;
}



/* feature box 2
 ------------------------------ */
.b4-feature-box-2 {
    width: 100%;
	float:left;
	padding:22px;
	background-color:#fff;
}
.b4-feature-box-2 .img-box {
	position:relative;
    width: 100%;
	float:left;
}
.b4-feature-box-2 .img-box .overlay {
	position: absolute;
    width: 100%;
	height:100%;
	float:left;
	z-index:2;
	padding:180px 0 0 60px;
	background:rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-2 .img-box .overlay .title {
	color:#fff;
}
.b4-feature-box-2.text-box {
    width: 100%;
	float:left;
	padding:80px 65px 65px 65px;
	background-color:#fff;
	min-height:518px;
}
.b4-feature-box-2:hover .img-box .overlay a:hover {
	color:#fff;
}
.b4-feature-box-2 .img-box .overlay .datebox {
	position: absolute;
	width:100px;
	height:100px;
	color: #ccdd08;
	right:0px;
	bottom:0px;
	text-align:center;
	font-size:18px;
	line-height:26px;
	padding-top:24px;
	background-color:#fff;

}
.b4-feature-box-2 .img-box .overlay .datebox span {
	font-size:20px;
	color: #101010;
	font-weight:600;
}




/* featurebox 3
 ------------------------------ */
.b4-feature-box-3 {
    width: 100%;
    float: left;
}
.b4-feature-box-3 .img-box-main {
    width: 100%;
    float: left;
	padding:10px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-3 .img-box-main .img-box {
	position:relative;
    width: 100%;
    float: left;
	padding:0px;
	text-align:center;
	overflow:hidden;
	background-color:#fff;
}
.b4-feature-box-3 .img-box-main .img-box img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-3 .text-box {
    width:100%;
	padding:30px 50px;
	margin-top:17px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-3 .img-box-main .img-box .sc-icons-box{
	position: absolute;
	width:20%;
	height:100%;
	padding:0px;
	margin:0px;
	right: -110px;
	top:0px;
	overflow:hidden;
	z-index:1;
	color:#101010;
	text-align:center;
	display:inline-block;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.b4-feature-box-3 .img-box-main .img-box .sc-icons-box .sc-icons{
	width:100%;
	padding:60px 0 0 0;
	margin:0px;
}
.b4-feature-box-3 .img-box-main .img-box .sc-icons-box .sc-icons li{
	width:100%;
	padding:0px;
	margin:0 0 10px 0;
	display:inline-block;
}
.b4-feature-box-3 .img-box-main .img-box .sc-icons-box .sc-icons li a{
	width:40px;
	height:40px;
	padding:15px 10px;
	color:#fff;
	line-height:12px;
	display:inline-block;
	border-radius:100%;
	background-color:#ccdd08;
}

.b4-feature-box-3.text-box {
    width: 100%;
    float: left;
	min-height:500px;
    padding: 80px 65px 65px 65px;
    background-color: #fff;
    min-height: 628px;
}


/* hover styles
 ------------------------------ */
.b4-feature-box-3:hover .img-box-main .img-box .sc-icons-box,
.b4-feature-box-3.active .img-box-main .img-box .sc-icons-box{
	right:0px;
}
.b4-feature-box-3:hover .img-box-main,
.b4-feature-box-3.active .img-box-main {
	background-color:#fff;
}
.b4-feature-box-3:hover .img-box-main .img-box,
.b4-feature-box-3.active .img-box-main .img-box {
	background-color:#fff;
}

.b4-feature-box-3:hover .img-box-main .img-box img {
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* featurebox 4
 ------------------------------ */
.b4-feature-box-4 {
    width: 100%;
    float: left;
	padding:45px;
	background-color:#fff;
}
.b4-feature-box-4 .img-circle {
    width: 150px;
	height:150px;
    float: left;
	padding:8px;
	border-radius:100%;
	background-color:#ccdd08;
}
.b4-feature-box-4 .img-circle .img {
	background-color:#fff;
}



/* feature box 5
 ------------------------------ */
.b4-feature-box-5{
	width:100%;
	float:left;
	padding:90px;
	background-color:#fff;
}
.b4-feature-box-5 .title{
	margin-bottom:45px;
}
.b4-feature-box-5.less-padd{
	padding:50px;
}



/* featurebox 6
 ------------------------------ */
 
.b4-feature-box-6 {
    width: 100%;
    float: left;
	padding:50px;
	border:6px solid #ccdd08;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}



/* featurebox 7
 ------------------------------ */

.b4-feature-box-7 {
    width: 100%;
    float: left;
	padding:50px;
	background:#ccdd08;
}
.b4-feature-box-7 .blog-post-info span{
	color:#fff;
	}





/* footer newsletter
 ------------------------------ */
.b4-newsletter {
	width: 25%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.b4-newsletter-email {
	width: 55%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.b4-newsletter-btn {
    width: 15%;
    height: 50px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#fff;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #f82049;
	background-color: #f82049;
}


/*============ Section Titles ============ */

.b4-sub-title {
    width: 55%;
    font-size: 22px;
    line-height: 30px;
    margin: 15px auto 0 auto;
}
.b4-sub-title.left-align {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    margin: 15px auto 0 auto;
}



/* price table 1
 ------------------------------ */
 
 .b4-price-table-1-main {
	 position:relative;
    width: 100%;
    float: left;
	min-height:710px;
}
.b4-price-table-1 {
	position: relative;
    width: 100%;
	padding:20px;
    float: left;
	top:-90px;
	transition: all 0.3s ease-out 0s;
	background-color:#fff;
}
.b4-price-table-1 .border-box {
    width: 100%;
	padding:2px;
    float: left;
}

.b4-price-table-1 .inner-box {
    width: 100%;
	padding:80px 40px;
    float: left;
	border:1px solid #ccdd08;
	transition: all 0.3s ease-out 0s;
}
.b4-price-table-1 .inner-box .price-circle {
	width: 130px;
	height: 130px;
	padding: 38px 0 0;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #fff;
	border:3px solid #f5f5f5;
	transition: all 0.3s ease-out 0s;
}
.b4-price-table-1 .inner-box .price-circle .price {
	color: #242424;
	font-size:28px;
	padding: 8px 0 0 0;
	font-weight:700;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.b4-price-table-1 .inner-box .price-circle .price i {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.b4-price-table-1 .inner-box .price-circle .price sup {
	font-size: 18px;
	font-style: normal;
}
.b4-price-table-1 ul.plan_features {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 50px 0;
}
.b4-price-table-1 ul.plan_features li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	transition: all 0.3s ease-out 0s;
}
.b4-price-table-1 ul.plan_features li:last-child {
	border-bottom: none;
}

/* hover styles
 ------------------------------ */
.b4-price-table-1:hover .inner-box .price-circle {
	border:3px solid #ccdd08;
}
.b4-price-table-1:hover .inner-box,
.b4-price-table-1.active .inner-box {
	background-color:#ccdd08;
}
.b4-price-table-1:hover .inner-box .title,
.b4-price-table-1.active .inner-box .title {
	color:#fff;
}

.b4-price-table-1:hover ul.plan_features li,
.b4-price-table-1.active ul.plan_features li {
	color:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b4-price-table-1:hover ul.plan_features li:last-child,
.b4-price-table-1.active ul.plan_features li:last-child {
	border-bottom: none;
}










/* border light
 ------------------------------ */
.ba-divider-line {
	width:100%;
	height:1px;
    background-color: #ebebee;
}


/*============ Parallax Sections ============ */
.parallax-1 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/1.jpg") no-repeat fixed 50% 0;
}
.parallax-2 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/2.jpg") no-repeat fixed 50% 0;
}
.parallax-3{
    background: rgba(0, 0, 0, 0) url("../images/parallax/3.jpg") no-repeat fixed 50% 0;
}
.parallax-4{
    background: rgba(0, 0, 0, 0) url("../images/parallax/4.jpg") no-repeat fixed 50% 0;
}
.parallax-5{
    background: rgba(0, 0, 0, 0) url("../images/parallax/5.jpg") no-repeat fixed 50% 0;
}




.header-inner .breadcrumb {
	margin-bottom:0px;
	background: none;
}
.header-inner .breadcrumb li {
	color:#fff;
    display: inline;
}
.header-inner .breadcrumb li a {
	color:#fff;
}
.header-inner .breadcrumb li.current a {
	color:#000;
}
.header-inner .breadcrumb li+li:before {
    content:"» ";
}


/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	



















}
	
	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.container{ 
	width:94%;
}












}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {











 
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {











}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {

.b4-price-table-1 {
    top: 0;
}
.b4-price-table-1-main {
    padding: 80px 0;
}








}


@media screen and (max-width: 480px) {







}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
	
.b4-feature-box-2 .img-box .overlay {
    padding: 30px;
}











}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {




}