.gall_1_projects {
  /* widget */
}
.gall_1_projects.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.gall_1_projects .bh_widget_content {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.gall_1_projects .bh_widget_content .bh_item {
  position: relative;
}
.gall_1_projects .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gall_1_projects .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gall_1_projects .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.gall_1_projects .bh_widget_content .bh_item:hover .bh_img_content {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
.gall_1_projects .bh_widget_content .bh_item:hover .bh_img_content img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.gall_1_projects .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.gall_1_projects .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
  overflow: hidden;
  border-radius: 20px;
}
.gall_1_projects .bh_widget_content .bh_img_content .bh_category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #5fbb68;
  padding: 13px 8px;
  z-index: 6;
  box-sizing: border-box;
}
.gall_1_projects .bh_widget_content .bh_img_content img {
  width: 100%;
  border-radius: 20px;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  /*-webkit-filter: grayscale(100%) blur(0px);
				filter: grayscale(100%) blur(0px);*/
}
.gall_1_projects .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.gall_1_projects .bh_widget_content .bh_img_content .bh_hover_content .hover_title {
  display: block;
  font-size: 20px;
  line-height: 1.6;
}
.gall_1_projects .bh_widget_content .bh_img_content .bh_hover_content .hover_content {
  display: block;
  height: 75px;
  color: var(--bh_color_gray_300);
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.gall_1_projects .bh_widget_content .bh_content_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .category {
  margin-top: 15px;
  font-size: 18px;
  color: var(--bh_color_main);
  font-weight: 500;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
  height: 60px;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .date {
  margin-top: 20px;
  font-size: 16px;
  color: var(--bh_color_gray_500);
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap .bh_more {
  position: relative;
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border: 1px solid var(--bh_color_gray_800);
  padding: 9px 50px 9px 10px;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap .bh_more:hover .bh_plus {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:before {
  width: 100%;
  height: 1px;
  background: var(--bh_color_black);
  left: 0;
  top: 6px;
  display: block;
  position: absolute;
  content: "";
}
.gall_1_projects .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:after {
  width: 1px;
  height: 100%;
  background: var(--bh_color_black);
  left: 6px;
  top: 0;
  display: block;
  position: absolute;
  content: "";
}
.gall_1_projects .bh_widget_content .bh_modal_content {
  height: 783px;
  background: var(--bh_color_bg_main);
  background: url("../../../../widgets/bh_gall_widget/skins/gall_1_projects/img/modal_bg.gif") no-repeat center top;
  border-radius: 0;
  padding: 50px;
}
.gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header {
  padding: 60px 30px 30px 40px;
  border-bottom: 0;
}
.gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header .bh_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header .bh_title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-sizing: border-box;
}
.gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 0;
  font-size: 40px;
}
.gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_body {
  max-height: 553px;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .gall_1_projects .bh_widget_content .bh_content_wrap .category {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .gall_1_projects .bh_widget_content .bh_content_wrap .title {
    font-size: 1.8rem;
    margin-top: 5px;
    height: 45px;
  }
  .gall_1_projects .bh_widget_content .bh_content_wrap .date {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .gall_1_projects .bh_widget_content .bh_modal_content {
    height: auto;
    padding: 15px;
  }
  .gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header {
    padding: 10px 15px 30px 15px;
  }
  .gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
    padding: 12px 0;
    font-size: 30px;
  }
  .gall_1_projects .bh_widget_content .bh_modal_content .bh_modal_body {
    padding: 15px 0 15px 15px;
  }
}
.gall_1_projects .bh_page {
  display: none;
}
.gall_1_projects .bh_page.active {
  display: block;
}
.gall_1_projects .bh_page .btn_change_page_content {
  display: inline-block;
  color: var(--bh_color_gray_900);
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: var(--bh_color_gray_300);
  padding: 13px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.gall_1_projects .bh_page .btn_change_page_content > i {
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -4px;
}
.gall_1_projects .bh_page .btn_change_page_content:hover {
  color: #fff;
  font-weight: 500;
  background-color: var(--bh_color_main) !important;
  border-color: var(--bh_color_main) !important;
}
.gall_1_projects .bh_page .btn_change_page_content.round {
  border-radius: 3px;
}
.gall_1_projects .bh_page .btn_change_page_content.round2 {
  border-radius: 100px;
}
.gall_1_projects .pagination {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.gall_1_projects .pagination > div {
  display: inline-block;
}
.gall_1_projects .pagination .direction {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.gall_1_projects .pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.gall_1_projects .pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.gall_1_projects .pagination .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
.gall_1_projects .pagination_simple {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.gall_1_projects .pagination_simple > div {
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 16px;
  margin: 0 10px;
}
.gall_1_projects .pagination_simple .current_page_no {
  color: var(--bh_color_gray_900);
  font-weight: 500;
}
.gall_1_projects .pagination_simple .direction {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.gall_1_projects .pagination_simple .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.gall_1_projects .pagination_simple .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.gall_1_projects .pagination_simple .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
/*# sourceMappingURL=1cb8f9b5bad82d57c1ea7f3b310e6fad3bf6f177.widget.scss.map */
