@charset "utf-8";
.product-btns .icon {
    width: 36px;
}
.product-btns .arrow-btn {
    line-height: 0;
}
.product-btns .card-style-four:hover img {
    filter: invert(1);
}
.tab-product .row:last-child {
    margin-bottom: 0;
}
.product-btns .icon {
    width: 40px;
}
.product-btns h3 {
    padding-left: 15px;
}
.product-btns .d-flex {
    justify-content: space-between;
}
.inner-product-banner {
  position: relative;
}
.product-banner {
  height: calc(100vh - 120px) !important;
  position: relative
}
.inner-product-banner .bg-wrapper {
  height: calc(100vh - 120px) !important;
}
.product-banner:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-product-banner .bg-wrapper:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgb(0 0 0 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 1;
  bottom: 0;
  min-height: 500px;
}
.product-banner h1 {
  position: relative;
}
.product-list-style-one li {
  position: relative;
  line-height: normal;
  color: rgba(0, 0, 0, .7);
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-list-style-one li:last-child {
  margin-bottom: 0px;
}
.product-list-style-one li:before {
  content: "";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #018fd4
}
.blog-category li {
  position: relative;
  line-height: normal;
  color: rgba(0, 0, 0, .7);
  padding-left: 30px;
  margin-bottom: 7px;
}
.blog-category li:last-child {
  margin-bottom: 0;
}
.blog-category li:before {
  content: "\f141";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 3px;  
}
.hr-space {
  border-top: 1px solid #bfbfbf;
  margin: 40px 0;
}
.hr-space-small {
  border-top: 1px solid #bfbfbf;
  margin: 30px 0;
}
.prod-video .play-btn {
  position: absolute;
  top: calc(50% - 25px);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgb(255 255 255 / 25%);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.prod-video .play-btn img {
  border-radius: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.card-style-four:hover h3 {
  color: #fff;
}
.product-sidebar .blog-category li a {
  line-height: normal;
}
.prod-table strong {
  font-weight: 500;
}
.prod-table td:first-child {
  width: 50%;
  background: #f9f9f9;
}
.prod-table tr:nth-child(even) {
  background: #f9f9f9;
}
.prod-table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.category-product-heading h5.sidebar-title {
  margin-bottom: 0;
}
.category-product-heading h5.sidebar-title a {
  display: flex;
}
.category-product-heading h5.sidebar-title i {
  width: 58px;
  height: 58px;
  font-size: 28px;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
.category-product-heading .info li:first-child {
  font-weight: 400;
  margin-right: 15px;
  transition: all .3s ease-in-out 0s;
  font-size: 26px;
  line-height: normal;
  width: 100%;
}
.category-product-heading .info li .right-arrow-icon {
  width: 52px;
  height: 52px;
  font-size: 26px;
  background: #fff;
  line-height: normal;
}
.category-product-heading {
  padding: 15px 25px !important;
}
.category-product-heading li:hover {
  color: #018fd4;
}
.category-product-heading li:hover .right-arrow-icon {
  background: #018fd4;
  color: #fff;
}
.blog-category li strong {
  font-weight: 500;
  color: #111;
}
.product-text {
  padding: 0px;
  /*  background: #f9f9f9;*/
  border-radius: 0px;
}
@media (max-width: 1023px) {
  .product-btns .col-lg-6 {
    margin-bottom: 15px;
  }
  .product-btns .col-lg-6:last-child {
    margin-bottom: 0;
  }
}
.product-all .upper-title img {
  margin: 15px auto 0px;
}
.product-all .title-nine .upper-title span {
  line-height: normal;
  font-size: 32px;
  font-weight: 300;
}
.product-all-desc {
  background: #f3f3f3;
  padding: 30px 25px;
  display: block;
  border-radius: 0px;
}
/*
.product-all-desc .project-tag {
    font-size: inherit;
    color: #333;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
.product-all-desc .project-tag {
  font-size: inherit;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-btn-list li:first-child {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50px;
  padding: 13px 30px 13px;
  margin-right: 15px;
  transition: all .3s ease-in-out 0s;
}
.product-btn-list li a {
  width: 56px;
  height: 56px;
  font-size: 24px;
  background: #fff;
}
.product-all-desc:hover .product-btn-list li:first-child {
  background: #018fd4;
  color: #fff;
}
.product-btn-list li a:hover {
  background: #018fd4;
  color: #fff;
}
.product-btn-list {
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.product-all-desc h3 {
  margin-top: 0 !important;
}
.product-all-desc h3 {
  margin-top: 0 !important;
  font-size: 26px !important;
  margin-bottom: 15px !important;
}
.inner-product-banner .container {
  position: relative;
  z-index: 1;
}
.isotop-all-desc {
  background: #f2f2f2;
  padding: 15px 20px;
}
h3.isotop-project-title {
  margin-bottom: 0;
  font-size: 22px;
}
.project-block-three .icon img {
  width: 25px;
}
.project-block-three .icon:hover img {
  filter: invert(1);
}
.hightlight-text {
  color: #018fd4;
}
.prod-video:hover .play-btn {
  background: #018fd4e3;
  backdrop-filter: blur(1px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
}
.prod-video:hover .play-btn img {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  h3.isotop-project-title {
    font-size: 20px;
  }
}
.similar-products-info h3 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 15px;
  background: #f2f2f2;
}
.similar-products h2 {
  font-size: 30px;
}
.products-block-text p {
  margin-bottom: 0;
  text-align: left !important;
  font-size: 16px;
  line-height: 22px;
}
.img-products {
  background: #f9f9f9;
  padding: 15px;
}
.img-products img {
  height: 120px;
  object-fit: contain;
}
.products-main-list li {
  display: inline;
  margin-right: 20px;
}
ul.products-main-list {
  margin-top: 10px;
  font-size: 16px;
}
.products-main-list a:hover {
  color: #018fd4;
}
.single-page-wrapper ul.slick-dots {
  margin-top: 20px;
  justify-content: center;
  padding: 0;
}
.product-h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
h4.product-h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
table.product-table {
  width: 100%;
}
hr.product-hr {
  border-top: 1px solid #d3d3d3;
  margin: 20px 0px;
}
.product-table td {
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
}
h2.product-title {
  margin-bottom: 20px;
  font-size: 32px;
}
.product-blog .tag {
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  background: #f9f9f9;
  padding: 15px 15px;
  border-radius: 0;
  width: 100%;
  line-height: normal;
  font-weight: normal;
}
.product-blog .tag:hover {
  background: #018fd4;
  color: #fff;
}
.table-col-4 td {
  width: 25% !important;
  border: 1px solid #f3f3f3;
}
.table-col-3 td {
  width: 33.33% !important;
  border: 1px solid #f3f3f3;
}
.table-col-5 td {
  width: 20% !important;
  border: 1px solid #f3f3f3;
}
.table-col-6 td {
  width: 16% !important;
  border: 1px solid #f3f3f3;
}
.blown-table td {
  width: max-content !important;
  border: 1px solid #eee;
}
.product-btns .arrow-btn {
  background: #f5f5f5;
}
/*
.product-text .blog-list li {
  display: inline-block;
  margin-right: 20px;
}
*/
.product-blog .media.prod-video {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2.product-title {
    font-size: 24px;
  }
  .category-product-heading .info li:first-child {
    margin-right: 15px;
    font-size: 22px;
  }
  .category-product-heading {
    padding: 10px 15px !important;
  }
  .category-product-heading .info li .right-arrow-icon {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
  .products-block-text p, ul.products-main-list {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .main-page-wrapper {
    overflow-x: inherit;
  }
  .product-sidebar, .sidebar {
    position: sticky;
    top: 100px; /* Distance from the top when sticky */
    align-self: flex-start;
    z-index: 10;
  }
}
@media (min-width: 1023px) {
  .blog-list-col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15px;
  }
  .blog-list-col-2 li {
    width: 48%;
  }
  .blog-list-col-2 ul li {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .blog-sidebar .sidebar-title, .category-product-heading .info li:first-child {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .category-product-heading .info li:first-child, .blog-sidebar .sidebar-title {
    font-size: 20px;
  }
  .category-product-heading {
    padding: 10px 20px !important;
  }
  .blog-sidebar .bg-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  } 	
}
@media (max-width: 1023px) {
.product-btns .icon {
    width: 36px;
}
}
.project-block-conv-mac h3.project-title {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    text-align: center;
}
.project-block-conv-mac .product-all-desc {
    padding: 18px 10px; 
}
.project-block-conv-mac {
    margin-top: 30px;
	position: relative;
}

.project-block-conv-mac .icon {
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}
.project-block-conv-mac:hover .media img {
    opacity: .45;
}
.project-block-conv-mac:hover .icon {
    opacity: 1;
}
.project-block-conv-mac:hover .icon img
{
    opacity: 1;
}
.project-block-conv-mac .icon img {
    width: 25px;
}