@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* theme start */
body,
html *:not(i),
body,
body *:not(i) {
  font-family: "Noto Sans TC", "Open Sans", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  color: #282f3b;
}

html *,
body * {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282f3b;
  font-weight: 600;
}

a {
  color: #495057;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* theme end */
/* swiper start */
.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.fullwide_layout .swiperScale .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-scale-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 9.5s linear;
  transition: all 9.5s linear;
}

.swiper-slide:nth-child(4n+1) .swiper-scale-image {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.swiper-slide:nth-child(4n+2) .swiper-scale-image {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-slide:nth-child(4n+3) .swiper-scale-image {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.swiper-slide:nth-child(4n+4) .swiper-scale-image {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-slide-visible .swiper-scale-image {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: #282f3b;
  background-color: rgb(255, 255, 255);
  height: 50px;
  width: 50px;
  opacity: 60%;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  font-family: "font awesome 6 free";
  font-size: inherit;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: inherit;
  letter-spacing: normal;
}

.swiper-button-prev::after {
  content: "\f053";
}

.swiper-button-next::after {
  content: "\f054";
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-vertical .swiper-button-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 0;
  width: 50px;
  height: 140px;
  top: unset;
  left: unset;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.swiper-vertical .swiper-button-wrap .swiper-button-next,
.swiper-vertical .swiper-button-wrap .swiper-button-prev {
  margin: 0;
}

.swiper-vertical .swiper-button-prev::after {
  content: "\f077";
}

.swiper-vertical .swiper-button-next::after {
  content: "\f078";
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 37px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 8px 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.swiper-overlay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  background-color: #282f3b;
}

.swiper-slide img {
  width: 100%;
}

.swiper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 30px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-content h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.4;
  display: block;
  font-weight: 600;
  margin: 15px 5px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.swiper-content h4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  display: block;
  font-weight: 600;
  margin: 15px 5px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.swiper-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin: 5px 5px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.swiper-content-box p:last-of-type {
  margin-bottom: 20px;
}

.swiper-content .swiper-btn {
  padding: 12px 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 5px 5px;
  font-weight: 600;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.swiper-content-box {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-content.swiper-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-content.swiper-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swiper-content.swiper-right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swiper-content.swiper-left .swiper-content-box {
  width: 50%;
}

.swiper-content.swiper-right .swiper-content-box {
  width: 50%;
}

.swiper-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
}

#iframe_customVideo {
  left: 50% !important;
  margin-left: unset !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.videos_message {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  padding: 1.5rem;
  max-width: 1370px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.videos_message h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.4;
  display: block;
  font-weight: 600;
  margin: 15px 5px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.videos_message p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin: 5px 5px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@media (max-width: 991px) {
  .swiper-button-wrap .swiper-button-prev,
  .swiper-button-wrap .swiper-button-next {
    display: none;
  }
  .swiper-content {
    padding: 25px 60px;
  }
  .swiper-content.swiper-left .swiper-content-box {
    width: 100%;
  }
  .swiper-content.swiper-right .swiper-content-box {
    width: 100%;
  }
  .swiper-content h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .swiper-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 15px;
  }
  .swiper-autoheight #customVideo,
  .swiper-autoheight .video-slide,
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 450px !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 15px;
  }
  .swiper-content {
    padding: 15px 15px 45px 15px;
  }
  .swiper-vertical .swiper-content {
    padding: 15px 45px 15px 45px;
  }
  .swiper-content.swiper-center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-content.swiper-left {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-content.swiper-right {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .videos_message h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 10px 3px;
  }
  .swiper-content h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 10px 3px;
  }
  .swiper-content h4 {
    margin: 10px 3px;
    font-size: 18px;
    line-height: 1.5;
  }
  .swiper-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 3px;
  }
  .swiper-content .swiper-btn {
    padding: 8px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 3px;
  }
}
/* swiper end */
/* owl carousel start */
.owl_custom .row {
  margin: 0;
}

.owl_custom .owl-carousel {
  padding: 0;
  margin: 0 0 30px 0;
  position: inherit;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  background-color: #282f3b;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: normal;
  opacity: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}

.owl-pagination {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-pagination.disabled {
  display: none;
}

.owl-pagination .owl-dot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #282f3b;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-pagination .owl-dot.active {
  background-color: #282f3b;
  border: 1px solid #282f3b;
  opacity: 1;
}

@media (max-width: 1400px) {
  .owl_custom [data-owl-buttons=true] {
    padding: 0 80px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .owl_custom [data-owl-buttons=true] {
    padding: 0 60px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
/* owl carousel end */
/* button style start */
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-default {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  color: #ffffff;
  background-color: rgb(0, 0, 0);
  z-index: 1;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border-color: #495057;
  background-color: #495057;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-default:hover, .btn-default:active, .btn-default:first-child:active {
  border: unset;
  color: #ffffff;
  background-color: rgb(0, 0, 0);
}
.btn-default:hover::before, .btn-default:active::before, .btn-default:first-child:active::before {
  opacity: 80%;
}

.section-dark .section-dark .btn-default {
  color: #ffffff;
  background-color: #282f3b;
}
.section-dark .section-dark .btn-default:hover,
.section-dark .section-dark .btn-default:active,
.section-dark .section-dark .btn-default:first-child:active {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

/* Button style end */
/* Main start */
#pre_loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
}

#pre_loading .loading_images_layer {
  z-index: 1;
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px 150px;
}

#pre_loading .background_color_layer {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

#cover_ad {
  display: none;
  max-width: 600px;
  padding: 0;
  background-color: transparent;
}

#cover_ad .edit-area {
  padding: 1rem;
  background-color: #ffffff;
}

#cover_ad .edit-area h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 10px 0;
}

#cover_ad .edit-area p {
  font-size: 1rem;
  line-height: 1.6;
}

#cover_ad > .f-button.is-close-btn {
  top: -42px;
  right: -7px;
}

.home_not_display {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  margin: 10px auto 0 auto;
  letter-spacing: 1px;
}

#not_show_popup {
  border-color: #ffffff;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#not_show_popup:checked[type=checkbox] {
  border-color: #ffffff;
  background-color: transparent;
}

#not_show_popup:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media (max-width: 767px) {
  #cover_ad {
    max-width: 100%;
    width: 90%;
  }
  #cover_ad > .f-button.is-close-btn {
    top: -50px;
    right: 0;
  }
}
.cookie-privacy-message * {
  color: #ffffff;
}

#cookie-dialog .cookie-privacy-message {
  max-width: 1370px;
  padding: 2rem 0.75rem;
}

#cookie-dialog .col-privacy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

#cookie-dialog .col-button {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 200px;
}

#cookie-dialog #agree-cookie-btn {
  margin-top: 0;
}

@media (max-width: 991px) {
  #cookie-dialog #agree-cookie-btn {
    margin-top: 1.5rem;
  }
  #cookie-dialog .cookie-privacy-message {
    max-width: 720px;
  }
  #cookie-dialog .col-privacy {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  #cookie-dialog .col-button {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cookie-dialog .cookie-privacy-message {
    padding: 2rem 20px;
  }
}
#back_to_top {
  position: fixed;
  right: -50px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  background-color: #282f3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#back_to_top.horizontal_animate_finished {
  right: 20px;
  opacity: 75%;
}

#back_to_top.horizontal_animate_finished:hover {
  color: #ffffff;
  background-color: #282f3b;
  opacity: 1;
}

@media (max-width: 479px) {
  #back_to_top {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}
.main-ttl-box-1 {
  text-align: center;
  margin-bottom: 45px;
}

.main-ttl-box-1 .main-ttl-1 h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.main-ttl-box-1 .main-ttl-1 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #282f3b;
}

.main-ttl-box-1 p {
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}

.main-ttl-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.main-ttl-box-2 .main-ttl-2 {
  margin-right: auto;
}
.main-ttl-box-2 .main-ttl-2 h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
.main-ttl-box-2 .more-btn-box {
  margin-left: 15px;
}
.main-ttl-box-2 .more-btn-box .btn-default {
  padding: 10px 12px;
  border-radius: 30px;
  background-color: #282f3b;
}
.main-ttl-box-2 .more-btn-box .btn-default:after {
  content: "\f061";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "font awesome 6 free";
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  margin-left: 7px;
}

.readmore .btn-default {
  position: relative;
  padding: 1px;
  border: unset;
  color: #495057;
  background-color: transparent;
}
.readmore .btn-default::before {
  display: none;
}
.readmore .btn-default::after {
  content: "";
  position: relative;
  display: block;
  margin-left: 8px;
  top: 2px;
  width: 50px;
  height: 1px;
  background-color: #495057;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.readmore .btn-default:hover:after, .readmore .btn-default:active:after, .readmore .btn-default:first-child:active:after {
  width: 75px;
}

.sec_home_item {
  position: relative;
  padding: 60px 0 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec_home_item .container {
  position: relative;
  z-index: 1;
}

.sec_home_item:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.section-light:before {
  background-color: #fff;
}

.section-dark:before {
  background-color: #000;
}

.bg-opacity-10:before {
  opacity: 10% !important;
}

.bg-opacity-30:before {
  opacity: 30% !important;
}

.bg-opacity-50:before {
  opacity: 50% !important;
}

.bg-opacity-70:before {
  opacity: 70% !important;
}

.bg-opacity-90:before {
  opacity: 90% !important;
}

.bg-position-y-center {
  background-position-y: center;
}

.bg-position-y-top {
  background-position-y: top;
}

.bg-position-y-bottom {
  background-position-y: bottom;
}

.bg-position-x-center {
  background-position-x: center;
}

.bg-position-x-right {
  background-position-x: right;
}

.bg-position-x-left {
  background-position-x: left;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-size-auto {
  background-size: auto;
}

.bg-size-cover {
  background-size: cover;
}

.bg-size-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.section-dark .main-ttl-box-1 .main-ttl-1 h2 {
  color: #ffffff;
}

.section-dark .main-ttl-box-1 .main-ttl-1 h2::after {
  background-color: #ffffff;
}

.section-dark .main-ttl-box-1 p {
  color: #ffffff;
}

.section-dark .main-ttl-box-2 {
  border-color: #ffffff;
}

.section-dark .main-ttl-box-2 .main-ttl-2 h3 {
  color: #ffffff;
}

.section-dark .main-ttl-box-2 p {
  color: #ffffff;
}

.section-dark *,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ffffff;
}

.section-dark .newsDate {
  color: #dee2e6;
}

.custom-wrap-box > .more-btn-box {
  text-align: center;
}

.custom-wrap-box > .more-btn-box .btn-default {
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 1rem;
}

/* main end */
/* mobile-field start */
@media (min-width: 480px) {
  #mobile-field {
    display: none;
  }
}
@media (max-width: 479px) {
  #mobile-field {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
  }
}
#mobile-field .control-btn {
  text-align: center;
  display: inline-block;
  float: left;
}

#mobile-field .control-btn a {
  display: block;
  color: #fff;
  height: 50px;
  font-size: 1.7rem;
}

#mobile-field .btn-tel {
  background-color: #008db3;
}

#mobile-field .btn-line {
  background-color: #32B800;
}

#mobile-field .btn-facebook {
  background-color: #3B5998;
}

#mobile-field .btn-email {
  background-color: #e58d00;
}

#mobile-field .btn-address {
  background-color: #CC3300;
}

#mobile-field .btn-fb-messenger {
  background-color: #0283FF;
}

#mobile-field .control-btn i {
  line-height: 50px;
}

#mobile-field .btn-line img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

/* mobile-field end */
/* social_info start */
.social_info ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}

.social_info ul li {
  list-style: none;
  position: relative;
  display: block;
  padding: 0 5px 0 25px;
  margin: 0;
  line-height: 1.4;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.social_info ul li i {
  line-height: inherit;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 14px;
  letter-spacing: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* social_info end */
/* social_icon start */
.social_icon ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}

.social_icon ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 5px;
  margin: 0;
}

.social_icon ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  color: #282f3b;
  border: 1px solid #282f3b;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.social_icon ul li i {
  margin: 0;
  line-height: 1;
}

/* social_icon end */
/* tooltips start */
.tooltip_container {
  position: relative;
}

[class*=tooltip]:not(.tooltip_container) {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tooltip {
  font-size: 12px;
  color: #ffffff;
  background: #282f3b;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 26px;
}

.tooltip {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}

.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 5px solid #282f3b;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
}

.tooltip_type_2 {
  background: rgba(52, 56, 61, 0.8);
  padding: 2px 10px;
}

.tooltip_type_2:after {
  content: "";
  position: absolute;
}

.tooltip_container:hover .tooltip {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 1 !important;
  visibility: visible;
}

/* tooltips end */
/* nav-field start */
.sub-select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #495057;
  padding: 14px 11px 15px 12px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sub-select-btn:hover,
.sub-select-btn:active,
.sub-select-btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  color: #ffffff;
  background-color: #282f3b;
}

.sub-select-btn > i {
  margin-left: 10px;
  letter-spacing: normal;
}

.top_section .nav-field {
  margin: 0 0 2rem 0;
}

.top_section .sub-select-btn {
  display: none;
}

.top_section .navigation-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.5rem 0 -0.5rem;
}

.top_section .navigation-field > li {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.top_section .navigation-field > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  background-color: #e9ecef;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top_section .navigation-field > li.active > a,
.top_section .navigation-field > li > a:hover {
  color: #ffffff;
  border-color: #282f3b;
  background-color: #282f3b;
}

.left_section .navigation-field {
  padding: 10px 20px;
  background-color: #f5f6f8;
}

.left_section .navigation-field > li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.left_section .navigation-field > li > a {
  position: relative;
  display: block;
  padding: 10px 0 11px 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

.left_section .navigation-field > li a::before {
  content: "\f061";
  position: absolute;
  font-family: "font awesome 6 free";
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-size: 14px;
  color: inherit;
  margin-right: 5px;
  left: 0;
  top: 16px;
}

.left_section .navigation-field > li.active > a,
.left_section .navigation-field > li > a:hover {
  color: #282f3b;
}

@media (min-width: 768px) {
  .left_section .navigation-field.collapse:not(.show) {
    display: block;
  }
  .sub-select-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .left_section .nav-field {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .top_section .navigation-field {
    border-radius: 5px;
    margin: 0;
  }
  .top_section .navigation-field > li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
  }
  .top_section .navigation-field > li > a {
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 12px 12px 13px 13px;
  }
  .top_section .navigation-field > li:first-of-type a {
    border-radius: 5px 5px 0 0;
  }
  .top_section .navigation-field > li:last-of-type a {
    border-radius: 0 0 5px 5px;
  }
  .left_section .navigation-field {
    padding: 0 10px;
    margin-top: 1.5rem;
  }
}
/* nav-field end */
/* service theme start */
div[class*=service-list-style] > * {
  margin-bottom: 1.5rem;
}

.list-snip,
.list-snip::before,
.list-snip::after,
.list-snip *,
.list-snip *::before,
.list-snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-snip {
  display: block;
  position: relative;
  overflow: hidden;
}

.list-snip .snip-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.list-snip .snip-image a {
  position: relative;
  display: block;
  overflow: hidden;
}

.list-snip .snip-content h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  letter-spacing: 1px;
}

.list-snip .snip-content h4 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  letter-spacing: 1px;
}

.list-snip .snip-content p {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.service-list-style1 .list-snip {
  text-align: center;
}

.service-list-style1 .list-snip .snip-image a {
  display: block;
}

.service-list-style1 .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.service-list-style1 .list-snip:hover .snip-image a::before {
  opacity: 1;
}

.service-list-style1 .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-list-style1 .list-snip .snip-content {
  padding: 15px 0 0 0;
}

/* service theme end */
/* pages start */
.pages {
  margin: 1.5rem 0 0 0;
}
.pages nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pages .pagination {
  margin: -4px;
}
.pages .pagination .page-item {
  display: block;
  padding: 4px;
}
.pages .pagination .page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: normal;
  font-size: 12px;
  color: #282f3b;
  background-color: #f5f6f8;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  padding-bottom: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pages .pagination .active .page-link,
.pages .pagination .page-link:hover {
  background-color: #282f3b;
  border-color: #282f3b;
  color: #ffffff;
}
.pages .pagination .disabled .page-link {
  opacity: 50%;
}

/* pages end */
/* backBox start */
.backBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0 0 0;
}
.backBox .btn-default {
  margin: 0 10px;
  padding: 11px 20px 12px 20px;
}
.backBox .btnDisable {
  opacity: 50%;
  pointer-events: none;
}
.backBox .btn-default > i {
  position: relative;
  top: 1px;
}
.backBox .btn-default > .fa-angle-left {
  margin-right: 5px;
}
.backBox .btn-default > .fa-angle-right {
  margin-left: 5px;
}
.backBox .btn-default:first-child {
  margin-left: 0;
}
.backBox .btn-default:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .backBox .btn-default {
    padding: 11px 16px 12px 16px;
  }
}

/* backBox end */
/* news theme start */
div[class*=custom_news_section] .column {
  margin-bottom: 1.5rem;
}

div[class*=custom_news_section] .column img,
div[class*=custom_news_section] .column .img-fluid {
  margin-bottom: 0;
}

.newsDate {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #495057;
}

.news-series {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.news-series::before {
  content: "\e185";
  font-family: "font awesome 6 free";
  font-weight: 400;
  font-style: normal;
  color: inherit;
  margin: 0 5px 0 0;
}

.section-dark .news-series {
  background-color: #ffffff;
  color: #282f3b;
}

.news-txt-box h4 {
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282f3b;
  text-align: justify;
}

.news-txt-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  color: #495057;
}

.news-block-1 .news-image {
  position: relative;
  overflow: hidden;
  background-color: #282f3b;
}

.news-block-1 .news-image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news-block-1:hover .news-image img {
  opacity: 50%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.news-block-1 .newsDate {
  margin-bottom: 10px;
}

.news-block-1 .news-content {
  padding-top: 1rem;
}

.news-block-1 .news-content h4 {
  margin-bottom: 10px;
}

.news-block-1 .news-content p {
  margin-bottom: 20px;
}

.news-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-block-2 .news-image {
  width: 400px;
  margin: 0 30px 0 0;
  position: relative;
  overflow: hidden;
  background-color: #282f3b;
}

.news-block-2 .news-image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news-block-2:hover .news-image img {
  opacity: 50%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.news-block-2 .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-block-2 .newsDate {
  margin-bottom: 10px;
}

.news-block-2 .news-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.news-block-2 .news-series {
  top: 3px;
}

.news-block-2 .news-content p {
  margin-bottom: 20px;
}

div[class*=custom_news_section_3] .column:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.column:not(:last-child) .news-block-3 {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dee2e6;
}

.news-block-3 .newsDate {
  margin-top: 5px;
}

div[class*=custom_news_section_4] .column:not(:last-of-type) {
  margin-bottom: 0;
}

.column:nth-child(odd) .news-block-4 {
  background-color: #f5f6f8;
}

.news-block-4 {
  padding: 1.1rem;
}

.news-block-4 .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.news-block-4 .news-content .news-txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-block-4 .news-content .newsDate {
  margin: 4px 0 0 10px;
}

@media (max-width: 991px) {
  .news-block-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .news-block-2 .news-image {
    width: 300px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .news-block-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .news-block-2 .news-image {
    width: 100%;
    margin: 0;
  }
  .news-block-2 .news-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-top: 20px;
  }
  .news-block-4 .news-content .news-txt-box {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 5px;
  }
  .news-block-4 .news-content .newsDate {
    margin: 0;
  }
}
/* news theme end */
/* page banner start */
.image_header {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../upload/common/bg.jpg);
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  z-index: 0;
}

.banner-content {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 85px 0;
}

.color-banner {
  color: #ffffff;
}

.banner-left {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.banner-right {
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.banner-center {
  text-align: center;
}

.banner-text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.banner-content h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.image_header.inner_banner_mask:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 9;
}

.banner-content h6 {
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}

.banner-content h6 a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrume_section {
  padding: 8px 0;
  background-color: #f5f6f8;
}

.breadcrume_section h6 {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
}

@media (max-width: 991px) {
  .banner-content {
    padding: 60px 0;
  }
  .banner-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .banner-content {
    padding: 60px 0;
  }
  .banner-content h2 {
    font-size: 1.8rem;
  }
  .banner-content h6 {
    margin-top: 6px;
  }
}
/* page banner end */
/* page theme start */
.section_offset {
  padding: 3rem 0;
}

.left_section {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 20%;
}

.right_section {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 80%;
}

.main_title_widget {
  margin-bottom: 3rem;
  text-align: center;
}

.main_title_widget h1 {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding-bottom: 12px;
  line-height: 1.5;
  margin: 0;
}

.main_title_widget h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #282f3b;
}

.main_title_widget h1::before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #dee2e6;
}

.main_title_widget .post_time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0.75rem 0 0 0;
  color: #495057;
}

.main_title_widget .post_time i {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .left_section {
    width: 100%;
  }
  .right_section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .left_section {
    width: 100%;
  }
  .right_section {
    width: 100%;
  }
}
/* page theme end */
/* contact start */
#sendBtn {
  margin-top: 15px;
}

form .btn-default {
  padding: 13px 24px 14px 24px;
  border-radius: 30px;
}

#formfield .left_section {
  width: 35%;
}

#formfield .right_section:not(.col-md-12) {
  width: 65%;
}

#formfield .right_section.col-md-12 {
  width: 100%;
}

#contactForm .form-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactForm .form-label {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 1px;
  line-height: 1.5;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #282f3b;
}

.form-check-input:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control.error,
.form-select.error {
  background-color: rgb(255, 231, 231);
  border: 1px solid #F00 !important;
}

label.error {
  display: none !important;
}

#capcha {
  max-width: 150px;
}

#capcha_image {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

#capcha_image:after {
  content: "\f021";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #495057;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#capcha_image img {
  max-height: 38px;
}

.contactInfo {
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  background-color: #e9ecef;
}

.contactInfo p:last-child {
  margin: 0;
}

.form-check-input[type=radio],
.form-check-input[type=radio]::before,
.form-check-input[type=radio]:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form-check-input:checked {
  background-color: #282f3b;
  border-color: #282f3b;
}

#formfield .left_section > *:not(:last-child) {
  margin-bottom: 25px;
}

.contact_company_info > *:not(:last-child) {
  margin-bottom: 20px;
}

.googleMap {
  height: 300px;
  width: 100%;
}

.googleMap iframe {
  height: 300px;
  width: 100%;
  border: unset;
}

.contact_company_info .company_info_field ul li {
  width: 100%;
}

.contact_company_info .company_info_field ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  #formfield .left_section {
    width: 100%;
  }
  #formfield .right_section:not(.col-md-12) {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #formfield .left_section {
    width: 100%;
  }
  #formfield .right_section:not(.col-md-12) {
    width: 100%;
  }
}
/* contact end */
/* portfolio start */
.page_portfolio .editor-area,
.page_portfolio_list .editor-area,
.page_portfolio_view .editor-area {
  margin-bottom: 3rem;
}

#portfolio-photo-flters {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.5rem;
  padding: 0 0 2rem 0;
}

#portfolio-photo-flters li {
  list-style: none;
  display: block;
  padding: 0 0.5rem;
  margin: 0 0 1rem 0;
}

#portfolio-photo-flters li button {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 9px 15px 10px 16px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  background-color: #e9ecef;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#portfolio-photo-flters li button:hover,
#portfolio-photo-flters li button.filter-active {
  background-color: #495057;
  border-color: #495057;
  color: #ffffff;
}

div[class*=custom_portfolio_list] .column {
  width: 33.333333%;
  margin-bottom: 1.5rem;
}

div[class*=custom_portfolio_list] .snip,
div[class*=custom_portfolio_list] .snip *,
div[class*=custom_portfolio_list] .snip::before,
div[class*=custom_portfolio_list] .snip::after,
div[class*=custom_portfolio_list] .snip *::before,
div[class*=custom_portfolio_list] .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
}

div[class*=custom_portfolio_list] .snip {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

div[class*=custom_portfolio_list] .snip .image {
  position: relative;
  overflow: hidden;
}

div[class*=custom_portfolio_list] .snip .image a {
  position: relative;
  display: block;
  overflow: hidden;
}

div[class*=custom_portfolio_list] .snip .image img,
div[class*=custom_portfolio_list] .snip .image .img-fluid {
  margin-bottom: 0;
}

div[class*=custom_portfolio_list] .snip .content h4 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow: hidden;
  white-space: normal;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282f3b;
}

div[class*=custom_portfolio_list] .snip .content p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow: hidden;
  white-space: normal;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
  color: #495057;
}

div[class*=custom_portfolio_list] .snip a {
  pointer-events: none;
  cursor: none;
}

@media (max-width: 991px) {
  div[class*=custom_portfolio_list] .column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div[class*=custom_portfolio_list] .column {
    width: 100%;
  }
}
/* portfolio-list-style-1 */
div[class*=custom_portfolio_list_1] .snip {
  text-align: center;
}

div[class*=custom_portfolio_list_1] .snip .image {
  z-index: 1;
}

div[class*=custom_portfolio_list_1] .snip .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

div[class*=custom_portfolio_list_1] .snip:hover .image::before {
  opacity: 100%;
}

div[class*=custom_portfolio_list_1] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=custom_portfolio_list_1] .snip .content {
  padding-top: 10px;
}

/* portfolio-list-style-2 */
div[class*=custom_portfolio_list_2] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 992px) {
  div[class*=custom_portfolio_list_2] .snip .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
  }
  div[class*=custom_portfolio_list_2] .snip .content {
    position: absolute;
    text-align: center;
    height: 3.5rem;
    padding: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    overflow: hidden;
  }
  div[class*=custom_portfolio_list_2] .snip .content .txt {
    position: relative;
    z-index: 1;
  }
  div[class*=custom_portfolio_list_2] .snip .content h4 {
    -webkit-line-clamp: 1;
    color: #ffffff;
    margin-bottom: 10px;
  }
  div[class*=custom_portfolio_list_2] .snip .content h4 a {
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_2] .snip .content p {
    -webkit-line-clamp: 2;
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_2] .snip:hover .content {
    height: 7.2rem;
  }
}
@media (max-width: 991px) {
  div[class*=custom_portfolio_list_2] .snip {
    background-color: #f5f6f8;
  }
  div[class*=custom_portfolio_list_2] .snip .content {
    padding: 15px;
  }
  div[class*=custom_portfolio_list_2] .snip .content h4 {
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
  }
  div[class*=custom_portfolio_list_2] .snip .content p {
    -webkit-line-clamp: 4;
  }
}
/* portfolio-list-style-3 */
div[class*=custom_portfolio_list_3] .snip {
  border-radius: 5px;
  background-color: #f5f6f8;
}

div[class*=custom_portfolio_list_3] .snip .image a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
}

div[class*=custom_portfolio_list_3] .snip:hover .image a::before {
  opacity: 100%;
}

div[class*=custom_portfolio_list_3] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=custom_portfolio_list_3] .snip .content {
  padding: 20px;
}

div[class*=custom_portfolio_list_3] .snip .content .txt h4 {
  -webkit-line-clamp: 2;
}

div[class*=custom_portfolio_list_3] .snip .content .txt p {
  -webkit-line-clamp: 3;
  margin-top: 12px;
}

@media (max-width: 991px) {
  div[class*=custom_portfolio_list_3] .snip .content {
    padding: 15px;
  }
}
/* portfolio-list-style-4 */
div[class*=custom_portfolio_list_4] .snip .image a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 10%;
}

div[class*=custom_portfolio_list_4] .snip:hover .image a::before {
  opacity: 100%;
}

div[class*=custom_portfolio_list_4] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 992px) {
  div[class*=custom_portfolio_list_4] .snip .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid rgba(255, 255, 255, 0.6);
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  div[class*=custom_portfolio_list_4] .snip .content .txt {
    position: relative;
    z-index: 1;
  }
  div[class*=custom_portfolio_list_4] .snip .content h4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -20px;
    padding-bottom: 15px;
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_4] .snip .content h4 a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_4] .snip .content h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  div[class*=custom_portfolio_list_4] .snip .content p {
    position: relative;
    -webkit-line-clamp: 3;
    color: #ffffff;
    margin-top: 15px;
    bottom: -20px;
    opacity: 0;
  }
  div[class*=custom_portfolio_list_4] .snip:hover .content h4 {
    bottom: 0;
    opacity: 1;
  }
  div[class*=custom_portfolio_list_4] .snip:hover .content p {
    bottom: 0;
    opacity: 1;
  }
  div[class*=custom_portfolio_list_4] .snip:hover .content h4:after {
    width: 100px;
  }
  div[class*=custom_portfolio_list_4] .snip:hover .content {
    border-color: #ffffff;
  }
}
@media (max-width: 991px) {
  div[class*=custom_portfolio_list_4] .snip {
    background-color: #f5f6f8;
  }
  div[class*=custom_portfolio_list_4] .snip .content {
    padding: 15px;
  }
  div[class*=custom_portfolio_list_4] .snip .content h4 {
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
  }
  div[class*=custom_portfolio_list_4] .snip .content p {
    -webkit-line-clamp: 4;
  }
}
/* portfolio-list-style-5 */
div[class*=custom_portfolio_list_5] .column {
  width: 50%;
}

div[class*=custom_portfolio_list_5] .snip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5f6f8;
  border-radius: 5px;
}

div[class*=custom_portfolio_list_5] .snip .image {
  width: 50%;
}

div[class*=custom_portfolio_list_5] .snip .image a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
}

div[class*=custom_portfolio_list_5] .snip:hover .image a::before {
  opacity: 1;
}

div[class*=custom_portfolio_list_5] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=custom_portfolio_list_5] .snip .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 50%;
}

div[class*=custom_portfolio_list_5] .snip .content h4 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 13px;
}

div[class*=custom_portfolio_list_5] .snip .content h4 a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
}

div[class*=custom_portfolio_list_5] .snip .content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #282f3b;
}

div[class*=custom_portfolio_list_5] .snip .content p {
  -webkit-line-clamp: 4;
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  div[class*=custom_portfolio_list_5] .column {
    width: 100%;
  }
  div[class*=custom_portfolio_list_5] .snip .content {
    padding: 15px;
  }
  div[class*=custom_portfolio_list_5] .snip .image {
    width: 40%;
  }
  div[class*=custom_portfolio_list_5] .snip .content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  div[class*=custom_portfolio_list_5] .snip .image {
    width: 100%;
  }
  div[class*=custom_portfolio_list_5] .snip .content {
    width: 100%;
  }
}
/* portfolio-list-style-6 */
div[class*=custom_portfolio_list_6] .column {
  width: 100%;
}

div[class*=custom_portfolio_list_6] .snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

div[class*=custom_portfolio_list_6] .column:last-child .snip {
  border-bottom: 0;
  padding-bottom: 0;
}

div[class*=custom_portfolio_list_6] .snip .image {
  width: 25%;
}

div[class*=custom_portfolio_list_6] .snip .image a {
  position: relative;
  overflow: hidden;
  display: block;
}

div[class*=custom_portfolio_list_6] .snip .image a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

div[class*=custom_portfolio_list_6] .snip:hover .image a::before {
  opacity: 1;
}

div[class*=custom_portfolio_list_6] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=custom_portfolio_list_6] .snip .content {
  padding-left: 30px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div[class*=custom_portfolio_list_6] .snip .content h4 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
}

div[class*=custom_portfolio_list_6] .snip .content h4 a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
}

div[class*=custom_portfolio_list_6] .snip .content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 2px;
  background-color: #282f3b;
  left: 0;
  bottom: 0;
}

div[class*=custom_portfolio_list_6] .snip .content p {
  -webkit-line-clamp: 4;
  margin-top: 14px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  div[class*=custom_portfolio_list_6] .column {
    width: 100%;
  }
  div[class*=custom_portfolio_list_6] .snip .image {
    width: 40%;
  }
  div[class*=custom_portfolio_list_6] .snip .content {
    width: 60%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  div[class*=custom_portfolio_list_6] .column {
    width: 100%;
  }
  div[class*=custom_portfolio_list_6] .snip .image {
    width: 100%;
  }
  div[class*=custom_portfolio_list_6] .snip .content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
/* portfolio-list-style-7 */
div[class*=custom_portfolio_list_7] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 992px) {
  div[class*=custom_portfolio_list_7] .snip .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    overflow: hidden;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  }
  div[class*=custom_portfolio_list_7] .snip .content .txt {
    position: relative;
    z-index: 1;
  }
  div[class*=custom_portfolio_list_7] .snip .content p {
    position: relative;
  }
  div[class*=custom_portfolio_list_7] .snip .content h4 a {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_7] .snip:hover .content {
    height: 100%;
  }
}
@media (max-width: 991px) {
  div[class*=custom_portfolio_list_7] .snip .content {
    text-align: center;
    padding: 10px 0 0 0;
  }
}
/* portfolio-list-style-8 */
div[class*=custom_portfolio_list_8] .snip:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 992px) {
  div[class*=custom_portfolio_list_8] .snip .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  div[class*=custom_portfolio_list_8] .snip .content .txt {
    position: relative;
    width: 100%;
    height: 100%;
  }
  div[class*=custom_portfolio_list_8] .snip .content p {
    position: absolute;
    -webkit-line-clamp: 3;
    width: 100%;
    opacity: 0;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    margin-bottom: 2.5rem;
    color: #ffffff;
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  div[class*=custom_portfolio_list_8] .snip .content h4 {
    position: absolute;
    display: block;
    margin: 0;
    padding: 10px 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    bottom: 0;
    color: #282f3b;
  }
  div[class*=custom_portfolio_list_8] .snip .content h4 a {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    color: #282f3b;
  }
  div[class*=custom_portfolio_list_8] .snip:hover .content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  div[class*=custom_portfolio_list_8] .snip:hover .content .txt p {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 991px) {
  div[class*=custom_portfolio_list_8] .snip {
    background-color: #f5f6f8;
  }
  div[class*=custom_portfolio_list_8] .snip .content {
    padding: 15px;
  }
  div[class*=custom_portfolio_list_8] .snip .content h4 {
    -webkit-line-clamp: 2;
  }
  div[class*=custom_portfolio_list_8] .snip .content p {
    -webkit-line-clamp: 4;
    margin-top: 10px;
  }
}
/* portfolio-list-style-9 */
div[class*=custom_portfolio_list_9] .snip:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 992px) {
  div[class*=custom_portfolio_list_9] .snip {
    padding: 1rem;
  }
  div[class*=custom_portfolio_list_9] .snip .image a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 40%;
    z-index: 1;
  }
  div[class*=custom_portfolio_list_9] .snip::before,
  div[class*=custom_portfolio_list_9] .snip::after {
    content: "";
    position: absolute;
    display: block;
    height: 45px;
    width: 45px;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
  }
  div[class*=custom_portfolio_list_9] .snip::before {
    border-top-width: 1px;
    border-right-width: 1px;
    border-color: #adb5bd;
    top: 0;
    right: 0;
  }
  div[class*=custom_portfolio_list_9] .snip::after {
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-color: #adb5bd;
    left: 0;
    bottom: 0;
  }
  div[class*=custom_portfolio_list_9] .snip:hover:before,
  div[class*=custom_portfolio_list_9] .snip:hover:after {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-color: #495057;
  }
  div[class*=custom_portfolio_list_9] .snip:hover .image a::before {
    opacity: 100%;
  }
  div[class*=custom_portfolio_list_9] .snip .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%;
    bottom: 50%;
    left: 50%;
    padding: 2.5rem;
    z-index: 2;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  div[class*=custom_portfolio_list_9] .snip .content h4 {
    margin-bottom: 10px;
  }
  div[class*=custom_portfolio_list_9] .snip .content h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
  }
  div[class*=custom_portfolio_list_9] .snip .content p {
    -webkit-line-clamp: 3;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  div[class*=custom_portfolio_list_9] .snip {
    background-color: #f5f6f8;
  }
  div[class*=custom_portfolio_list_9] .snip .content {
    padding: 1rem;
  }
  div[class*=custom_portfolio_list_9] .snip .content h4 {
    -webkit-line-clamp: 2;
  }
  div[class*=custom_portfolio_list_9] .snip .content p {
    -webkit-line-clamp: 4;
    margin-top: 12px;
  }
}
/* portfolio end */
/* products start */
div[class*=products-list-style] > .row > * {
  margin-bottom: 1.5rem;
}

/* products-list-style-1 */
.products-list-style1 .list-snip {
  text-align: center;
}

.products-list-style1 .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

.products-list-style1 .list-snip .snip-content {
  padding: 15px 0 0 0;
}

.products-list-style1 .list-snip:hover .snip-image a::before {
  opacity: 100%;
}

.products-list-style1 .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* products-list-style-2 */
.products-list-style2 .list-snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.products-list-style2 .col:last-child .list-snip {
  padding-bottom: 0;
  border-bottom: unset;
}

.products-list-style2 .list-snip .snip-image {
  width: 300px;
}

.products-list-style2 .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

.products-list-style2 .list-snip .snip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}

.products-list-style2 .list-snip:hover .snip-image a::before {
  opacity: 100%;
}

.products-list-style2 .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991px) {
  .products-list-style2 .list-snip {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .products-list-style2 .list-snip .snip-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .products-list-style2 .list-snip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-list-style2 .list-snip .snip-image {
    width: 100%;
  }
  .products-list-style2 .list-snip .snip-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
/* products-list-style-3 */
.products-list-style3 .list-snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-list-style3 .list-snip .snip-image {
  width: 300px;
}

.products-list-style3 .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

.products-list-style3 .list-snip .snip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}

.products-list-style3 .list-snip:hover .snip-image a::before {
  opacity: 100%;
}

.products-list-style3 .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991px) {
  .products-list-style3 .list-snip {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .products-list-style3 .list-snip .snip-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .products-list-style3 .list-snip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-list-style3 .list-snip .snip-image {
    width: 100%;
  }
  .products-list-style2 .list-snip .snip-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.page_products .editor-area {
  margin-bottom: 3rem;
}

.page_products_view .main_title_widget {
  text-align: left;
  margin-bottom: 2rem;
}

.page_products_view .main_title_widget h1::after {
  width: 80px;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

.page_products_view .main_title_widget h1::before {
  display: block;
}

.product_view {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 40%;
}

.product_info {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 60%;
  padding-left: 30px;
}

.products-images {
  text-align: center;
}

.fancybox__toolbar,
.f-button {
  text-shadow: unset;
}

.f-button svg {
  stroke: #ffffff;
}

#thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 20px;
}

#thumbnails a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dee2e6;
  margin: 0 5px 10px 5px;
  padding: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#thumbnails a:hover {
  border-color: #282f3b;
}

.products-view-style1 #thumbnails a {
  width: calc(20% - 10px);
}

.products-view-style2 #thumbnails a {
  width: calc(16.666666% - 10px);
}

.products-view-style3 #thumbnails a {
  width: calc(11.111111% - 10px);
}

.products-view-style3 #thumbnails {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .product_view {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .product_info {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .products-view-style3 #thumbnails {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products-view-style1 #thumbnails a {
    width: calc(20% - 10px);
  }
  .products-view-style2 #thumbnails a {
    width: calc(20% - 10px);
  }
  .products-view-style3 #thumbnails a {
    width: calc(20% - 10px);
  }
}
@media (max-width: 767px) {
  .products-view-style1 #thumbnails a {
    width: calc(25% - 10px);
  }
  .products-view-style2 #thumbnails a {
    width: calc(25% - 10px);
  }
  .products-view-style3 #thumbnails a {
    width: calc(25% - 10px);
  }
}
/* products end */
/* news start */
.page_news_view .main_title_widget {
  text-align: left;
  margin-bottom: 2rem;
}

.page_news_view .main_title_widget h1 {
  font-size: 1.3rem;
}

.page_news_view .main_title_widget h1::after {
  width: 80px;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

.page_news_view .main_title_widget h1::before {
  display: block;
}

.newsClass {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 0.85rem;
  padding: 5px 5px 6px 6px;
  color: #ffffff;
  background-color: #282f3b;
  font-weight: 600;
  top: -2px;
  border-radius: 3px;
}

.newsDate1 {
  display: block;
  text-align: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  background-color: #e9ecef;
}

.newsDate1 .year_month {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
}

.newsDate1 .day {
  display: block;
  width: 100%;
  font-family: "Nunito Sans";
  font-size: 2.7rem;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1;
}

.newsDate2 {
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.5px;
}

div[class*=news-list-style] > .col {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
  margin-bottom: 1.6rem;
}

div[class*=news-list-style] .snip-content h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .newsDate1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px 7px 8px;
    width: auto;
    height: auto;
  }
  .newsDate1 .year_month {
    font-family: "Nunito Sans";
    display: inline-block;
    width: auto;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 0;
  }
  .newsDate1 .day {
    display: inline-block;
    width: auto;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 900;
    line-height: 1;
    height: auto;
  }
  .newsDate1 .day::before {
    content: ".";
  }
}
/* news-list-style 1 */
div[class*=news-list-style1] .list-snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dee2e6;
}

div[class*=news-list-style1] .col:last-of-type .list-snip {
  padding-bottom: 0;
  border-bottom: unset;
}

div[class*=news-list-style1] .list-snip .snip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

div[class*=news-list-style1] .list-snip .snip-content p {
  margin-top: 15px;
}

@media (max-width: 767px) {
  div[class*=news-list-style1] .list-snip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div[class*=news-list-style1] .list-snip .snip-content {
    padding: 10px 0 0 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
/* news-list-style 2 */
div[class*=news-list-style2] > .col {
  width: 33.333333%;
}

div[class*=news-list-style2] .list-snip .snip-content {
  padding: 15px 0 0 0;
}

div[class*=news-list-style2] .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

div[class*=news-list-style2] .newsDate2 {
  margin-bottom: 0.5rem;
}

div[class*=news-list-style2] .list-snip .snip-content h3 {
  margin-bottom: 0.5rem;
}

div[class*=news-list-style2] .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=news-list-style2] .list-snip:hover .snip-image a::before {
  opacity: 100%;
}

@media (max-width: 767px) {
  div[class*=news-list-style2] > .col {
    width: 100%;
  }
}
/* news-list-style 3 */
div[class*=news-list-style3] > .col {
  width: 100%;
}

div[class*=news-list-style3] .list-snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div[class*=news-list-style3] .list-snip .snip-image {
  width: 350px;
}

div[class*=news-list-style3] .list-snip .snip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}

div[class*=news-list-style3] .list-snip .snip-image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}

div[class*=news-list-style3] .list-snip .snip-content h3 {
  margin-bottom: 0.5rem;
}

div[class*=news-list-style3] .newsDate2 {
  margin-bottom: 0.5rem;
}

div[class*=news-list-style3] .list-snip:hover .snip-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div[class*=news-list-style3] .list-snip:hover .snip-image a::before {
  opacity: 100%;
}

@media (max-width: 767px) {
  div[class*=news-list-style3] .list-snip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div[class*=news-list-style3] .list-snip .snip-image {
    width: 100%;
  }
  div[class*=news-list-style3] .list-snip .snip-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
/* news-list-style 4 */
div[class*=news-list-style4] {
  margin-top: -13px;
}

div[class*=news-list-style4] > .col {
  width: 100%;
  margin: 0;
}

div[class*=news-list-style4] .list-snip {
  padding: 13px 12px;
}

div[class*=news-list-style4] .col:nth-of-type(even) .list-snip {
  background-color: #f5f6f8;
}

div[class*=news-list-style4] .list-snip .snip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div[class*=news-list-style4] .list-snip .snip-content h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

div[class*=news-list-style4] .list-snip .newsDate2 {
  position: relative;
  top: 3px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div[class*=news-list-style4] .list-snip .snip-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div[class*=news-list-style4] .list-snip .snip-content h3 {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
/* news end */
/* search start */
.page_search .heading_1 {
  margin-bottom: 1rem;
}

.page_search .alert_box {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 10px;
  color: #282f3b;
  border: 1px solid #fedcd9;
  background-color: #ffe9e7;
}

.page_search .alert_box .keyword {
  display: inline-block;
  font-weight: 600;
  color: #d00000;
  margin: 0 3px;
}

.search_nav_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.search_nav_tabs .nav-item {
  margin-right: 10px;
}

.search_nav_tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #282f3b;
  letter-spacing: 0.5px;
  border-radius: 8px 8px 0 0;
  padding: 12px 20px 13px 20px;
  border: 1px solid #e0e4e7;
  background-color: #f5f6f8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search_nav_tabs .nav-item .nav-link > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1px;
  font-size: 12px;
  padding-bottom: 1px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  padding: 3px 3px 4px 3px;
  margin-left: 5px;
  color: #ffffff;
  background-color: #008db3;
}

.search_nav_tabs .nav-link:hover,
.search_nav_tabs .nav-link.active,
.search_nav_tabs .nav-item.show .nav-link {
  color: #ffffff;
  border: 1px solid #282f3b;
  background-color: #282f3b;
}

.search_content_tabs {
  padding-top: 2rem;
}

/* search end */
/* responsive start */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
@media (max-width: 991px) {
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
/* responsive end */
.custom-wrap-box {
  overflow: hidden;
}

.boxed_layout {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
}

.boxed_layout header {
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}