/*
Template: ""
category: Corporate 7
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 ============ */

/* feature box 1
 ------------------------------ */
.ba-feature-box-1 {
    width: 80%;
	margin:50px auto 0 auto;
}


/* feature box 2
 ------------------------------ */
.ba-feature-box-2 {
	position:relative;
    width: 100%;
	float:left;
	padding:65px;
	top:-125px;
	background-color:#fff;
}


/* featurebox 3
 ------------------------------ */
.ba-feature-box-3 {
    width: 100%;
    float: left;
}
.ba-feature-box-3 .img-circle {
    width: 150px;
	height:150px;
    float: left;
	padding:8px;
	border-radius:100%;
	background-color:#4064d7;
}
.ba-feature-box-3 .img-circle .img {
	background-color:#fff;
}

/* featurebox 4
 ------------------------------ */
 
.ba-feature-box-4 {
    position: relative;
    width: 100%;
    float: left;
    z-index: 2;
}
.ba-feature-box-4 .img-box {
    position: relative;
    width: 100%;
    float: left;
}
.ba-feature-box-4 .img-box .overlay {
    position: absolute;
    width: 90%;
	height:90%;
	opacity:0;
	padding:70px 0 0 0;
	margin:5% 0 0 5%;
	background:rgba(41,71,227,0.9);
	transition: all 0.3s ease-out 0s;
}


.ba-feature-box-4:hover .img-box .overlay,
.ba-feature-box-4.active .img-box .overlay {
    position: absolute;
    width: 90%;
	height:90%;
	opacity:1;
	padding:70px 0 0 0;
	margin:5% 0 0 5%;
	background:rgba(64,100,215,0.9);
}

.ba-feature-box-4-main-inner .title-container{
	position: relative;
	width:100%;
	float:left;
	z-index:5;
	padding-top:80px;
}














/* footer newsletter
 ------------------------------ */
.ba-newsletter {
	width: 25%;
	height: 65px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	background:#fff;
	border: 1px solid #fff;
	}
.ba-newsletter-email {
	width: 50%;
	height: 65px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	background:#fff;
	border: 1px solid #fff;
	}
.ba-newsletter-btn {
    width: 21%;
    height: 63px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#ebebeb;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #101010;
	background-color: #101010;
}


.ba-newsletter-2 {
	width: 100%;
	height: 60px;
	float: left;
	padding: 20px;
	text-align:center;
	border-radius:40px;
	border: 1px solid #fff;
	background-color: #fff;
	}

.ba-newsletter-2-btn {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#fff;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #4064d7;
	background-color: #4064d7;
}


/*============ Section Titles ============ */

.ce-sub-title {
    width: 55%;
    font-size: 22px;
    line-height: 30px;
    margin: 15px auto 0 auto;
}
.ce-sub-title.left-align {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    margin: 15px auto 0 auto;
}







/* price table 2
 ------------------------------ */
.ba-price-table-1 {
    width: 100%;
	padding:20px;
    float: left;
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	transition: all 0.3s ease-out 0s;
	background-color:#fff;
}

.ba-price-table-1 .inner-box {
    width: 100%;
	padding:80px 40px;
    float: left;
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ba-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;
}
.ba-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;
}
.ba-price-table-1 .inner-box .price-circle .price i {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.ba-price-table-1 .inner-box .price-circle .price sup {
	font-size: 18px;
	font-style: normal;
}
.ba-price-table-1 ul.plan_features {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 50px 0;
}
.ba-price-table-1 ul.plan_features li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	transition: all 0.3s ease-out 0s;
}
.ba-price-table-1 ul.plan_features li:last-child {
	border-bottom: none;
}

/* hover styles
 ------------------------------ */

.ba-price-table-1:hover .inner-box .price-circle,
 .ba-price-table-1.active .inner-box .price-circle {
	color:#4064d7;
}
.ba-price-table-1:hover .inner-box .price-circle .price,
 .ba-price-table-1.active .inner-box .price-circle .price {
	color: #4064d7;
}
.ba-price-table-1:hover .inner-box .price-circle,
 .ba-price-table-1.active .inner-box .price-circle {
    color: #4064d7;
}
.ba-price-table-1:hover,
.ba-price-table-1.active {
	background-color:#4064d7;
}
.ba-price-table-1:hover .inner-box,
.ba-price-table-1.active .inner-box {
	background-color:#4064d7;
}
.ba-price-table-1:hover .inner-box .title,
.ba-price-table-1.active .inner-box .title {
	color:#fff;
}
.ba-price-table-1:hover ul.plan_features li,
.ba-price-table-1.active ul.plan_features li {
	color:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ba-price-table-1:hover ul.plan_features li:last-child,
.ba-price-table-1.active ul.plan_features li:last-child {
	border-bottom: none;
}
.ba-price-table-1:hover .btn.btn-prim {
	color:#101010;
	background-color:#fff;
}



/* 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;
}









/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	





}
	
	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.container{ 
	width:94%;
}
.section-side-image .text-inner-2 {
    padding: 100px;
}
.ba-feature-box-2 {
    top: 0;
	margin-bottom:20px;
}











}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {

.fo-newsletter-3 {
    width: 100%;
	margin-bottom:5px;
}
.fo-newsletter-3-email {
    width: 100%;
}
.fo-newsletter-3-btn {
    width: 100%;
}










 
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.fo-newsletter-3 {
    width: 100%;
	margin-bottom:5px;
}
.fo-newsletter-3-email {
    width: 100%;
}
.fo-newsletter-3-btn {
    width: 100%;
}











}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {
.fo-newsletter-3 {
    width: 100%;
	margin-bottom:5px;
}
.fo-newsletter-3-email {
    width: 100%;
}
.fo-newsletter-3-btn {
    width: 100%;
}











}


@media screen and (max-width: 480px) {

.bm-feature-box-1 .box {
    padding: 50px;
}
.fo-newsletter-3 {
    width: 100%;
	margin-bottom:5px;
}
.fo-newsletter-3-email {
    width: 100%;
}
.fo-newsletter-3-btn {
    width: 100%;
}
.section-side-image .text-inner-2 {
    padding: 60px;
}
.ba-newsletter {
    width: 100%;
}
.ba-newsletter-email {
    width: 100%;
	margin-top:5px;
}
.ba-newsletter-btn {
    width: 100%;
}








}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {


}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {




}