/*
	Text Section
---------------------------------------------------------------*/
.tbs_text{
	position:relative;	
}
.tbs_text.no-bg{
	background:none !important;	
}
.tbs_text:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.tbs_text .tallybuilder_section_inner{
	width:90%;
	max-width: 1100px;
	margin:0 auto;
	position:relative;
}
.tbs_text .tallybuilder_section_inner:before,
.tbs_text .tallybuilder_section_inner:after{
	display:table;
	content:" ";
}

/*~ Content Alignment ~*/
.tbs_text.tb_content_align_left .tallybuilder_section_inner{
	text-align:left;
}
.tbs_text.tb_content_align_right .tallybuilder_section_inner{
	text-align:right;
}

/*~ Text Alignment ~*/
.tbs_text.tb_align_center .tb_1st_con{
	text-align:center;
}
.tbs_text.tb_align_right .tb_1st_con{
	text-align:right;
	display:inline-block;
}
.tbs_text.tb_align_left .tb_1st_con{
	text-align:left;
	display:inline-block;
}

/*~ Font Style ~*/
.tbs_text .tb_title h1{
	line-height:1.3;
	margin-bottom:10px;
}
.tbs_text .tb_title h3{
	line-height:1.3;
	margin-bottom:10px;
}
.tbs_text .tb_content{
	line-height:1.5;
}
.tbs_text .tb_1st_con{
	padding-left:0;
	padding-right:0;
}
.tbs_text .tb_1st_con .col-md-6,
.tbs_text .tb_1st_con .col-md-12{
	padding-left:0;
	padding-right:0;
}
.tbs_text .tb_1st_row{
	margin-right: 0;
    margin-left: 0;	
}

/*~ Image Position ~*/
.tbs_text.tb_image_position_right .tb_content_warp_inner{
	margin-right:20px;
}
.tbs_text.tb_image_position_left .tb_content_warp_inner{
	margin-left:20px;
}
.tbs_text.tb_image_position_top .tb_content_warp,
.tbs_text.tb_image_position_top .tb_image_warp,
.tbs_text.tb_image_position_bottom .tb_content_warp,
.tbs_text.tb_image_position_bottom .tb_image_warp{
	width:100%;
}

/*~ Image float ~*/
.tbs_text.tb_image_float_top_left .row,
.tbs_text.tb_image_float_top_right .row,
.tbs_text.tb_image_float_bottom_left .row,
.tbs_text.tb_image_float_bottom_right .row,
.tbs_text.tb_image_position_right_half .row,
.tbs_text.tb_image_position_left_half .row{
	display:flex;	
}
.tbs_text.tb_image_float_top_left .tb_image_warp img,{
	position:absolute;
	top:0;
	left:0;
}
.tbs_text.tb_image_float_top_right .tb_image_warp img{
	position:absolute;
	top:0;
	right:0;
}
.tbs_text.tb_image_float_bottom_left .tb_image_warp img{
	position:absolute;
	bottom:0;
	left:0;
}
.tbs_text.tb_image_float_bottom_right .tb_image_warp img{
	position:absolute;
	bottom:0;
	right:0;
}
.tbs_text.tb_image_float_left .tb_image_warp img{
	float:left;
}
.tbs_text.tb_image_float_right .tb_image_warp img{
	float:right;
}

.tbs_text.tb_image_position_right_half .tallybuilder_section_inner,
.tbs_text.tb_image_position_left_half .tallybuilder_section_inner{
	width:100%;
	max-width:100%;
}
.tbs_text.tb_image_position_right_half .tb_image_warp img,
.tbs_text.tb_image_position_left_half .tb_image_warp img{
	display:none;
}
.tbs_text.tb_image_position_right_half .container-fluid,
.tbs_text.tb_image_position_left_half .container-fluid{
    padding-left: 0;
    padding-right: 0;	
}
.tbs_text.tb_image_position_right_half .tb_image_warp_inner,
.tbs_text.tb_image_position_left_half .tb_image_warp_inner{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.tbs_text.tb_image_position_right_half .tb_content_warp_inner,
.tbs_text.tb_image_position_left_half .tb_content_warp_inner{
    max-width: 550px;
	margin-left:0 !important;
	margin-right:0 !important;
}
.tbs_text.tb_image_position_right_half .tb_content_warp_inner{
	float:right;	
}


@media (max-width: 991px) {
	.tbs_text.tb_image_float_top_left .row, 
	.tbs_text.tb_image_float_top_right .row, 
	.tbs_text.tb_image_float_bottom_left .row, 
	.tbs_text.tb_image_float_bottom_right .row, 
	.tbs_text.tb_image_position_right_half .row, 
	.tbs_text.tb_image_position_left_half .row{
		display:block;	
	}
	.tbs_text.tb_image_position_right_half .tb_image_warp, 
	.tbs_text.tb_image_position_left_half .tb_image_warp{
		width: 100%;
    	height: 400px;	
	}
	.tbs_text.tb_image_position_right_half .tb_content_warp, 
	.tbs_text.tb_image_position_left_half .tb_content_warp{
		width: 100%;
		overflow: hidden;
	}
	.tbs_text.tb_image_position_right_half .tb_content_warp_inner, 
	.tbs_text.tb_image_position_left_half .tb_content_warp_inner{
		width: 90%;
		max-width: 90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.tbs_text.tb_image_float_bottom_right .tb_image_warp img{
		position:relative;	
	}
	.tbs_text.tb_image_position_left .tb_image_warp_inner{
		margin-bottom:20px;
	}
	.tbs_text .btn-primary{
		margin-bottom:10px;
		margin-right:10px;
	}
}