
.common_slider_nav, .hero_slider .owl-nav .owl-prev, .hero_slider .owl-nav .owl-next {
  width: 41px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  border: 1px solid #717171;
  top: 50%;
  margin-top: -25px; }
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.icon_go{
  margin-right: 10px
}
.activeLink{
  background-color: rgba(22, 165, 177, 0.66);
  color: white;
}

.team_detail_info p>span {
	font-weight: 500;
}

.team_detail_info {
	border-bottom: 1px solid rgba(193, 188, 188, 0.57);
    padding-bottom: 10px;
}

.bh_footer_logo {

}
.bh_footer_logo img {
	    width: 240px !important;
}

.common_btn, .bh_header_top_right.text-right a, .bh_hero_text .bh_slider_btn1, .bh_hero_text .bh_slider_btn2, .bh_service_btn a, .bh_about_btn a, .bh_consult_btn, .bh_img_hover_content, .quote_btn, .bh_blog_btn, .bh_contact_form input[type=submit], .bh_blog_area2 .bh_load_more_btn, .bh_single_team .bh_team_title h3, .bh_sidebar_three a, .bh_404_area .bh_404_right a, .bh_contact_form2 .bh_submit_btn input, .bh_quote_right .quote_submit input, .bh_check_form .bh_submit_btn input, .bh_cart_total .bh_cart_btn1, .bh_cart_total .bh_cart_btn2 {
  display: inline-block;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.common_bg, .hero_slider_bg, .bh_get_consult_area, .bh_request_area, .bh_allPage_area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.common_after, .bh_section_title h2:after, .hero_slider_bg:after, .bh_hero_text h1:after, .bh_get_consult_area:after, .bh_consult_left :after, .bh_allPage_area:after, .bh_history_left_content:after, .bh_videos_area .bh_video::before, .bh_videos_area .service-video-play a, .bh_project_detail_ul ul li :after, .bh_single_shop .bh_shop_img:after, .bh_single_faq h3:after, .tab_area ul.tabs li.current:before, .tab_area ul.tabs li.current:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.commonh3, .bh_serviceDetail_text3 h2, .bh_team_detail .bh_team_detail_content .team_detail_right h3, .bh_service_wrap2 .bh_wrap2_text h2, .bh_project_detail_ul ul li, .bh_sidebar_three h3, .bh_project_detail_right_text h3, .bh_contact_left .single_contact h3, .bh_single_faq h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize; }

.common_shadow, .bh_about_img img, .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail_img2 img, #googleMap {
  border: 10px solid #ffffff;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;}

.common_shadow_btn, .common_shadow_hover:hover {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15); }

.common_input_after, .bh_quote_right .select_option:after, .category_select_section .select_option:after, .bh_check_form .select_option:after, .bh_check_form .select_option1:after, .bh_check_form .select_option2:after, .bh_check_form .select_option3:after {
  background: #198ce7;
  color: #fff;
  content: "\f0d7 ";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  pointer-events: none; }

* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

a:hover, a:focus, input, textarea {
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

/*img {
  width: 100%; }*/

ol, ul {
  margin: 0px;
  padding: 0px; }

html,
body {
  height: 100%; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background: #fff;
  font-weight: 300; }

.fix:after,
.fix:before {
  content: "";
  display: table; }

.fix:after {
  clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.bh_contact_form {
  /* textarea place holder color */ }
  .bh_contact_form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    opacity: 1; }
  .bh_contact_form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .bh_contact_form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .bh_contact_form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    opacity: 1; }
  .bh_contact_form textarea::-webkit-input-placeholder {
    color: #fff !important; }
  .bh_contact_form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important; }
  .bh_contact_form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important; }
  .bh_contact_form textarea:-ms-input-placeholder {
    color: #fff !important; }

.bh_contact_form2 {
  /* textarea place holder color */ }
  .bh_contact_form2 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #222;
    opacity: 1; }
  .bh_contact_form2 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #222;
    opacity: 1; }
  .bh_contact_form2 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #222;
    opacity: 1; }
  .bh_contact_form2 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #222;
    opacity: 1; }
  .bh_contact_form2 textarea::-webkit-input-placeholder {
    color: #222 !important; }
  .bh_contact_form2 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222 !important; }
  .bh_contact_form2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222 !important; }
  .bh_contact_form2 textarea:-ms-input-placeholder {
    color: #fff !important; }

.bh_faq_contact {
  /* textarea place holder color */ }
  .bh_faq_contact ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    opacity: 1; }
  .bh_faq_contact :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1; }
  .bh_faq_contact ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1; }
  .bh_faq_contact :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    opacity: 1; }
  .bh_faq_contact textarea::-webkit-input-placeholder {
    color: #666 !important; }
  .bh_faq_contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important; }
  .bh_faq_contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important; }
  .bh_faq_contact textarea:-ms-input-placeholder {
    color: #fff !important; }

.bh_section_padding {
  padding-top: 92px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_section_padding {
      padding-top: 72px; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_section_title {
    text-align: center; } }
.bh_section_title h2> span {
	    font-size: 23px;
	color: #46e700;}
.bh_section_title h2 {
  font-size: 30px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-top: 31px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_section_title h2 {
      font-size: 27px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_section_title h2 {
      font-size: 24px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_section_title h2 {
      font-size: 22px; } }

.bh_section_title h2:after {
  background: #7ce723;
  width: 50px;
  height: 5px;
  left: 0;
  top: -23px;
  border-radius: 3px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_section_title h2:after {
      left: 50%;
      margin-left: -25px; } }

.header_top {
  background: #161616;
  position: relative; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .header_top {
      display: none; } }

.header_top_left ul {
  margin: 0px;
  padding: 0px; }
.header_top_left li {
  display: inline-block;
  float: left;
  padding-bottom: 10px;
  padding-right: 48px;
  padding-top: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_top_left li {
      padding-right: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top_left li {
      font-size: 11px;
      padding-right: 10px; } }
.header_top_left a {
  color: #fff;
  font-size: 12px;
  font-weight: 300; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top_left a {
      font-size: 11px; } }
.header_top_left i {
  margin-right: 9px; }

.bh_header_top_right.text-right {
  margin-right: -15px; }

.bh_header_top_right.text-right a {
  background-color: #7ce723;
  width: 200px;
  height: 100%;
  font-size: 13px;
  line-height: 52px;
  border-radius: 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_header_top_right.text-right a {
      font-size: 12px;
      width: 180px; } }

/* ======================= Header-Bottom Css ======================= */
.bh_header_bottom {
  background: transparent url("../../images/menu_bg.png");
  background-repeat: repeat;
  position: relative;
  z-index: 999; }


 .header_bottom_right {
  margin-top: 10px; }

  .bh_logo {
    padding: 10px;
  }
  .bh_logo img{
    height: 60px;
  }

  @media only screen and (min-width: 0px) and (max-width: 767px) {
	  .bh_logo img {
		  width: 100% !important;}
}
	  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_logo, .header_bottom_right {
      margin-bottom: 6px;
      margin-top: 25px; } }

nav#navbar {
  text-align: right;
  padding: 0 65px 0 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    nav#navbar {
      position: absolute;
      width: 280px;
      padding-right: 0;
      background: #ffffff;
      z-index: 2;
      right: 15px;
      top: 75px;
      border: 10px solid #ffffff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    nav#navbar {
      width: 320px; } }

nav#navbar ul.nav {
  margin: 0;
  list-style: none;
  float: none;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar ul.nav {
      float: left; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    nav#navbar ul.nav {
      display: block;
      text-align: left; } }
  nav#navbar ul.nav li {
    display: inline-block;
    position: relative; }
    nav#navbar ul.nav li a {
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      color: #222222;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      padding: 0 15px;
      line-height: 20px;
      margin: 30px 0;
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        nav#navbar ul.nav li a {
          font-size: 12px;
          line-height: 10px;
          margin: 38px 0 31px;
          padding: 0 16px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        nav#navbar ul.nav li a {
          display: block;
          margin: 0;
          padding: 15px; } }
      nav#navbar ul.nav li a:hover {
        color: #1ce719; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          nav#navbar ul.nav li a:hover {
            color: #ffffff;
            background-color: #288feb; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      nav#navbar ul.nav li {
        display: block;
        border: 1px solid #d2d2d2;
        margin: 4px 0; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      nav#navbar ul.nav li ul {
        border: none; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      nav#navbar ul.nav li ul li {
        border: 1px solid #d2d2d2; } }

nav#navbar > ul.nav > li:after {
  position: absolute;
  content: "";
  background: #198ce7;
  width: 36px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transition-duration: .4s;
  transform: scale(0, 1);
  margin-left: -18px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    nav#navbar > ul.nav > li:after {
      display: none; } }

nav#navbar ul.nav li:hover:after {
  transform: scale(1); }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  nav#navbar ul.nav li ul.dropdown-menu {
    box-shadow: none;
    background: #f8fbfd;
    float: none;
    width: 100%;
    padding: 0;
    position: static; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  nav#navbar ul.nav li ul.dropdown-menu li {
    border-left: 3px solid #288feb; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  nav#navbar ul.nav li ul.dropdown-menu .menu-collumn {
    border: none !important; } }

@media only screen and (min-width: 768px) {
  nav#navbar ul.nav li ul.dropdown-menu {
    width: 200px;
    background: #fff;
    border-top: 3px solid #288feb;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 200%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    display: block; }

  nav#navbar ul.nav li ul.dropdown-menu li {
    width: 100%; }

  nav#navbar ul.nav li ul.dropdown-menu li a {
    display: block;
    width: 100%;
    line-height: 29px;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
    white-space: normal;}

  nav#navbar ul.nav li ul.dropdown-menu li a:before {
    content: '\f101 ';
    font-family: "FontAwesome";
    margin-right: 12px;
    color: #288feb; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu {
    width: 600px;
    left: auto;
    right: 0;
    padding: 15px 0; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn {
    border-right: 1px solid #eaeaea;
    float: left;
    height: 100%;
    vertical-align: top;
    width: 33.3333%;
    border-bottom: none; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn:last-child {
    border-right: none; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul {
    margin-bottom: 25px; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul li {
    border: none !important; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul li a {
    line-height: 35px; }

  nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul:last-child {
    margin: 0; }

  nav#navbar ul.nav li:nth-last-child(1) ul.dropdown-menu,
  nav#navbar ul.nav li:nth-last-child(2) ul.dropdown-menu {
    left: auto;
    right: 0; }

  nav#navbar ul.nav li.open ul.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }

  nav#navbar ul.nav li.open > a,
  nav#navbar ul.nav li.open > a:focus,
  nav#navbar ul.nav li.open > a:hover {
    background: transparent; }

  nav#navbar ul.nav li > a,
  nav#navbar ul.nav li > a:focus,
  nav#navbar ul.nav li > a:hover {
    background: transparent; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav#navbar ul.nav li:nth-last-child(1) ul.dropdown-menu,
  nav#navbar ul.nav li:nth-last-child(2) ul.dropdown-menu {
    left: auto;
    right: -137px !important; } }
.navbar-toggle {
  margin-bottom: 11px;
  margin-right: -6px;
  margin-top: 14px; }

ul.cartSearch {
  margin: 0;
  list-style: none;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0; }
  ul.cartSearch li {
    display: inline; }
    ul.cartSearch li a {
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      vertical-align: top;
      margin: 25px -5px 25px 15px;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      padding: 5px;
      color: #000000; }
      ul.cartSearch li a:hover {
        color: #288feb; }

@media only screen and (min-width: 0px) and (max-width: 991px) {
  ul.cartSearch {
    margin-right: 50px;
    top: 1px; } }
ul.cartSearch li.cart a {
  font-size: 15px; }
  ul.cartSearch li.cart a span {
    background: #288feb none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    left: 87%;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 17px; }

form.searchForm {
  background-color: #ffffff;
  height: 50px;
  position: absolute;
  right: 15px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  overflow: hidden;
  bottom: -50px;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: scale(1, 0); }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    form.searchForm {
      width: 400px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    form.searchForm {
      width: 279px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    form.searchForm {
      width: 400px; } }
  form.searchForm i {
    color: #222222;
    content: "\efb2";
    font-family: "IcoFont";
    font-size: 20px;
    left: 10px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
    padding-right: 10px;
    border-right: 1px solid #eee; }
    form.searchForm i:hover {
      color: #198ce7; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      form.searchForm i {
        line-height: 53px; } }

form.searchForm.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1); }

form.searchForm input {
  border: medium none;
  display: inline-block;
  float: left;
  height: 50px;
  width: 85%;
  padding-left: 55px;
  font-size: 17px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    form.searchForm input {
      font-size: 15px; } }

form.searchForm input + input {
  width: 15%;
  background: #288feb;
  font-family: "IcoFont";
  color: #ffffff;
  font-size: 18px;
  padding-left: 0; }

/* ======================= Hero-Area Css ======================= */
.hero_slider .owl-nav {
  color: #7e7e7e;
  font-size: 30px;
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_slider .owl-nav {
      font-size: 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero_slider .owl-nav {
      font-size: 25px; } }
  .hero_slider .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 50px 50px 0;
    border-left: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .hero_slider .owl-nav .owl-prev:hover {
      border: 1px solid #198ce7;
      border-left: none;
      color: #fff; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .hero_slider .owl-nav .owl-prev {
        left: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero_slider .owl-nav .owl-prev {
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero_slider .owl-nav .owl-prev {
        height: 42px;
        line-height: 42px;
        width: 27px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .hero_slider .owl-nav .owl-prev {
        left: 0px;
        border: 1px solid #717171;
        height: 40px;
        line-height: 42px;
        width: 30px;
        border-left: 0px solid #fff; } }
  .hero_slider .owl-nav .owl-next {
    border-radius: 50px 0 0 50px;
    right: 0;
    border-right: none;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .hero_slider .owl-nav .owl-next:hover {
      border: 1px solid #198ce7;
      border-right: none;
      color: #fff; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .hero_slider .owl-nav .owl-next {
        right: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero_slider .owl-nav .owl-next {
        right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero_slider .owl-nav .owl-next {
        height: 42px;
        line-height: 42px;
        width: 27px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .hero_slider .owl-nav .owl-next {
        right: 0px;
        border: 1px solid #717171;
        height: 40px;
        line-height: 42px;
        width: 30px;
        border-right: 0px solid #fff; } }

.hero_slider_bg {
  height: 638px; }



.bh_hero_text {
  position: relative;
  z-index: 9;
  color: #b9b9b9;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 193px;
  font-size: 16px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_hero_text {
      padding-top: 160px; } }
  .bh_hero_text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    margin-bottom: 15px; }
    .bh_hero_text h1 .animated {
      animation-duration: 1s; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_hero_text h1 {
        font-size: 20px; } }
  .bh_hero_text h1:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: #2eff08;
    border-radius: 2px;
    height: 5px;
    left: 50%;
    margin-left: -42.5px;
    top: -36px;
    width: 85px; }
  .bh_hero_text span {
      color:#fff;
      text-shadow:8px 2px 15px black;
    display: block;
    font-size: 70px;
    font-weight: 400;
    margin-top: 17px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_hero_text span {
        font-size: 57px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_hero_text span {
        font-size: 40px; } }
  .bh_hero_text p.animated {
    animation-duration: 3s; }
  .bh_hero_text .bh_slider_btn {
    margin-top: 32px;
    animation-duration: 4s; }
  .bh_hero_text .bh_slider_btn a {
    margin: 0px 5px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_hero_text .bh_slider_btn a {
        margin: 0; } }
  .bh_hero_text .bh_slider_btn1 {
    background: #0eff0ad6;
    border: 1px solid #0eff0ad6;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_hero_text .bh_slider_btn1 {
        width: 126px;
        height: 42px;
        line-height: 42px; } }
  .bh_hero_text .bh_slider_btn1:hover {
    background: #137bcd;
    border: 1px solid transparent; }
  .bh_hero_text .bh_slider_btn2 {
    background: none;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_hero_text .bh_slider_btn2 {
        width: 126px;
        height: 42px;
        line-height: 42px; } }
  .bh_hero_text .bh_slider_btn2:hover {
    background: #137bcd;
    border: 1px solid transparent; }

/* ==================================== Service-Area Css ======================= */
.bh_service_left_text {
  color: #888888;
  padding-right: 21px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_left_text {
      font-size: 15px;
      padding-right: 0;
      text-align: center; } }
  .bh_service_left_text h2 {
    margin-bottom: 24px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_left_text h2:after {
      left: 50%;
      margin-left: -25px; } }

.bh_service_icon {
  margin-bottom: 80px;
  margin-left: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_icon {
      margin-left: 0px;
      text-align: center; } }

.bh_service_icon .icofont {
	    font-size: 57px;
    color: #e71300;
}

.bh_service_icon h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-top: 14px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
text-transform: uppercase;}
    .bh_service_icon h3:hover {
      color: #198ce7; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_service_icon h3 {
        font-size: 15px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_service_icon h3 {
        font-size: 15px; } }

.bh_service_btn {
  margin-top: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_btn {
      margin-bottom: 50px; } }
  .bh_service_btn a {
    background-color: #198ce7;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .bh_service_btn a:hover {
    background: none;
    border: 1px solid #198ce7;
    color: #222222; }

/* ==================================== About-Area Css ======================= */
.bh_about_us_area {
  position: relative;
  background: url("../../images/about_bg.jpg");
  margin-top: -14px;
  padding: 110px 0px;
  background-repeat: no-repeat;
  background-position: left center; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_about_us_area {
      padding-top: 0px;
      padding-bottom: 80px; } }

.bh_about_right_text {
  margin-top: -59px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_about_right_text {
      font-size: 15px;
      margin-top: 80px;
      text-align: center; } }
  .bh_about_right_text h2 {
    margin-bottom: 30px; }
  .bh_about_right_text h2:after {
    left: 90%; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_about_right_text h2:after {
        left: 50%;
        margin-left: -25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_about_right_text {
      font-size: 15px; } }

.bh_about_btn {
  margin-top: 34px; }
  .bh_about_btn a {
    border: 1px solid #0eff0ad6;
    color: #222222;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .bh_about_btn a:hover {
    background: #0eff0ad6;
    border: 1px solid #0eff0ad6;
    color: #fff; }

/* ==================================== Get-Consult-Area Css ======================= */
.bh_get_consult_area {
  background: url("../../images/consult_bg.jpg");
  padding-top: 60px;
  padding-bottom: 55px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_get_consult_area {
      padding: 42px 0px; } }

.bh_get_consult_area:after {
  background: #1ce7199c;
  opacity: .9; }

.bh_consult_left {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_consult_left {
      margin-top: 20px; } }
  .bh_consult_left h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 40px;
    text-align: right; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_consult_left h3 {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_consult_left h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_consult_left h3 {
        text-align: center; } }
  .bh_consult_left :after {
    background: #fff;
    height: 110px;
    left: 113%;
    width: 4px;
    top: -16px;
    border-radius: 2px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_consult_left :after {
        top: -40px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_consult_left :after {
        display: none; } }

.bh_consult_middle {
  color: #fff;
  font-size: 26px;
  position: relative;
  z-index: 9;
  text-align: center;
  margin-top: 25px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_consult_middle {
      font-size: 22px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_consult_middle {
      font-size: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_consult_middle {
      font-size: 21px; } }

.bh_consult_btn {
  position: relative;
  z-index: 9;
  margin-top: 15px;
  background: #fff; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_consult_btn {
      display: block;
      margin: 0 auto;
      margin-top: 40px; } }
  .bh_consult_btn a {
    color: #222222;
    line-height: 53px; }

/* ==================================== Projects-Area Css ======================= */
.bh_project_text {
  color: #888888;
  font-weight: 300; }
  .bh_project_text h2 {
    margin-bottom: 8px; }

.bh_project_left_img {
  margin-top: 53px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_project_left_img {
      margin-top: 45px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_project_left_img {
      margin-top: 215px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bh_middle_img {
    margin-top: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bh_middle_img {
    margin-top: 15px; } }

.bh_right_img {
  margin-top: -135px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_right_img {
      margin-top: -100px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_right_img {
      margin-top: -71px; } }

.bh_project_single_img {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .bh_project_single_img img {
    width: 100%; }

.bh_img_hover {
  background: rgba(25, 140, 231, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 100%; }

.bh_project_single_img:hover .bh_img_hover {
  border: 10px solid #fff;
  transform: scale(1);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1); }

.bh_img_hover_content {
  border: 1px solid #fff;
  left: 50%;
  margin-left: -130px;
  margin-bottom: -25px;
  position: absolute;
  bottom: 0%;
  width: 260px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_img_hover_content {
      margin-left: -96px;
      width: 192px;
      height: 40px;
      line-height: 40px;
      font-size: 11px; } }
  .bh_img_hover_content a {
    color: #fff; }

.bh_project_single_img:hover .bh_img_hover_content {
  bottom: 50%;
  opacity: 1;
  transition-delay: .5s; }
.bh_get_quote_area {
  border-top: 3px solid #198ce7;
  margin-top: 130px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_get_quote_area {
      border-top: 0px solid #198ce7;
      margin-bottom: -30px; } }

.bh_get_quote {
  background: #198ce7;
  border-radius: 80px;
  margin-top: -163px;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_get_quote {
      margin-top: -167px;
      padding: 33px 0; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_get_quote {
      padding: 20px 10px;
      border-radius: 50px;
      padding-bottom: 35px; } }

.bh_quote_text {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 300; }
  .bh_quote_text span {
    font-weight: 600; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_quote_text {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_quote_text {
      font-size: 17px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_quote_text {
      text-align: center;
      font-size: 18px; } }

.quote_btn {
  background: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .quote_btn {
      width: 148px;
      margin-top: 15px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .quote_btn {
      display: block;
      margin: 0 auto; } }
  .quote_btn a {
    color: #222222;
    line-height: 53px; }

/* ==================================== Blog-Area Css ======================= */
.bh_blog_area {
  padding-top: 67px; }

.bh_post_thumb {
  position: relative; }
  .bh_post_thumb img {
    width: 100%; }

.bh_post_date, .bh_history_left_single_date {
  background: #2eff08;
  border-radius: 0 26px 26px 0;
  height: 50px;
  position: absolute;
  top: 20px;
  width: 92px;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize !important;
  padding-left: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_post_date, .bh_history_left_single_date {
      left: 15px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bh_post_date, .bh_history_left_single_date {
      left: 15px; } }
  .bh_post_date span, .bh_history_left_single_date span {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize !important;
    margin-right: 10px; }

.bh_post_title h2 {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
  margin-bottom: 14px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_post_title h2 {
      font-size: 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_post_title h2 {
      font-size: 18px; } }
.bh_post_title h3 {
  font-size: 14px;
  font-weight: 300; }
  .bh_post_title h3 span {
    font-weight: 500; }

.bh_post_content {
  font-size: 15px;
  color: #777;
  margin-top: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_post_content {
      font-size: 14px; } }

.bh_post_btn a {
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  text-decoration: underline;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_single_post {
    text-align: center;
    margin-top: 30px; } }

.bh_single_post:hover .bh_post_title h2 {
  color: #198ce7; }

.bh_single_post:hover .bh_post_btn a {
  color: #198ce7; }

.bh_blog_text {
  text-align: right;
  margin-top: 90px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_blog_text {
      margin-top: 54px;
      font-size: 14px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_blog_text {
      text-align: center; } }
  .bh_blog_text h2 {
    margin-bottom: 25px; }
  .bh_blog_text h2:after {
    left: 77%; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_blog_text h2:after {
        left: 50%;
        margin-left: -25px; } }

.bh_blog_btn {
  border: 1px solid #198ce7;
  float: right;
  margin-top: 23px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_blog_btn {
      display: block;
      margin: 0 auto;
      margin-top: 37px;
      float: none; } }
  .bh_blog_btn a {
    color: #222222; }

.bh_blog_btn:hover {
  background: #198ce7;
  border: 1px solid #198ce7;
  color: #fff; }

.bh_blog_btn:hover a {
  color: #fff; }

/* ==================================== Request-Area Css ======================= */
.bh_request_area {
  background: url("../../images/request_bg.jpg");
  margin-top: 92px;
  color: #fff; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_request_area {
      margin-top: 60px; } }

.bh_contact_form {
  padding-bottom: 128px;
  padding-top: 133px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_contact_form {
      padding-top: 40px;
      padding-bottom: 50px; } }

.bh_request_text {
  padding-top: 132px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_request_text {
      padding-top: 90px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_request_text {
      padding-top: 40px; } }
  .bh_request_text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 28px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_request_text h2 {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_request_text h2 {
        font-size: 20px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_request_text h2 {
        font-size: 20px; } }
  .bh_request_text h2:after {
    background: #fff; }

.bh_contact_form {
  position: relative; }
  .bh_contact_form input[type=text],
  .bh_contact_form select {
    background: #2287d7 none repeat scroll 0 0;
    border: 1px solid #2c9bf2;
    margin-left: 10px;
    width: 48%;
    margin-bottom: 15px;
    padding-left: 15px;
    height: 46px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_contact_form input[type=text],
      .bh_contact_form select {
        width: 45%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_contact_form input[type=text],
      .bh_contact_form select {
        width: 47%;
        font-size: 14px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_contact_form input[type=text],
      .bh_contact_form select {
        width: 94%; } }
    .bh_contact_form input[type=text] option,
    .bh_contact_form select option {
      padding-left: 15px; }
  .bh_contact_form input[type=submit] {
    border: none;
    color: #222222;
    background: #fff;
    margin-left: 15px;
    margin-top: 6px;
    line-height: 53px; }
  .bh_contact_form :after {
    background: #2287d7 none repeat scroll 0 0;
    color: #fff;
    content: "\f0d7 ";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 14px;
    height: 10%;
    line-height: 45px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 195px;
    width: 6%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_contact_form :after {
        right: 32px;
        width: 5%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_contact_form :after {
        right: 7px;
        width: 4%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_contact_form :after {
        left: 90%;
        top: 225px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_contact_form .bh_submit_btn {
      text-align: center;
      padding-top: 20px; } }

.form-messages.success {
  color: green; }

.form-messages.error {
  color: red; }

/* ==================================== Client-Area Css ======================= */
.bh_client_area {
  padding-bottom: 10px; }
  .bh_client_area .bh_section_title {
    text-align: center; }
    .bh_client_area .bh_section_title h2 {
      margin-bottom: 8px; }
    .bh_client_area .bh_section_title h2:after {
      left: 50%;
      margin-left: -25px; }
  .bh_client_area .bh_client_crsl {
    margin-top: 65px; }
    .bh_client_area .bh_client_crsl .owl-nav {
      color: #7e7e7e;
      font-size: 30px;
      display: block; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_client_area .bh_client_crsl .owl-nav {
          font-size: 20px; } }
      .bh_client_area .bh_client_crsl .owl-nav .owl-prev {
        left: -110px;
        position: absolute;
        top: 40%;
        border: 1px solid #aeaeae;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .bh_client_area .bh_client_crsl .owl-nav .owl-prev:hover {
          border: 1px solid #198ce7;
          color: #198ce7; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-prev {
            left: -20px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-prev {
            left: -23px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-prev {
            left: -20px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-prev {
            left: -11px;
            top: 22%; } }
      .bh_client_area .bh_client_crsl .owl-nav .owl-next {
        right: -76px;
        position: absolute;
        top: 40%;
        border: 1px solid #aeaeae;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .bh_client_area .bh_client_crsl .owl-nav .owl-next:hover {
          border: 1px solid #198ce7;
          color: #198ce7; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-next {
            right: 0px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-next {
            right: 0px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-next {
            right: 0px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .bh_client_area .bh_client_crsl .owl-nav .owl-next {
            right: -7px;
            top: 22%; } }
  .bh_client_area .bh_single_client_text {
    margin-bottom: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_client_area .bh_single_client_text {
        font-size: 15px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_client_area .bh_single_client_text {
        font-size: 14px; } }
    .bh_client_area .bh_single_client_text p {
      margin-left: 20px; }
    .bh_client_area .bh_single_client_text .bh_quote_icon {
      display: block;
      float: left; }
      .bh_client_area .bh_single_client_text .bh_quote_icon i {
        color: #e0e0e0; }
    .bh_client_area .bh_single_client_text .bh_client_img_title {
      margin-left: 20px; }
      .bh_client_area .bh_single_client_text .bh_client_img_title .bh_client_img {
        display: block;
        float: left;
        margin-right: 21px; }
        .bh_client_area .bh_single_client_text .bh_client_img_title .bh_client_img img {
          width: 45px !important;
          border: 2px solid #198ce7; }
      .bh_client_area .bh_single_client_text .bh_client_img_title .bh_client_title h3 {
        font-size: 16px;
        color: #222; }

/* ==================================== Brand-Area Css ======================= */
.bh_brand_area {
  background: #f7fbff; }
  .bh_brand_area .brand_crsl {
    padding-top: 100px;
    padding-bottom: 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_brand_area .brand_crsl {
        padding-top: 70px;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_brand_area .brand_crsl {
        padding: 50px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_brand_area .brand_crsl {
        padding: 60px 0px; } }
    .bh_brand_area .brand_crsl .single_brand img {
      display: inline-block !important;
      width: auto !important; }
    .bh_brand_area .brand_crsl .single_brand img {
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .bh_brand_area .brand_crsl .single_brand img:hover {
      box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1); }

/* ==================================== Footer-Area Css ======================= */
.bh_footer_area {
  background: #222222;
  padding-top: 80px;
  color: #8b8b8b; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_footer_area {
      padding-top: 40px; } }
  .bh_footer_area .bh_footer_top {
    padding-bottom: 35px; }
    .bh_footer_area .bh_footer_top h2 {
      font-size: 16px;
      color: #c9c9c9;
      text-transform: capitalize;
      margin-bottom: 30px; }
    .bh_footer_area .bh_footer_top .bh_important_link {
      float: left;
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_footer_area .bh_footer_top .bh_important_link {
          margin-left: -2px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_footer_area .bh_footer_top .bh_important_link {
          margin-left: 0px;
          margin-top: 38px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_footer_area .bh_footer_top .bh_important_link ul {
          margin-top: -10px; } }
    .bh_footer_area .bh_footer_top .bh_important_link2 {
      margin-top: 46px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_footer_area .bh_footer_top ul {
        margin-top: 76px; } }
    .bh_footer_area .bh_footer_top ul li a {
      color: #8b8b8b;
      text-transform: capitalize;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .bh_footer_area .bh_footer_top ul li a:hover {
      color: #198ce7; }
    .bh_footer_area .bh_footer_top .bh_recent_projects {
      padding-left: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bh_footer_area .bh_footer_top .bh_recent_projects {
          margin-left: -40px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_footer_area .bh_footer_top .bh_recent_projects {
          padding-left: 0px;
          margin-top: 40px; } }
      .bh_footer_area .bh_footer_top .bh_recent_projects img {
        margin-bottom: 10px;
        margin-right: 5px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bh_footer_area .bh_footer_top .bh_recent_projects img {
            margin-bottom: 4px;
            margin-right: -1px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .bh_footer_area .bh_footer_top .bh_recent_projects img {
            margin-right: -2px;
            margin-bottom: 4px; } }
    .bh_footer_area .bh_footer_top .bh_footer_social_link {
      padding-top: 11px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_footer_area .bh_footer_top .bh_footer_social_link {
          margin-top: -63px; } }
      .bh_footer_area .bh_footer_top .bh_footer_social_link ul li {
        float: left;
        padding-right: 20px; }
        .bh_footer_area .bh_footer_top .bh_footer_social_link ul li a {
          color: #fff;
          -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }
        .bh_footer_area .bh_footer_top .bh_footer_social_link ul li a:hover {
          color: #198ce7; }
  .bh_footer_area .bh_footer_bottom_content {
    border-top: 1px solid #434343;
    color: #7e7e7e;
    font-size: 14px;
    padding: 20px 0px; }
    .bh_footer_area .bh_footer_bottom_content span {
      color: #656565; }
      .bh_footer_area .bh_footer_bottom_content span i {
        color: #46e700; }

/* ==================================== All Page Common Css ======================= */
.bh_allPage_area {
  background: url("../../images/all_page_bg.jpg");
  background-repeat:no-repeat;
  height: 200px; }
  .bh_allPage_area .bh_allPage_text {
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center; }
    .bh_allPage_area .bh_allPage_text h1 {
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 600;
      padding-top: 90px;
      padding-bottom: 25px; color: #fff}

.bh_allPage_area:after {
  background: rgba(0, 0, 0, 0.8);
  height: 200px; }

.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: -14px;
  padding: 0; }
  .breadcrumb li a {
    color: #b9b9b9;
    text-transform: capitalize;
    font-size: 16px; }
  .breadcrumb li.active a {
    color: #46e700; }
  .breadcrumb li + li::before {
    color: #b9b9b9;
    content: "/ ";
    padding: 0px; }

/* ==============================================================================================
    ************** About Page ******************
================================================================================================= */
/* ==================================== bh_WorksWith_area  Common Css ======================= */
.bh_worksWith_area {
  background: url("../../images/about2_bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_worksWith_area .bh_worksWith_text {
      text-align: justify;
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_worksWith_area .bh_worksWith_text {
      text-align: justify;
      padding-right: 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_worksWith_area .bh_worksWith_text {
      text-align: center;
      padding: 10px; } }
  .bh_worksWith_area .bh_worksWith_text h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_worksWith_area .bh_worksWith_text h2 {
        font-size: 26px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_worksWith_area .bh_worksWith_text h2 {
        font-size: 26px; } }
  .bh_worksWith_area .bh_worksWith_img {
    padding-left: 65px;
    padding-top: 18px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_worksWith_area .bh_worksWith_img {
        padding-left: 0px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_worksWith_area .bh_worksWith_img {
        padding-left: 0px; } }

/* ==================================== bh_history_area  Common Css======================= */
.bh_history_left_content {
  margin-bottom: 96px;
  margin-top: -14px;
  padding-right: 15px;
  position: relative; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_history_left_content {
      padding-right: 0px; } }

.bh_history_left_content:after {
  background: #2eff08;
  height: 930px;
  width: 5px;
  z-index: -1;
  left: 50%;
  margin-left: -2.5px; }


.bh_history_left_single_content {
    background: #e6f4ff;
    text-align: center;
    padding: 49px 63px 33px;
    margin-bottom: 60px;
    position: relative;
    border: 1px solid #c2ddf3;
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_history_left_single_content {
      padding: 95px 25px 50px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_history_left_single_content {
      padding: 86px 18px 50px; } }
  .bh_history_left_single_content h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_history_left_single_content h3 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_history_left_single_content h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_history_left_single_content h3 {
        font-size: 20px; } }

.bh_history_left_single_date {
  left: 0;
  font-size: 24px;
  font-weight: 500;
  padding-left: 0px;
  line-height: 55px;
  width: 86px;
  height: 52px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_history_left_single_date {
      font-size: 19px;
      height: 45px;
      line-height: 48px;
      width: 78px; } }

.bh_history_right_content {
  padding-left: 15px;
  margin-top: -10px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_history_right_content {
      text-align: center;
      padding-left: 0px; } }
  .bh_history_right_content h3 {
    color: #222222;
    font-size: 30px;
    margin-bottom: 24px; }
  .bh_history_right_content .bh_history_right_content_img {
    margin-bottom: 70px;
    margin-top: 50px; }

/* ==================================== bh_video_area  Common Css======================= */
.bh_videos_area {
  padding-bottom: 100px; }
  .bh_videos_area .videos_title {
    margin-bottom: 67px; }
    .bh_videos_area .videos_title h2:after {
      left: 50%;
      margin-left: -25px; }
  .bh_videos_area .bh_video {
    position: relative;
    height: 350px;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_videos_area .bh_video {
        height: 440px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_videos_area .bh_video {
        height: 400px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_videos_area .bh_video {
        height: 200px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .bh_videos_area .bh_video {
        height: 250px; } }
    .bh_videos_area .bh_video video {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .bh_videos_area .bh_video::before {
    background: rgba(0, 0, 0, 0.8);
    z-index: 3; }
  .bh_videos_area .playing.bh_video::before {
    visibility: hidden; }
  .bh_videos_area .service-video-play a {
    color: #fff;
    z-index: 2; }
  .bh_videos_area .service-video-play img {
    height: 350px;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_videos_area .service-video-play img {
        height: 440px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_videos_area .service-video-play img {
        height: 400px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_videos_area .service-video-play img {
        height: 200px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .bh_videos_area .service-video-play img {
        height: 250px; } }
  .bh_videos_area .service-video-play a.link-video-icon {
    color: #fff;
    display: inline-block;
    font-size: 38px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    position: absolute;
    top: 43%;
    width: 40px;
    z-index: 3; }
  .bh_videos_area .service-video-play a.link-pause {
    display: inline-block;
    font-size: 40px;
    height: 40px;
    left: 15px;
    position: absolute;
    width: 40px;
    z-index: 9999;
    bottom: 19px;
    top: auto; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_videos_area .service-video-play a.link-pause {
        font-size: 26px; } }
  .bh_videos_area .link-video {
    bottom: 24px;
    color: #fff;
    cursor: pointer;
    left: 50px;
    position: absolute; }
  .bh_videos_area .playing .service-video-play a {
    visibility: hidden; }
  .bh_videos_area .link-video-icon {
    bottom: 17px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    left: 15px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 35px; }
  .bh_videos_area .link-pause {
    visibility: hidden; }
  .bh_videos_area .playing .service-video-play > a.link-pause {
    border-radius: 50%;
    color: #000000;
    visibility: visible;
    width: 35px;
    height: 37px; }
  .bh_videos_area .link-video-icon:hover i {
    color: #198ce7; }

/* ==============================================================================================
    ************** Blog Page ******************
================================================================================================= */
.bh_blog_area2 .bh_blog_title {
  padding-bottom: 60px; }
.bh_blog_area2 .bh_single_post {
  padding-bottom: 72px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_blog_area2 .bh_single_post {
      text-align: center;
      padding-bottom: 20px;
      margin-top: 0px; } }
.bh_blog_area2 .bh_load_more_btn {
  background: #198ce7;
  display: block;
  margin: 0 auto 80px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .bh_blog_area2 .bh_load_more_btn a {
    color: #fff; }
.bh_blog_area2 .bh_load_more_btn:hover {
  border: 1px solid #198ce7;
  background: none; }
.bh_blog_area2 .bh_load_more_btn:hover a {
  color: #222222; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bh_blog_area2 .bh_post_title h2 {
    font-size: 18px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_blog_area2 .bh_post_title h2 {
    font-size: 18px; } }

/* ==============================================================================================
    ************** Blog-Detail Page ******************
================================================================================================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_blog_detail_area {
    margin-top: 210px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bh_blog_detail_area {
    margin-top: 210px; } }

.blog_detail_text {
  margin-top: 52px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog_detail_text {
      text-align: center; } }
  .blog_detail_text p {
    margin-top: 22px; }
    .blog_detail_text p span {
      font-weight: 500;
      font-size: 17px; }

.tag_sidebar ul {
  margin-left: -9px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .tag_sidebar ul {
      margin-left: 0px; } }
  .tag_sidebar ul li {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    margin-left: 14px;
    padding: 0;
    text-align: center;
    width: 105px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .tag_sidebar ul li {
        width: 122px;
        margin-left: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tag_sidebar ul li {
        width: 100px;
        margin-left: 13px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tag_sidebar ul li {
        width: 90px;
        margin-left: 4px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .tag_sidebar ul li {
        width: 132px;
        margin-left: 12px; } }
    .tag_sidebar ul li a {
      color: #777;
      font-size: 14px;
      text-transform: capitalize;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .tag_sidebar ul li a {
          font-size: 13px; } }
  .tag_sidebar ul li:hover {
    background: #198ce7;
    border: 1px solid #198ce7; }
  .tag_sidebar ul li:hover a {
    color: #fff; }

/* ==============================================================================================
    ************** Service Page ******************
================================================================================================= */
.bh_serviceImg_area {
  padding-top: 110px;
  padding-bottom: 30px; }
  .bh_serviceImg_area .bh_service_singleImg {
    position: relative;
    margin-bottom: 55px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .bh_serviceImg_area .bh_service_singleImg img {
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      border: 5px solid transparent;
      width: 100%; }
	  .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text p{
		  padding-top:17px;
	  }
    .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text {
		cursor: pointer;
      position: absolute;
      background: #1ce719;
      left: 5px;
      bottom: 5px;
      width: /*260px*/362px;
      height: 50px;
      border-radius: 90px 0px 0px 0px;
      color: #fff;
      padding: 25px 25px;
      font-size: 14px;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text {
          width: 240px;
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text {
          padding: 23px 25px;
          width: 200px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text {
          font-size: 12px; } }
      .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text a {
        color: #fff; }
        .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text a h3 {
          /*font-size: 18px;
          margin-bottom: 9px;
          margin-top: -4px;
          text-transform: uppercase;*/

			    font-size: 13px;
    margin-bottom: 0px;
    margin-top: -4px;
    text-transform: uppercase;}
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text a h3 {
              font-size: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text a h3 {
              font-size: 13px; } }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .bh_serviceImg_area .bh_service_singleImg .bh_serviceImg_text a h3 {
              font-size: 16px; } }

.bh_service_singleImg:hover img {
  border: 5px solid #2c9bf2; }

.bh_service_singleImg:hover .bh_serviceImg_text {
  width: 85%;
  border-radius: 0px;
  left: 5px;
  bottom: 5px;
  padding-bottom: 115px;
  padding-top: 33px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_service_singleImg:hover .bh_serviceImg_text {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_service_singleImg:hover .bh_serviceImg_text {
      line-height: 23px;
      padding-bottom: 97px;
      padding-top: 23px;
      width: 96%; } }

.shop_hover {
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 999; }

/* Counter with css by bh */
body {
  counter-reset: section;               /* Set the section counter to 0 */
}

.panel-title::before {
  counter-increment: section;          /* Increment the section counter*/
  content: " " counter(section) ". "; /* Display the counter */
	font-style: normal;
}


.panel-body>ul{
	margin-left: 74px;
    font-weight: 500;
	margin-right: 74px;
	margin-bottom: 20px;
}

.panel-body>ul>li{
	list-style-type: disc;
    border-bottom: 1px dotted #d8d7d7;
}

/* ==============================================================================================
    ************** Service-Detail-1 Page ******************
================================================================================================= */
.bh_serviceImg_area {
  padding-top: 90px;
  padding-bottom: 40px; }
  .bh_serviceImg_area .bh_serviceImg_title h2 {
    margin-bottom: 48px; }
  .bh_serviceImg_area .bh_serviceImg_title h2:after {
    left: 50%;
    margin-left: -25px; }

.bh_serviceDetail_text {
  font-size: 16px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_serviceDetail_text {
      font-size: 15px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_serviceDetail_text {
      text-align: center;
      font-size: 14px; } }

.bh_service_singleImg2 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 33px; }

.bh_serviceImg_text2 {
  position: absolute;
  background: #198ce7;
  width: 299px;
  height: 50px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  border-radius: 0px 26px 26px 0px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_serviceImg_text2 {
      width: 245px; } }
  .bh_serviceImg_text2 h3 {
    font-size: 18px;
    line-height: 50px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_serviceImg_text2 h3 {
        font-size: 16px;
        line-height: 53px; } }

.bh_serviceDetail_text2 {
  margin-top: 22px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_serviceDetail_text2 {
      text-align: center; } }

.bh_serviceDetail_text3 {
  margin-bottom: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_serviceDetail_text3 {
      text-align: center; } }
  .bh_serviceDetail_text3 h2 {
    font-size: 24px;
    margin-top: 47px;
    margin-bottom: 30px; }

.bh_serviceDetail_img {
  left: 0;
  position: absolute;
  top: -38px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_serviceDetail_img {
      display: none; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_serviceDetail_img {
      display: none; } }

/* ==============================================================================================
    ************** Team-Member Page ******************
================================================================================================= */
.bh_team_menber_area {
  padding-top: 102px;
  padding-bottom: 12px; }

.bh_single_team {
  background: #fff;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #777;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition-duration: 0.4s;
  text-transform: capitalize;
  margin-bottom: 83px; }
  .bh_single_team .bh_team_img img {
    width: 100%; }
  .bh_single_team .bh_team_title {
    padding-bottom: 1px;
    padding-top: 30px;
    transition-duration: 0.4s;
    border-top: 3px solid transparent; }
    .bh_single_team .bh_team_title h3 {
      background: #19e729a3;
      width: 240px;
      left: 50%;
      bottom: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bh_single_team .bh_team_title h3 {
          width: 180px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_single_team .bh_team_title h3 {
          width: 200px; } }
  .bh_single_team span {
    text-transform: uppercase; }

.bh_team_title:hover h3 {
  background: #fff;
  color: #198ce7;
  border: 1px solid #198ce7; }

.bh_team_title2 h3 {
  left: 50%;
  margin-left: -120px;
  position: absolute;
  top: 242px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_team_title2 h3 {
      margin-left: -90px;
      top: 191px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_team_title2 h3 {
      margin-left: -100px;
      top: 200px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_team_title2 h3 {
      top: 270px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bh_team_title2 h3 {
      top: 433px; } }

.bh_team_hover {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition-duration: 0.4s;
  width: 100%;
    cursor: pointer;}

.bh_single_team:hover .bh_team_hover {
  border: 3px solid #19e729a3;
  transform: scale(1); }

.bh_single_team:hover .bh_team_title {
  border-top: 3px solid #198ce7; }

/* ==============================================================================================
    ************** Team-Detail Page ******************
================================================================================================= */
.bh_team_detail {
  background: transparent url("../../images/team_detail_bg.html");
  background-repeat: no-repeat;
  background-position: right center; }
  .bh_team_detail .bh_team_detail_content {
    padding-bottom: 60px;
    padding-top: 100px; }
    .bh_team_detail .bh_team_detail_content .team_detail_right h3 {
      font-size: 20px;
      margin-bottom: 12px; }
    .bh_team_detail .bh_team_detail_content .team_detail_right h4 {
      font-size: 14px;
      color: #777;
      margin-bottom: 20px; }
    .bh_team_detail .bh_team_detail_content .team_detail_info p {
      line-height: 22px;
      color: #000; }
    .bh_team_detail .bh_team_detail_content .bh_team_detail_text {
      margin-top: 20px;
      padding-right: 56px;
      color:#424141;
	  text-align: justify;}

.bh_team_detail_text p>u {
	font-weight: 500;
}

/* ==============================================================================================
    ************** Testimonial Page ******************
================================================================================================= */
.bh_client_area2 {
  padding-top: 100px; }

/* ==============================================================================================
    ************** Service-Detail-2 Page ******************
================================================================================================= */
aside h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    aside h2 {
      font-size: 18px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    aside h2 {
      font-size: 22px;
      text-align: center; } }
aside ul {
  background: #e8f5ff;
  margin-top: 40px;
  margin-bottom: 40px; }
  aside ul li {
    padding-left: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      aside ul li {
        padding-left: 20px; } }
    aside ul li a {
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      font-weight: 500; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        aside ul li a {
          font-size: 15px; } }
aside .active {
  background: #198ce7; }
  aside .active a {
    color: #fff; }
aside .bh_sidebar_bottom ul li {
  background: #198ce7; }
  aside .bh_sidebar_bottom ul li a {
    color: #fff; }
  aside .bh_sidebar_bottom ul li span {
    float: right;
    margin-right: 30px; }

.aside_left {
  margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .aside_left {
      margin-right: 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .aside_left {
      margin-right: 0px; } }

.aside_right {
  margin-left: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .aside_right {
      margin-left: 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .aside_right {
      margin-left: 0px; } }

.bh_service_wrap2 {
  background: url("../../images/service_detail_bg.html");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: 540px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_service_wrap2 {
      height: 680px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_service_wrap2 {
      font-size: 15px;
      height: 560px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_wrap2 {
      font-size: 15px;
      height: 1090px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bh_service_wrap2 {
      height: 980px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_service_wrap2 .bh_wrap2_text {
      margin-top: 30px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_wrap2 .bh_wrap2_text {
      font-size: 15px;
      text-align: center;
      margin-top: 30px; } }
  .bh_service_wrap2 .bh_wrap2_text h2 {
    font-size: 24px;
    margin-bottom: 15px; }
  .bh_service_wrap2 .bh_serviceDetail_img_text {
    margin-top: 40px; }
    .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail_img2 {
      float: left; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail_img2 {
          font-size: 14px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail_img2 {
          margin-bottom: 40px;
          float: none; } }
      .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail_img2 img {
        width: 100%; }
    .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail2_text {
      margin-left: 60px;
      padding-left: 296px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_service_wrap2 .bh_serviceDetail_img_text .bh_serviceDetail2_text {
          margin-left: 0px;
          padding-left: 0px;
          text-align: center;
          margin-top: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_service_wrap2 .service_detail3_img {
      position: absolute;
      top: 180px;
      left: 0px; } }

.bh_service_detail_text2 {
  margin-top: 22px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_service_detail_text2 {
      font-size: 15px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_service_detail_text2 {
      font-size: 15px;
      text-align: center;
      margin-bottom: 20px; } }

.service_detail2 .bh_get_consult_area {
  margin-top: -25px; }

/* ==============================================================================================
    ************** Project-3 Page ******************
================================================================================================= */
.project_three_column {
  padding-top: 105px;
  padding-bottom: 60px; }

.bh_projects_sidebar_area {
  padding-top: 12px; }

/* ==============================================================================================
    ************** Project-4 Page ******************
================================================================================================= */
.project_four_column {
  padding-top: 105px;
  padding-bottom: 60px; }
  .project_four_column .bh_img_hover_content {
    width: 220px;
    margin-left: -110px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project_four_column .bh_img_hover_content {
        width: 180px;
        margin-left: -90px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .project_four_column .bh_img_hover_content {
        width: 180px;
        margin-left: -90px;
        font-size: 10px; } }

/* ==============================================================================================
    ************** Project-full Page ******************
================================================================================================= */
.project_full .bh_project_single_img {
  float: left;
  margin-bottom: 0px;
  position: relative;
  transition-duration: 0.4s;
  width: 25%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_full .bh_project_single_img {
      width: 33.33%; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project_full .bh_project_single_img {
      width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .project_full .bh_project_single_img {
      width: 50%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_full .bh_img_hover_content {
    width: 200px;
    margin-left: -100px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .project_full .bh_img_hover_content {
    width: 200px;
    margin-left: -100px; } }

/* ==============================================================================================
    ************** Project-Sidebar Page ******************
================================================================================================= */
.service_sidebar_padding {
  padding-bottom: 90px; }

/* ==============================================================================================
    ************** Project-Detail Page ******************
================================================================================================= */
.project_detail_padding {
  padding-bottom: 115px; }

.bh_project_detail_ul ul {
  margin-top: 60px;
  margin-bottom: 45px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_project_detail_ul ul {
      padding-left: 70px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bh_project_detail_ul ul {
      padding-left: 0px; } }
  .bh_project_detail_ul ul li {
    display: inline-block;
    padding-right: 60px;
    padding-left: 19px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_project_detail_ul ul li {
        padding-right: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_project_detail_ul ul li {
        padding-right: 0px;
        padding-left: 9px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_project_detail_ul ul li {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .bh_project_detail_ul ul li {
        padding-right: 0px;
        padding-left: 5px; } }
    .bh_project_detail_ul ul li span {
      font-weight: 300;
      display: block;
      color: #666;
      font-size: 16px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_project_detail_ul ul li span {
          font-size: 15px; } }
    .bh_project_detail_ul ul li :after {
      background: #198ce7;
      width: 3px;
      border-radius: 3px; }

.bh_sidebar_three {
  background: #e8f5ff none repeat scroll 0 0;
  padding: 50px 20px;
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_sidebar_three {
      margin-bottom: 40px; } }
  .bh_sidebar_three h3 {
    margin-bottom: 30px; }
  .bh_sidebar_three a {
    background: #198ce7;
    margin-top: 20px; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_project_detail_right_text {
    text-align: center; } }
.bh_project_detail_right_text h3 {
  font-size: 24px;
  margin-bottom: 11px;
  margin-top: 44px; }

.pagination2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px; }
  .pagination2 ul li {
    display: inline-block;
    color: #666;
    font-weight: 500;
    margin: 0px 2px;
    font-size: 14px; }
    .pagination2 ul li a {
      font-size: 18px;
      color: #000;
      font-weight: 500;
      border: 1px solid #cbcbcb;
      width: 27px;
      height: 27px;
      display: block;
      text-align: center;
      line-height: 27px;
      margin: 0px -3px; }
  .pagination2 .active a {
    color: #198ce7; }

/* ==============================================================================================
    ************** Shop Page ******************
================================================================================================= */
.bh_shop_area {
  padding-top: 105px;
  padding-bottom: 20px; }
  .bh_shop_area .bh_load_more_btn {
    margin-top: 35px; }

.bh_single_shop {
  margin-bottom: 60px; }
  .bh_single_shop h3 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    margin-top: 18px;
    margin-bottom: 10px; }
  .bh_single_shop h4 {
    font-size: 20px;
    color: #666;
    font-weight: 300; }
  .bh_single_shop .bh_shop_img {
    position: relative; }
    .bh_single_shop .bh_shop_img img {
      width: 100%; }
  .bh_single_shop .bh_shop_img:after {
    opacity: 0.4;
    width: 100%;
    background: #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transform: scale(0); }

.bh_single_shop:hover .bh_shop_img:after {
  border: 10px solid #000000;
  transform: scale(1); }

/* ==============================================================================================
    ************** 404 Page ******************
================================================================================================= */
.bh_404_area {
  padding: 100px 0; }
  .bh_404_area .bh_404_left {
    text-align: center; }
  .bh_404_area .bh_404_right {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 20px; }
    .bh_404_area .bh_404_right h1 {
      font-size: 100px;
      color: #198ce7;
      font-weight: 700; }
    .bh_404_area .bh_404_right h2 {
      font-size: 30px;
      color: #222222;
      margin-bottom: 20px; }
    .bh_404_area .bh_404_right a {
      background: #198ce7;
      margin-top: 20px;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .bh_404_area .bh_404_right a:hover {
      background: none;
      border: 1px solid #198ce7;
      color: #222222; }

/* ==============================================================================================
    ************** Contact Page ******************
================================================================================================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_contact_page_area {
    padding-top: 70px; } }

.bh_contact_left h2 {
  text-transform: capitalize;
  margin-bottom: 71px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_contact_left h2 {
      font-size: 20px; } }
.bh_contact_left .single_contact {
  margin-bottom: 37px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_contact_left .single_contact {
      font-size: 14px; } }
  .bh_contact_left .single_contact h3 {
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_contact_left .single_contact h3 {
        font-size: 16px; } }

#googleMap {
  height: 260px; }

.bh_contact_form2 {
  margin-top: 85px; }
  .bh_contact_form2 h2 {
    margin-bottom: 55px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_contact_form2 h2 {
        font-size: 22px; } }
  .bh_contact_form2 input, .bh_contact_form2 textarea {
    width: 100%;
    border: none;
    background: #c0ffb4ab;
    margin-bottom: 20px;
    padding: 8px 20px;
    resize: none; }
  .bh_contact_form2 .bh_submit_btn input {
    background: #198ce7;
    line-height: 30px;
    margin-bottom: 0px; }

/* ==============================================================================================
    ************** Quote Page ******************
================================================================================================= */
.bh_quote_left {
  padding-right: 31px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_quote_left {
      padding-right: 0px; } }
  .bh_quote_left h2 {
    text-transform: capitalize;
    margin-bottom: 56px; }
  .bh_quote_left h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 18px; }

.bh_quote_right {
  border: 3px solid #198ce7;
  padding: 50px 98px;
  margin-top: 76px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_quote_right {
      padding: 50px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_quote_right {
      padding: 50px 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_quote_right {
      padding: 50px 20px; } }
  .bh_quote_right label {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 9px; }
  .bh_quote_right select {
    width: 100%;
    background: #b4deff;
    border: 1px solid #7fc6ff;
    margin-bottom: 15px;
    padding: 7px 16px; }
  .bh_quote_right .select_option {
    position: relative; }
  .bh_quote_right input,textarea {
    width: 50%;
    display: inline-block;
    border: 1px solid #7fc6ff;
    background: #c0ffb4ab;
    margin-top: -5px;
    padding: 7px 16px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_quote_right input {
        width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_quote_right input {
        width: 100%; } }
  .bh_quote_right .quote_submit {
    display: inline-block;
    width: 40%;
    margin-left: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_quote_right .quote_submit {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 50px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_quote_right .quote_submit {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 50px; } }
    .bh_quote_right .quote_submit input {
      background: #198ce7;
      border: none;
      padding: 0px;
      font-size: 12px;
      font-weight: 500; }

.full_width {
  margin-bottom: 15px;
  width: 100% !important; }

.quote_submit > input:hover {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15); }

/* ==============================================================================================
    ************** Faq Page ******************
================================================================================================= */
.bh_quote_area .bh_load_more_btn {
  margin-bottom: 0px;
  margin-top: 32px; }

.category_select_section h2 {
  text-transform: capitalize; }
.category_select_section select {
  border: 1px solid #7fc6ff;
  width: 370px;
  height: 50px;
  padding-left: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .category_select_section select {
      width: 285px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category_select_section select {
      width: 345px; } }
.category_select_section .select_option {
  position: relative;
  margin-top: 34px;
  margin-bottom: 57px; }
.category_select_section .select_option:after {
  right: 185px;
  height: 50px;
  line-height: 50px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .category_select_section .select_option:after {
      right: 4px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category_select_section .select_option:after {
      right: 0px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category_select_section .select_option:after {
      right: 86px; } }

.bh_single_faq {
  padding-left: 27px;
  margin-bottom: 40px; }
  .bh_single_faq h3 {
    color: #020202;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_single_faq h3 {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_single_faq h3 {
        font-size: 18px; } }
  .bh_single_faq h3:after {
    background: #198ce7;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #7fc6ff;
    left: -27px;
    top: 3px; }

.bh_faq_contact h2 {
  text-transform: capitalize; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_faq_contact h2 {
      font-size: 18px;
      margin-bottom: -25px; } }
.bh_faq_contact h2:after {
  left: 50%;
  margin-left: -25px; }
.bh_faq_contact input,
.bh_faq_contact textarea {
  background: none;
  border: 1px solid #b4deff; }
.bh_faq_contact input[type="submit"] {
  border: none; }
.bh_faq_contact input[type="submit"]:hover {
  background: none;
  border: 1px solid #198ce7;
  color: #222222; }

/* ==============================================================================================
    ************** Check-Out Page ******************
================================================================================================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_check_list {
    text-align: left;
    margin-top: -30px; } }
.bh_check_list h2 {
  margin-bottom: 33px;
  font-size: 26px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_check_list h2 {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_check_list h2 {
      font-size: 18px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_check_list h2 {
      text-align: center;
      font-size: 20px; } }
.bh_check_list ul {
  margin-top: -21px; }
  .bh_check_list ul li {
    border-bottom: 1px solid #b4deff;
    padding: 21px 0px;
    margin-left: 6px; }
  .bh_check_list ul span {
    display: block;
    float: right;
    margin: -26px 0;
    padding-right: 22px; }
  .bh_check_list ul h3 {
    background: #198ce7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -20px;
    padding: 13px 0 13px 23px;
    color: #fff;
    margin-left: -5px; }
    .bh_check_list ul h3 span {
      margin-top: 0px; }
.bh_check_list li:last-child,
.bh_check_list li:first-child {
  border: none; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bh_check_form {
    margin-top: 60px; } }
.bh_check_form h2 {
  font-size: 26px;
  margin-bottom: 33px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_check_form h2 {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_check_form h2 {
      font-size: 18px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_check_form h2 {
      font-size: 20px;
      margin-top: 30px; } }
.bh_check_form input,
.bh_check_form select {
  border: 1px solid #b4deff;
  margin-bottom: 20px;
  padding: 8px 20px;
  width: 101%; }
.bh_check_form select {
  color: #ADB3B5; }
.bh_check_form .select_option3,
.bh_check_form .select_option1,
.bh_check_form .select_option2 {
  display: inline;
  position: relative; }
.bh_check_form .select_option:after {
  height: 47px;
  line-height: 47px;
  right: 347px;
  top: 57px; }
.bh_check_form .select_option1:after {
  height: 47px;
  line-height: 47px;
  right: 0px;
  top: -10px;
  z-index: 9; }
.bh_check_form .select_option2:after {
  height: 47px;
  line-height: 47px;
  right: 0px;
  top: -10px;
  z-index: 2; }
.bh_check_form .select_option3:after {
  height: 47px;
  line-height: 47px;
  right: 0px;
  top: -10px;
  z-index: 2; }
.bh_check_form .full_width {
  width: 100%; }
.bh_check_form .bh_submit_btn {
  margin-top: 14px; }
  .bh_check_form .bh_submit_btn input {
    background: #198ce7;
    line-height: 33px;
    border: none;
    margin-top: 13px;
    margin-left: 15px; }
    .bh_check_form .bh_submit_btn input:hover {
      background: none;
      border: 1px solid #b4deff;
      color: #198ce7; }

.bh_select_method {
  margin-top: 55px;
  margin-bottom: -60px; }
  .bh_select_method h2 {
    font-size: 26px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_select_method h2 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_select_method h2 {
        font-size: 18px; } }
  .bh_select_method ul {
    margin-top: 8px; }
    .bh_select_method ul li {
      float: left;
      margin-left: -17px;
      padding-right: 85px;
      position: relative;
      width: 50%; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_select_method ul li {
          float: none;
          margin-left: 0;
          padding-right: 0;
          position: relative;
          text-align: left;
          width: 100%; } }
      .bh_select_method ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
      .bh_select_method ul li label {
        color: #222222;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        margin: 13px auto;
        padding: 11px 0px 0px 50px;
        position: relative;
        z-index: 9;
        text-transform: capitalize; }
        .bh_select_method ul li label span {
          display: block;
          color: #666;
          font-weight: 300; }
  .bh_select_method .paypal_img {
    margin-left: 50px;
    margin-top: 5px; }

.bh_select_method ul li .check {
  border: 1px solid #979797;
  border-radius: 100%;
  display: block;
  height: 18px;
  left: 20px;
  position: absolute;
  top: 30px;
  transition: border 0.25s linear 0s;
  width: 18px;
  z-index: 5; }

.bh_select_method ul li .check::before {
  border-radius: 100%;
  display: block;
  height: 10px;
  left: 3px;
  margin: auto;
  top: 3px;
  transition: background 0.25s linear 0s;
  width: 10px;
  position: absolute;
  content: ""; }

input[type=radio]:checked ~ .check {
  border: 1px solid #979797; }

input[type=radio]:checked ~ .check::before {
  background: #14adf4; }

/* ==============================================================================================
    ************** Cart Page ******************
================================================================================================= */
.bh_cart_area {
  padding-top: 103px;
  padding-bottom: 92px; }
  .bh_cart_area .bh_single_cart {
    position: relative; }
    .bh_cart_area .bh_single_cart .bh_inner_cart {
      list-style: outside none none;
      margin: 0;
      overflow: hidden;
      padding: 23px 0px;
      border-bottom: 1px solid #b4deff; }
      .bh_cart_area .bh_single_cart .bh_inner_cart li {
        display: inline-block;
        float: left;
        font-size: 18px;
        font-weight: 300;
        line-height: 45px;
        width: 17%;
        color: #222222;
        text-align: center; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bh_cart_area .bh_single_cart .bh_inner_cart li {
            font-size: 15px;
            line-height: 38px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .bh_cart_area .bh_single_cart .bh_inner_cart li {
            font-size: 14px;
            line-height: 38px; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .bh_cart_area .bh_single_cart .bh_inner_cart li {
            display: block;
            width: 60%;
            float: none;
            margin: 0 auto; } }
        .bh_cart_area .bh_single_cart .bh_inner_cart li .product {
          width: 14%; }
  .bh_cart_area .bh_cart_head {
    background: #198ce7; }
    .bh_cart_area .bh_cart_head .bh_inner_cart {
      overflow: hidden;
      padding: 0px;
      margin-top: 0px; }
      .bh_cart_area .bh_cart_head .bh_inner_cart li {
        color: #fff;
        font-weight: 500;
        text-transform: capitalize; }
  .bh_cart_area .bh_inner_cart2 .Description {
    margin-top: 20px; }
  .bh_cart_area .bh_inner_cart2 .cart_margin_top {
    margin-top: 30px; }
  .bh_cart_area .Description span {
    display: block;
    margin-top: -21px; }
  .bh_cart_area .duration.cart_margin_top {
    border: 1px solid #aeaeae;
    border-radius: 50px; }
  .bh_cart_area .cart_span_width {
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    display: inline-block;
    text-align: center;
    width: 92px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_cart_area .cart_span_width {
        width: 46px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_cart_area .cart_span_width {
        width: 40px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_cart_area .cart_span_width {
        width: 68px; } }
  .bh_cart_area .icofont.icofont-minus {
    padding-right: 20px;
    font-size: 12px;
    color: #444444;
    cursor: pointer; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_cart_area .icofont.icofont-minus {
        padding-right: 8px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_cart_area .icofont.icofont-minus {
        padding-right: 11px; } }
  .bh_cart_area .icofont.icofont-plus {
    padding-left: 20px;
    font-size: 12px;
    color: #444444;
    cursor: pointer; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .bh_cart_area .icofont.icofont-plus {
        padding-left: 8px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_cart_area .icofont.icofont-plus {
        padding-left: 11px; } }

.bh_cart_area .bh_cart_table .bh_single_cart > i {
  color: #444444;
  cursor: pointer;
  line-height: 30px;
  margin-top: 39px;
  position: absolute;
  right: 128px;
  top: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_cart_area .bh_cart_table .bh_single_cart > i {
      right: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bh_cart_area .bh_cart_table .bh_single_cart > i {
      top: 18px;
      right: 32px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_cart_area .bh_cart_table .bh_single_cart > i {
      right: 30px;
      top: 0; } }

.bh_cart_total {
  border-top: 1px solid #b4deff;
  margin-top: 4px;
  padding-top: 30px; }
  .bh_cart_total .bh_cart_btn {
    text-align: center; }
  .bh_cart_total .bh_cart_btn1 {
    background: #198ce7;
    width: 180px;
    font-size: 12px; }
    .bh_cart_total .bh_cart_btn1:hover {
      background: none;
      border: 1px solid #198ce7;
      color: #198ce7; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_cart_total .bh_cart_btn1 {
        font-size: 11px;
        width: 160px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_cart_total .bh_cart_btn1 {
        width: 200px; } }
  .bh_cart_total .bh_cart_btn2 {
    border: 1px solid #198ce7;
    color: #000;
    width: 180px;
    margin-left: 6px; }
    .bh_cart_total .bh_cart_btn2:hover {
      background: #198ce7;
      border: 1px solid #198ce7;
      color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bh_cart_total .bh_cart_btn2 {
        font-size: 11px;
        width: 160px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_cart_total .bh_cart_btn2 {
        margin-left: 0;
        width: 200px;
        margin-top: 30px; } }
  .bh_cart_total .bh_cart_total_right {
    width: 270px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bh_cart_total .bh_cart_total_right {
        margin-top: 60px;
        width: 100%; } }
    .bh_cart_total .bh_cart_total_right li {
      color: #222222;
      font-size: 16px;
      text-transform: capitalize;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_cart_total .bh_cart_total_right li {
          font-size: 15px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_cart_total .bh_cart_total_right li {
          text-align: left; } }
      .bh_cart_total .bh_cart_total_right li span {
        float: right;
        padding-left: 60px; }
        .bh_cart_total .bh_cart_total_right li span a {
          color: #198ce7; }
          .bh_cart_total .bh_cart_total_right li span a i {
            font-size: 13px;
            margin-right: 3px; }
    .bh_cart_total .bh_cart_total_right li:last-child {
      border-top: 2px solid #198ce7;
      font-weight: 500; }

/* ==============================================================================================
    ************** Shop-Detail Page ******************
================================================================================================= */
.bh_shop_detail {
  padding-bottom: 20px; }
  .bh_shop_detail img {
    width: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_shop_detail .shop_detail_right {
      margin-top: 35px;
      text-align: center; } }
  .bh_shop_detail .shop_detail_right h3 {
    color: #000000;
    margin-bottom: 11px; }
  .bh_shop_detail .shop_detail_right h4 {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    margin-bottom: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bh_shop_detail .bh_cart_table {
      margin-top: -15px; } }
  .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart {
    border-bottom: none;
    padding: 0px; }
    .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li {
      width: 25%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li {
          width: 33%;
          line-height: 38px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li {
          line-height: 36px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li {
          left: 50%;
          margin-left: -32.5%;
          position: absolute;
          text-align: center;
          width: 65%;
          line-height: 40px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li {
          margin-left: -22%;
          width: 44%; } }
      .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li .cart_span_width {
        width: 83px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li .cart_span_width {
            width: 63px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .bh_shop_detail .bh_cart_table .bh_single_cart .bh_inner_cart li .cart_span_width {
            width: 49px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bh_shop_detail .cart_detail_social_icon ul {
      margin-top: 20px;
      text-align: center; } }
  .bh_shop_detail .cart_detail_social_icon ul li {
    display: inline-block;
    padding: 0px 6px; }
    .bh_shop_detail .cart_detail_social_icon ul li a {
      color: #010101;
      font-size: 14px;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .bh_shop_detail .cart_detail_social_icon ul li a:hover {
      color: #198ce7; }

.shop_detail_product {
  margin-bottom: 42px;
  padding-top: 60px; }
  .shop_detail_product h2 {
    font-size: 24px;
    color: #444; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .shop_detail_product h2 {
        text-align: center; } }

.tab_area {
  margin-top: 60px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .tab_area {
      margin-top: 120px; } }
  .tab_area ul.tabs {
    list-style: outside none none;
    padding: 0;
    text-align: center;
    border: 1px solid #b4deff; }
    .tab_area ul.tabs li {
      background: transparent none repeat scroll 0 0;
      cursor: pointer;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      padding: 10px 140px;
      text-transform: uppercase;
      font-size: 18px;
      color: #222222;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tab_area ul.tabs li {
          padding: 10px 106px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tab_area ul.tabs li {
          padding: 10px 70px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .tab_area ul.tabs li {
          font-size: 14px;
          padding: 10px 10px 10px 8px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .tab_area ul.tabs li {
          padding: 10px 36px; } }
    .tab_area ul.tabs li.current {
      position: relative;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .tab_area ul.tabs li.current:before {
      background: #198ce7;
      height: 2px;
      top: 49px;
      left: -3px; }
    .tab_area ul.tabs li.current:after {
      background: transparent;
      border-bottom: 6px solid #198ce7;
      width: 10px;
      border-top: 6px solid transparent;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      left: 50%;
      margin-left: -5px; }
  .tab_area .tab-content {
    border-bottom: 1px solid #b4deff;
    color: #444444;
    display: none;
    font-size: 16px;
    height: 152px;
    padding: 38px 13px 195px 30px;
    border-bottom: 1px solid #b4deff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab_area .tab-content {
        height: 265px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tab_area .tab-content {
        display: none;
        font-size: 14px;
        height: 500px;
        padding: 38px 15px 195px;
        text-align: justify; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .tab_area .tab-content {
        height: 330px; } }
  .tab_area .tab-content.current {
    display: inherit; }

.gallery_two_mt15 {
  margin-top: 15px; }

.bh_right_img2 {
  margin-top: -33px; }

.bh_right_img.bh_right_img3 {
  margin-top: -85px; }

.gallery_two_mt27 {
  margin-top: -27px; }

.bh_img_hover_content a i {
  font-size: 20px; }

.bh_middle_img.gallery_two_mt27.gallery_two_mt30 {
  margin-top: -88px; }

.mb60 {
  padding-bottom: 60px; }

.bh_projects_area2 .bh_img_hover_content {
  margin-left: -100px;
  width: 200px; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #ffffff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%; }

body.preloader_active {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F9FA;
  z-index: 99999999999; }

.preloader_spinner {
  background: transparent url("../../images/load.gif") no-repeat scroll center center;
  display: block;
  height: 100%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2147483647; }


.main
{
	margin-top:100px;
	font-size:12px;
}
.main-heading
{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #333;
    margin-bottom: 30px;
	margin-top:30px;
}
.main-heading_2
{
    text-align: center;
	font-size:18px;
	margin-bottom:30px;
	margin-top:30px;
}
.text
{
		padding:0 5px;

}

.text_2
{
		padding:0 38px;
}

table {
    background-color: transparent;
    margin: auto;
	margin-bottom:100px;
}
.part_1
{
	text-align:center;
	line-height:2;
}


.wpb_wrapper  {
  font-weight: 400;
}