/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Bizzness
Version:	1.0.0
-------------------------------------------------------------------
[Table of contents]
 
1. Body
2. Custom css / a
3. Header Top / a
4. Header Bottom / .bz_header_wrapper
5. Heading  / .bz_heading_center
6. Button / .bz_btn 
7. About us / .bz_about_wrapper
8. Service / .bz_service_wrapper
9. We Best / .bz_webest_wrapper
10. Sol Wrapper / .bz_sol_wrapper
11. Projects Wrapper / .bz_projects_wrapper
12. Testimonial / .bz_testimonial_wrapper
13. Team Wrapper / .bz_team_wrapper
14. Pricing Wrapper / .bz_pricing_wrapper
15. Blog Css / .bz_blog_wrapper
16. Partners / .bz_partners_wrapper
17. Map Css / .bz_map_wrapper
18. Footer Css / .bz_footer_wrapper
19. Responsive css / .bz_testimonial_wrapper:after
*/

/*--------- Body Strat -------*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #3d3d3d;
}
/*---------- Custom Css Start -------*/
a {
	color: #3d3d3d;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.1;
	font-weight:700;
	color: #1a1a1a;
}
img {
	max-width: 100%;
}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none !important;
	box-shadow:none !important;
}
textarea {
	outline: none;
	border-radius:0px !important;
}
textarea:focus {
	outline: none !important;
	box-shadow:none !important;
}
.bz_toppadder10{
	padding-top:10px;
}
.bz_toppadder20{
	padding-top:20px;
}
.bz_toppadder30{
	padding-top:30px;
}
.bz_toppadder40{
	padding-top:40px;
}
.bz_toppadder50{
	padding-top:50px;
}
.bz_toppadder60{
	padding-top:60px;
}
.bz_toppadder70{
	padding-top:70px;
}
.bz_toppadder80{
	padding-top:80px;
}
.bz_toppadder90{
	padding-top:90px;
}
.bz_toppadder100{
	padding-top:100px;
}
.bz_bottompadder10{
	padding-bottom:10px;
}
.bz_bottompadder20{
	padding-bottom:20px;
}
.bz_bottompadder30{
	padding-bottom:30px;
}
.bz_bottompadder40{
	padding-bottom:40px;
}
.bz_bottompadder50{
	padding-bottom:50px;
}
.bz_bottompadder60{
	padding-bottom:60px;
}
.bz_bottompadder70{
	padding-bottom:70px;
}
.bz_bottompadder80{
	padding-bottom:80px;
}
.bz_bottompadder90{
	padding-bottom:90px;
}
.bz_bottompadder100{
	padding-bottom:100px;
}
/*-- Header Css Start --*/
.bz_header_wrapper{
	float:left;
	width:100%;
	background-color:#1a1a1a;
}
.bz_header_wrapper.style_2{
	position:fixed;
	top:35px;
	z-index:100;
}
.bz_logo{
	float:left;
	width:100%;
    padding: 20px 0px;
}
.bz_logo{
	display:inline-block;
}
.bz_share_info_wrapper{
    float: right;
    width: auto;
}
.bz_share_info_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.bz_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
}
.bz_mail_info{
	float:left;
	width:100%;
}
.bz_mail_info ul{
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.bz_mail_info ul li{
    list-style: none;
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
    padding: 20px 20px 20px 0px;
}
.bz_mail_info ul li:after{
	content:"";
	position:absolute;
	border-right:1px solid #3d3d3d;
	top:0px;
	right:0px;
	bottom:0px;
}
.bz_mail_info ul li a{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_mail_info ul li a:hover{
	color:#27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_mail_info ul li a img{
	padding-right:5px;
}
.bz_share_info{
	float:left;
	width:100%;
}
.bz_share_info ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.bz_share_info ul li{
    list-style: none;
    float: left;
    width: auto;
    margin-right: 20px;
    padding: 20px 0px 20px 0px;
}
.bz_share_info ul li a{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_share_info ul li a:hover{
	color:#27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_search_bar{
	float: left;
    width: 100%;
    text-align: center;
    padding: 21px 25px;
    color: #27bdcb;
    background-color: #ffffff;
    font-size: 16px;
	cursor:pointer;
}
.bz_search_bar2{
	float:right;
	width:auto;
}
.bz_search_bar2 ul{
	float:right;
	width:100%;
	margin:0px;
	padding:0px;
}
.bz_search_bar2 ul li{
	list-style:none;
	float:left;
	width:100%;
}
.bz_search_bar2 .bz_search_bar{
	background-color:#27bdcb;
	color:#ffffff;
    padding-bottom: 25px;
}
.bz_search_box{
    position: absolute;
    right: 15px;
    top: 100%;
    padding: 22px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.bz_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.bz_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_search_box button:hover{
	color:#ffffff;
	background-color:#27bdcb;
	border-color:#27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_mainmenu_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.bz_main_menu{
	float:left;
	width:100%;
	text-align:center;
}
.bz_header_wrapper.style_2 .bz_main_menu{
	width:calc(100% - 65px);
}
.bz_main_menu ul{
	display:inline-block;
	width:auto;
	margin:0px;
    margin-bottom: -6px;
	padding:0px;
	text-align:center;
}
.bz_header_wrapper.style_2 .bz_main_menu ul{
    float: right;
    margin-bottom: 0px;
}
.bz_main_menu ul li{
    list-style: none;
    float: left;
    width: auto;
}
.bz_main_menu ul li a{
	float:left;
	padding:33px 15px;
	color:#1a1a1a;
	font-size:16px;
	background-color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a{
    padding: 23px 0px;
    margin: 0px 15px;
    position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_main_menu ul li a:hover, .bz_main_menu ul li a.active{
	background-color:#27bdcb;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a:after{
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	right:100%;
	margin:0px auto;
	border-bottom:2px solid #27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a:hover, .bz_header_wrapper.style_2 .bz_main_menu ul li a.active{
	background-color:transparent;
	color:#1a1a1a;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a:hover:after, .bz_header_wrapper.style_2 .bz_main_menu ul li a.active:after{
	background-color:transparent;
	color:#1a1a1a;
	right:0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.menu_fixed .bz_main_menu ul li a{
	padding:20px 15px;
}
.bz_menu_btn{
	display:none;
}
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
    top: 0;
	-o-box-shadow:0px 0px 25px -10px;
	-ms-box-shadow:0px 0px 25px -10px;
	-moz-box-shadow:0px 0px 25px -10px;
	-webkit-box-shadow:0px 0px 25px -10px;
	box-shadow:0px 0px 25px -10px;
}
.bz_slider_wrapper{
	float:left;
	width:100%;
}
.bz_banner_slider{
	float:left;
	width:100%;
}
.bz_banner_slider .owl-theme .owl-nav {
	margin-top: 0px;
    position: absolute;
    right: 100px;
    bottom: 30px;
}
.bz_banner_slider .owl-theme .owl-dots{
	display:none;
}
.bz_banner_slider .owl-theme .owl-nav [class*='owl-'] {
    font-size: 20px;
    padding: 8px 16px;
    background: #646463;
    border-radius: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_banner_slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_banner_slider2 .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px;
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 100px;
}
.bz_banner_slider2 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 0px 5px;
    background: #242424;
    border-radius: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_banner_slider2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#27bdcb;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*-- Heading Css Start --*/
.bz_heading_center{
	float:left;
	width:100%;
	margin-bottom:50px;
	text-align:center;
	text-transform:capitalize;
}
.bz_heading_center h1{
	display:inline-block;
	width:auto;
	margin:0px;
	font-size:38px;
	padding-bottom:20px;
	position:relative;
}
.bz_heading_center h1 span{
	color:#27bdcb;
}
.bz_heading_center h1:after{
    position: absolute;
    content: "";
	top:100%;
	left:0;
	right:0;
	margin:0px auto;
	height:3px;
	width:100px;
    background-image:url(../images/content/after.png);
	background-repeat:no-repeat;
}
.bz_heading_center1{
	float:left;
	width:100%;
	margin-bottom:80px;
	text-align:center;
	text-transform:capitalize;
}
.bz_heading_center1 h1{
	display:inline-block;
	width:auto;
	margin:0px;
	font-size:38px;
	padding-bottom:20px;
	position:relative;
	color:#ffffff;
}
.bz_heading_center1 h1 span{
	color:#27bdcb;
}
.bz_heading_center1 h1:before{
    position: absolute;
    content: "";
	top:100%;
	left:0;
	right:0;
	margin:0px auto;
	height:3px;
	width:100px;
    background-image:url(../images/content/before.png);
	background-repeat:no-repeat;
}
.bz_heading_left{
	float:left;
	width:auto;
	margin-bottom:30px;
	text-align:left;
	text-transform:capitalize;
}
.bz_heading_left h1{
	float:left;
	width:100%;
	margin:0px;
	font-size:38px;
	padding-bottom:20px;
	position:relative;
}
.bz_heading_left h1 span{
	color:#27bdcb;
}
.bz_heading_left h1:after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
	height:3px;
	width:100px;
    background-image:url(../images/content/after.png);
	background-repeat:no-repeat;
}
.bz_heading_right{
	float:right;
	width:auto;
	margin-bottom:30px;
	text-align:right;
	text-transform:capitalize;
}
.bz_heading_right h1{
	float:right;
	width:auto;
	margin:0px;
	font-size:38px;
	padding-bottom:20px;
	position:relative;
}
.bz_heading_right h1 span{
	color:#27bdcb;
}
.bz_heading_right h1:after{
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
	height:3px;
	width:100px;
    background-image:url(../images/content/after.png);
	background-repeat:no-repeat;
}
/*-- Button Css Start --*/
.bz_btn{
	float:left;
	width:100%;
}
.bz_btn a{
    display: inline-block;
	width:auto;
	min-width:150px;
	height:46px;
	line-height:46px;
	font-size:16px;
	color:#ffffff;
	background-color:#27bdcb;
	text-align:center;
	border:1px solid #22a9b6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_btn a:hover{
	color:#22a9b6;
	background-color:transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- About us Css Start --*/
.bz_about_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.bz_about_info{
	float:left;
	width:100%;
}
.bz_about_info p{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.bz_about_img{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	min-height:350px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_about_text{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 85%;
    left: 80%;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    text-align: center;
    color: #ffffff;
    width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_about_text:hover{
    top: 0%;
    left: 0%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_about_text img{
	display:inline-block;
	margin-top:30px;
}
.bz_about_text i{
    position: absolute;    
	top: 20px;
    left: 25px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform:rotate(-45deg);
}
.bz_about_text h4{
	float:left;
	width:100%;
	color:#ffffff;
	margin:15px 0px;
	font-size:20px;
	text-transform:capitalize;
}
.bz_about_text p{
	float:left;
	width:100%;
	color:#ffffff;
    margin: 0px;
}
/*-- Service Css Start --*/
.bz_service_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.bz_service_sections{
	float:left;
	width:100%;
}
.bz_service_sections ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.bz_service_sections ul li{
	list-style:none;
	float:left;
	width:25%;
	border-right:1px solid #e1e1e1;
    margin-bottom: 30px;
}
.bz_service_sections ul li:last-child{
	border-right:none;
}
.bz_service_box{
	float:left;
	width:100%;
	background-image:url(../images/services.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align:center;
	padding:50px 30px;
	position:relative;
    z-index: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box:after{
	content:"";
	position:absolute;
	background-color:#ffffff;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
    z-index: -1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box:hover:after{
	bottom:100%;
	right:100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box i{
	display:inline-block;
	font-size:50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box h4{
	float:left;
	width:100%;
	margin:20px 0px 15px 0px;
	font-size:18px;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box p{
	float:left;
	width:100%;
    margin: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box:hover h4, .bz_service_box:hover p{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_service_box:hover i{
	color:#27bdcb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- We Best Css --*/
.bz_webest_wrapper{
	float:left;
	width:100%;
	background-image:url(../images/content/webe_bg1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.bz_webest_img{
	float:left;
	width:100%;
	text-align:center;
}
.bz_webest_img img{
	display:inline-block;
}
.bz_webest_info{
	float:left;
	width:100%;
	text-align:right;
}
.bz_webest_info p{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.bz_counter_wrapper{
	float:left;
	width:100%;
	margin-top:200px;
}
.bz_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
}
.bz_counter h2{
	float:left;
	width:100%;
    font-size: 30px;
    position: relative;
    margin: 25px 0px 0px 0px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bz_counter p{
	float:left;
	width:100%;
	color:#ffffff;
	margin: 5px 0px 0px 0px;
    text-transform: capitalize;
}
/*-- Sol Wrapper Css --*/
.bz_sol_wrapper{
	float:left;
	width:100%;
	background-image:url(http://placehold.it/1600X893);
	background-repeat:no-repeat;
	background-size:cover;
}
.bz_slo_text{
	float:left;
	width:100%;
	margin:200px 0px;
	text-align:center;
}
.bz_slo_text h1{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
	font-size:60px;
}
.bz_slo_text h1 span{
	color:#27bdcb;
}
.bz_slo_boxes_wrapper{
	float:left;
	width:100%;
}
.bz_slo_box{
	float:left;
	width:100%;
	background-color:#f9fafa;
	text-align:center;
    padding: 45px 30px;
	margin-bottom:30px;
	border-bottom:3px solid;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_slo_box:hover{
	margin-top:-20px;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_slo_box h4{
	float:left;
	width:100%;
	font-size:18px;
	text-transform:capitalize;
	margin:40px 0px 20px 0px;
}
.bz_slo_box p{
	float:left;
	width:100%;
	margin:0px;
}
.bz_slo_box_crl1{
	border-color:#e74c3c;
}
.bz_slo_box_crl2{
	border-color:#27bdcb;
}
.bz_slo_box_crl3{
	border-color:#3779cd;
}
/*-- Projects Wrapper Css --*/
.bz_projects_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.bz_project_sections{
	float:left;
	width:100%;
}
.bz_project_box{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.bz_project_box a{
	float:left;
	width:100%;
	position:relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bz_project_box a:after{
	content:"";
	position:absolute;
	top:100%;
	bottom:0px;
	left:100%;
	right:0px;
	background-color:rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bz_project_box:hover a:after {
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bz_project_box img{
	display:inline-block;
	margin-bottom:0px;
}
.bz_project_box h4{
	float:left;
	width:100%;
	font-size:18px;
	margin-top:20px;
}
.bz_project_box p{
	float:left;
	width:100%;
	text-transform:capitalize;
}
/*-- Testimonial Wrapper Css --*/
.bz_testimonial_wrapper{
	float:left;
	width:100%;
	background-color:#f2f5f8;
	position:relative;
}
.bz_testimonial_wrapper:after{
	position:absolute;
	content:"";
	background-image:url(../images/content/invert_comma.png);
    background-repeat: no-repeat;
    top: 165px;
    left: 355px;
    z-index: 0;
    width: 72px;
    height: 57px;
}
.bz_testimonial_slider{
	float:left;
	width:100%;
}
.bz_testimonial_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
    text-align: right;
}
.bz_testimonial_slider .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 0px 5px;
    background: #242424;
    border-radius: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_testimonial_slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#27bdcb;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_item_description{
	float:left;
	width:100%;
}
.bz_item_description p{
	float:left;
	width:100%;
	font-size:15px;
}
.bz_item_description h4{
	float: left;
    width: 100%;
    color: #27bdcb;
    font-weight: 400;
    margin: 15px 0px 0px 0px;
}
.bz_video_section{
	float: left;
    width: 100%;
	position:relative;
}
.bz_video_section  img{
	width:100%;
}
.bz_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.0);
}
.bz_video_section .bz_img_overlay img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 60px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin-top: -30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_video {
    float: left;
    width: 100%;
    position: relative;
}
/*-- Team Wrapper Css --*/
.bz_team_wrapper{
	float:left;
	width:100%;
}
.bz_team_sections{
	float:left;
	width:100%;
}
.bz_team_box{
	float:left;
	width:100%;
    text-align: center;
    margin-bottom: 30px;
	position:relative;
	overflow:hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_team_box img{
	display:inline-block;
}
.bz_team_box:hover .bz_team_desig{
	bottom:0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_team_desig{
    position: absolute;
    bottom: -114px;
    left: 0px;
    right: 0px;
    padding: 25px 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_team_desig h4{
	float:left;
	width:100%;
	margin:15px 0px 0px 0px;
	color:#ffffff;
}
.bz_team_desig p{
	float:left;
	width:100%;
	color:#ffffff;
}
.bz_team_box_crl1{
	background-color:#e74c3c;
}
.bz_team_box_crl2{
	background-color:#27bdcb;
}
.bz_team_box_crl3{
	background-color:#3779cd;
}
/*-- Pricing Wrapper Css --*/
.bz_pricing_wrapper{
	float:left;
	width:100%;
    background-image: url(http://placehold.it/1600X889);
    background-repeat: no-repeat;
    background-size: cover;
}
.bz_pricing_boxes_wrapper{
	float:left;
	width:100%;
}
.bz_price_box{
	float:left;
	width:100%;
	border-bottom:3px solid;
	background-color:#ffffff;
	margin-bottom:50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_price_box:hover {
    margin-top: -30px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_price_box_crl1{
	border-color:#e74c3c !important;
}
.bz_price_header_crl1{
	background-color:#e74c3c;
}
.bz_price_box_crl2{
	border-color:#27bdcb !important;
}
.bz_price_header_crl2{
	background-color:#27bdcb;
}
.bz_price_box_crl3{
	border-color:#3779cd !important;
}
.bz_price_header_crl3{
	background-color:#3779cd;
}
.bz_price_header{
	float:left;
	width:100%;
	padding:30px 0px 50px 0px;
	text-align:center;
}
.bz_price_header h1{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
	font-size:50px;
}
.bz_price_header p{
	float: left;
    width: 100%;
    margin: 0px;
    margin-top: 5px;
    color: #ffffff;
}
.bz_price_content{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	padding:50px 0px;
}
.bz_price_content h4{
	position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    width: 75%;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    background-color: #ffffff;
	color:#5a5a5a;
	font-weight:400;
}
.bz_price_content ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.bz_price_content ul li{
	float:left;
	width:100%;
	list-style:none;
	padding-bottom:25px;
}
.bz_price_content .bz_btn a.bz_price_header_crl1{
	background-color: #e74c3c;
    border: 1px solid #e74c3c
}
.bz_price_content .bz_btn a.bz_price_header_crl1:hover{
	background-color: transparent;
    border: 1px solid #e74c3c;
	color:#e74c3c;
}
.bz_price_content .bz_btn a.bz_price_header_crl2{
	background-color: #27bdcb;
    border: 1px solid #27bdcb
}
.bz_price_content .bz_btn a.bz_price_header_crl2:hover{
	background-color: transparent;
    border: 1px solid #27bdcb;
	color:#27bdcb;
}
.bz_price_content .bz_btn a.bz_price_header_crl3{
	background-color: #3779cd;
    border: 1px solid #3779cd
}
.bz_price_content .bz_btn a.bz_price_header_crl3:hover{
	background-color: transparent;
    border: 1px solid #3779cd;
	color:#3779cd;
}
/*-- Blog Css Start --*/
.bz_blog_wrapper{
	float:left;
	width:100%;
}
.bz_blog_sections{
	float:left;
	width:100%;
}
.bz_blog_box{
	float:left;
	width:100%;
	padding:30px;
	background-image:url(http://placehold.it/670X400);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	overflow:hidden;
	margin-bottom: 40px;
}
.bz_blog_box h4{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	color:#ffffff;
    font-weight: 500;
}
.bz_blog_box p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:168px;
}
.bz_blog_box ul{
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-50px;
	left:30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_box:hover ul{
	bottom:15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_box ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:30px;
}
.bz_blog_box ul li a{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:14px;
	text-transform:capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_box ul li a:hover{
	color:#27bdcb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_box ul li a i{
	font-size:21px;
	padding-right:5px;
}
.bz_blog_box span{
	position:absolute;
	bottom:-50px;
	right:0px;
	height:50px;
	width:50px;
	line-height:50px;
	color:#ffffff;
	background-color:#27bdcb;
	text-align:center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_box span a{
	float:left;
	width:100%;
	color:#ffffff;
}
.bz_blog_box:hover span{
	bottom:0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_boxes{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.bz_blog_boxes img{
	float:left;
	width:170px;
}
.bz_blog_boxes_text{
	float:left;
	width:calc(100% - 170px);
    padding-left: 20px;
    padding-top: 20px;
}
.bz_blog_boxes_text h4{
	float:left;
	width:100%;
	margin:0px;
	font-weight:500;
}
.bz_blog_boxes_text h4 a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_boxes_text h4 a:hover{
	color:#27bdcb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_blog_boxes_text p{
	float:left;
	width:100%;
	margin-bottom:15px;
}
/*-- Partners Css Start --*/
.bz_partners_wrapper{
	float:left;
	width:100%;
	background-color:#f2f5f8;
}
.bz_partners_sections{
	float:left;
	width:100%;
    text-align: center;
}
.bz_partners_sections .owl-carousel .owl-item img{
	display:inline-block;
	width:auto;
}
/*-- Map Css Start --*/
.bz_map_wrapper{
	float:left;
	width:100%;
}
.bz_address_map{
	float:left;
	width:100%;
}
#map{
  display: block;
  width: 100%;
  height: 650px;
  margin: 0 auto;
}
#map.large{
  height:500px;
}
/*-- Footer Css Start --*/
.bz_footer_wrapper{
	float:left;
	width:100%;
	background-color:#1a1a1a;
}
.bz_footer_wrapper.style_2{
	background-color:#ffffff;
}
.widget.text-widget {
    float: left;
    width: 100%;
}
.text-widget h4.widget-title {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 500;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.bz_footer_wrapper.style_2 .text-widget h4.widget-title {
    color: #1a1a1a;
}
.bz_ftr_links{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.bz_ftr_links ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.bz_ftr_links ul li{
    float: left;
	width:100%;
    list-style: none;
    margin-bottom: 15px;
}
.bz_ftr_links ul li a{
	font-size:16px;
	color:#898989;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_footer_wrapper.style_2 .bz_ftr_links ul li a{
	color:#3d3d3d;
}
.bz_ftr_links ul li a:hover{
    color: #27bdcb;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_footer_wrapper.style_2 .bz_ftr_links ul li a:hover{
    color: #27bdcb;	
}
.widget.form-widget {
    float: left;
    width: 100%;
}
.form-widget h4.widget-title {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 500;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.bz_footer_wrapper.style_2 .form-widget h4.widget-title {
    color: #1a1a1a;
}
.bz_ftr_form{
	float:left;
	width:100%;
}
.bz_ftr_form form{
	float:left;
	width:100%;
	color:#ffffff;
}
.bz_footer_wrapper.style_2 .bz_ftr_form form{
	color:#3d3d3d;
}
.bz_ftr_form form input{
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #3d3d3d;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	background-color:transparent;
}
.bz_ftr_form form textarea{
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #3d3d3d;
	padding:10px 10px;
	background-color:transparent;
    resize: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_ftr_form form input:focus,.bz_ftr_form form textarea:focus{
	border-bottom:1px solid #27bdcb;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_ftr_form .bz_btn{
	margin-top:30px;
}
.bz_footer_bottom{
	float:left;
	width:100%;
	border-top:1px solid #3d3d3d;
	margin-top:50px;
}
.bz_copyright{
	float:left;
	width:100%;
}
.bz_copyright img{
	float:left;
	width:auto;
}
.bz_copyright p{
	float:left;
	width:calc(100% - 116px);
	margin:0px;
	padding-left:50px;
	color:#ffffff;
}
.bz_footer_wrapper.style_2 .bz_copyright p{
	color:#3d3d3d;
}
.bz_footer_social{
	float:left;
	width:100%;
}
.bz_footer_social ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.bz_footer_social ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:20px;
}
.bz_footer_social ul li a{
	float:left;
	width:100%;
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_footer_wrapper.style_2 .bz_footer_social ul li a{
	color:#3d3d3d;
}
.bz_footer_social ul li a:hover{
	color:#27bdcb;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bz_footer_wrapper.style_2 .bz_footer_social ul li a:hover{
	color:#27bdcb;
}

/*-- Responsive css Start --*/
@media (max-width: 1900px) {
.bz_testimonial_wrapper:after {
    left: 110px;
}
}
@media (max-width: 1200px) {

.bz_testimonial_wrapper:after {
    left: 0px;
}
.bz_webest_wrapper {
    background-image:none;
    background-color: #f9fafa;
}
.bz_counter_wrapper {
    margin-top: 100px;
    background-color: #27bdcb;
    padding: 50px 0px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

.bz_about_img {
    min-height: auto;
}
.bz_about_text {
    padding: 0px 10px;
}
.bz_about_text i {
    top: 15px;
    left: 20px;
}
.bz_blog_box p {
    margin-bottom: 123px;
}
.bz_testimonial_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -15px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.bz_logo {
    text-align: center;
}
.bz_share_info_wrapper {
    width: 100%;
}
.bz_share_info ul li {
    margin-right: 25px;
}
.bz_about_img {
    min-height: auto;
    margin-top: 50px;
}
.bz_about_text {
    padding: 10px 10px;
}
.bz_about_text i {
    top: 15px;
    left: 20px;
}
.bz_service_sections ul li {
    width: 50%;
    margin-bottom: 0px;
}
.bz_counter_wrapper {
    margin-top: 30px;
    padding: 30px 0px;
}
.bz_slo_text {
    margin: 0px 0px 80px 0px;
}
.bz_slo_box {
    padding: 30px 10px;
}
.bz_slo_box h4 {
    margin: 30px 0px 10px 0px;
}
.bz_video_section {
    margin-top: 50px;
}
.bz_blog_boxes img {
    width: 150px;
}
.bz_blog_boxes_text {
    width: calc(100% - 150px);
    padding-left: 10px;
    padding-top: 0px;
}
.bz_blog_boxes_text p {
    margin-bottom: 5px;
}
.bz_blog_box p {
    margin-bottom: 40px;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a {
    margin: 0px 10px;
}

}

@media (max-width: 767px) {

.bz_header_wrapper.style_2 .bz_main_menu {
    width: 100%;
}
.bz_search_bar2 {
    width: 100%;
}
.bz_header_wrapper.style_2 {
    position: initial;
}
.bz_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: -46px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #27bdcb;
    border-radius: 3px;
}
.bz_menu_btn:hover, .bz_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.bz_header_wrapper.style_2 .bz_menu_btn{
	top: 17px;
}
.bz_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
    background-color: #27bdcb;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_main_menu_wrapper {
    width: 300px;
}
.bz_main_menu_wrapper.bz_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bz_main_menu ul {
    width: 100%;
}
.bz_main_menu ul li {
    width: 100%;
}
.bz_main_menu ul li a {
    width: 100%;
    text-align: left;
    padding: 13px 15px;
    border-bottom: 1px solid #27bdcb;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a {
    padding: 13px 15px;
    margin: 0px 0px;
}
.bz_header_wrapper.style_2 .bz_main_menu ul li a:hover, .bz_header_wrapper.style_2 .bz_main_menu ul li a.active {
    color: #ffffff;
}
.menu_fixed .bz_main_menu ul li a {
    padding: 13px 15px;
}
.bz_logo {
    text-align: center;
}
.bz_share_info_wrapper ul li {
    width: 100%;
}
.bz_mail_info ul {
    width: 100%;
    text-align: center;
}
.bz_mail_info ul li {
    margin-right: 0px;
    padding: 10px;
}
.bz_mail_info ul li:after {
    border-right: 0px solid #3d3d3d;
}
.bz_share_info {
    text-align: center;
}
.bz_share_info ul {
    float: none;
    width: auto;
    display: inline-block;
}
.bz_search_bar {
    margin-bottom: 30px;
}
.bz_search_box {
	top: 87%;
}
.bz_share_info_wrapper {
    width: 100%;
}
.bz_mail_info ul li{
	width:auto;
    display: inline-block;
    float: none;
}
.bz_share_info ul li{
	width:auto;
}
.bz_share_info ul li {
    margin-right: 25px;
}
.bz_about_img img{
	width:100%;
}
.bz_about_text i {
    top: 30px;
    left: 35px;
}
.bz_about_text img{
	width:auto;
}
.bz_service_sections ul li {
    width: 50%;
    margin-bottom: 0px;
}
.bz_webest_img {
    margin-bottom: 50px;
}
.bz_counter {
    margin: 30px 0px;
}
.bz_counter h2 {
    margin: 15px 0px 0px 0px;
}
.bz_slo_text {
    margin: 0px 0px 80px 0px;
}
.bz_slo_box {
    padding: 30px 10px;
}
.bz_counter_wrapper {
    margin-bottom: 80px;
}
.bz_video_section {
    margin-top: 50px;
}
.bz_about_img {
    min-height: auto;
    margin-top: 50px;
}
.bz_footer_social {
    text-align: center;
}
.bz_footer_social ul {
    float: none;
    display: inline-block;
    margin-top: 20px;
}
.bz_copyright {
    text-align: center;
}
.bz_copyright p {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
}
.bz_copyright img {
    float: none;
    display: inline-block;
}
.bz_service_box {
    padding: 30px 10px;
}
.bz_partners_sections ul li {
    list-style: none;
    float: left;
    width: 33.333333333%;
    text-align: center;
    margin: 20px 0px;
}

}
@media (max-width: 480px) {

.bz_about_text i {
    top: 15px;
    left: 20px;
}
.bz_about_text {
    padding: 0px 10px;
}

}

@media (max-width: 479px) {

.bz_banner_slider .owl-theme .owl-nav [class*='owl-'] {
    font-size: 16px;
    padding: 3px 10px;
}
.bz_banner_slider .owl-theme .owl-nav {
    right: 15px;
    bottom: 15px;
}
.bz_banner_slider2 .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 15px;
    left: 15px;
}
.bz_mail_info ul li {
    width: 100%;
    text-align: center;
	padding: 10px 0px;
}
.bz_service_sections ul li {
    width: 100%;
	border-right:0px;
	border-bottom:1px solid #e1e1e1;
}
.bz_partners_sections ul li {
    width: 100%;
}
.bz_blog_boxes {
    text-align: center;
}
.bz_blog_boxes_text {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.bz_blog_boxes_text p {
    margin-bottom: 5px;
}
.bz_blog_boxes img {
    float: none;
    display: inline-block;
}
.bz_blog_box:hover ul {
    bottom: 12px;
}
.bz_blog_box ul li {
    margin-right: 20px;
}
.bz_main_menu_wrapper {
    width: 220px;
}
.bz_search_box {
    width: 100%;
    right: 0;
}
.bz_about_wrapper .col-xs-6{
	width:100%;
}
	
}

/*-- Responsive css End --*/