@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'ralewaybold';
    src: url('../../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('../../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'albertus_extra_boldregular';
    src: url('../../fonts/albr85w-webfont.eot');
    src: url('../../fonts/albr85w-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/albr85w-webfont.woff2') format('woff2'),
         url('../../fonts/albr85w-webfont.woff') format('woff'),
         url('../../fonts/albr85w-webfont.ttf') format('truetype'),
         url('../../fonts/albr85w-webfont.svg#albertus_extra_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../../fonts/opensans-regular-webfont.eot');
    src: url('../../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../../fonts/opensans-semibold-webfont.eot');
    src: url('../../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-bold-webfont.eot');
    src: url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
p{
	font-size: 16px;
	font-family: 'open_sansregular';
}

.navbar-wrapper {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 900;
}
.navbar-nav{
	float:right;
	margin-top: 35px;
}
.navbar {
    margin-bottom: 0;
    min-height: 100px;
    float: right;
	
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li:first-child{
	border:none;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.nav > li > a {
    padding: 3px 20px;
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
.padding-left-right{
	padding-left:0;
	padding-right:0;
}
.slider_wrapper{
	float:left;
	width:100%;
}
.margin_leftright{
	margin-left:0;
	margin-right:0;
}
.margin_left{
	margin-left:0;
}
.margin_right{
	margin-right:0;
}

.carousel-control.right {
    background-image: none;
	right: 25px;
}
.carousel-control.left {
    background-image: none;
	left: 25px;
}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 99px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 45%;
    width: 50px;
    height: 50px;
}
.navbar-default {
    background-color: inherit;
    border: none;
}
.soicalmedia {
    padding: 0;
    margin: 0;
    float: right;
	margin-top: 17px;
}
.soicalmedia li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
    cursor: pointer;
	color:#fff;
	font-size: 16px;
	font-family: 'open_sansregular';
}
.soicalmedia li p {
    margin-bottom: 0;
    margin-top: 8px;
    margin-right: 15px;
}
.soicalmedia li a {
    color: #fff;
    font-size: 18px;
    padding: 16px 6px;
    text-align: center;
    width: 28px;
    height: 28px;
    display: block;
}
.soicalmedia li p i {
    font-size: 22px;
    margin-right: 15px;
    border: 2px solid #fff;
    padding: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #a2d041;
}
.slider_bottom_content{
	position:absolute;
	bottom:75px;
	float:left;
	width:100%;
}
.newsletter_box {
    float: left;
    width: 30%;
    background: rgba(56, 180, 73, 0.94);
    padding: 18px;
    left: 30px;
    position: relative;
}
.company_box {
    float: left;
    width: 70%;
    background: url(../images/slider_bottom_bg.png) top right no-repeat;
    background-size: 100%;
    padding: 100px 16px;
    text-align: right;
    position: absolute;
    right: 0;
}
.company_box h2 {
    font-family: 'open_sansbold';
    text-transform: uppercase;
    color: #006738;
    font-size: 65px;
}
.company_box h3 {
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color: #38b449;
    font-size: 35px;
    margin-top: 0;
}
.newsletter_box h2 img{
	float:left;
	width:20%;
}
.newsletter_box h2 span{
	font-family: 'open_sansbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
	width:80%;
	float:right;	
}
.newsletter_box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 100%;
}
.newsletter_box .form-control {
    height: 46px;
}
.newsletter_box .input-group-addon {
    background-color: #006738;
    border: 1px solid #006738;
}
.newsletter_box h2{
    float: left;
    width: 100%;
}
.about_wrapper{
    float: left;
    width: 100%;
	padding:20px 5%;
	margin-top: 80px;
}
.video_content{
    float: left;
    width: 48%;
}
.video_box{
    float: right;
    width: 48%;
}
.video_box iframe{
	height:350px;
}
.video_content h2{
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
	margin:0;
}
.video_content img{
	margin-bottom:30px;
	display:block;
}
.video_box img{
	max-width:100%;
}

.socialmedia_wrapper{
	float:left;
	width:100%;
}
.socialmedia_wrapper .flexslider {
    background: inherit;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.socialmedia_wrapper  .flex-direction-nav {
    display: none;
}
.socialmedia_wrapper .flexslider p{
	font-size: 16px;
	font-family: 'open_sansregular';
	color:#fff;
}
.socialmedia_wrapper .flexslider label{
	font-size: 13px;
	font-family: 'open_sansregular';
	font-weight:normal;
	color:#76c043;
	font-style:italic;
}
.socialmedia_wrapper .slider{
    display: block;
    margin-top: 30px;
	float: left;
    width: 100%;
}
.slider > img {
    margin-top: -39px;
}
.socialmedia_wrapper .flexslider h3{
	color: #fff;
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin-top:0;
}
.socialmedia_wrapper .flex-control-nav{
	display:none;
}
.socialmedia_wrapper h2{
    font-family: 'open_sansbold';
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;}
.socialmedia_wrapper h2 span {
    font-family: 'open_sansregular';
    color: #76c043;
}
.fb_slide{
	background:#3b5998;
	padding-left:4%;
	min-height: 140px;
}
.tw_slide{
	background:#29c5f6;
	padding-right:4%;
	min-height: 140px;
}
.socialmedia_wrapper .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#demos .owl-carousel .item{
	height:auto;
	background-color:inherit;
	padding:0;
}
.demos {
    float: left;
    width: 100%;
    padding: 50px;
	padding-bottom: 0;
}
#demos {
    float: left;
    width: 100%;
    padding: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 3px 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea8223;
}
.demos .top_content{
	padding:0;
}

.top_content {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}
.top_content h2 {
    color: #000;
    font-family: 'open_sansbold';
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
	text-transform:uppercase;
}
.top_content .img-responsive {
    display: inline-block;
}
.top_content p {
    color: #979797;
    font-family: 'open_sansbold';
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
	text-transform:uppercase;
}
.content_person img{
	max-width:100%;
}
.content_person h3{
	color: #000;
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin-bottom: 0;
	min-height:50px;
}
.content_person h3 a{
	color: #000;
	text-decoration:none;
}
.content_person p{
	color: #313131;
    font-family: 'open_sansregular';
    font-size: 16px;
	margin-top:0;
	min-height:30px;
}
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
	background:url(../images/green_arrow_2.png) no-repeat;
	width:23px;
	height:19px;
}
 .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    background:url(../images/green_arrow_1.png) no-repeat;
	width:23px;
	height:19px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:none;
}
.owl-carousel .owl-nav .owl-next:hover{
	background:url(../images/green_arrow_2.png) no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background:url(../images/green_arrow_1.png) no-repeat;
}
.owl-theme .owl-nav .disabled{
	opacity: inherit;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
}
.communty_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.communty_img_box {
    float: left;
    width: 63%;
    max-height: 522px;
    background: #015e33;
    transform: skew(40deg);
    margin-left: -270px;
    padding-left: 210px;
    overflow: hidden;
}
.communty_content_box {
    float: right;
    width: 74%;
    min-height: 400px;
    background: #015e33;
    transform: skew(40deg);
    margin-right: -345px;
    padding-right: 320px;
    left: -117px;
    position: relative;
}
ommunty_img{
	transform: skew(-40deg);
	float:left;
	width:100%;
}
.communty_content_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 37%;
    margin-top: 98px;
    float: left;
    margin-left: -74px;
}
.communty_content_box ul li {
    background: #38b449;
    padding: 14px;
    margin-top: 10px;
    color: #fff;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    font-family: "open_sanssemibold";
    text-transform: uppercase;
    font-size: 16px;
    transform: skew(40deg);
    margin-left: -34px;
	cursor: pointer;
}
.communty_content_box ul li span{
	transform: skew(-40deg);
	display:block;
}

.communty_content{
	transform: skew(-40deg);
	float:left;
	width:100%;
}
.communty_content_box ul li:nth-child(2){
    margin-left: 17px;
}
.communty_content_box ul li:nth-child(3){
    margin-left: 67px;
}
.communty_miancontent{
	float:right;
	width:62%;
	text-align:right;
	margin-top: 75px;
}
.communty_miancontent h2{
	font-family: "open_sanssemibold";
    text-transform: uppercase;
    font-size: 32px;
	color:#fff;
}
.communty_miancontent p{
	font-family: 'open_sansregular';
    font-size: 16px;
	color:#fff;
	padding-left: 40px;
}
.communty_miancontent a {
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #fff;
    width: 125px;
    border: 1px solid #38b449;
    float: right;
    text-align: center;
    padding: 15px;
    margin: 50px 0;
}
.communty_content_box ul li:hover {
    background: #f8faf9;
    color: #015e33;
}
.gallery_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.gallery_wrapper_leftside {
    float: left;
    width: 74%;
    background: url(../images/green_bg.jpg) repeat;
    transform: skew(40deg);
    margin-left: -270px;
    padding: 15px 60px 0 312px;
    overflow: hidden;
    min-height: 485px;
}
.gallery_wrapper_leftside_inner {
    transform: skew(-40deg);
    float: left;
    width: 68%;
}
.main_gallery_wrapper {
    float: right;
    width: 64%;
    right: 0;
    position: absolute;
    margin-top: 35px;
    height: 477px;
    overflow: hidden;
}
.gallery_wrapper_leftside h2{
	font-family: "open_sanssemibold";
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
}
.gallery_wrapper_leftside p{
	font-size: 16px;
    font-family: 'open_sansregular';
    color: #fff;
}
.gallery_wrapper_leftside span {
    display: block;
    margin-top: 34px;
    position: relative;
}
.gallery_wrapper_leftside_inner img{
	max-width:100%;
}
.main_gallery_wrapper ul{
	padding:0;
	margin:0;
}
.main_gallery_wrapper ul li{
	display:inline-block;
	float:left;
	width:25%;
	list-style:none;
}
.main_gallery_wrapper ul li:nth-child(2n){
	width:50%;
}
.main_gallery_wrapper ul li p{
	margin:0;
}
.main_gallery_wrapper ul li:nth-child(2n) span{
    width: 50%;
    display: inline-block;
    float: left;
}
.main_gallery_wrapper img{
	max-width:100%;
	border: 5px solid #fff;
}
.main_gallery_wrapper ul li:first-child img{
	border-left:0;
}
.events_wrapper{
	float:left;
	width:100%;
}
.top_content p {
    color: #878787;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-top: 0;
    min-height: 30px;
	text-transform:inherit;
	margin-top:10px;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 14px;
    -moz-border-radius: 4px;
    border: none;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #006738;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 14px;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 14px;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #38b449;
  background-image: #38b449;
  color: #ffffff;
  text-align: left;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #38b449;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 0;
    padding-top: 0;
	height: 534px;
    overflow: hidden;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item.active{
	border:none;
}
.list-group{
	text-align:left;
}
.list-group h2{
    font-family: "open_sanssemibold";
    font-size: 17px;
	margin: 8px 0;

}
.list-group p{
	font-family: 'open_sansregular';
    font-size: 14px;
	margin: 10px 0;
}
.list-group button{
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin:0;
	background:none;
	border:none;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006738;
}
.list-group-item {
    background-color: #006738;
    border: 1px solid #ffffff;
	color: #fff;
	min-height: 170px;
}
a.list-group-item, button.list-group-item {
    color: #fff;
	text-align:left;
}
.list-group label {
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    font-size: 24px;
    opacity: .2;
    bottom: -19px;
}
.list-group label span{
    position: relative;
    font-size: 70px;
}
.tab_content {
    width: 100%;
}
.bhoechie-tab{
	padding:0;
}
.tab_content img {
    width: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.footer_wrapper{
	background:#25292f;
	padding:20px 0;
	float:left;
	width:100%;
	border-top:5px solid #38b449;
	margin-top:50px;
}
.footer_top{
	float:left;
	width:100%;
	border-bottom:1px solid #474445;
	padding-bottom:20px;
}
.center_footer{
	float:left;
	width:100%;
	padding: 35px 0 60px;
}
.footer_col_1{
	padding-right:30px;
	float:left;
}
.footer_col_1 h3 span{
	color:#039bb3;
}
.footer_col_1 p{
	color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
	margin-bottom:0;
	font-weight:normal;
	margin-top:30px;
}
.information{
	text-align:left;
	float:left;
	margin-top:10px;
}
.information ul{
	margin:0;
	padding:0;
}
.information ul li{
	float:left;
	width:100%;
	list-style-type:none;
	margin-top:20px;
	color:#8c8c8c;
}
.information ul li i {
    margin-right: 25px;
    width: 25px;
    float: left;
}
.information ul li a{
	text-decoration: none;
    color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
    width: 175px;
    float: left;
}
.footer_col_2 {
    padding-right: 0;
    float: left;
    padding-left: 30px;
    width: 100%;
}
.footer_col_2 p{
	color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
	margin-bottom:0;
	font-weight:normal;
	margin-top:20px;
	float:left;
}
.footer_col_2 ul{
	margin:0;
	padding:0;
}
.footer_col_2 ul li {
    list-style-type: none;
    margin-top: 7px;
    color: #8c8c8c;
    float: left;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #979b9b;
}
.footer_col_2 ul li a{
	text-decoration:none;
	color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
}
.email_box {
    background: #fff none repeat scroll 0 0;
    color: #000;
    float: left;
    padding: 10px 5px 10px 15px;
    width: 100%;
	margin-top:50px;
}
.email_box input {
    border: 0 none;
    height: 37px;
}
.email_box input:first-child{
	width:70%;
}
.email_box input:last-child{
	width:40px;
	background:#039bb3;
	float:right;
	color:#fff;
	font-weight:bold;
}
.footer_col_3{
	padding-left:30px;
	float:left;
}
.footer_col_3 p {
    color: #959595;
    font-family: "open_sansregular";
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}
.footer_col_3 p a{
	color: #959595;
	text-decoration:none;
}
.footer_thumbnil_content span{
	color: #38b449;
    float: left;
    font-size: 13px;
    margin-top: 15px;
}
.footer_thumbnil_content span img{
    position: relative;
    top: -2px;
    right: 5px;
}
.footer_col_3 i{
	margin-right:10px;
	color:#039bb3;
	font-size: 14px;
}
.footer_thumbnil_box{
	float:left;
	width:100%;
	margin-top: 15px;
}
.footer_thumbnil_box_2{
	margin-top:30px;
}
.footer_thumbnil_img{
	width:70px;
	float:left;
}
.footer_thumbnil_content {
    float: left;
    margin-left: 20px;
    width: 240px;
}
.footer_media{
	float:left;
	width:100%;
	margin-top: 20px;
}
.footer_media ul{
	padding:0;
	margin:0;
	display:block;
	text-align:center;
}
.footer_media ul li{
	list-style-type:none;
	margin-left:10px;
	display:inline-block;
}
.footer_black{
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0;
	background:#000000;
	border-top:1px solid #2e2e2e;
}
.footer_black p{
	margin-bottom:0;
	color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
}
.center_bottom{
	float:left;
	width:100%;
	padding-top: 10px;
	text-align:center;
}
.center_bottom p {
    color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
    margin-top: 15px;
}
.center_bottom span{
	float:right;
	margin-top: 30px;
}
.center_footer h3{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	background:url(../images/02.png) no-repeat top left;
	padding-left:25px;
}
.footer_madel_content img {
    float: left;
    margin-right: 18px;
}
.footer_madel_content h4{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
	margin:0;
	margin-top:5px;
}
.footer_madel_content p {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    position: relative;
    top: 10px;
}
.footer_madel{
    float: left;
    width: 100%;
	background:#202327;
}
.footer_madel .container {
    border-bottom: 2px solid #33373d;
    border-top: 2px solid #33373d;
    padding: 22px;
}
.facebook{
	float:right;
}
.bhoechie-tab-menu{
	float:right;
}
.bener_wrapper{
	float:left;
	width:100%;
	position:relative;
	min-height:500px;
	background-size:cover !important;
	background:no-repeat;
}
.bener_wrapper .newsletter_box {
    float: right;
    width: 30%;
    background: rgba(56, 180, 73, 0.94);
    padding: 18px;
    left: inherit;
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.bener_wrapper h3{
	position: absolute;
    left: 7%;
    bottom: 120px;
	font-family: 'open_sansbold';
	text-transform:uppercase;
	font-size:80px;
	color:#fff;
}
.footer_inner{
	margin-top:0;
}
.inner_page_content{
	float:left;
	width:100%;
	margin-top: 50px;
	margin-bottom:20px;
}
.inner_page_content ul{
	width:100%;
	padding:0;
	margin:0;
	display:block;
	text-align:center;
}
.inner_page_content ul li{
	list-style-type:none;
	width:22%;
	margin: 20px 10px;
	display:inline-block;
	text-align:left;
}
.communty_img {
    transform: skew(-40deg);
    float: left;
    width: 100%;
}
.show_phone_mobile{
	display:none !important;
}
.socialmedia_wrapper .flexslider a{
    color: #fff;
    font-style: italic;
    font-size: 16px;
    text-decoration: underline;
    margin: 15px 0;
    width: 86px;
    display: block;
    float: right;
}
@media only screen and (max-width: 1920px) {
.communty_img_box {
    width: 58%;
    height: 522px;
}
.communty_content_box ul {
    margin-left: -47px;
}
.slider_wrapper .item img{
	width:100%;
}
.communty_content_box {
    width: 67%;
    height: 522px;
}
.main_gallery_wrapper {
   width: 42%;
height: 445px;

}
.company_box{
	padding: 152px 16px;
}
}
@media only screen and (max-width: 1600px) {
.company_box {
    padding: 100px 30px;
}
.communty_content_box {
    width: 70%;
}
.communty_content_box ul {
    margin-left: -58px;
}
.main_gallery_wrapper {
   width: 53%;
height: 480px;

}
}
@media only screen and (max-width: 1366px) {
.navbar-wrapper {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 900;
	padding:10px;
}
.navbar-nav{
	float:right;
	margin-top: 35px;
}
.navbar {
    margin-bottom: 0;
    min-height: inherit;
    float: right;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li:first-child{
	border:none;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.nav > li > a {
    padding: 3px 20px;
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
.padding-left-right{
	padding-left:0;
	padding-right:0;
}
.slider_wrapper{
	float:left;
	width:100%;
}
.soicalmedia {
    padding: 0;
    margin: 0;
    float: right;
	margin-top: 17px;
}
.soicalmedia li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
    cursor: pointer;
	color:#fff;
	font-size: 16px;
	font-family: 'open_sansregular';
}
.soicalmedia li p {
    margin-bottom: 0;
    margin-top: 8px;
    margin-right: 15px;
}
.soicalmedia li a {
    color: #fff;
    font-size: 18px;
    padding: 16px 6px;
    text-align: center;
    width: 28px;
    height: 28px;
    display: block;
}
.soicalmedia li p i {
    font-size: 22px;
    margin-right: 15px;
    border: 2px solid #fff;
    padding: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #a2d041;
}
.slider_bottom_content{
	position:absolute;
	bottom:75px;
	float:left;
	width:100%;
}
.newsletter_box {
    float: left;
    width: 30%;
    background: rgba(56, 180, 73, 0.94);
    padding: 18px;
    left: 30px;
    position: relative;
}
.company_box {
    float: left;
    width: 70%;
    background: url(../images/slider_bottom_bg.png) top right no-repeat;
    background-size: 100%;
    padding: 100px 16px;
    text-align: right;
    position: absolute;
    right: 0;
}
.company_box h2 {
    font-family: 'open_sansbold';
    text-transform: uppercase;
    color: #006738;
    font-size: 65px;
}
.company_box h3 {
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color: #38b449;
    font-size: 35px;
    margin-top: 0;
}
.newsletter_box h2 img{
	float:left;
	width:20%;
}
.newsletter_box h2 span{
	font-family: 'open_sansbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
	width:77%;
	float:right;	
}
.newsletter_box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 100%;
}
.newsletter_box .form-control {
    height: 46px;
}
.newsletter_box .input-group-addon {
    background-color: #006738;
    border: 1px solid #006738;
}
.newsletter_box h2{
    float: left;
    width: 100%;
}
.about_wrapper{
    float: left;
    width: 100%;
	padding:20px 5%;
	margin-top: 36px;
}
.video_content{
    float: left;
    width: 48%;
}
.video_box{
    float: right;
    width: 48%;
}
.video_content h2{
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
	margin:0;
}
.video_content img{
	margin-bottom:30px;
	display:block;
}
.video_box img{
	max-width:100%;
}

.socialmedia_wrapper{
	float:left;
	width:100%;
	margin-top: 30px;
}
.socialmedia_wrapper .flexslider {
    background: inherit;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.socialmedia_wrapper  .flex-direction-nav {
    display: none;
}
.socialmedia_wrapper .flexslider p{
	font-size: 16px;
	font-family: 'open_sansregular';
	color:#fff;
}
.socialmedia_wrapper .flexslider label{
	font-size: 13px;
	font-family: 'open_sansregular';
	font-weight:normal;
	color:#76c043;
	font-style:italic;
}
.socialmedia_wrapper .slider{
    display: block;
    margin-top: 30px;
	float: left;
    width: 100%;
}
.slider > img {
    margin-top: -39px;
}
.socialmedia_wrapper .flexslider h3{
	color: #fff;
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin-top:0;
}
.socialmedia_wrapper .flex-control-nav{
	display:none;
}
.socialmedia_wrapper h2{
    font-family: 'open_sansbold';
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;}
.socialmedia_wrapper h2 span {
    font-family: 'open_sansregular';
    color: #76c043;
}
.fb_slide{
	background:#3b5998;
	padding-left:4%;
	min-height: 187px;
}
.tw_slide{
	background:#29c5f6;
	padding-right:4%;
	min-height: 187px;
}
.socialmedia_wrapper .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#demos .owl-carousel .item{
	height:auto;
	background-color:inherit;
	padding:0;
}
.demos {
    float: left;
    width: 100%;
    padding: 50px;
	padding-bottom: 0;
}
#demos {
    float: left;
    width: 100%;
    padding: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 3px 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea8223;
}
.demos .top_content{
	padding:0;
}
.top_content {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}
.top_content h2 {
    color: #000;
    font-family: 'open_sansbold';
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
	text-transform:uppercase;
}
.top_content .img-responsive {
    display: inline-block;
}
.top_content p {
    color: #979797;
    font-family: 'open_sansbold';
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
	text-transform:uppercase;
}
.content_person img{
	max-width:100%;
}
.content_person h3{
	color: #000;
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin-bottom: 0;
	min-height:50px;
}
.content_person h3 a{
	color: #000;
	text-decoration:none;
}
.content_person p{
	color: #313131;
    font-family: 'open_sansregular';
    font-size: 16px;
	margin-top:0;
	min-height:30px;
}
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
	background:url(../images/green_arrow_2.png) no-repeat;
	width:23px;
	height:19px;
}
 .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    background:url(../images/green_arrow_1.png) no-repeat;
	width:23px;
	height:19px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:none;
}
.owl-carousel .owl-nav .owl-next:hover{
	background:url(../images/green_arrow_2.png) no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background:url(../images/green_arrow_1.png) no-repeat;
}
.owl-theme .owl-nav .disabled{
	opacity: inherit;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
}
.communty_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.communty_img_box {
    width: 65%;
}
.communty_content_box {
    float: right;
    width: 71%;
    min-height: 400px;
    background: #015e33;
    transform: skew(40deg);
    margin-right: -345px;
    padding-right: 320px;
    left: -117px;
    position: relative;
}
.communty_img{
	transform: skew(-40deg);
	float:left;
	width:100%;
}
.communty_content_box ul {
    margin-left: -34px;
}
.communty_content_box ul li {
    padding: 10px;
}
.communty_content_box ul li span{
	transform: skew(-40deg);
	display:block;
}

.communty_content{
	transform: skew(-40deg);
	float:left;
	width:100%;
}
.communty_content_box ul li:nth-child(2){
    margin-left: 10px;
}
.communty_content_box ul li:nth-child(3){
    margin-left: 53px;
}
.communty_miancontent{
	float:right;
	width:62%;
	text-align:right;
	margin-top: 75px;
}
.communty_miancontent h2{
	font-family: "open_sanssemibold";
    text-transform: uppercase;
    font-size: 27px;
	color:#fff;
}
.communty_miancontent p{
	padding-left: 20px;
}
.communty_miancontent a {
    margin:0;
	margin-top:20px;
}
.communty_content_box ul li:hover {
    background: #f8faf9;
    color: #015e33;
}
.gallery_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.gallery_wrapper_leftside {
    float: left;
    width: 74%;
    background: url(../images/green_bg.jpg) repeat;
    transform: skew(40deg);
    margin-left: -270px;
    padding: 15px 60px 0 312px;
    overflow: hidden;
    min-height: 485px;
}
.gallery_wrapper_leftside_inner {
    transform: skew(-40deg);
    float: left;
    width: 68%;
}
.main_gallery_wrapper {
       width: 63%;
    height: 482px;
    margin-top: 20px;

}
.gallery_wrapper_leftside span {
    margin-top: 64px;
}
.gallery_wrapper_leftside h2{
	font-family: "open_sanssemibold";
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
}
.gallery_wrapper_leftside p{
	font-size: 14px;
    font-family: 'open_sansregular';
    color: #fff;
}
.gallery_wrapper_leftside_inner img{
	max-width:100%;
}
.main_gallery_wrapper ul{
	padding:0;
	margin:0;
}
.main_gallery_wrapper ul li{
	display:inline-block;
	float:left;
	width:25%;
	list-style:none;
}
.main_gallery_wrapper ul li:nth-child(2n){
	width:50%;
}
.main_gallery_wrapper ul li p{
	margin:0;
}
.main_gallery_wrapper ul li:nth-child(2n) span{
    width: 50%;
    display: inline-block;
    float: left;
}
.main_gallery_wrapper img{
	max-width:100%;
	border: 5px solid #fff;
}
.main_gallery_wrapper ul li:first-child img{
	border-left:0;
}
.events_wrapper{
	float:left;
	width:100%;
}
.top_content p {
    color: #878787;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-top: 0;
    min-height: 30px;
	text-transform:inherit;
	margin-top:10px;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 14px;
    -moz-border-radius: 4px;
    border: none;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #006738;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 14px;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 14px;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #38b449;
  background-image: #38b449;
  color: #ffffff;
  text-align: left;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #38b449;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 0;
    padding-top: 0;
	height: 510px;
    overflow: hidden;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item.active{
	border:none;
}
.list-group{
	text-align:left;
}
.list-group h2{
    font-family: "open_sanssemibold";
    font-size: 17px;
	margin: 8px 0;

}
.list-group p{
	font-family: 'open_sansregular';
    font-size: 14px;
	margin: 10px 0;
}
.list-group button{
    font-family: "open_sanssemibold";
    font-size: 18px;
	margin:0;
	background:none;
	border:none;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006738;
}
.list-group-item {
    background-color: #006738;
    border: 1px solid #ffffff;
	color: #fff;
}
a.list-group-item, button.list-group-item {
    color: #fff;
	text-align:left;
}
.list-group label {
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    font-size: 24px;
    opacity: .2;
    bottom: -19px;
}
.list-group label span{
    position: relative;
    font-size: 70px;
}
.tab_content {
    width: 100%;
}
.bhoechie-tab{
	padding:0;
}
.tab_content img {
    width: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.bener_wrapper .newsletter_box {
    float: right;
    width: 30%;
    background: rgba(56, 180, 73, 0.94);
    padding: 18px;
    left: inherit;
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.footer_inner{
	margin-top:0;
}
.inner_page_content{
	float:left;
	width:100%;
	margin-top: 50px;
	position: relative;
}
.inner_page_content ul{
	width:100%;
	padding:0;
	margin:0;
	display:block;
	text-align:center;
}
.inner_page_content ul li{
	list-style-type:none;
	width:22%;
	margin: 20px 10px;
	display:inline-block;
	text-align:left;
}
}
@media only screen and (max-width: 1290px){
	.communty_img_box {
	width: 63%;
	}
	.communty_content_box {
	width: 73%;
	}
	.communty_content_box ul {
	margin-left: -40px;
	}
	.main_gallery_wrapper {
		width: 60%;
		height: 460px;
		margin-top: 15px;
	}	
}
@media only screen and (max-width: 1260px) {
.communty_content_box ul {
    margin-left: -45px;
}
.communty_content_box ul li{
	font-size:13px;
}
.communty_content_box ul li:nth-child(2) {
    margin-left: 7px;
}
.communty_content_box ul li:nth-child(3) {
    margin-left: 47px;
}
.main_gallery_wrapper {
    height: 376px;
}
}
@media only screen and (max-width: 1199px) {
.communty_content_box {
    width: 78%;
}
.carousel-inner {
    min-height: 550px;
}
.slider_wrapper .item img {
    width: 100%;
    height: 550px;
}
.company_box h2 {
    font-size: 53px;
}
.slider_bottom_content{
	bottom:0;
}
.company_box {
    padding: 70px 16px 0;
    height: 210px;
    overflow: hidden;
    background-size: cover;
	width: 60%;
}
.company_box h3 {
    font-size: 23px;
}
.company_box h2 {
    font-size: 27px;
}
.navbar-nav {
    margin-top: 32px;
}
.navbar {
    min-height: inherit;
    padding-bottom: 15px;
}
.main_gallery_wrapper {
    height: 362px;
	width: 625px;
}
.list-group p {
    font-size: 12px;
    margin: 8px 0;
}
.list-group h2 {
    font-size: 13px;
}
.list-group button {
    font-size: 14px;
    padding: 14px 0;
}

.list-group-item {
    min-height: 134px;
}
div.bhoechie-tab-content {
    height: 402px;
}
}
@media only screen and (max-width: 1140px) {
.communty_img_box {
    width: 60%;
}
.communty_content_box {
    width: 82%;
}
.communty_content_box ul {
    margin-left: -46px;
}
}
@media only screen and (max-width: 1100px) {
.communty_content_box {
    width: 84%;
}
}
@media only screen and (max-width: 1060px) {
.company_box {
    width: 68%;
}
}
@media only screen and (max-width: 1055px) {
.communty_img_box {
    width: 66%;
}
.communty_content_box {
    width: 80%;
}
.communty_content_box ul {
    margin-left: -35px;
}
.communty_miancontent p{
	font-size:14px;
}
}
@media only screen and (max-width: 1045px) {
.communty_content_box ul {
    margin-left: -47px;
}
}
@media only screen and (max-width: 1024px) {
.communty_img_box {
    width: 72%;
}
.communty_content_box {
    width: 75%;
}
.communty_content_box ul{
	width:40%;
	margin-left: -75px;
}
.communty_content_box ul li {
    font-size: 12px;
}
}
@media only screen and (max-width: 1000px) {
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
}
@media only screen and (max-width: 992px) {
.communty_img_box {
    width: 50%;
    transform: skew(00deg);
    margin: 0;
    padding: 0;
	height: auto;
}
.communty_img {
    transform: skew(00deg);
    float: left;
    width: 100%;
}
.communty_content_box {
    width: 50%;
    transform: skew(00deg);
    padding: 0;
    margin: 0;
	left: 0;
	height: auto;
}
.communty_content {
    transform: skew(00deg);
    float: left;
    width: 100%;
}
.communty_content_box ul {
    width: 100%;
    margin-left: 0;
	margin-top: 0;
	text-align:center;
}
.communty_content_box ul li {
    font-size: 12px;
    margin-left: 0;
    transform: skew(00deg);
    width: 33.3%;
    border-left: 1px solid;
}
.communty_content_box ul li span {
    transform: skew(00deg);
    display: block;
}
.communty_content_box ul li:nth-child(2) {
    margin-left: 0;
}
.communty_content_box ul li:nth-child(3) {
    margin-left: 0;
}
.communty_img img{
	max-width:100%;
}
.communty_miancontent {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 42px;
    padding-right: 20px;
}
.communty_miancontent a {
    margin-bottom: 17px;
}
.communty_miancontent p {
    margin-top: 20px;
}
.newsletter_box h2 {
    margin-top: 0;
}
.newsletter_box h2 span {
    font-size: 16px;
}
.newsletter_box{
	padding:13px;
}
.company_box {
    width: 48%;
	height:132px;
	padding: 38px 16px 0;
}
.company_box h3 {
    font-size: 18px;
}
.company_box h2 {
    font-size: 23px;
}
.navbar-wrapper .container{
	width:100%;
	padding:20px;
}
.video_content p{
	font-size:14px;
}
.main_gallery_wrapper {
    height: 285px;
    width: 493px;
}
.gallery_wrapper_leftside {
    width: 92%;
}
.list-group h2 {
    font-size: 14px;
    line-height: 20px;
}
.list-group p {
    display: none;
}
.inner_page_content ul li {
    width: 30%;
}
.list-group-item {
    min-height: 96px;
}
div.bhoechie-tab-content {
    height: 287px;
}
.socialmedia_wrapper .slider {
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.show_phone_mobile{
	display:block !important;
}
.show_phone_mobile {
    display: inline-block !important;
    float: left;
    margin-top: 20px;
}
.hide_phone_mobile{
	display:none !important;
}
.communty_img_box {
    width: 100%;
	text-align: center;
}
.communty_content_box {
    width: 100%;
}
/*.company_box {
    background: rgba(56, 180, 73, 0.94);
    padding: 0;
    height: auto;
    width: 300px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 5px;
}
.company_box h2, .company_box h3 {
    color: #fff;
}
.newsletter_box {
    float: none;
    width: 300px;
    background: rgba(56, 180, 73, 0.94);
    left: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    height: 145px;
    margin-bottom: 20%;
}
.newsletter_box h2 {
    margin-top: 0;
}
.newsletter_box h2 span {
    font-size: 18px;
}
.navbar-wrapper {
    position: static;
    background-color: #000;
}*/
.carousel-inner {
    min-height: inherit;
}
.slider_wrapper .item img {
    height: auto;
}
.carousel-inner .newsletter_box {
    display: none;
}
.company_box {
    width: 73%;
    height: 130px;
    padding: 38px 16px 0;
    bottom: 0;
    background-size: 100%;
}
.navbar-wrapper {
    position: static;
	background: #000;
	padding: 0;
}
.carousel-control.right {
    left: 84px;
    opacity: inherit;
	display:none;
}
.carousel-control.left {
    opacity: inherit;
	display:none;
}
.carousel-control {
    top: 24%;
}
.logo a {
    width: 235px;
    display: block;
    margin: 0 auto;
}
.logo a img{
	margin:0 auto;
	max-width:100%;
}
.soicalmedia {
    margin: 0 auto;
    margin-top: 10px;
    float: left;
    display: block;
    text-align: center;
    width: 100%;
}
.soicalmedia li {
    float: none;
    display: inline-block;
}
.navbar {
    float: none;
    display: block;
    clear: both;
}
.navbar-nav > li {
    float: none;
    width: 100%;
    background: #099f15;
    margin-top: 1px;
}
.navbar-nav {
    margin-top: 16px;
    float: none;
    margin: 0;
}
.navbar-collapse {
    padding: 0;
    border: none;
}
.nav > li > a{
	padding:10px;
}
.soicalmedia li p {
    margin-right: 4px;
	font-size: 13px;
}
.soicalmedia li p i {
    font-size: 14px;
    margin-right: 5px;
    border: 2px solid #fff;
    padding: 5px;
    width: 28px;
    height: 28px;
}
.soicalmedia li a {
    color: #fff;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    width: 24px;
    height: 26px;
    display: block;
}
.video_content {
    width: 100%;
}
.video_box {
    width: 100%;
    text-align: center;
}
.socialmedia_wrapper .flexslider {
    text-align: center;
}
.fb_slide {
    padding-left: 0 !important;
    text-align: center !important;
}
.tw_slide {
    padding-right: 0 !important;
    text-align: center !important;
}
.gallery_wrapper_leftside{
	transform: skew(00deg);
	padding:0;
	margin:0;
	width:100%;
}
.gallery_wrapper_leftside_inner {
    transform: skew(00deg);
    float: left;
    width: 100%;
	padding:20px;
}
.main_gallery_wrapper {
    height: 285px;
    width: 500px;
    position: static;
    margin: 0 auto;
    float: none;
}
div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
    width: 33.33%;
    float: left;
    height: 130px;
}
div.bhoechie-tab-menu div.list-group > a:first-child{
	border-top-right-radius: 0;
}
.events_wrapper .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tab_content img {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active::after {
	display:none;
}
.gallery_wrapper_leftside span {
    margin-top: 25px;
    text-align: center;
}
.footer_col_3 {
    padding-left: 0;
}
.footer_col_2 {
    padding-left: 0;
}
.footer_madel_content br{
	display:none;
}
.footer_madel .container {
    padding: 22px 0;
}
.inner_page_content ul li {
    width: 40%;
}
div.bhoechie-tab-content {
    height: 230px;
}
.navbar-header{
	text-align:center;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 10px;
}
}
@media only screen and (max-width: 600px) {
.company_box {
    width: 80%;
}
.company_box h2 {
    margin-bottom: 0;
}
#demos {
    padding: 50px 0;
}
.main_gallery_wrapper {
    height: auto;
}
.main_gallery_wrapper ul li {
    width: 100%;
}
.main_gallery_wrapper {
    width: 410px;
}
.main_gallery_wrapper ul li:first-child p {
    width: 50%;
    float: left;
    height: 150px;
    overflow: hidden;
}
.main_gallery_wrapper ul li:nth-child(2n) {
    width: 100%;
}
.main_gallery_wrapper ul li:last-child p{
	float:left;
	width:50%;
	height: 150px;
	overflow: hidden;
}
.inner_page_content ul li {
    width: 45%;
}
}
@media only screen and (max-width: 540px) {
.company_box {
    width: 87%;
}
}
@media only screen and (max-width: 520px) {
.navbar {
    float: right;
    width: 100%;
}
.show_phone_mobile {
    display: block !important;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: -16px;
    z-index: 9999;
    position: relative;
}
.navbar-static-top {
    z-index: 10; }
.hide_phone_mobile{
	display:none !important;
}
}
@media only screen and (max-width: 500px) {
.company_box {
	height: 104px;
}
.list-group h2 {
    font-size: 12px;
    line-height: 16px;
}
.inner_page_content ul li {
    width: 98%;
	text-align: center;
	margin:20px 0 auto;
	text-align:center;
}
}
@media only screen and (max-width: 410px) {
.main_gallery_wrapper {
    width: 100%;
}
}
@media only screen and (max-width: 400px) {
.company_box {
    width: 100%;
}
.list-group button {
    font-size: 12px;
}
}
.events_box{
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.events_img{
	float:left;
	width:25%;
	min-height:250px;
	background-size:cover !important;
}
.events_img img{
	max-width:100%;
	display:none;
}
.events_content{
	float:right;
	width:73%;
}
.events_content h3{
	color: #000;
    font-family: "open_sanssemibold";
    font-size: 30px;
	margin:0;
	    margin-bottom: 20px;

}
.events_content p {
    color: #313131;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-top: 0;
	margin-bottom:6px;
}
.events_content p strong{
	color:#000;
}
.events_content a{
    background: #38b449;
    color: #fff;
    padding: 15px;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
	text-decoration:none;
}
.events_content a:hover{
    background: #000;
    color: #fff;
}
.events_detail{
	border-bottom:none;
}
.events_detail .events_img {
    width: 48%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 20px;
	min-height:inherit;
}
.events_detail .events_img img{
	display:block;
}
.events_detail h3{
	color: #000;
    font-family: "open_sanssemibold";
    font-size: 30px;
	margin:0;
	    margin-bottom: 15px;

}
.events_detail p {
    color: #878787;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin-top: 0;
	margin-bottom:6px;
}
.events_detail p strong{
	color:#000;
}
.events_detail a {
    background: #38b449;
    color: #fff;
    padding: 12px 15px 8px;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.events_detail a img{
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 2px;
    border-radius: 10px;
    position: relative;
    top: -2px;
    left: 7px;
}
.events_detail a:hover{
    background: #000;
    color: #fff;
}
.contact_page{
	margin:50px 0;
}
.contact_page  h2 {
    color: #000;
    font-family: 'open_sansbold';
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.contact_page ul{
	padding:0;
	margin:20px 0 0;
}
.contact_page ul li{
	list-style-type:none;
	width:48%;
	float:left;
	margin:10px 0 0;
}
.contact_page ul li:nth-child(2n){
	float:right;
}
.contact_page ul li .form-control {
    height: 50px;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    border-radius: 0;
}
.contact_page ul li:last-child{
	width:100%;
}
.contact_page ul li textarea.form-control {
    height: 150px !important;
    resize: none;
}
.contact_page form button{
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #fff;
    width: 125px;
    border: none;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
	background:#38b449;
}
.contact_page form button:hover{
	background:#000;
}
.info_box {
	float:left;
	width:100%;
	margin-top:26px;
}
.info_box img{
	float:left;
	margin-right:10px;
}
.info_box h4{
	color: #000;
    font-size: 16px;
    font-weight: bold;
	margin:0;
	text-transform:uppercase;
}
.info_box p{
	color: #9ea2a2;
    font-family: "open_sansregular";
    font-size: 14px;
}
.main_map{
	float:left;
	width:100%;
}
.main_map iframe{
	width:100%;
	min-height:400px;
}
.inner_page_content .socialmedia_wrapper{
	margin-top:0;
}
.links_outer1 {
    float: left;
    width: 96%;
    overflow: hidden;
	margin-left: 3%;
}
.links_outer_box1{
    float: left;
    width: 114%;
    background: #e7e7e7;
    transform: skew(-46deg);
    margin-left: -270px;
    padding-left: 210px;
    overflow: hidden;
	margin-top: 30px;
}
.links_inner_box1 {
    transform: skew(46deg);
    float: left;
    width: 100%;
}
.link_img {
    transform: skew(-40deg);
    width: 30%;
    margin-left: -15px;
    padding-left: 15px;
    float: left;
    overflow: hidden;
}
.link_img img{
	 transform: skew(40deg);
}
.link-content {
    float: right;
    width: 60%;
    padding: 30px 0;
}
.link-content h3{
	color: #000;
    font-family: 'open_sansbold';
    font-size: 24px;
}
.link-content a{
	color: #878787;
    font-size: 16px;
	font-family: 'open_sanssemibold';
}
.links_outer2 {
    float: left;
    width: 96%;
    overflow: hidden;
	margin-right: 3%;
}
.links_outer_box2 {
    float: left;
    width: 100%;
    background: #e7e7e7;
    transform: skew(46deg);
    margin-left: 110px;
    padding-right: 0;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 110px;
}
.links_inner_box2 {
    transform: skew(-46deg);
    float: right;
    width: 100%;
}
.link-content2 {
    float: left;
    width: 60%;
    padding: 30px 0;
}
.link_img2 {
    float: right;
    width: 34%;
    transform: skew(46deg);
    overflow: hidden;
}
.link_img2 img {
    transform: skew(-46deg);
    position: relative;
    right: 120px;
}
.link-content2 h3{
	color: #000;
    font-family: 'open_sansbold';
    font-size: 24px;
}
.link-content2 a{
	color: #878787;
    font-size: 16px;
	font-family: 'open_sanssemibold';
}
.top-gap{
	margin-bottom:60px;
}


/*22.6.2017*/

.variations_wrapper {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

#chevron {
    position: relative;
    text-align: center;
    margin-bottom: 6px;
    min-height: 800px;
    width: 100%;
}
#chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50.5%;
    background: #38b449;
    -webkit-transform: skew(0deg, 6deg);
    -moz-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    -o-transform: skew(0deg, 6deg);
    transform: skew(0deg, 15deg);
}
#chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 49.5%;
    background:url(../images/variations_img.png);
    -webkit-transform: skew(0deg, -6deg);
    -moz-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -o-transform: skew(0deg, -6deg);
    transform: skew(0deg, -15deg);
	background-size:cover;
}
.variations_left {
    width: 50%;
    float: left;
    position: relative;
    text-align: left;
	padding: 50px 0 50px 80px;
}
.variations_left .top_content{
	text-align:left;
}
.variations_left .top_content h2 {
    color: #fff;
}
.variations-box{
	width: 100%;
    float: left;
	margin-top:30px;
}
.variations-box-icon{
	width:20%;
	float:left;
}
.variations-box-content {
    width: 78%;
    float: right;
    padding-right: 50px;
}
.variations-box-content h3{
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
}
.variations-box-content p{
    color: #fff;
    margin-bottom: 0;
}
.left_comprmise{
	float:left;
	width:48%;
}
.right_comprmise{
	float:right;
	width:50%;
}
.slider_bottom_content768{
	display:none;
}
.style_cntct_button{
background: #38b449;
color: #fff;
padding: 15px;
float: left;
margin-top: 15px;
text-transform: uppercase;
text-decoration: none;
border: none;
width: 120px;
margin-bottom:30px;
}

@media only screen and (max-width: 1199px) {
.events_content h3 {
    font-size: 24px;
}
.link-content2 h3 {
    font-size: 20px;
}
.link-content h3 {
    font-size: 20px;
}
.footer_thumbnil_content {
    width: 190px;
}
.variations_left .top_content {
    text-align: left;
    padding: 20px 0;
}
.variations-box-content h3{
	font-size:20px;
}
.variations-box-content p{
	font-size:14px;
}
.variations-box-icon img{
	max-width:100%;
}
}
@media only screen and (max-width: 1024px) {
.link_img {
    width: 40%;
}
.link-content {
    width: 50%;
}
.link_img2 {
    width: 40%;
}
.link-content2 {
    width: 50%;
}
}
@media only screen and (max-width: 992px) {
.events_content h3 {
    font-size: 20px;
}
.events_content p {
    font-size: 14px;
}
.links_outer2 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
}
.links_outer_box2 {
    float: left;
    width: 100%;
    background: #e7e7e7;
    transform: skew(00deg);
    margin-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 0;
	padding: 15px;
}
.links_inner_box2 {
    transform: skew(00deg);
}
.link_img2 {
    width: 40%;
    transform: skew(00deg);
}
.link_img2 img{
    transform: skew(00deg);
	right: 0;
}
.links_outer1 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}
.links_outer_box1 {
    float: left;
    width: 100%;
    background: #e7e7e7;
    transform: skew(00deg);
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    margin-top: 30px;
	padding: 15px;
}
.links_inner_box1 {
    transform: skew(00deg);
    float: left;
    width: 100%;
}
.link_img {
    width: 40%;
    transform: skew(00deg);
}
.link_img img {
    transform: skew(00deg);
}
.link-content {
    width: 57%;
}
.link-content2 {
    width: 57%;
}
.footer_thumbnil_content {
    width: 120px;
}
.variations-box-content p {
    font-size: 14px;
    font-family: 'open_sansregular';
}
.variations-box-content h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'open_sansregular';
}
.variations_left {
    padding: 50px 0 50px 20px;
}
.right_comprmise h3{
	font-size: 20px;
}
.right_comprmise p{
	font-size: 14px;
}
}
body{
	font-family: 'open_sansregular';
}
@media only screen and (max-width: 767px) {
.footer_thumbnil_content {
    width: 240px;
}
.events_img {
    float: left;
    width: 100%;
    text-align: center;
	background:none !important;
	min-height:inherit;
}
.events_content {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.events_content p {
    margin: 6px;
    float: left;
    width: 100%;
}
.events_content a {
    background: #38b449;
    color: #fff;
    padding: 15px;
  	float: none; 
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 150px;
    margin: 0 auto;
}
.events_img img{
	display:block;
}
.bener_wrapper {
    min-height: 200px;
}
.bener_wrapper h3 {
    left: 20px;
    font-size: 40px;
	bottom: 60px;
}
.contact_page {
    margin: 0 0 50px;
}
.contact_page ul li {
    width: 100%;
}
.contact_page h2 {
    font-size: 30px;
}
.contact_page form button{
	margin-bottom:50px;
}
.link_img {
    width: 100%;
	margin: 0;
    text-align: center;
	padding: 0;
}
.link-content {
    width: 100%;
    text-align: center;
    padding: 0;
}
.link_img2{
    width: 100%;
	margin: 0;
    text-align: center;
	padding: 0;
}
.link-content2 {
    width: 100%;
    text-align: center;
    padding: 0;
}
.links_outer_box1{
	margin-top:0;
}
.events_detail .events_img {
    width: 100%;
}
.style_cntct_button{
	
margin-bottom:30px;
}
.slider_bottom_content768{
	display:block;
}
.slider_bottom_content768 .newsletter_box {
    left: 0;
    width: 100%;
}
.slider_bottom_content768 .newsletter_box h2 {
    width: 36%;
}
.slider_bottom_content768 .newsletter_box .input-group {
    width: 63%;
}
#chevron::after {
	display:none !important;
}
#chevron::before {
    width: 100%;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 00deg);
}
.variations_left {
    padding: 20px;
    width: 100%;
}
#chevron {
    min-height: 550px;
	background: #38b449;
	float: left;
}
.variations_wrapper {
    padding: 0;
    margin-top: 50px;
}
.left_comprmise {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.right_comprmise {
    float: right;
    width: 100%;
    text-align: center;
}
.variations-box-content {
    padding-right: 0;
}
}
@media only screen and (max-width: 600px) {
.slider_bottom_content768 .newsletter_box h2 {
    width: 45%;
}
.slider_bottom_content768 .newsletter_box .input-group {
    width: 52%;
}
}
@media only screen and (max-width: 500px) {
.slider_bottom_content768 .newsletter_box .input-group {
    width: 100%;
}
.slider_bottom_content768 .newsletter_box h2 {
    width: 100%;
}
.slider_bottom_content768 .newsletter_box h2 img {
    width: 50px;
}
.slider_bottom_content768 .newsletter_box h2 span {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
}
@media only screen and (max-width: 400px) {
.slider_bottom_content768 .newsletter_box h2 span {
    width: 70%;
}
}

.custom_class_style h3{
	font-weight:600;
}
.left_comprmise img{
	max-width:100%;
}
.right_comprmise h3{
	margin-top:0;
}
