@charset "UTF-8";
/*
 Theme Name:     Detype Base Theme 
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme by DeType
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* ---------------------- Case studies --------------------- */
.case-studies-banner {
  background-color: #ececec;
  padding: 100px 0;
}

.case-studies-banner .banner-title {
  margin-bottom: 20px;
}

.case-studies-banner .banner-title h1 {
  font-size: 32px;
}

.case-studies-banner .banner-content {
  width: 60%;
  margin-bottom: 50px;
}

.case-studies-banner .banner-content p {
  font-size: 18px;
  line-height: 1.7;
}

.case-studies-archive {
  padding: 60px 0 0 0;
}

.case-studies {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 30% 40px 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.case-studies > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.case-studies > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.case-studies > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.case-studies .case-study {
  border: #eaeaea solid 1px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-studies .case-study .image-wrapper {
  position: relative;
}

.case-studies .case-study .image-wrapper .image-holder {
  height: 225px !important;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.case-studies .case-study .image-wrapper .case-study-cat {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #ececec;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0 10px 0 0;
  color: #333;
}

.case-studies .case-study .case-study-content-wrapper {
  background-color: #eaeaea;
  padding: 20px 20px 50px 20px;
  text-align: center;
}

.case-studies .case-study .case-study-content-wrapper .title {
  margin-bottom: 15px;
}

.case-studies .case-study .case-study-content-wrapper .title h4 {
  color: #333;
  font-size: 26px;
}

.case-studies .case-study .case-study-content-wrapper .description {
  color: #333;
}

.case-studies .case-study:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* --------------- case study single -------------------- */
.single-case-studies-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.single-case-studies-banner .testimonial {
  color: white;
  margin: 0 0 0 30%;
  padding-left: 40px;
}

.single-case-studies-banner .testimonial blockquote {
  margin: 0 0 50px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1.5;
}

.single-case-studies-banner .testimonial cite {
  font-style: normal;
  font-size: 18px;
}

.case-studies-single {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-studies-single .case-study {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 70%;
  grid-template-columns: 30% 70%;
  grid-column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.case-studies-single .item-1 {
  background-color: #fff;
  padding: 30px;
  margin-top: -350px;
  border-radius: 10px;
}

.case-studies-single .item-1 .download-btn {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content .title {
  font-size: 20px;
  color: #E02B20;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.case-studies-single .item-1 .group-content .description {
  font-size: 18px;
  line-height: 1.5;
}

.case-studies-single .item-2 .main-intro {
  font-size: 20px;
  line-height: 30px;
}

.case-studies-single .item-2 .featured_boxes {
  margin: 40px 0 0 0;
}

.case-studies-single .item-2 .featured_boxes .featured_box {
  position: relative;
  background-color: #e02b20;
  color: white;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 220px;
  height: 150px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .featured_box_content {
  position: absolute;
  padding: 0px 30px;
  width: 100%;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-single .item-2 .featured_boxes .featured_box .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .description {
  text-transform: uppercase;
  font-size: 16px;
}

.case-studies-single .item-2 .featured_boxes .featured_box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.case-studies-single .item-2 .main-case-study-content p {
  font-size: 18px;
  line-height: 28px;
}

/* --------------------------- woocommerce style ------------------------- */
.sp_woo_search_banner {
  position: relative;
  /* background-image: url(/wp-content/uploads/2022/05/Ace-of-lanes-darts.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.sp_woo_search_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.sp_woo_search_banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.sp_woo_search_banner .banner-content .title {
  margin-bottom: 18px;
}

.sp_woo_search_banner .banner-content .title h1 {
  line-height: 1;
  color: #FFF;
  font-size: 48px;
  text-align: center;
}

.sp_woo_search_banner .banner-content .search-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.sp_woo_search_banner .banner-content .search-form input[type=search] {
  width: 100%;
  border: #000 solid 2px;
  padding: 12px 50px 12px 10px;
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-moz-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]:-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form button[type=submit] {
  position: absolute;
  top: 7px;
  right: 10px;
  text-indent: -999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: url(/wp-content/uploads/sp-search-icon-dark.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.sp-woo-content-area {
  padding: 40px 0;
}

.sp-woo-product {
  border: #c2c2c2 solid 3px;
  margin: 0 !important;
}

.sp-woo-product a img {
  margin: 0 !important;
}

.sp-woo-product .woocommerce-loop-product__title {
  color: #22232b;
  text-transform: uppercase;
  line-height: 115%;
  min-height: 59px;
  text-align: left;
}

.sp-woo-product .sp-woo-product-details {
  padding: 10px;
}

.sp-woo-product .sp-woo-product-details .product-categories {
  color: #909094;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart {
  text-transform: uppercase;
  border: #000 solid 3px;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 0;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading {
  padding-right: 25px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading:after,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading:after {
  right: 5px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.added,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.added {
  display: none;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .view-product-button {
  background-color: #FFF;
  margin-right: 15px;
  color: #000;
}

/* -------------------- woocommerce override -----------   */
.woocommerce-message {
  border-top-color: var(--splist-gold);
}

.woocommerce-message:before {
  color: var(--splist-gold);
}

.single_add_to_cart_button {
  text-transform: uppercase !important;
  border: #000 solid 3px !important;
  padding: 10px 15px !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  color: #FFF !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

@media (max-width: 979px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .price {
  color: #22232b;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #22232b;
  font-size: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  font-size: 22px;
}

.woocommerce .woocommerce-ordering select {
  border: #000 solid 3px;
  padding: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 15px 90fr;
  grid-template-columns: 10fr 90fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li {
  float: none;
  width: 100%;
  margin-bottom: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1;
  border: transparent solid 3px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: #be9a5d solid 3px;
}

.woocommerce .summary.entry-summary .product_meta {
  margin-bottom: 30px;
}

.woocommerce .summary.entry-summary .product_meta a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .summary.entry-summary .product_meta a:hover {
  color: #000;
  text-decoration: underline;
}

.reset_variations {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reset_variations:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce-cart .shipping-calculator-button {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce-cart .shipping-calculator-button:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce .related.products {
  margin-top: 50px;
}

.woocommerce .related.products h2 {
  font-size: 22px;
  line-height: 115%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations th.label {
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  border: #000 solid 2px;
  padding: 7px;
}

.woocommerce span.onsale {
  border-radius: 0;
  background-color: #333;
  margin: -3px !important;
  padding: 0px 19px !important;
  min-height: 10px !important;
  height: 43px !important;
  right: 5px;
  top: 5px;
  left: auto;
}

.woocommerce div.product form.cart div.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product form.cart div.quantity button {
  background-color: #f3f3f3;
  cursor: pointer;
  border-color: #000;
  border-width: 2px;
}

.woocommerce div.product form.cart div.quantity button.minus {
  border-right: none;
}

.woocommerce div.product form.cart div.quantity button.plus {
  border-left: none;
}

.woocommerce div.product form.cart div.quantity button:hover {
  background-color: #000;
  color: #FFF;
}

.woocommerce div.product form.cart div.quantity .input-text.qty {
  border: #000 solid 2px;
}

input[type=number].input-text.qty.text::-webkit-inner-spin-button,
input[type=number].input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input-text.qty.text::-moz-number-spin-box {
  display: none;
}

/* -------------toggle wrap ----------- */
.toggle-wrap {
  border-top: #f3f3f3 solid 2px;
  padding: 10px 0 10px 0;
}

.toggle-wrap .toggle-title {
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
}

.toggle-wrap .toggle-title h4 {
  margin: 0;
  font-weight: 300;
}

.toggle-wrap .toggle-title h4:after {
  content: "+";
  float: right;
  padding-right: 10px;
  font-size: 25px;
  line-height: 1;
}

.toggle-wrap .toggle-title.active h4:after {
  content: "-";
}

.toggle-wrap .toggle-content {
  display: none;
  font-weight: 300;
  padding: 20px 0;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: 300 !important;
  color: #000;
}

.sp-woo-breadcrumb-orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.sp-woo-breadcrumb-orderby .woocommerce-breadcrumb,
.sp-woo-breadcrumb-orderby .woocommerce-ordering {
  margin-bottom: 0 !important;
}

.woocommerce .single_add_to_cart_button {
  height: 44px;
}

.woocommerce .product_title.entry-title {
  line-height: 115%;
  margin-top: 10px !important;
}

.woocommerce-page .variation dd {
  margin-bottom: 5px !important;
}

.woocommerce-page .variation dd p {
  margin: 0;
}

/* -------------------------------- Testimonials Slider style ------------------------------------ */
/* Testimonal Style */
.name-sec {
  color: #0d1f3b;
  font-size: 20px;
}

.desig-sec {
  color: rgb(153, 44, 104);
  font-size: 20px;
  font-weight: 300;
}

.content-testi {
  position: relative;
  margin-top: 80px;
}

.content-testi:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  background: url(/wp-content/uploads/quote-icon.svg);
  background-size: 30px;
  display: block;
  top: -50px;
  height: 30px;
  background-repeat: no-repeat;
}

.jh_testimonal_slider {
  position: relative;
  margin-bottom: 80px;
}

.content-testimony {
  padding: 30px;
  margin: auto;
}

.detail-testi {
  margin-top: 70px;
}

.jh_testimonal_slider .slick-arrow {
  background: url("/wp-content/uploads/right-arrow-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.jh_testimonal_slider .slick-arrow.slick-prev {
  right: 60px;
  background: url("/wp-content/uploads/left-arrow-grey.svg");
}

.jh_testimonal_slider .slick-arrow:hover {
  background: url("/wp-content/uploads/right-arrow-blue-grey.svg");
}

.jh_testimonal_slider .slick-arrow.slick-prev:hover {
  background: url("/wp-content/uploads/left-arrow-blue-grey.svg");
}

.review-star {
  content: "";
  position: absolute;
  right: 0px;
  width: 120px;
  display: block;
  top: -50px;
  background-repeat: no-repeat;
}

.case-study-testimonail {
  border: 1px solid rgba(55, 55, 55, 0.2509803922);
}

@media (min-width: 980px) {
  .jh_testimonal_slider .slick-list {
    margin-left: -20px;
  }
  .case-study-testimonail.slick-slide {
    margin-left: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 40px 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
  font-size: 18px;
  color: #0d1f3b;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  min-height: 200px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
    min-height: auto;
  }
}
.case-study-testimonail .content-testimony .detail-testi .image img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: auto;
}

/* =========================================================================== */
/*                                 Blog styles                                 */
/* =========================================================================== */
.blog_page_header {
  background-color: #f4f4f4;
  background-position: center top 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.55))), url(/wp-content/uploads/pbf-img5.jpg) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.55) 100%), url(/wp-content/uploads/pbf-img5.jpg) !important;
  padding-top: 4%;
}

.blog_page_header .title_wrap {
  padding: 60px 0;
}

.blog_page_header .title_wrap h1 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}

.blog_page_header .title_wrap .blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_page_header .title_wrap .blog-categories ul li {
  text-transform: capitalize;
}

.blog_page_header .title_wrap .blog-categories ul li:not(:last-child) {
  margin-right: 15px;
}

.blog_page_header .title_wrap .blog-categories ul li a {
  background-color: #ec6906;
  border: #ec6906 solid 1px;
  color: #FFF;
  padding: 12px 20px 14px;
  font-size: 20px;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  margin-bottom: 10px;
}

.blog_page_header .title_wrap .blog-categories ul li a:hover {
  background-color: #fffFFF;
  border: #ec6906 solid 1px;
  color: #ec6906;
  text-decoration: none;
}

.posts-listing-section {
  padding: 60px 0;
}

.posts-listing-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1199px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-card {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
}

@media (min-width: 768px) {
  .blog-card {
    padding-bottom: 80px;
  }
}
.blog-card .blog-thumb {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-card .blog-thumb {
    margin: -20px -20px 29px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-thumb {
    margin-bottom: 20px;
  }
}
.blog-card .blog-thumb img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-card .blog-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card .blog-categories {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ec6906;
  line-height: 1;
}

.blog-card .blog-categories a {
  color: #ec6906;
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.blog-card .blog-title a:hover {
  text-decoration: none;
}

.blog-card .blog-meta {
  font-size: 15px;
  margin-bottom: 10px;
  color: #1e1e1c;
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.blog-card .blog-meta a {
  color: #1e1e1c;
}

.blog-card .blog-content {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #1e1e1c;
  font-weight: normal;
  font-size: 18px;
}

.blog-card .action {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-card .action {
    position: absolute;
    bottom: 10px;
  }
}
.blog-card .action a {
  background-color: #ec6906;
  border: #ec6906 solid 2px;
  color: #FFF;
  padding: 12px 20px 12px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-card .action a:hover {
  color: #ec6906;
  background-color: #fff;
  background-color: transparent;
  text-decoration: none;
}

@media (min-width: 1024px) {
  body.sticky-header-blog .blog-sticky-header {
    opacity: 1;
    visibility: visible;
  }
}
.blog-sticky-header {
  position: fixed;
  width: 100%;
  opacity: 0;
  /* top:0;
  left: 0; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  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;
  background-color: #FFF;
  padding: 15px 20px;
  border-bottom: #dad5d3 solid 1px;
  z-index: 99;
}

.blog-sticky-header .item-1 {
  position: relative;
  z-index: 99;
}

.blog-sticky-header .item-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.blog-sticky-header .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sticky-header .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.blog-sticky-header .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.blog-sticky-header .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.blog-sticky-header .blog-title {
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}

.single-post-section {
  padding: 60px 0;
  padding-top: 120px;
}

.single-post-section .blog-post-header {
  margin-bottom: 20px;
}

.single-post-section .blog-post-header .blog-title {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  color: #1e1e1c;
}

@media (max-width: 979px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 36px;
  }
}
.single-post-section .blog-post-header .catelist a {
  color: #ec6906;
}

.single-post-section .blog-post-header .blog-meta {
  padding-bottom: 0px;
  color: #1e1e1c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-post-section .blog-post-header .blog-meta a {
  color: #1e1e1c;
}

.single-post-section .blog-post-share {
  margin-bottom: 40px;
}

.single-post-section .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-section .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.single-post-section .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.single-post-section .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.single-post-section .blog-featured-image {
  margin-bottom: 40px;
}

.single-post-section .blog-featured-image img {
  min-width: 100%;
  display: block;
}

.single-post-section .blog-content {
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1c;
}

.single-post-section .blog-content h1,
.single-post-section .blog-content h2,
.single-post-section .blog-content h3,
.single-post-section .blog-content h4,
.single-post-section .blog-content h5,
.single-post-section .blog-content h6 {
  font-weight: 700;
}

.single-post-section .blog-content h1 {
  font-size: 54px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h1 {
    font-size: 48px;
  }
}
.single-post-section .blog-content h2 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h2 {
    font-size: 42px;
  }
}
.single-post-section .blog-content h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h3 {
    font-size: 36px;
  }
}
.single-post-section .blog-content h4 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h4 {
    font-size: 30px;
  }
}
.single-post-section .blog-content h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h5 {
    font-size: 24px;
  }
}
.single-post-section .blog-content h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h6 {
    font-size: 20px;
  }
}
.single-post-section .blog-content ul {
  list-style: disc;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content ol {
  list-style: decimal;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content blockquote {
  border: none;
  padding: 0;
  position: relative;
  font-style: italic !important;
  border: #ec6906 solid 2px;
  padding: 20px;
  padding-left: 70px;
}

.single-post-section .blog-content blockquote p {
  font-style: italic !important;
}

.single-post-section .blog-content blockquote:before {
  content: "";
  /* background: url(/wp-content/uploads/risk-quote-icon.svg) no-repeat;  */
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
}

.similar-posts-section {
  background-color: #ec6906;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .similar-posts-section {
    padding: 40px 0;
  }
}
.similar-posts-section .similar-posts-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 50px;
}

@media (max-width: 979px) {
  .similar-posts-section .similar-posts-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .similar-posts-title {
    font-size: 36px;
  }
}
.similar-posts-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.post-pagination {
  margin-top: 40px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  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;
}

.post-pagination li a:not(.next):not(.prev),
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #000 solid 2px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin: 0 3px;
  color: #000;
  font-weight: bold;
}

.post-pagination li a:not(.next):not(.prev) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a:not(.next):not(.prev):hover {
  background-color: #000;
  color: #FFF;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  display: block;
  padding-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a.prev img,
.post-pagination li a.next img {
  height: 24px;
  display: block;
}

.post-pagination li a.prev {
  margin-right: 15px;
}

.post-pagination li a.prev img {
  /* transform: rotate(180deg); */
}

.post-pagination li a.next {
  margin-left: 15px;
}

.post-pagination li .current {
  background-color: #000;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}

.section-archive-title {
  padding: 60px 0;
  background-color: #dad5d3;
}

.section-archive-title h1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 36px;
}

.single-container {
  max-width: 800px !important;
}

/* single page adujstment */
.single-post #main-header {
  background-color: rgba(0, 0, 0, 0.5);
}

/*------------- new testimonal slider -----------------------*/
.jh_testimonal_sliders .content-testimonys {
  text-align: left;
  font-size: 22px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 300;
}

.jh_testimonal_sliders .detail-testis ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.jh_testimonal_sliders .detail-testis ul li {
  list-style: none;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
}

.jh_testimonal_sliders .case-study-testimonails .content-testimonys {
  margin: 0px auto 80px;
  padding: 0 13%;
}

.jh_testimonal_sliders .slick-list {
  padding: 0 23% !important;
}

.jh_testimonal_sliders .case-study-testimonails {
  opacity: 0.5;
}

.jh_testimonal_sliders .case-study-testimonails.slick-current.slick-active {
  opacity: 1;
}

.jh_testimonal_sliders .slick-arrow img {
  display: block;
  width: 40px;
}

.jh_testimonal_sliders .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}

.jh_testimonal_sliders .slick-arrow.slick-prev {
  margin-left: -60px;
}

.jh_testimonal_sliders .slick-arrow.slick-next {
  margin-left: 0;
}

.jh_testimonal_sliders .slick-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*.jh_testimonal_sliders .slick-prev {position: absolute;
    left: 18%;
    top: 50px;}

  .jh_testimonal_sliders .slick-next {position: absolute;
    right: 18%;
    top: 50px;}  
*/
.jh_testimonal_sliders.slick-arrow img {
  display: block;
  width: 100px;
}

.jh_testimonal_sliders .slick-arrow {
  background: transparent;
  border: 0;
  z-index: 1;
}

.content-testis {
  position: relative;
}

.content-testis:before {
  content: "";
  position: absolute;
  left: -120px;
  width: 100px;
  background: url(/wp-content/uploads/quote-open-icon.svg);
  background-size: 100px;
  display: block;
  top: 0;
  height: 70px;
  background-repeat: no-repeat;
  display: block;
}

.content-testis:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -60px;
  width: 100px;
  background: url(/wp-content/uploads/quote-close-icon.svg);
  background-size: 100px;
  display: block;
  height: 70px;
  background-repeat: no-repeat;
}

.button-section {
  margin-top: 30px;
}

.button-section a {
  color: #fff;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  border: 2px solid #fff;
  font-size: 15px;
  font-size: 17px;
  background-color: transparent;
  border-radius: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding: 0.3em 1em !important;
  line-height: 1.7em !important;
  display: inline-block;
}

.button-section a:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 1100px) {
  .content-testis:after {
    right: -80px;
    bottom: -60px;
    width: 60px;
    background-size: 60px;
  }
  .content-testis:before {
    left: -80px;
    width: 60px;
    background-size: 60px;
    height: 70px;
  }
}
@media (max-width: 980px) {
  .jh_testimonal_sliders .content-testimonys {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .jh_testimonal_sliders .case-study-testimonails {
    opacity: 0;
  }
  .jh_testimonal_sliders .case-study-testimonails .content-testimonys {
    padding: 0px 20px;
  }
  .jh_testimonal_sliders .slick-list {
    padding: 0 60px !important;
  }
  .jh_testimonal_sliders .slick-arrow img {
    width: 60px;
  }
  .case-study-testimonails.slick-current .content-testimonys {
    padding: 0px 40px;
  }
}
@media (max-width: 480px) {
  .jh_testimonal_sliders .case-study-testimonails .content-testimonys {
    padding: 45px;
  }
  .jh_testimonal_sliders .slick-list {
    padding: 0px !important;
  }
}
/* ---------------------------- client logo slider --------------- */
.client_logo_slider_wrapper .client_logo_slider .client_logo {
  padding: 0 15px;
}

.client_logo_slider_wrapper .client_logo_slider .client_logo img {
  max-width: 150px;
}

.cast-concrete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.cast-concrete .cast-concrete-pnl {
  width: calc(33.33% - 14px);
  height: 183px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cast-concrete .cast-concrete-pnl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(99, 100, 102, 0.8);
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF !important;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  text-align: center;
}

.cast-concrete .cast-concrete-pnl:hover span {
  opacity: 0;
}

.cast-concrete .cast-concrete-pnl.no-hover-concrete span {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: table;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.cast-concrete .cast-concrete-pnl.no-hover-concrete span .section-item {
  display: table-cell;
  vertical-align: middle;
}

.cast-concrete .cast-concrete-pnl.no-hover-concrete span img {
  width: 50px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.cast-concrete .cast-concrete-pnl.no-hover-concrete:hover span {
  opacity: 1;
}

/* ----------- Project Home ---------- */
.project-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.project-home .project-home-pnl {
  width: calc(33.33% - 7px);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.project-home .project-home-pnl .read-more {
  margin-top: 20px;
}

.project-home .project-home-pnl .read-more img {
  width: 30px;
}

.project-details {
  display: table;
  width: 100%;
  height: 100%;
}

.project-table {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.project-home .project-home-pnl:hover .project-table {
  opacity: 1;
}

.project-table h2 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  display: block;
  font-weight: 800;
}

.project-table h3 {
  color: #fff;
  font-size: 16px;
}

.project-table ul {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.project-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #000;
}

.project-cat-list li {
  background: #fff;
  font-size: 12px;
  padding: 5px;
  line-height: normal;
}

.project-table ul.project-highlight {
  padding-top: 10px;
}

.project-highlight li {
  padding-left: 20px;
  font-weight: 300;
  position: relative;
  line-height: normal;
  margin-top: 10px;
  line-height: 18px;
}

.project-highlight li:before {
  content: "";
  margin-top: 2px;
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}

@media (max-width: 1100px) {
  .cast-concrete .cast-concrete-pnl {
    width: calc(50% - 14px);
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 980px) {
  .cast-concrete .cast-concrete-pnl {
    width: calc(33.33% - 14px);
  }
  .project-home .project-home-pnl {
    width: calc(50% - 7px);
  }
}
@media (max-width: 768px) {
  .cast-concrete .cast-concrete-pnl {
    width: 100%;
    height: 170px;
  }
  .project-home .project-home-pnl {
    width: 100%;
  }
	.cast-concrete .cast-concrete-pnl span{
		padding: 10px;
	}
}
/* -------------------------- full screen search -------------------- */
.no-scroll {
  overflow-y: hidden;
}

.full-screen-search {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  overflow-x: hidden;
}

.full-screen-search .fs-close-button {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 60px;
  padding-right: 15px;
}

.full-screen-search .fs-close-button a img {
  max-width: 43px;
  display: inline-block;
}

.full-screen-search .container {
  position: relative;
  height: 100%;
}

.fs-search {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding: 20px 0;
}

.fs-search div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-search input[type=text] {
  background: transparent !important;
  border: none;
  border-bottom: #FFF solid 2px !important;
  width: 50%;
  color: #FFF;
  font-size: 32px !important;
}

.fs-search input[type=text]::-webkit-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::-moz-placeholder {
  color: #FFF;
}

.fs-search input[type=text]:-ms-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::-ms-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::placeholder {
  color: #FFF;
}

.fs-search input[type=text]:focus {
  background: transparent !important;
}

.fs-search button[type=submit] {
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: url("/wp-content/uploads/search-icon-1.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fs-search button[type=submit]:hover {
  opacity: 0.7;
}

.open-fs-search .full-screen-search {
  opacity: 1;
  visibility: visible;
}

/* -------------------------------- Product single page ---------------------------- */
.no-scroll {
  overflow-y: hidden;
}

.input-checkbox {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.input-checkbox:checked {
  border-color: #000;
}

.input-checkbox:checked:after {
  position: absolute;
  content: "✔";
  color: #000;
  font-size: 16px;
  left: 3px;
  top: -2px;
}

section.product_header {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.26)), color-stop(97%, rgba(0, 0, 0, 0.35))), url(/wp-content/uploads/cemento-banner-image.jpg) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 1%, rgba(0, 0, 0, 0.35) 97%), url(/wp-content/uploads/cemento-banner-image.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 20px;
}

section.product_header .page_title h1 {
  font-weight: 800;
  font-size: 55px;
  color: #FFF !important;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

@media (max-width: 767px) {
  section.product_header .page_title h1 {
    font-size: 40px;
  }
}
section.product_header .textures_list {
  padding: 0 0px 0 20px ;
  margin-top: 50px;
}

section.product_header .textures_list ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
section.product_header .textures_list ul.scroll-content{
  display: flex
;
width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-right: 50px;
}
section.product_header .textures_list ul li {
  line-height: 1;
  display: block;
  background-color: #dededf;
  text-align: center;
  opacity: 0.7;
}

section.product_header .textures_list ul li.active {
  opacity: 1;
  pointer-events: none;
}

section.product_header .textures_list ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 26px;
  font-size: 20px;
}

@media (max-width: 767px) {
  section.product_header .textures_list ul li a {
    font-size: 15px;
        padding: 17px;
        padding-bottom: 16px;
  }
}
section.product_content {
  padding-top: 70px;
}

section.product_content .product_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (max-width: 979px) {
  section.product_content .product_content_wrapper {
    display: block;
  }
}
section.product_content .product_content_wrapper .item {
  width: 50%;
}

@media (max-width: 979px) {
  section.product_content .product_content_wrapper .item {
    width: 100%;
  }
}
section.product_content .product_content_wrapper .item.item-1 {
  padding-right: 20px;
}

@media (max-width: 979px) {
  section.product_content .product_content_wrapper .item.item-1 {
    padding-right: 0px;
  }
}
section.product_content .product_content_wrapper .item.item-2 {
  padding-left: 20px;
}

@media (max-width: 979px) {
  section.product_content .product_content_wrapper .item.item-2 {
    padding-left: 0px;
    margin-top: 50px;
  }
}
section.product_content .post_title h2 {
  color: #000;
  font-weight: 800;
  font-size: 38px;
}

section.product_content .product_gallery_wrapper {
  margin-top: 40px;
}

section.product_content .product_gallery_wrapper .product_slider_main ul li img {
  width: 100%;
}

section.product_content .product_gallery_wrapper .product_slider_thumb {
  margin-top: 10px;
}

section.product_content .product_gallery_wrapper .product_slider_thumb ul .slick-list {
  margin-left: -10px;
}

section.product_content .product_gallery_wrapper .product_slider_thumb ul .slick-slide {
  margin-left: 10px;
}

section.product_content .product_gallery_wrapper .product_slider_thumb ul li img {
  cursor: pointer;
  width: 100%;
}

section.product_content .product_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

section.product_content .product_action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #000 solid 1px;
  padding: 6px 15px;
  margin-bottom: 15px;
}

section.product_content .product_action a:not(:last-child) {
  margin-right: 15px;
}

section.product_content .product_action a img {
  height: 30px;
  display: block;
  margin-right: 10px;
}

section.product_content .product_action a span {
  line-height: 1;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
}

section.product_content .short_description {
  margin-top: 30px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

section.product_content .scroll_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  section.product_content .scroll_action {
    display: block;
  }
}
section.product_content .scroll_action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

section.product_content .scroll_action a span {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  section.product_content .scroll_action a span {
    width: 130px;
  }
}
@media (max-width: 767px) {
  section.product_content .scroll_action a span br {
    display: none;
  }
}
section.product_content .scroll_action a img {
  width: 40px;
  margin-left: 10px;
}

section.product_content .col {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}

section.product_content .col.col-2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  section.product_content .col.col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .col.col-3 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  section.product_content .col.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .col.col-2-1 {
  -ms-grid-columns: 2fr 30px 1fr;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 767px) {
  section.product_content .col.col-2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .product_meta {
  padding-top: 20px;
  margin-top: 20px;
  border-top: #dededf solid 1px;
  font-size: 16px;
  color: #000;
}

section.product_content .product_meta .title h3 {
  font-weight: bold;
  color: #000;
}

section.product_content .product_meta .title h4 {
  font-weight: bold;
  color: #000;
}

section.product_content .product_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

section.product_content .product_meta ul.col-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  section.product_content .product_meta ul.col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .product_meta ul.col-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  section.product_content .product_meta ul.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .product_meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}

section.product_content .product_meta ul li label {
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
}

section.product_content .product_meta figure {
  width: 60px;
  float: left;
}

section.product_content .product_meta figure:not(:last-child) {
  margin-right: 10%;
}

section.product_content .product_meta figure figcaption {
  font-size: 14px;
  font-weight: 300;
}

section.product_content .color_palette_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3.5fr;
  grid-template-columns: 1fr 3.5fr;
  grid-gap: 30px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: #dededf solid 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #dededf solid 1px;
}

@media (max-width: 979px) {
  section.product_content .color_palette_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.product_content .color_palette_wrapper .title h2 {
  font-weight: 800;
  color: #000;
}

section.product_content .color_palette_wrapper .title h4 {
  font-weight: bold;
  color: #000;
}

section.product_content .color_palette_wrapper .color_palettes:not(:last-child) {
  margin-bottom: 20px;
}

section.product_content .color_palette_wrapper .color_palettes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.product_content .color_palette_wrapper .color_palettes ul li {
  margin-bottom: 15px;
}

section.product_content .color_palette_wrapper .color_palettes ul li:not(:last-child) {
  margin-right: 15px;
}

section.product_content .color_palette_wrapper .color_palettes ul li .color_box {
  width: 85px;
  height: 85px;
  border: #000 solid 1px;
}

section.product_content .color_palette_wrapper .color_palettes ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

section.product_case_studies_wrapper {
  margin-top: 100px;
}

section.product_case_studies_wrapper .title {
  text-align: center;
  margin-bottom: 20px;
}

section.product_case_studies_wrapper .title h2 {
  color: #000;
  font-weight: 800;
  font-size: 38px;
}

section.texture_navigation_wrapper {
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: #dededf solid 1px;
}

section.texture_navigation_wrapper .title {
  text-align: center;
  margin-bottom: 20px;
}

section.texture_navigation_wrapper .title h3 {
  font-size: 32px;
  color: #000;
  font-weight: 800;
}

section.texture_navigation_wrapper .post_control ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.texture_navigation_wrapper .post_control ul li.post_nav a {
  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;
  height: 100px;
}

section.texture_navigation_wrapper .post_control ul li.post_nav a * {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

section.texture_navigation_wrapper .post_control ul li.post_nav a:hover {
  opacity: 0.7;
}

section.texture_navigation_wrapper .post_control ul li.post_nav.previous_post {
  padding-right: 100px;
  border-right: #636466 solid 1px;
}

@media (max-width: 979px) {
  section.texture_navigation_wrapper .post_control ul li.post_nav.previous_post {
    padding-right: 30px;
    border: none;
  }
}
section.texture_navigation_wrapper .post_control ul li.post_nav.previous_post img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.texture_navigation_wrapper .post_control ul li.post_nav.previous_post .post_title span {
  text-align: right;
  padding-right: 5px;
}

section.texture_navigation_wrapper .post_control ul li.post_nav.next_post {
  padding-left: 100px;
}

@media (max-width: 979px) {
  section.texture_navigation_wrapper .post_control ul li.post_nav.next_post {
    padding-left: 30px;
  }
}
section.texture_navigation_wrapper .post_control ul li.post_nav.next_post .post_title span {
  padding-left: 5px;
}

section.texture_navigation_wrapper .post_control ul li.post_nav img {
  width: 50px;
}

section.texture_navigation_wrapper .post_control ul li.post_nav .post_title {
  color: #000;
  padding-top: 20px;
}

section.texture_navigation_wrapper .post_control ul li.post_nav .post_title strong {
  display: block;
  font-size: 38px;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 979px) {
  section.texture_navigation_wrapper .post_control ul li.post_nav .post_title strong {
    font-size: 38px;
  }
}
section.texture_navigation_wrapper .post_control ul li.post_nav .post_title span {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}

section.sidebar_panel_action {
  position: fixed;
  top: 40%;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

section.sidebar_panel_action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

section.sidebar_panel_action a img {
  width: 40px;
}

section.sidebar_panel_action a span {
  text-align: center;
  color: #000;
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}

body.open_sidebar_panel_wrapper section.sidebar_panel_wrapper {
  right: 0;
  opacity: 1;
  visibility: visible;
}

section.sidebar_panel_wrapper {
  position: fixed;
  top: 0;
  right: -35vw;
  width: 35vw;
  height: 100vh;
  background-color: #FFF;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1365px) {
  section.sidebar_panel_wrapper {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  section.sidebar_panel_wrapper {
    width: 100vw;
  }
}

section.product_content .product_meta ul.is_active li {
  color: rgba(0, 0, 0, 0.2);
}

section.product_content .product_meta ul.is_active li.active {
  color: #000;
}

section.product_content .product_meta.is_active figure {
  opacity: 0.2;
}

section.product_content .product_meta.is_active figure.active {
  opacity: 1;
}

section.product_content .color_palette_wrapper .color_palettes ul.is_active li {
  opacity: 0.2;
}

section.product_content .color_palette_wrapper .color_palettes ul.is_active li.active {
  opacity: 1;
}

/* -------------------- download page style --------------------- */
.download_cat {
  padding: 60px 0;
}

.download_cat .container {
  padding-top: 0 !important;
}

.download_cat:nth-child(2) {
  background-color: #f3f3f3;
}

.download_cat .title {
  margin-bottom: 40px;
}

.download_cat .title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #000;
}

@media (max-width: 767px) {
  .download_cat .title h2 {
    font-size: 24px;
  }
}
.download_cat .download_contents .download_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 979px) {
  .download_cat .download_contents .download_list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .download_cat .download_contents .download_list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .download_cat .download_contents .download_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.download_cat .download_contents .download_list .download_item .download_item_icon {
  margin-bottom: 20px;
}

.download_cat .download_contents .download_list .download_item .download_item_icon img {
  display: block;
}

.download_cat .download_contents .download_list .download_item .download_item_content p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .download_cat .download_contents .download_list .download_item .download_item_content p {
    font-size: 16px;
  }
}

/*---------- product sidebar slide css--------------------*/
.form-field .is_active .filteractivenew,
.form-field .filteractivenew {
  opacity: 0.1;
  pointer-events: none;
}

.form-field .is_active .filteractivenew.active {
  opacity: 1;
  pointer-events: auto;
}

.sidebar_heading_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .sidebar_heading_tab {
    gap: 10px;
  }
}

.list-sec-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e0e0e0;
}

.list-sec-tab .cat-slide {
  padding: 10px;
  padding-bottom: 6px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .list-sec-tab .cat-slide {
    font-size: 15px;
  }
}

.list-sec-tab .cat-slide.active-title {
  background-color: #e0e0e0;
  color: #000;
  pointer-events: none;
}

.close_sidebar_btn {
  margin-left: auto;
}
.close_sidebar_btn a img {
  width: 40px;
  display: block;
}

.icon-heading-tab img {
  width: 30px;
  margin: 0px auto;
  display: block;
}

.top-section-side {
  padding-top: 20px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.top-section-side h2 {
  font-weight: bold;
  font-size: 20px;
}

.icon-heading-tab span {
  text-align: center;
  display: block;
  color: #000;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.form-section-side {
  padding-top: 10px;
}

.form-section-side .form-samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #e0e0e0;
  max-width: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-section-side .form-samples li {
  padding: 15px 10px 15px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  width: 50%;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-section-side .form-samples li {
    font-size: 14px;
  }
}

.form-samples li.active-form {
  background-color: #e0e0e0;
  color: #000;
  pointer-events: none;
}

.form-field {
  padding-top: 0px;
}

.form-field ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.form-field ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
  line-height: normal;
}

.form-field ul li label {
  margin-top: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.form-field .input-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 0 !important;
}

.form-field ul.col-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.form-field ul.col-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-field h3 {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  font-size: 18px;
}

.form-field .item.item-2 {
  height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  /* For Firefox: Set scrollbar width to thin */
  scrollbar-color: black #e0e0e0;
}

/* For WebKit-based browsers (Chrome, Safari, Edge) */
.form-field .item.item-2::-webkit-scrollbar {
  width: 1px;
  /* Set the scrollbar width */
}

.form-field .item.item-2::-webkit-scrollbar-thumb {
  background-color: black;
  /* Set the scrollbar thumb color to black */
}

.form-field .item.item-2::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  /* Set the scrollbar track color to gray */
}

.submit-slide {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.next-sec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #000 solid 1px;
  padding: 10px;
  background: transparent;
  font-size: 16px;
  min-width: 120px;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  color: #000 !important;
}

body.admin-bar .sidebar_panel_wrapper {
  padding-top: 47px;
}
@media (max-width: 767px) {
  body.admin-bar .sidebar_panel_wrapper {
    padding-top: 60px;
  }
}

.sidebar_panel_wrapper {
  padding: 15px 30px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sidebar_panel_wrapper {
    padding: 15px 15px;
  }
}

.note-slide {
  padding-top: 20px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.form-field .input-checkbox:checked:after {
  font-size: 14px;
  left: 0px;
  top: -4px;
}

#choose-sample .frm_forms {
  padding-top: 30px;
}

#back-order img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 46px;
  display: block;
}

#choose-sample .frm_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#choose-sample .error {
  color: red;
  font-size: 20px;
  margin: 10px 0;
  display: block;
}

.editloading {
  position: fixed;
  z-index: 11111111;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.editloading:before {
  content: "";
  width: 20px;
  height: 20px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
          animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-color: currentColor transparent currentColor transparent;
  display: block;
  top: 50%;
  position: relative;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
@-webkit-keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ------------------- Faq style ------------------- */
.eachFaq {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dededf;
}
.eachFaq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.eachFaq .title .icon {
  font-style: normal;
  width: 24px;
  height: 24px;
  background-color: #000;
  display: block;
  text-align: center;
}
.eachFaq .title .icon:before {
  font-family: "ETMODULES";
  content: "L";
  font-size: 22px;
  line-height: 24px;
  color: #e8e8e8;
}
.eachFaq .title h4 {
  color: #000;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  font-size: 20px;
  padding-top: 7px;
  font-weight: 700;
}
.eachFaq .faq-content {
  margin-top: 15px;
  padding-left: 34px;
  font-size: 16px;
  color: #000;
}
.eachFaq.active .title .icon {
  background-color: #000;
}
.eachFaq.active .title .icon:before {
  content: "K";
  color: #e8e8e8;
}

/* ------------------------- case studies pages ----------------------- */
.case_studies_archive_banner {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.26)), color-stop(97%, rgba(0, 0, 0, 0.35))), url(/wp-content/uploads/cemento-banner-image.jpg) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 1%, rgba(0, 0, 0, 0.35) 97%), url(/wp-content/uploads/cemento-banner-image.jpg) !important;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.case_studies_archive_banner .title_wrap {
  text-align: center;
}



.case_studies_archive_banner .title_wrap h1 {
font-weight: 800;
    font-size: 86px;
    color: #FFFFFF !important;
    letter-spacing: -1px;
    text-align: left;
}




.cs-listing-section {
  padding: 60px 0;
}

.cs-listing-section .cs-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

section.single_cs_banner {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 979px) {
  section.single_cs_banner {
    height: 300px;
  }
}

section.cs_content {
  padding: 80px 0;
}
section.cs_content .cs_content_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px;
}
@media (max-width: 767px) {
  section.cs_content .cs_content_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.cs_content .cs_title h1 {
  color: #000;
  font-weight: 800;
  font-size: 42px;
}
section.cs_content .cs_location {
  font-size: 22px;
  color: #000;
  font-weight: 300;
}
section.cs_content .cs_highlights {
  margin-top: 40px;
}
section.cs_content .cs_highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.cs_content .cs_highlights li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  position: relative;
  line-height: normal;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
section.cs_content .cs_highlights li:before {
  content: "";
  margin-top: 2px;
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}
section.cs_content .cs_meta {
  padding-top: 30px;
  margin-top: 30px;
  border-top: #000 solid 1px;
}
section.cs_content .cs_meta .title h3 {
  font-size: 24px;
  font-weight: 800;
  color: #5b5f63;
}
section.cs_content .cs_meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.cs_content .cs_meta ul li {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
section.cs_content .cs_meta ul li a {
  color: #000;
}
section.cs_content .cs_meta .featured_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
section.cs_content .cs_meta .featured_item .icon img {
  width: 50px;
  display: block;
}
section.cs_content .cs_meta .featured_item .text {
  color: #000;
  font-weight: 800;
  font-size: 20px;
  margin-left: 10px;
}
section.cs_content .cs_meta .featured_item .text span {
  font-size: 16px;
  display: block;
  font-weight: 300;
}
section.cs_content .cs_description {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
section.cs_content .cs_gallery {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 767px) {
  section.cs_content .cs_gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  section.cs_content .cs_gallery > :nth-child(n+3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
section.cs_content .cs_gallery .gallery_image a {
  display: block !important;
}
section.cs_content .cs_gallery .gallery_image img {
  display: block !important;
}

section.cs_cta .cs_cta_wrapper {
  padding: 100px 0;
  background-color: #5b5f63;
  text-align: center;
}
section.cs_cta .cs_cta_wrapper .cta_title h2 {
  color: #FFF;
  font-size: 42px;
  font-weight: 800;
}
@media (max-width: 767px) {
  section.cs_cta .cs_cta_wrapper .cta_title h2 {
    font-size: 28px;
  }
}
section.cs_cta .cs_cta_wrapper .cta_action {
  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;
}
section.cs_cta .cs_cta_wrapper .cta_action a {
  background-color: #fff;
  border: #000 solid 1px;
  padding: 9px 20px 6px;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
section.cs_cta .cs_cta_wrapper .cta_action a:nth-child(1) {
  margin-right: 10px;
}
section.cs_cta .cs_cta_wrapper .cta_action a:nth-child(2) {
  margin-left: 10px;
}

section.similar_cs {
  padding: 80px 0;
}
section.similar_cs .similar_cs_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  section.similar_cs .similar_cs_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.similar_cs .similar_cs_grid .project-home-pnl {
  width: 100%;
}
.color_box img{ display: block;
    height: 83px;
    width: 85px;
    object-fit: cover; }
.filteractivenew input{ display:none; }
    .filteractivenew  label{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 0 !important;
    line-height: normal;
    background-color: transparent;
    padding: 4px;
    position: relative;
    z-index: 1;
    }
 .filteractivenew  .color-boxs{
    width: 15px;
    height: 15px;
    margin: 3px 4px;
    border: 1px solid #000;
        background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
  } 
 .filteractivenew   .color-boxs img{
      display: block;
    width: 15px;
    height: 14px;
    object-fit: cover;
 }
 .filteractivenew input[type="checkbox"]:checked + label {
    background-color: #cecece; /* Change color if checked */
}
#choose-sample .color_palettes .color-boxs2{
width: 80px;height: 80px;
text-align: center;display: table;
background-position: center center;
background-repeat: no-repeat;
background-size: 80px 80px;border: 2px solid #000;
position: absolute;left: 50%;opacity: 0;
z-index: -1;
    transition: opacity 0.3s, z-index 0s 0.3s; 
}

#choose-sample .color_palettes .color-boxs2 span{
   width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#choose-sample .color_palettes .filteractivenew  label:hover + .color-boxs2 {
    opacity: 1;
    z-index: 11;
    transition: opacity 0.3s, z-index 0s; /* Reset delay for z-index */
}
#choose-sample .color_palettes{ position:relative; }

.textures_list_slide ul{ display:flex; margin:0 !important; padding:0 !important; list-style:none; gap: 10px;
    flex-wrap: wrap;  }
    .textures_list_slide ul li{ list-style:none; background-color:#dededf; color:#000; padding:12px 10px 12px;opacity: 0.2;cursor:pointer; }
    .textures_list_slide ul li.active{background-color:#dededf; opacity: 1; pointer-events: none;}
/*# sourceMappingURL=style.css.map */






@media (max-width: 767px) {
section.sidebar_panel_action {
    position: fixed;
    top: auto !important;
    bottom: 0px !important;
    right: auto !important;
    width: 100% !important;
	height: 70px;	
	border-bottom: 1px solid #efefef;
	}
	section.sidebar_panel_action a{
		display: flex;
        flex-direction: row;
        column-gap: 25px;
	}
	section.sidebar_panel_action a span br{
		display: none !important;
	}
  section.sidebar_panel_action a span span{
    padding-left: 5px;
  }
	.mobonethree {
    width: 33% !important;
    padding: 10px;
	}
	.mobonethree .et_pb_image{
	margin-bottom: 0px !important;
	}
	.project-table{
		opacity: 1 !important;
		padding: 20px !important;
	}
	.project-details{
	padding-top: 158px !important;	
	}
	ul.project-highlight{
		display: none !important;
	}
	.project-home .project-home-pnl{
		height: 350px !important;
	}
	.project-home a:nth-child(6), .project-home a:nth-child(5), .project-home a:nth-child(4){
		display: none !important;
	}
	    .content-testis:before {
        left: 0;
        width: 55px;
        background-size: 55px;
        height: 70px;
        position: relative;
    }
	.content-testis:after{
		display: none;
	}
	.et_pb_section_13.et_pb_section{
		padding-top: 55px !important;
	}
	.scroll-item{
		width: 45% !important;
	}
	.scroll-btn, li.post_nav.previous_post{
		display: none;
	}
	section.texture_navigation_wrapper .post_control ul li.post_nav.next_post {
        padding-left: 0px !important;
    }
	section.texture_navigation_wrapper .post_control ul li.post_nav .post_title strong {
        font-size: 28px;
    }
	section.texture_navigation_wrapper {
    padding-top: 70px;
    margin-top: 90px;
    margin-bottom: 60px;
    border-top: #dededf solid 1px;
}
	section.texture_navigation_wrapper .post_control ul li.post_nav .post_title {
    color: #000;
    padding-top: 5px;
}
	.et_mobile_menu li a, .nav li li a {
    font-size: 21px !important;
		line-height: 35px !important;
	}
}